@charset "utf-8";
/* CSS Document */

.mainbarHeader{
	background-color: #000;
	height: 16px;
	padding-top: 2px;
	color: #FFFFFF;
	margin-top: 1px;
	font-size: 11px;
}
#rightBoxContainer{
	margin: 0;
	padding: 0;
	clear: both;
	background-color: #000;
}
.rightBoxImage{
	padding-top: 10px;
	text-align: center;
}
.rightBoxText{
	margin: 0;
	padding: 10px 11px 30px 11px;
	color: #FFFFFF;
}

#contentSplitContainer{
	background-image: url(../images/contentsplit_bg_bydel.gif);
	background-repeat: repeat-y;
	background-position: top;
}
#searchField_project{
	margin-top: 5px;
	width:200px;
	float: left;
	padding-left: 20px;
	background-image: url(../images/search_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#searchbutton{
margin-right:20px;
margin-top:20px;
float:right;
width:auto;

}

.textBgColor{
	background-color: #66FF33;
}

.bottomLayer{
	width: 100%;
	background-color: #DBFF0D;
	height: 8px;
	clear: both;
}