/*---{ Imports )-------------------------------------------------------*/

@import "custom/news.css";
@import "custom/newsarchive.css";
@import "custom/vacancy.css";
@import "custom/project.css";
@import "custom/search.css";
@import "custom/faces.css";
@import "custom/thickbox.css";

/* ---------- */

#langNav {
	position:absolute; 
	left:30px; 
	top:20px;
}
#langNav img {
	margin-left: 6px;
}
#langNav a {
	text-decoration: none;
	color:#FFFFFF;
	font-size: 9px;
}

#splashscreen #sidecol {
	display:none;
}
#splashscreen #content {
	width: 746px;
	margin: 0;
	padding: 0;
}
#splashscreen #cols {
	padding-bottom: 0px;
}

#content ul, ol {
	padding-left: 35px;
}

#subPage {
	border-bottom: 1px #cccccc solid;
	width: 200px;
	overflow: hidden;
	padding: 0 0 5px 0;
}

#headerTop {
	width: 100%;
	height: 15px;
	background: #FFFFFF url(../images/img_bg_header_top.gif) center top no-repeat;
	font-size: 6px;
	line-height: 6px;
}

#headerFlash {
	position: absolute;
	top: 15px;
	right: 15px;
	_right: 14px;
	width: 770px;
	height: 173px;
	overflow: hidden;
}

#utilBar {
	width: 100%;
	height: 36px;
	margin: 0px 0 4px 0;
	background-color: #00336A;
	color: #FFFFFF;
	font-size: 11px;
}

#utilBar #search {
	position: absolute;
	top: 18px;
	right: 44px;
}
.button {
	background-color: #E2F633;
	border: 1px solid #5F5F5F;
	font-size: 11px;
	height: 21px;
	line-height: 16px;
	cursor: hand;
}

#sFrm .searchField {
	border: 1px solid #7F9DB9;
	width: 124px;
	height: 16px;
	line-height: 16px;
	margin: 0;
	padding: 1px 1px 1px 3px;
}

.tblHead {
	color:#FFFFFF; 
	font-size:12px; 
	font-weight:bold; 
	padding-left:5px;
}
.Orange {
	background-color:#FF7903; 
}

.homeNews {
	text-decoration: none;
	color: #FFFFFF;
}
.homeNews:hover {
	text-decoration: underline;
}

#homeListLeft,
#homeListRight {
	width:245px;	
}
#homeListLeft table tr td,
#homeListRight table tr td{
	padding-left: 4px;
}
#homeListLeft table tr td a,
#homeListRight table tr td a {
	color: #454545;
	text-decoration: none;
	margin-left: 1px;
}
#homeListLeft table tr td a:hover,
#homeListRight table tr td a:hover {
	text-decoration: underline;
}
#homeListLeft {
	float:left;
}
#homeListRight {
	float:right;
}


/*----------{Tables}------------------------*/
.yellow_table
	{
	background-color: #FFFFFF;
	border: 1px solid #CCCC00;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}
.yellow_table td
	{
	vertical-align: top;
	border: 1px solid #CCCC00;
	padding: 0 0 0 5px;
	margin: 0px;
	width: 25%;
	}
.yellow_table_title
	{
	font-weight: bold;
	background-color: #CCCC00;
	text-indent: 0px;
	}
.yellow_table_description
	{
	background-color: #FFFFCC;
	vertical-align: top;
	}

.orange_table
	{
	background-color: #FFFFFF;
	border: 1px solid #FF9900;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}
.orange_table td
	{
	vertical-align: top;
	border: 1px solid #FF9900;
	padding: 0 0 0 5px;
	margin: 0;
	width: 25%;
	}
.orange_table_title
	{
	font-weight: bold;
	background-color: #FF9900;
	text-indent: 0px;
	}
.orange_table_description
	{
	background-color: #FFCC99;
	vertical-align: top;
	}