﻿h1.Generic
{
	font-size:20px;
	font-family:Verdana;
	line-height:20px;
	color:#0072bc;
	font-weight:bold;
	background-color:inherit;
	margin:12px 0;
}

h2.Generic
{
	font-size:18px;
	font-family:Verdana;
	line-height:20px;
	color:#0072bc;
	font-weight:bold;
	background-color:inherit;
	margin-top: 5px;
	margin-bottom: 15px;
}

h3.Generic 
{
	font-size:16px;
	font-family:Verdana;
	line-height:20px;
	color:#0072bc;
	font-weight:bold;
	background-color:inherit;
	margin: 5px 0px;	
}

h4.Generic
{
	font-size:14px;
	font-family:Verdana;
	line-height:20px;
	color:#0072bc;
	font-weight:bold;
	background-color:inherit;
	margin: 5px 0px;
}


h5.Generic 
{
	font-size:12px;
	font-family:Verdana;
	line-height:20px;
	color:#0072bc;
	font-weight:bold;
	background-color:inherit;
	margin: 5px 0px;
}

h6 
{
	font-size:10px;
	font-family:Verdana;
	line-height:20px;
	color:#0072bc;
	font-weight:bold;
	background-color:inherit;
	margin: 5px 0px;
}


p.Generic
{
	font-size:12px;
	font-family:Verdana;
	color:#3f3f3f;
	background-color:inherit;
	line-height:16px;
	padding:5px 0 0 0;

}

a.Generic
{
	font-size:12px;
	font-family:Verdana;
	line-height:16px;
	color:#0072bc;
	background-color:inherit;
	text-decoration:none;
	font-weight:bold;
}
a.Generic:hover 
{
	color:#000;
	background-color:inherit;
}

.highlight { background-color: yellow; }

a.greenBold {color: Green; font-weight: bold; font-size: 11px; text-decoration:none;}
a:hover.greenBold {color: Green; font-weight: bold; font-size: 11px; text-decoration:none;}
a.blueBold {color: Blue !important; font-weight: bold; font-size: 11px; text-decoration:none;}
.blueBold a:hover {color: Blue !important; font-weight: bold; font-size: 11px; text-decoration:none !important;}

.inputBig {border: solid 1px #80080; font-size:11px; height: 22px; line-height:22px; color:#000; font-family: Verdana, Arial, Tahoma; vertical-align: middle;}

.paddingImageNoBorder {padding: 8px;}
.paddingImageBorder {padding: 5px; margin: 5px; border: dotted 1px #808080;}


.tablestyle
{
	font-family: arial;
	font-size: 11px;
	border: 1px solid #808080;
	background-color: #FFFFFF;
	margin-left: 0px;
	color: #245D75;
	width: 100%;
}

.tablestyle td a
{
	color: #D16400;
	font-weight: bold;
	text-decoration: none;
}

.altrowstyle
{
	background-color: #F4FAFF;
}

.headerstyle th
{
	background: url('../Admin/images/admin-gvw-bg.gif') repeat-x 50%;
	color: #fff;
	padding: 5px 10px 5px 10px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border: solid 1px #676767;
}

.headerstyle th a
{
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	display: block;
	padding-right: 10px;
}

.rowstyle td, .altrowstyle td
{
	padding: 4px 10px 4px 10px;
	border-right: solid 1px #A0C0E7;
	border-right-color: #808080;
}

.PagerStyle
{
	height: 28px;
	background: url(../Admin/Images/grid_header_back.png) repeat-x;
	background: #EEEEEE;
	vertical-align: middle;
}

