@CHARSET "ISO-8859-1";

body{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 10pt;
	font-weight: normal;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #687387;
}

table{
	border-spacing: 0px;
}

td{
	vertical-align:top;
}

a{
	text-decoration: none;
}

div#container{	
	width: 100%;
	color: #FFFFFF;
	font-size: 11pt;
}

/*HEADER*/
#header{
	height: 150px;
	width:100%;
	background-color: #FFFFFF;
}

div#header_content_container{
	float: left;
	padding: 20px;
}

div#header_logo_container{
	float: right;
	text-align: right;
}

div#header_title{
	color: #687387;
	font-weight: bold;
	font-size: 24pt;
	padding-top: 10px;
}

div#header_description{
	font-size: 11pt;
	padding-top: 5px;
}

img#header_logo{
	margin:20px;
}

div#topMenuContainer{
	position: absolute;
	top: 113px;
	left: 20px;
}

a.topMenuItem{
	display: block;
	float: left;
	height: 23px;
	padding: 7px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 3px;
	background-color: #A8B3C7;
	color: #FFFFFF;
	font-size: 14pt;
}

a.topMenuItem.active{
	background-color: #687387;
}
/*END HEADER*/

/*MESSAGES*/
#messageContainer{
	position: absolute;
	top: 114px;
	left: 20px;
}

#messageFrame{
	width: 800px;
	height: 25px;
	border-style: solid;
	border-width: 1px;
}

#messageFrame.success{
	border-color: #00AA00;
	background-color: #CCFFCC;
}

#messageFrame.failure{
	border-color: #AA0000;
	background-color: #FFCCCC;
}

#messageContent{
	font-size: 12px;
	font-weight: bold;
	padding:5px;
}

#messageContent.success{
	color: #00BB00;
}

#messageContent.failure{
	color: #BB0000;
}
/*END MESSAGES*/

/*MENU*/
div#menu{
	padding: 10px;
	padding-left: 20px;
}

div#menu a{
	display: block;
	padding-bottom: 3px;
	float: left;
	padding-right: 10px;
}
/*END MENU*/

/*CONTENT*/
div#content{
	padding: 20px;
	min-height: 500px;
}

a.link{
	color: inherit !important;
	color: #FFFFFF; /*IE7 only*/
}

a.link:hover{
	text-decoration: underline;
}

hr.line{
	width: 100%;
	background-color: #FFFFFF;
	height: 1px;
	border-style: none;
}
/*END CONTENT*/

/*POPUP*/
div.popupBackground{
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #000000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	width: 100%;
	height: 100%;
	z-index: 100;
}

div.popup{
	position: absolute;
	left: 380px;
	top:230px;
	opacity: 1;
	z-index: 101;
}

div#popupTitleContainer{
	background-color: #687387;
	padding: 3px;
}

span#popupTitle{
	font-weight: bold;
	color: #FFFFFF;
}

a.popupClose{
	
}

div.popupContent{
	padding: 8px 8px 0px 8px;
	overflow-y: auto;
	width: 370px;
}

#popupTable tr.row1 td.col1{
	width: 21px;
	height: 23px;
	background-image: url("/img/general/popup/topLeftCorner.png");
	background-repeat: no-repeat;
}

#popupTable tr.row1 td.col3{
	width: 21px;
	height: 23px;
	background-image: url("/img/general/popup/topRightCorner.png");
	background-repeat: no-repeat;
}

#popupTable tr.row2 td.col1{
	padding: 0px;
	border: none;
	margin: 0px;
}

#popupTable tr.row3 td.col1{
	width: 21px;
	height: 23px;
	background-image: url("/img/general/popup/bottomLeftCorner.png");
	background-repeat: no-repeat;
}

#popupTable tr.row3 td.col3{
	width: 21px;
	height: 23px;
	background-image: url("/img/general/popup/bottomRightCorner.png");
	background-repeat: no-repeat;
}

#popupTable tr.row1 td.col2, #popupTable tr.row2, #popupTable tr.row3 td.col2{
	background-color: #FFFFFF;
}

#popupTable td.col1 div.contentBoxTitle{
	margin-left: -1px;
	margin-right: -1px;
}

span.popupDescription{
	font-size:10pt;
}
/*END POPUP*/

.errorColor{
	color: #FF0000;
}

.successColor{
	color: #00AA00;
}

.pubColor{
	color: #687387;
}

/*FORMS*/
ul.errors{
	padding:0px;
	display: inline;
}

ul.errors li{
	display: inline;
}

td.field input{
	width: 200px;
}

td.checkbox input{
	
}

td.field select{
	width: 206px;
}

label.label{
	
}

input.niceForm{
	width: 200px;
}

input.niceForm.short{
	width: 66px;
}

select.niceForm{
	width: 206px;
}

select.niceForm.short{
	width: 72px;
}

td.formImageCol{
	padding-right: 10px;
	vertical-align: bottom;
}

td.formImageCol img{
	width: 22px;
	height: 22px;
}

p.formLabel{
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 1px;
	font-size: 8pt;
}

td.formErrorCol{
	padding-top: 18px;
	padding-left: 10px;
}

td.formErrorCol div{
	border-style: solid;
	border-width: 1px;
	border-color: #AA0000;
	background-color: #FFCCCC;
	font-size: 12px;
	font-weight: bold;
	color: #BB0000;
	padding: 2px 10px 3px 10px;
}

input.formSubmitImage{
	padding-top: 8px;
	cursor:pointer;
}
/*END FORM*/