html
{
	width: 100%;
	height: 100%;
}
h3
{
	color: #000000;
}
h4
{
	color: Gray;
	font-size: 13px;
}
li
{
	padding-bottom: 5px;
}
body
{
	background-color: #638baf;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	height: 100%;
}
img 
{
	border-width: 0;
}
.atable
{  
    width: 790px;
    margin-left: auto;
	margin-right: auto;
	background-color: white;
 }

a, a:active, a:visited
{
	text-decoration: none;
	color:#598cb9;
	font-weight: bold;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: gray;
	font-weight: bold;
	font-size: 12px;
}
.menua
{
	text-transform: none;
	font-size: 13px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	vertical-align: middle;
	text-align: right;
}
.menua a:active, .menua a:visited, .menua a
{
	color: #000000;
	font-weight: normal;
	font-size: 13px;
}

.menua a:hover
{
	color: red;
	font-weight: normal;
	font-size: 13px;
}
.menub
{
	text-transform: none;
	font-size: 13px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: left;
}
.menub a:active, .menub a:visited, .menub a
{
	color: #000000;
	font-weight: normal;
	font-size: 13px;
}

.menub a:hover
{
	color: red;
	font-weight: normal;
	font-size: 13px;
}
.menuc
{
	text-transform: none;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 30px;
	vertical-align: middle;
}
.menuc a:active, .menuc a:visited, .menuc a
{
	color: #ffffff;
	font-weight: normal;
	font-size: 13px;
}

.menuc a:hover
{
	color: #ffd700;
	font-weight: normal;
	font-size: 13px;
}
/*
.menures
{
	text-transform: none;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	vertical-align: middle;
	text-align: right;
	background-color: #d2b068;
}
.menures a:active, .menures a:visited, .menures a
{
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

.menures a:hover
{
	color: red;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
*/
.important
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ff0000;
}
.grid-border
{
	border-top: dotted 2px silver;
}
#thumbBox
{
	/*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #696969;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

.pinStyle
{
	position: relative;
	background: url(../../images/pin.gif);
	height: 30px;
	width: 30px;
	top: -15px;
	text-align: center;
	font: bold 12px Arial;
	cursor: pointer;
}
.news-title
{
	font-weight:bold;
	color: #696969;
}
/* Grid Control */
.grid_view_class
{
     color: #333333;
 }
  .header_style_class
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: silver;
}
 .footer_style_class
 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: Gray;
 }
 .pager_style_class
 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
 }
 .row_style
{
    background-color: White;
}
.alternative_row
{
    background-color: #f5f5f5;
}
thead
{
  display: table-header-group;
}
