/************************** HTML *********************/
input {
	font-family: arial;
	font-size: 11px;
}
textarea {
	color: #666666;
	font-family: arial;
	font-size: 11px;
}
form{
	margin: 0px;
}
hr{
	height:1px;
	color: #DDDDDD;
}
.button {
	border-top: 1px solid #F4F4F4;
	border-right: 1px solid #F4F4F4;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	background-image: url("../images/input_btn_bg.gif");
	background-repeat: repeat-x;
	color: #666666;
	font-weight: bold;
	width: 75px;
}
.buttonDisable {
	border-top: 1px solid #F4F4F4;
	border-right: 1px solid #F4F4F4;
	border-bottom: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
	background-color: #DDDDDD;
	background-repeat: repeat-x;
	color: #E4E4E4;
	cursor: default;
	width: 75px;
}
select {
	border: 1px solid #333333;
	color: #666666;
	font-family: "Arial Unicode MS", Arial, sans-serif;
	font-size: 11px;
}
.header {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 2px 0px;
	border-bottom: 1px solid #DDDDDD;
	color: #333333;
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
}
.heading1 {
	color: #FF6600;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.heading {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.tooltip {
	padding: 2px;
	border: 1px solid;
	color: #000000;
	background-color: #FFFFE6;
	font-size: 10px;
	font-family: Verdana, Arial Unicode MS, Arial, Helvetica, sans-serif;
	z-index: 1000;
	visibility: hidden;
	width: 280px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
}
.outerTable {
	border: 1px solid #40B259;
	margin-bottom: 5px;
}
.outerTable h5{
	margin: 0px;
	padding: 2px 0px 0px 5px;
	background-color: #40B259;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
}
.outerTable a, .outerTable a:visited, .outerTable a:active{
	color: #003399;
	text-decoration: none;
}
.outerTable a:hover {
	color: #666666;
}
.outerTable1 {
	border: 1px solid #FFFFFF;
	width: 100%;
	mrgin-bottom: 5px;
}
.outerTable1Head {
	padding-left: 5px;
	padding-bottom: 2px;
	background-color: #CCCCCC;
	color: #666666;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
}
.innerTable1 {
}
.innerTable td{
	height: 22px; 
}
.innerTable1Head{
	background-color: #E4E4E4;
	height: 18px;
}
.logoHeader {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-image: url("../images/yellow_grd_bg.jpg");
	height: 65px;
}
/********************* Right Nav *************************/
.rightNav {
	padding-top: 1px;
	width: 155px;
	vertical-align: top;
}
.linkList ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.linkList li {
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 0px 0px 5px;
	height: 18px;
	white-space: nowrap;
}
.linkList li.selected {
	background-color: #E4E4E4;
	cursor: default;
}
.linkList li.last {
	border-bottom: 0px solid #CCCCCC;
}
.linkList li.level1 {
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 0px 0px 20px;
	height: 18px;
}
.linkList li.level1Sel {
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 0px 0px 20px;
	/*background-color: #EEEEEE;*/
	font-weight:;
	height: 18px;
}
/************************* Body Layout **********************/
.sustDevBar {
	padding-left: 3px;
	padding-top: 2px;
	color: #FFFFFF;
	background-color: #40B259;
	font-size: 18px;
	font-weight: bold;
	height: 25px;
}
.logoBar {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFF2BF;
	height: 54px;
}
.contentTable {
	border-left: 1px solid #FFFFFF;
	border-bottom: 3px solid #40B259;
	background-color: #FFFFFF;
}
.contentTable td {
	color: #333333;
	font-family: arial;
	font-size: 12px;
}
.content {
	padding: 5px;
}
.content p {
	margin-top: 8px;
}
.content li {
	margin-top: 3px;
}
.infoPanel{
	margin-bottom: 10px;
	border-bottom: 1px solid #E4E4E4;
}
.infoPanel p{
	margin-bottom: 10px;
}
.searchPanel{
	margin-bottom: 10px;
}
.paging span{
	display: block;
	color: #666666;
	font-size: 11px;
}
.paging span.info {
	padding: 3px 0px 0px 2px;
	font-weight: bold;
}
.paging span.left {
	float: left;
	width: 150px;
}
.paging span.right {
	margin: 0px 0px 0px 150px;
	text-align: right;
}