
/* Default settings... */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,h1,h2,h3,
h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none;
    color: #21759B;}
a:hover { text-decoration: underline;}
h1 {font-family: Comic Sans MS, sans-serif;
    font-size: 2.4em;
}

input[type=text], input[type=password] {
    opacity: 1;
    background: #F7F7F7;
    color: #666666;
    border: 1px solid #aaaaaa;
}

input[type=text]:focus, input[type=password]:focus, .login input[type=text]:focus {
    opacity: 1;
    background: #F7F7F7;
    color: #333333;
    border: 1px solid red;
}


body {
    font-size: 80.5%;
    background: #fff;/*url(images/stripe.gif)*/
    font-family: Verdana,Arial,sans-serif;
    line-height: 22px;
    color: #555555;
    margin-bottom: 0px;
    background: url("images/bg_dotted.png") repeat scroll 0 0 transparent;
    color: #333333;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
    clear: both;
}

#header {
    min-height: 88px;
    min-width: 970px;
    background: #2F8FCC;
    -moz-box-shadow:5px 5px 5px #CCCCCC;
    -webkit-box-shadow: 5px 5px 5px #CCCCCC;
    background: url("images/bck_header.png") repeat-x transparent;
}

#header h1 a {
    color: #fff;
    display: block;
    background: url(images/nolog.png) center left no-repeat;
    padding-left: 0px;
    padding-top: 32px;
    width: 801px;
    height: 50px;
    float: left;
    text-decoration: none;
    font-family: serif;
    font-weight: bold;
    text-shadow: #666666 3px 3px 3px;

}
/* header navigation */


ul.nav {
    background: #E8EDFF;
    text-align: center;
    color: #ffffff;
    border-bottom: 1px solid #666666;
}

ul.nav li {
    display: inline;
    background: #E8EDFF;
    margin-left: -3px;
    margin-right: -2px;
}
ul.nav li a {

    
}

ul.nav li a:link, ul.nav li a:visited {
    background: #E8EDFF;
    font-size: 16px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #666666;
    /*
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;*/
    padding: 0px 6px;
}



ul.nav li a:hover {
    background: orange;
    color: #ffffcc;
    text-decoration: none;
    border-top: 1.5px solid orange;
    border-bottom: 2px solid orange;
}


ul.nav li a.active {
    background: #666666;
    color: #ffffff;
    text-decoration: none;
    border-top: 7px solid #666666;
    border-bottom: 9px solid #666666;
}


#mainNav {
    margin-bottom: -2px;
}

/* various specific */

p.formError {
    color: #ffcccc;
    font-weight: bold;
    padding: 5px;
}

span.collabs {
    color: blue;
}

div.collabs {
    padding-left: 8px;
}



/* login */

#mainlogin {
    background: #2F8FCC;
    color: #fff;
    padding: 12px;
    margin: auto;
    margin-top: 80px;
    border: 1px solid #666666;
    max-width: 300px;
    text-align: center;
    -moz-box-shadow:5px 5px 5px #CCCCCC;
    -webkit-box-shadow: 5px 5px 5px #CCCCCC;
}

.login input[type=text], input[type=password]  {
    height: 22px;
    width: 200px;
    border: 1px solid black;
    font: 1.1em Arial;
    padding: 2px;
    background: #F7F799;
}

#submitLogIn {
    margin-top: 8px;
}

table.login th{
    background: transparent;
}

table.login td {
    padding: 4px;
}

p.notFound {
    margin-top: 12px;
}


/* blu zone */
#blu {
    min-height: 50px;
    background: #C5E18A;
    font-family: Georgia,Times,"Times New Roman",serif;
    color: #555555;
    font-size:22px;
    line-height:1em;
    padding-left:12px;
    padding-top:14px;
}

#recenter {
    width: 1000px;
    margin: auto;
}



#blu h1 {
    padding: 6px;
    text-shadow:0 1px 0 #226699;
    font-family:monospace;
}

p.blu {
    padding-top: 8px;
    font-size: 14px;
    color: #fff00cc;/*#226699; #21759B*/
    padding-bottom: 6px;
    font-family: cursive;
}

p.blu:first-letter {
    font-size: 24px;
    font-weight: 800;
}

form.blu.right {
    float: right;
    margin-top: -80px;
    margin-right: 200px;
}



p.blu.right {
    padding-top: 8px;
    font-size: 12px;
    color: #fff00cc;/*#226699; #21759B*/
    padding-bottom: 6px;
}

p.blu.right:first-letter {
    font-size: 12px;
    font-weight: normal;
}




/* main home page desing */

div.mainPage {
    min-height: 340px;
    margin: auto;
    margin-top: 14px;
    /*width: 990px;*/
}

#leftMainPage {
    float: left;
    width: 120px;
}

#centerMainPage {
    
    /*width: 820px;*/
    float: right;
}

/*left*/

h4.left {
    color: #666666;
    background: url("images/bck_bar.png") repeat-x scroll 0 0 transparent;/*#2F8FCC;*/
    padding: 3px;
    border: 1px solid #aaaaaa;
    font-size: 0.9em;
}

 ul.left{
    padding-left: 6px;
    border: 1px solid #aaaaaa;
    border-top: 0px;
    background: #ffffff;
}

.left li {
	border-bottom: 1px solid #dedede;
	font-size: 1em;
	line-height: 15px;
	padding: 6px 0;
        list-style: none;
        background: url("images/logout_22.png") no-repeat 0px 3px transparent;
        padding-left: 25px;
}

li.left.home  {
	background: url("images/home_22.png") no-repeat 0px 3px transparent;
}

li.left.search  {
	background: url("images/search_22.png") no-repeat 0px 3px transparent;
}

li.left.help  {
	background: url("images/help_22.png") no-repeat 0px 3px transparent;
}

li.left.admin {
	background: url("images/admin_22.png") no-repeat 0px 3px transparent;
}

li.left.log {
	background: url("images/log.png") no-repeat 0px 3px transparent;
}

.left li:last-child {
	border-bottom: 0px;
}

.left li a {
	width: 100%;
	display: block;
}

.left li.current {
	background: url(http://s.wordpress.org/style/images/arrow.png) center left no-repeat;
	font-weight: bold;
}

.left li ul {
	margin-top: 0 !important;
	margin-left: 16px !important;
}

.left li ul li {
	border: none;
	line-height: 1.4em;
	padding-bottom: 2px;
}




/* center */

p.breadcrumb {
    margin-bottom: 16px;
    background: url("images/bck_bar.png") repeat-x scroll 0 0 transparent;/*#E8EDFF*/
    border: 1px solid #aaaaaa;
    padding: 6px;
    -moz-box-shadow:2px 2px 2px #CCCCCC;
    -webkit-box-shadow: 2px 2px 2px #CCCCCC;
}

div.messaging {
    border: 1px solid red;
    background: #F8FFF0 url(images/info.png) 6px 6px no-repeat;
    padding: 0px 62px;
    padding-top: 20px;
    padding-bottom: 22px;
    color: #aa0000;
    -moz-box-shadow:2px 2px 2px #CCCCCC;
    -webkit-box-shadow: 2px 2px 2px #CCCCCC;
}

div.messaging ul li {
    list-style: none;
    font-style: italic;
}

div.basemenu {
    text-align: center;
    margin: 2px 0px 8px 0px;
    padding: 0px 0px 12px 0px;
    border-bottom: 1px dotted #999999;
}

form.tool-bar {
    display: inline;
    margin: 0;
}

form.tool-bar input {
    display: inline;
    margin: 0;
}

form.tool-bar input[type=text] {
    padding: 6px;
    width: 150px;
}

.basemenu ul {
    text-align: center;
    margin: 32px 4px;
}

.basemenu ul li {
    display: inline;
    color: #21759B;
    border: 1px solid #999999;
    -moz-border-radius: 11px;
    -khtml-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -khtml-box-sizing: content-box;
    opacity: 0.8;
    -moz-box-shadow:2px 2px 2px #CCCCCC;
    -webkit-box-shadow: 2px 2px 2px #CCCCCC;
}

.basemenu ul li:hover {
    opacity: 1;
    border: 1px solid #494949;
    cursor: pointer;
}

li.add {
    background: #ffffcc url(images/add.png) 6px 6px no-repeat;
}

li.print {
    background: #ffffcc url(images/print.png) 6px 6px no-repeat;
}

li.edit {
    background: #ffffcc url(images/edit.png) 6px 6px no-repeat;
}

li.mail {
    background: #ffffcc url(images/mail.png) 6px 6px no-repeat;
}

li.inlinemenu {
    padding: 20px 20px 24px 56px;
    border: 0px;
}




#centerMainPage {
    margin-bottom: 20px;
    padding: 0px 10px;
    border-left: 1px dotted #999999;
    border-right: 1px dotted #999999;
}

img.mainPage {
    padding: 6px;
    border: 1px solid #666666;
    margin-top: auto;
    text-align: center;
}

p.prelude {
    font-family: times, Times New Roman, times-roman, georgia, serif;
    font-size: 16px;
    font-style:italic;
    padding-top: 12px;
}




p.features {
    border: 1px dotted #999999;
    background: #ffffcc;
    color: #666666;
    padding: 8px;
}

a.linkblubck {
    color: #ffffcc;
}



/* tables */

table.bluandblack {
    margin: 0px;
    border: 1px solid #2F8FCC;
    border-collapse:collapse;
    padding: 0px;
    font-size: 10px;
    width: 100%;
    text-align: center;
    -moz-box-shadow:2px 2px 2px #CCCCCC;
    -webkit-box-shadow: 2px 2px 2px #CCCCCC;
}
table.bluandblack th {
    font-weight: 800;
    text-align: center;
    padding: 6px;
    background: #2F8FCC;
    color: #ffffff;
}

table.bluandblack tr.odd {
    background: #E8EDFF;
    color: #666666;
}

table.bluandblack tr.odd.overdue {
    background: #E8EDFF url(images/warning_small.png) 6px 6px no-repeat;
}

table.bluandblack tr.even {
    background: #D0DAFD;
    color: #666666;
}

table.bluandblack tr.even.overdue {
    background: #D0DAFD url(images/warning_small.png) 6px 6px no-repeat;
}

table.bluandblack tr:hover {
    background: #464646;
    color: #ffffff;
}

table.bluandblack tr:hover.overdue {
    background: #464646 url(images/warning_small.png) 6px 6px no-repeat;
    color: #ffffff;
}


table.bluandblack td {
    padding: 6px;
    background: transparent;
}

table.bluandblack tr:hover td a   {
    color: #ffffff;
}


/* this is modelForm table */
table.modelForm {
    width: 100%;
    border-collapse: collapsed;
    padding: 0px;
    margin: 0px;
    background: #ffffff;
    color: #21759B;
    padding-bottom: 10px;
    font-size: 0.9em;
    font-family:Verdana,Arial,sans-serif;
    width: 100%;
    border: 0px solid #aaaaaa;
}



table.modelForm tr td input {
    width: 60%;
    height: 24px;
    border: 1px solid #445566;
    font-size: 1.1em;
    padding: 2px;
    border: 1px solid #999999;
}


table.modelForm tr td textarea {
    border: 1px solid black;
    width: 500px;
    overflow:auto;
}




table.modelForm tr td input[type="text"]:focus, table.modelForm tr td textarea:focus {
    background: #F7F7F7;
    color: blue;
    border: 1px solid red;
}

table.modelForm tr label {
    color: #333333;
    vertical-align: top;
    text-align: left;
}

table.modelForm th td{
    text-align: center;
    background: white;
}





table.modelForm thead th {
    background: #2F8FCC;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    height: 32px;
    font-size: 1.1em;
    color: white;
}

table.modelForm tr td, table.modelForm tr th {
    padding: 5px;
    padding-left: 12px;
    background: white;

}

table.modelForm tbody tr {
    border-bottom: 1px dotted #494949;
}

table.modelForm tbody tr{
    min-height: 30px;
}

table.modelForm tr td.mceIframeContainer {
    padding: 0px;
}


#newclient input[type=submit] {
    margin: 10px;
}

span.commenting {
    margin: 2px;
    color: maroon;
}

h3.combiTitle{
    background: #2F8FCC url(images/combination.png) 6px 6px no-repeat;
    padding: 0px 62px;
    padding-top: 20px;
    padding-bottom: 24px;
    font-size: 1.4em;
    font-family: sans-serif;
    font-weight: bold;
    color: #ffffff;
    width: 100px;
    box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
}

div.combiDetail {
    padding: 12px;
    color: #333333;
    font-size: 0.8em;
    background: #D0DAFD;
    background: white;
    border: 1px solid #aaaaaa;
    box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;

}

#project_search span.tool-bar {
    display: inline;
}


p.empty {
    padding:10px;
    border-bottom: 1px dotted #666666;
    margin-bottom: 10px;
}


a.nohref {
    cursor: pointer;
    color: #21759B;
}

p.trans.instructions.comments {
    margin: 0px 15px;
}

p.trans.instructions.comments ul {
    margin: 0px 25px;
}

p.trans.instructions span {
    color: maroon;
}



/* translators */

div.pickForm {
    border-bottom: 1px dotted #666666;
    padding-bottom: 12px;
    margin-bottom: 2px;
    margin-left: 44px;
    max-width: 660px;
}

p.pickForm {
    margin-top: 10px;
    font-family:serif;
    text-align: justify;
    max-width: 600px;
    padding: 0px 62px;
    padding-top: 20px;
    padding-bottom: 8px;
}

p.pickForm.translator {
     background: #ffffff url(images/person_detail.png) 6px 6px no-repeat;
}

p.pickForm.combi {
     background: #ffffff url(images/search.png) 6px 6px no-repeat;
     padding-bottom: 12px;
     margin-bottom:  -12px;
}

form.pickForm {
    padding-left: 72px;
    margin-top: -6px;
}

/* MODAL */
div.hiddenModal {
    display: none;
    min-width: 440px;
    padding: 6px;
}

ul.combi.list {
    margin-left: 22px;
}

p.separation.top {
    border-top: 1px dotted #666666;
    margin-top: 6px;
}

/* end translators */


/* footer */

#mainFooter {
    border-top: 1px dotted #cccccc;
    clear: both;
}
p.footer {
    background: #fff;
    color: #999999;
    text-align: center;
    margin: 6px;
    font-size: 0.8em;
}

p.footer a, p.footer a:visited {
    background: #fff;
    color: #999999;
}

p.footer a:hover {
    background: #fff;
    color: #999999;
    text-decoration: underline;
}



/* test */

#form1{
    margin:1em 0;
    padding-top:10px;
    background:url(../images/form1/form_top.gif) no-repeat 0 0;
}
	#form1 fieldset{
		margin:0;
		padding:0;
		border:none;
		float:left;
		display:inline;
		width:260px;
		margin-left:25px;
		}
	#form1 legend{display:none;}
	#form1 p{margin:.5em 0;}
	#form1 label{display:block;}
	#form1 input, #form1 textarea{
		width:252px;
		border:1px solid #ddd;
		background:#fff url(../images/form1/form_input.gif) repeat-x;
		padding:3px;
		}
	#form1 textarea{
		height:125px;
		overflow:auto;
		}
	#form1 p.submit{
		clear:both;
		background:url(../images/form1/form_bottom.gif) no-repeat 0 100%;
		padding:0 25px 20px 25px;
		margin:0;
		text-align:right;
        }



