html, body {
 color: #000000;
 font-size: 12px;
 font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
 height: 100%;
 margin: 0;
 padding: 0;
 background: #D9DEE6 url(/images/bg.jpg) no-repeat center center;
}
.diaglines {
 background-image: url(/images/diaglines.gif);
 background-position: left top;
}

.page_title {
	font-size: 21px;
	color: #324152;
	height: 32px;
}

.main {
	height: 100%;
	width: 100%;
	background-image: url(/images/bg2.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.main a {
    color: #006699;
}

.slogan {
	font-size: 24px;
}
.cr {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.cr a {
	color: #999999;
	text-decoration: none;
}
/* open job */
.job_link * {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}
a.job_link {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.diaglines2 {
 background-image: url(/images/diaglines.gif);
 background-position: left top;
 height: 83px;
 width: 50%;
}

.note{
	color:#666666;	
	}

#biographies_table {
        font-size: 14px;
        }
#biographies_table td {
        padding-bottom: 10px;
        }
#biographies_table a {
        font-size: 16px;
        text-decoration: none;
        }
/* news */
.news {
    margin-top: 0px;
}

/* buttons */
.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	border-right: 1px solid #D0D3D7;
	border-bottom: 1px solid #D0D3D7;
	border-left: 1px solid #F1F2F3;
	border-top: 1px solid #F1F2F3;
	background-color: #DFE1E3;
	color:#52585F;	
	cursor:pointer;	
	padding-bottom:1px;
	}
.buttons:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	border-right: 1px solid #D9D900;
	border-bottom: 1px solid #D9D900;
	border-left: 1px solid #FFFF8A;
	border-top: 1px solid #FFFF8A;
	background-color: #FFFFCC;
	color:#52585F;		
	cursor:pointer;	
	padding-bottom:1px;	
	}
.buttons:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	border-right: 1px solid #F1F2F3;
	border-bottom: 1px solid #F1F2F3;
	border-left: 1px solid #D0D3D7;
	border-top: 1px solid #D0D3D7;
	background-color: #DFE1E3;
	color: #000000;	
	padding-bottom:1px;	
	}

 /* input */       
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-left:2px;
	border: 1px solid #81A2C9;	
	}
.input:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-left:2px;
	background-color:#FFFFCC;
	border: 1px solid #005782;
	}
.input_media {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	padding-left:0px;
	border: 1px solid #86A4BF;	
	padding:4px 2px 3px 0px;
	margin-left:-1px;
	height:15px
	}
.input_media_select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	padding-left:0px;
	border: 1px solid #86A4BF;	
	padding:3px 3px 2px 0px;
	}
.input_media_file {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	padding-left:0px;
	border: 1px thin #FFFFFF;	
	padding:3px 3px 3px 0px;
	height:22px;
	}

/* navi menu */
.navi {
	font-size: 16px;
	font-weight: bold;
	color: #D23C3C;
	background-color: #FFFFFF;
	height: 28px;
}
.navi a {
 color: #503E7D;
 text-decoration: none;
}
a:hover {
 color: #D23C3C;
 text-decoration: underline;
}
.menu {
        text-align: center;
        background-color: #FFFFFF;
}
.menu td {
        white-space: nowrap
}
.submenu td {
        white-space: nowrap
}
.active_menu a {
	font-weight: bold;
	color: #D23C3C;
}
.submenu {
        text-align: center;
        font-size: 14px;
        width: 14%;        
}

.toppadding *:first-child {
        margin-top: 0px;        
}

/*****************************************************/

.fieldWithErrors {
	padding: 0px;
	background-color: #c00;
	display: table;
	/*	width:100%;*/
	}

#errorExplanation {
	width: 400px;
	border: 2px solid #c00;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background-color: #f0f0f0;
	}

#errorExplanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	margin: -7px;
	background-color: #c00;
	color: #fff;
	}

#errorExplanation p {
	color: #333;
	margin-bottom: 0;
	padding: 5px;
	}

#errorExplanation ul li {
	font-size: 12px;
	list-style: square;
	}