html{
	height: 100%;
}
body{
	height: 100%;
	margin: 0px;
	overflow: auto;
	font-family: arial;
}
div,table,input,textarea,select{
	font-size:11px;
}
table{
	empty-cells: show;
}
form{
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	color: #369;
}
a:link{
	color: #086cb3;
}
a:visited,a:active{
	color: #005a99;
}
a:hover{
	color: #42a0e2;
}
.error{
	color: #a00;
	font-weight: bold;
}
.success{
	color: #0a0;
	font-weight: bold;
}
.fieldInput{
	border: 1px inset #4175a6;
	padding: 1px;
	background: #fff;
}
.button{
	cursor: pointer;
}
.formTable{
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}
.formTable td,.formTable th{
	padding: 2px;
	border: 0px solid #000;
}
.formTable td.formLabel{
	text-align: right;
	font-weight: bold;
}
#header{
	background: #ddd;
	padding: 2px;
	border-bottom: 1px solid #333;
}
#mainBody{
	margin-top: 5px;
}
#content{
	padding: 0px;
}
.chooseArea{
	text-align: center;
	padding: 1px;
}
.chooseArea input{
	border: 0px;
	background: #fff;
	cursor: pointer;
	color: #086cb3;
}
#logo{
	float: left;
}
#pageTitle{
	float: left;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-left: 10px;
	font-family: verdana;
}
#headInfo{
	background: #aaa;
	padding: 3px;
	border-bottom: 1px solid #777;
}
.blockItemHeader,.blockItemHeader2{
	color: #fff;
	padding: 2px 6px;
	background: #036;
	font-weight: bold;
}
.blockItemHeader2{
	background: #369;
}
.blockItemHeader a:link,.blockItemHeader a:visited,.blockItemHeader a:active,.blockItemHeader2 a:link,.blockItemHeader2 a:visited,.blockItemHeader2 a:active{
	color: #fff;
	text-decoration: none;
}
.blockItemHeader a:hover,.blockItemHeader2 a:hover{
	color: #ff0;
	text-decoration: none;
}
.blockItem{
	margin: 0px 4px;
	padding: 2px;
}
#footer{
	margin-top: 10px;
}
.blockItemFooter{
	padding: 2px 6px;
	border: 1px solid #999;
	background: #ccc;
}
.listingInfo{
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
}
.listingInfo td{
	padding: 0px;
	vertical-align: top;
}
.listingInfo td span{
	padding: 1px 6px 1px 0px;
	white-space: nowrap;
}
.listingInfo td img{
	width: 50px;
}
.srPhoto{
	width: 50px;
	height: 36px;
	border: 1px solid #000;
	margin-right: 5px;
	overflow: hidden;
	background: #999;
	text-align: center;
}
.ldPhoto{
	margin: auto;
	text-align: center;
	overflow: hidden;
	width: 220px;
}
.ldPhoto img{
	text-align: center;
	width: 220px;
}
	
