
/* CSS Document */
body{
	/*background:url(images/bg.gif);*/
	background-color:#E2E0D3;
	margin:0px;
	margin-top:50px;
	color:#333333;
	font-size:12px;
	font-family:Helvetica, sans-serif, Arial;
	background-repeat: repeat-x
	}
	
th {
	text-align:left;
	background-color:#E5E6CB;
	color:#333333;
	font-size:12px;
	font-family:Helvetica, sans-serif, Arial;
}

td,p {
	color:#333333;
	font-size:12px;
	font-family:Helvetica, sans-serif, Arial;
}

a img { /*no border on images that are links*/
	border:0;
}
	
tr {
vertical-align:top;
}

.cellBorder {
border:1px #C1BDA4 solid;
padding:0;
}


.borderBottom {
border-bottom: 1px #C1BDA4 solid;
}
.borderTop {
border-top: 1px #C1BDA4 solid;
}
.borderForOrange {
border-top: 1px #ffffff solid;
border-right: 2px #ffffff solid;
border-bottom: 1px #ffffff solid;
}

.borderSides {
border-right: 1px #C1BDA4 solid;
border-left: 1px #C1BDA4 solid;
}

.pageTitle {
color:#D2D2C6; 
vertical-align:bottom;
background-color:#000000;
text-transform:capitalize;
font-size:14px;
font-weight: bold;
padding:00px 40px 5px 40px;
}

.menuItem {
	color: #D2D2C6;
	font-size:12px;
	height:50px;
	vertical-align:bottom;
	padding-bottom:5px;
	padding-left:7px;
	padding-right:7px;

}

.menuItem a {
	color: #D2D2C6;
	text-decoration: none;

}
.menuItem a:hover {
	color: #D2D2C6;
	text-decoration: underline;

}

.menu2 {
	color: #080808;
	font-size:10px;
	height:20px;
	vertical-align:top;
	padding-bottom:5px;
	padding-left:7px;
	padding-right:7px;

}

.menu2 a {
	color: #080808;
	text-decoration: none;

}
.menu2 a:hover {
	color: #000000;
	text-decoration: underline;

}

.menu2 a:visited {
	color: #080808;
	text-decoration: none;

}

.minCellHeight {
	height:348px;
	min-height:348px;
}

.minCellHeightMiddle {
	height:250px;
	min-height:250px;
}

.splashSelect {

	width:180px;
	font-size:10px;
}

.searchBut {

	background-color:#FF9700;
	padding:2px;
	font-size:10px;
	text-align:right;
	border:none;
	width: 180pxl
	text-align:center;
	
}


splashSelectTD {

	background-color:#D4D2C5;
}	

.splashText {
	padding: 4px;

}
