﻿body
{
	background-color: #f1f1f1;
	padding: 0px;
	vertical-align: top;
	margin: 0px;
	font-family: 'Trebuchet MS';
	font-size: 14px;
}


h1
{
	font-family: 'Trebuchet MS';
	font-size: 25px;
	font-weight: bold;
	color: #339acd;
	margin: 0 0 10px 0;
}

.CSS_Link
{
	font-family: inherit;
	text-decoration: underline;
	color: #454545;
}

.CSS_Banner
{
	background-color: Transparent;
	background-image: url('../../images/banner.png');
	width: 963px;
	height: 106px;
}

.CSS_StrongHyperlink
{
	font-family: inherit;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #339acd;
}

.CSS_StrongHyperlink:visited
{
	font-family: inherit;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #339acd;
}

.CSS_StrongHyperlink:link
{
	font-family: inherit;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #339acd;
}

.CSS_StrongHyperlink:hover
{
	text-decoration: underline;
}

.CSS_Footer
{
	width: 963px;
	color: #454545;
	font-family: 'Verdana';
	font-size: 9px;
}

.CSS_Footer a
{
	color: #454545;
	font-family: inherit;
	font-size: 9px;
	text-decoration: underline;
}

.CSS_SearchHrPanel
{
	background-position: top;
	background-color: Transparent;
	background-image: url('../../images/searchHrPanel.png');
	width: 963px;
	height: 105px;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.CSS_Button
{
	background-color: Transparent;
	background-image: url('../../images/searchBt.png');
	width: 102px;
	height: 36px;
	text-align: center;
	vertical-align: middle;
	border: none;
	color: White;
	font-weight: bold;
	font-size: 16px;
	font-family: inherit;
	cursor: pointer;
}

.CSS_LongButton
{
	background-color: Transparent;
	background-image: url('../../images/longBt.png');
	width: 200px;
	height: 36px;
	text-align: center;
	vertical-align: middle;
	border: none;
	color: White;
	font-weight: bold;
	font-size: 16px;
	font-family: inherit;
	cursor: pointer;
}

.CSS_Label
{
	color: White;
	font-weight: bold;
	font-size: inherit;
	font-family: inherit;
}

.CSS_TopPanel
{
	background-color: Transparent;
	background-image: url('../../images/topPanel.png');
	background-repeat: no-repeat;
	height: 7px;
	width: 963px;
}

.CSS_MiddlePanel
{
	background-color: Transparent;
	background-image: url('../../images/midPanel.png');
	background-repeat: repeat-y;
	width: 963px;
	padding: 10px;
	text-align: left;
}

.CSS_BottomPanel
{
	background-color: Transparent;
	background-image: url('../../images/bottomPanel.png');
	background-repeat: no-repeat;
	height: 7px;
	width: 963px;
}


.CSS_TopAdmPanel
{
	background-color: Transparent;
	background-image: url('../../images/topAdmPanel.png');
	background-repeat: no-repeat;
	height: 7px;
	width: 813px;
}

.CSS_MiddleAdmPanel
{
	background-color: Transparent;
	background-image: url('../../images/midAdmPanel.png');
	background-repeat: repeat-y;
	width: 813px;
	padding: 0;
	text-align: left;
}

.CSS_BottomAdmPanel
{
	background-color: Transparent;
	background-image: url('../../images/bottomAdmPanel.png');
	background-repeat: no-repeat;
	height: 7px;
	width: 813px;
}

/*************** Grid - begin ***********/

.GridViewStyle
{
	border-style: none;
	border-collapse: collapse;
}

.GridViewStyle a
{
	font-size: 14px;
}

.GridViewHeaderStyle th a
{
	border-style: none;
	text-align: left;
	padding-left: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #454545;
	text-decoration: none;
}

.GridViewHeaderStyle
{
	height: 30px;
}

.GridViewRowStyle
{
	background-color:#f1f1f1;
	font-family: inherit;
	font-size: 12px;
}

.GridViewRowStyle td
{
	padding: 5px;
}

.GridViewAltRowStyle
{
	font-family: inherit;
	font-size: 12px;
}

.GridViewAltRowStyle td
{
	padding: 5px;
}


/*************** Grid - end ***********/