body { font-family: Calibri, Trebuchet MS, Tahoma, Verdana, Helvetica, Variable}

span.blueHighlight { color: #4074BA; font-weight: bold }
span.italic {font-style: italic}
span.bold {font-weight: bold}

H1 { border-bottom: 2px solid #A0BADD; font-size: 18pt; color: #4074BA; font-style: italic; font-weight: bold }
H2 { border-bottom: 1px dotted #A0BADD; font-size: 13pt; color: #4074BA; font-weight:bold; padding-top: 20px; }

LI {margin-bottom: 8px }

a { color:#4074BA}
a:hover {color: #A0BADD}

a.mainMenu {font-weight: bold; font-size: 9pt; color: #000000; text-decoration:none; margin-top: 4px;  }
a:hover.mainMenu {color: #FFFFFF}

a.subMenu {font-size: 9pt;color: #808080 ; text-decoration: none }
a:hover.subMenu {color: #000000}

.categoryName {font-size: 24pt; color:#FFFFFF; margin-left:16px; margin-top:0; margin-bottom:0; font-weight: bold}
.categorySub {font-size: 12pt; color:#FFFFFF; margin-left:16px; margin-top:0}

.copyright {font-size: 10pt; color: #808080; font-weight: bold; text-align: right; 
               margin-right: 24px; margin-bottom: 24px}
.copyright a { color: #808080; background-color: inherit; text-decoration: none; }
.copyright a:hover { color: #808080; background-color: inherit; text-decoration: none; }

textarea {
	width: 90%;
	border: 3px solid #cccccc;
	padding: 5px;
}

#submit_synop_button {
	width: 101px;
	height: 24px;
	border: 0px;
	background-color: transparent;
	background-image: url(../images/layout/button_send.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

input {
	border: 2px solid #cccccc;
}


