h3
{
	color:#cc3333;
}
li
{
	padding-bottom: 5px;
}
body
{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	height: 100%;
}
img 
{
	border-width: 0;
}

a, a:active, a:visited
{
	text-decoration: none;
	color: #8b0000;
	font-weight: normal;
	font-size: 13px;
}
a:hover {
	text-decoration: underline;
	color: red;
	font-weight: normal;
	font-size: 13px;
}
.menua
{
	text-transform: none;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

.menua a:active, .menua a:visited, .menua a
{
	color: #cc3333;
	font-size: 11px;
	font-weight: bold;
}

.menua a:hover
{
	color: red;
	font-size: 11px;
	font-weight: bold;
}

.menub
{
	text-transform: none;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 0px;
	width: 270px;
}

.menub a:active, .menub a:visited, .menub a
{
	color: #696969;
	font-weight: bold;
	font-size: 12px;
}

.menub a:hover
{
	color: red;
	font-weight: bold;
	font-size: 12px;
}

.menuc
{
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menuc a:active, .menuc a:visited, .menuc a
{
	color: #696969;
	font-weight: normal;
	font-size: 12px;
}

.menuc a:hover
{
	color: red;
	font-weight: normal;
	font-size: 12px;
}
.important
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ff0000;
}
.news-title
{
	font-weight:bold;
	color: #696969;
}
.custom-controls
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
.panel-center
{
	text-align: center;
	vertical-align: top;
}
.class-gray
{
	background-color: #dcdcdc;
}
#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;
}
.mytable
{ 
	border-bottom-style: solid;
	width: 100%;
}

/* 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;
}
.grid-border
{
	border-top: dotted 2px silver;
}
