.cont {
	margin: 0px;
	font-family:Arial, sans-serif;
	font-size: 14px;
	color:#333333;
	background-color:#FFFFFF;
}

a {
color: #0000FF;
text-decoration: none;
}

a:hover {
color: #9E5400;
text-decoration: underline;
}

.h2 a {
color: #333333;
font-size: 16px;
text-decoration: none;
}

.h2 a:hover {
color: #333333;
font-size: 16px;
text-decoration: none;
}

.feature a{
	color: #333333;
	text-decoration: none;
}
.feature a:hover{
	color: #156AAF;
	text-decoration: none;
}

.indexNew a{
	color: #0000FF;
	text-decoration: none;
}
.indexNew a:hover{
	color: #9E5400;
	text-decoration: none;
}

.logo a, a:hover{
	color: #472F0D;
	text-decoration: none;
}

#formh {
visibility:hidden;
display:none;
}

.userName{
	color:#0000FF;
}

/*textbox*/
.textBox{
	width:65%;	
	/*height:40px;*/
	/*padding:2px;*/
	padding-top:27px;
	padding-left:5px;
	float:left;
	/*border:solid 1px #ddd;*/
	/*margin-right:2px;*/
	/*background-color:#F0F0F0;*/
}

/*imagebox small*/
.imageBox{
	width:80px;	/* Total width of each image box */
	height:80px;	/* Total height of each image box */
	padding:2px;
	float:left;
	border:solid 1px #ddd;
	margin-right:2px;
	background-color:#F0F0F0;
}
.imageBox_theImage{
	width:77px;	/* Width of image */
	height:77px;	/* Height of image */
	background-position: center center;
	background-repeat: no-repeat;		
	margin: 0 auto;
	margin-top:2px;
	margin-bottom:1px;
	cursor: hand;
}


.pagination{
	padding: 2px;
}

.pagination ul{
	margin: 0;
	padding: 0;
	text-align: left; /*Set to "right" to right align pagination interface*/
	font-size: 15px;
	padding-left:20px;
	padding-bottom:7px;
}

.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
	padding: 0 5px;
	border: 1px solid #9aafe5;
	text-decoration: none; 
	color: #0000FF;
}

.pagination a:hover, .pagination a:active{
	border: 1px solid #2b66a5;
	color: #000;
	background-color: lightyellow;
}

.pagination li.currentpage{
	font-weight: bold;
	padding: 0 5px;
	border: 1px solid navy;
	background-color: #FFFFFF;
	color: #000000;
}

.pagination li.disablepage{
	padding: 0 5px;
	border: 1px solid #929292;
	color: #929292;
}

.pagination li.nextpage{
	/*font-weight: bold;*/
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
	margin-right: 5px;
	padding-right: 0;
}


/*lightbox*/
#lightbox{
	background-color:#FFFFFF;
	padding: 0px;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ 
	float: left; 
}
#keyboardMsg{ 
	float: right; 
}
#closeButton{ 
	top: 1px; right: 1px; 
}

#lightbox img{ 
	border: none; clear: both;
} 
#overlay img{ 
	border: none; 
}

#overlay{ 
	background-image: url(http://yawoot.com/lb/overlay.png); 
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(http://yawoot.com/lb/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://yawoot.com/lb/overlay.png", sizingMethod="scale");
}
