﻿* 
{
	margin: 0px;
	padding: 0px;
}
body
{
	font:12px/18px Arial, Helvetica, sans-serif;
	color: #333;
}
img
{
	border:0px;
	display:block;
}
.Pager img
{
	display:inline;
}
.Pager td a
{
	vertical-align:middle;
}
ul
{
	list-style:none;
}
table
{
	border-collapse:collapse;
}
.bodyWidth
{
	width: 970px;
	margin:auto;
}
a:link,a:visited 
{
	color: #333;
	text-decoration: none;
}
a:hover 
{
	color: #ed1b23;
	text-decoration: underline;
}
a:active
{
	color: #333;
	text-decoration: none;
}
.clear:after {
content: ".";
height: 0;
visibility: hidden;
display: block;
clear: both;
}

.clear {
display: inline-block;
}

/* Holly Hack Targets IE Win only \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End Holly Hack */ 

ul.infoTextList li
{
	text-indent: 12px;
	background:url(images/news_item_bg.gif) no-repeat left center !important;
	height:18px;
	width:100%;
	overflow:hidden;
}
div.more
{
	text-align:right;
}
div.more a
{
	padding-right:10px;
}
.main
{
	float: left;
	width: 610px;
	margin-bottom:5px;
}
.contentBg
{
	border:1px solid #cecece;
}
.contentBgImg
{
	background:url(images/middlebg.gif) repeat-x center top;
}
.contentHeader
{
	height: 31px;
	background: url(images/title_bg.gif) repeat-x center center;
	border-bottom: 1px solid #eee;
}
.contentHeader h3
{
	background: url(images/grey_triangle.gif) no-repeat 10px center;
	padding-left: 20px;
	font-weight: bold;
	font-size:14px;
	line-height:31px;
}
.contentHeaderLeft
{
	float:left;
}
.contentHeaderRight
{
	padding-right: 10px;
	line-height: 31px;
	float:right;
}
.requiredField
{
	color:Red;
}
.NoDisplay
{
	display:none;
}
/*-----------------------------pager-----------------------------*/
.pagerPosition
{
	width:100%;
	text-align:center;
	padding:5px 0;
	height:21px;
}
.pagerPosition input
{
	vertical-align:middle;
}
.pagerPosition span
{
	padding:0 3px;
	line-height:16px;
}
.pagerPosition a
{
	border:1px solid #cecece;
	vertical-align:middle;
	display:inline-block;
	height:18px;
	padding:0 5px;
}

/*------------------------------empty result--------------------------*/
.emptyBox
{
	border:1px solid #cecece;
	color:#ed1b23;
	width:608px;
	padding:40px 0;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin-top:5px;
}

