body{
	margin: 0px;
	overflow: auto;
	height: 100%;
	background: #ccc url(../images/body_bg.jpg) repeat-x fixed top left;
}
table,div{
	font-size: 13px;
	font-family: arial;
}
p{
	margin-top: 0px;
	margin-bottom: 10px;
}
a{
	text-decoration: none;
}
h2,h1{
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 3px;
}	
a:link,a:active{
	color: #034ba5;
}
a:visited{
	color: #3a7ed3;
}
a:hover{
	color: #0d2b50;
}
.error{
	font-weight: bold;
	color: #900;
}
#outer{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
#headerWrapper{
	margin-top: 10px;
	margin: auto;
	width: 900px;
	position: relative;
}
	#headerLeft{
		float: left;
		position: relative;
	}
		#logo{
			padding: 4px;
			padding-bottom: 0px;
			margin-top: 5px;
		}

	#headContent{
		float: right;
		width: 646px;
		line-height: 42px;
		color: #900;
		font-weight: bold;
		font-size: 17px;
		position: relative;
	}
	#menuWrapper{
		float: right;
		border-bottom: 0px solid #f00;
		position: relative;
	}
		#mainMenu{
			width: 650px;
			position: relative;
		}
			#mainMenu .menuButton{
				float: left;
				font-size: 14px;
			}
			#mainMenu .menuButton a{
				display: block;
				width: 100px;
				text-align: center;
				padding: 5px 0px;
				background: #1b4f80;
				margin: 2px 2px 0px 2px;
				margin-bottom: 0px;
				border: 1px solid #333;
				border-bottom: 0px;
				color: #fff;
				font-weight: bold;
				text-decoration: none;
			}
			#mainMenu .menuButton a:hover{
				background: #4b83b8;
			}
			#mainMenu .active a,#mainMenu .active a:hover{
				background: #333;
			}
#mainBody{
	margin: auto;
	width: 896px;
	background: #fff;
	border: 2px solid #333;
	border-top: 10px solid #333;
	position: relative;
}
#homeImage{
	
}
#content{
	padding: 4px;
}
.fieldInput{
	background: #dfecff;
	border: 1px inset #999;
	padding: 1px;
}
.fieldFocus{
	background: #ffd;
	border: 1px solid #0078ff;
	padding: 1px;
}
.fieldError{
	background: #fdd;
	border: 1px inset #f00;
	padding: 1px;
}
.fieldDisabled{
	background: #ddd;
	border: 1px inset #000;
	padding: 1px;
}
select.fieldInput,select.fieldFocus,select.fieldError,select.fieldDisabled{
	padding: 0px;
	border-style: outset;
}
.button{
	cursor: pointer;
	padding: 0 .25em;
    width: auto;
	overflow:visible;
}
textarea{
	overflow: auto;
}
.formTable{
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}
.formTable td,.formTable th{
	padding: 2px;
	border: 0px solid #000;
}
.tableList{
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
}
.tableList tr:hover{
	background: #ffd;
}
.tableList th{
	font-weight: bold;
	text-align: left;
	padding: 2px;
	background: #d5d5cb;
	border: 1px solid #999;
	border-left: 2px solid #999;
	border-bottom: 2px solid #999;
	white-space: nowrap;
}
.tableList td{
	padding: 2px;
	border: 1px solid #ccc;
	white-space: nowrap;
	vertical-align: top;
}
.tableList img{
	height: 15px;
	margin: 0px 2px 0px 2px;
	cursor: pointer;
	border: 0px;
}
.formLabel, .formTable .formLabel{
	white-space: nowrap;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding: 3px;
}
