body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin:5px;
}

a:link, a:active {
	color:#005496;
	text-decoration:none;
}
a:visited {
	color:#003864;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h4{
	background-color:#f2f3f5;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	padding:5px 5px 5px 5px;
	color:#000000;
}

.nav{
	background-color:#005495;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#FFFFFF;
	height:25px;
	width:100px;
}

a.logout{
	color:#FE0000;
	text-decoration:none;
}

#red_alert {
	display:none;
	border:8px solid #7F0000;
	background:#FFE8E8;
	width:600px;
	height:200px;
	margin:-50px 0 0 -300px;
	position:absolute;
	left:50%;
	padding:10px;
}

#red_alert .message {
	font-weight:bold;
}
#red_alert .message h1{
	font-size:20px;
	text-align:center;
	margin:0;
}
#red_alert .message p{
	color:red;
	text-indent:5px;
	margin:10px 0 0 15px;
}

#red_alert #ok, 
#red_alert #cancel{
	float:right;
	margin:15px 10px 0 0;
}

#systemmessage {
	border-style:solid;
	border-color:#FF7F00;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:16px;
	border-width:1px;
	padding:3px;
	display:block;
	text-align:center;
	}

#shortcuts {
	border-style:solid;
	border-color:#005495;
	border-width:1px;
	width:300px;
	float:right;
	background-color:#f2f3f5;
	font-size:14px;
	margin:5px;
	}
	
#rightmenu {
	border-style:solid;
	border-color:#005495;
	border-width:1px;
	width:160px;
	float:left;
	background-color:#f2f3f5;
	font-size:12px;
	margin:5px;
	padding:5px;
	clear:both;
	}
	
#welcomemessage {
	/* border-style:solid; */
	/* border-color:#005495;*/
	/* border-width:1px;*/
	/* background-color:#f2f3f5;*/
	font-size:13px;
	margin:5px;
	}

#welcomemessage h4 {
	font-size:18px;
	background-color:#FFFFFF;
	}

.calendar{
	text-indent:10px;
}

#ddimagetabs{
}

#ddimagetabs a{
	display: block;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color: #FFFFFF; /*font color */
	width: 100px; /*width of tab image */
	height: 20px; /*height of tab image */
	float: left;
	display: inline;
	margin-right: 7px;
	padding-top: 4px; /*vertical offset of tab text from top of tab*/
/*	background-image:url(bluetab.jpg); /*URL to tab image */
	background-color:#005495; /*tab color, replacement of image*/
	text-align: center;
	vertical-align:middle;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
/*	background-image:url(bluetabover.jpg); /*URL to tab image onmouseover */
	background-color:#FF7F00; /*tab color, replacement of image*/
	color: #FFFFFF;
}


#tabcontentcontainer{
	width:100%; /*width of 2nd level content*/
	height:20px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
	background-color:#F2F3F5;
	text-indent: 5px;
	padding-top: 4px;
}

#containercontent{ /*3rd level*/
	width:100%; /*width of 3rd level content*/
	height:20px; /*height of 3rd level content. Set to largest's content height to avoid jittering.*/
	background-color:#E5EEF4;
	text-indent: 5px;
	padding-top: 4px;
}


.tabcontent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	display:none;
	color:#999999;
}

.tabcontent a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#005495;
}

.tabcontent a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#333333;
	background-color:#F2F3F5;
}

.tabcontent2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	display:none;
	color:#005495;
}

.tabcontent2 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#005495;
}

.tabcontent2 a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#333333;
}

.field_row{
	margin-bottom:8px;
	overflow:hidden;
}

.field_row .field_label{
	float:left;
	width:160px;
	font-weight:bold;
}

.field_row .field_input{
	float:left;	
}

.required{
	color:#F00;	
}
