@charset "utf-8";
/* 
	Inland Valley Office Furniture
	Default CSS Document 
*/

Body {
	background-color: #2a4a72 ; 
	/*background-color: #40628c ; */
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 14px ;
	color: #333333 ;
}
A:Link, A:Hover, A:Visited {
	color: rgb(42,74,114) ;
}
Input {
	font-size: 10px ;
	color: rgb(150,150,150) ;
	background-color: rgb(50,50,50) ;
	border: 1px solid darkgray ;
}
	Input:Hover, Input:Focus {
		background-color: rgb(40,40,40) ;
	}
.SmTxt {
	font-size: 11px ;
}
.blueTxt {
	color: rgb(42,74,114) ;
}
#Wrapper {
	position: relative ;
	margin: auto ;
	width: 812px ;
}			
	#UserControl {
		width: 398px ;
		height: 15px ;
		float: right ;
		margin-top: 15px ;
		margin-right: 2px ;
		padding: 5px ;
		font-size: 10px ;
		color: #777777 ;
		text-align: right ;
		background-image: url(../Media/Layout/UserControl.jpg) ;
		background-repeat: no-repeat ;
		background-color: white ;
	}
		#UserControl Form {
			float: right ;
			width: 400px ;
		}
		#UserControl Input {
			width: 100px ;
		}
	#Header {
		height: 60px ;
		clear: right ;
	}
		#Navigation {
			float: left ;
			margin-bottom: -3px ;
		}
			#Navigation img {
				float: left ;
			}
	#Content {
		margin-left: 7px ;
	}
		#ContentTop {
			height: 18px ;
		}
		#ContentCenter {
			position: relative ;
			background-image: url(../Media/Layout/Content_Center.jpg) ;
			background-repeat: repeat-y ;
			padding-left: 25px ;
			overflow: auto ;
		}				
		#ContentBottom {
			height: 92px ;
		}
	.SubmitButton {
		color: rgb(255,255,255) ;
		width: 50px !important ;
		cursor: pointer ;
	}
