﻿body
{
	font-family: 'Trebuchet MS';
	font-size: 10pt;
}
.LinkText
{
	font-family: 'Trebuchet MS';
	font-size: 10pt;
}

.LinkText a:hover
{
	border-width: 1px;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	border-bottom-style: solid;
}

.LinkText a:link
{
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	font-variant: normal;
	text-decoration: none;
}

.LinkText a:visited
{
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	font-variant: normal;
	text-decoration: none;
}

.HeaderText
{
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	font-weight: bold;
}

.MainToolbutton
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #879BDB;
	width: 100px;
	height: 30px;
	float: left;
	padding-top: 10px;
}

.MainToolbuttonActive
{
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #879BDB;
	width: 100px;
	height: 30px;
	float: left;
	padding-top: 11px;
}

.gridView
{
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	color: #333333;
}        

.gridView tr.row
{
	text-decoration: none;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	background-color: Transparent;
	color: #000000;
}       
   
.gridView tr.row:hover
{
	text-decoration: none;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	background-color: #8195D9;
	color: #FFFFFF;
}        

.gridView tr.row:link
{
	text-decoration: none;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	background-color: #8195D9;
	color: #FFFFFF;
}  

.gridView tr.row:visited
{
	text-decoration: none;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	background-color: #8195D9;
	color: #FFFFFF;
}  
.NewsBlogMenuItem
{
	padding: 5px;
	border-bottom-style: dashed;
	border-width: 1px;
	border-color: #000000;
}
.InputTextBox
{
	text-decoration: none;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
}


a
{
	font-family: 'Trebuchet MS';
	font-size: 10pt;
}

.PushButton
{
	border: 1px solid #909090;
	text-decoration: none;
	font-family: 'Trebuchet MS';
	font-size: 8pt;
	cursor: pointer;
}

.PushButton:hover
{
	border: 1px solid #000000;
	background-color: #D7E3F2;
	cursor: pointer;
}

.DivStyle1
{
	padding-bottom: 5px;
	border-bottom-style: dotted;
	border-width: 1px;
	border-color: #000000;
	padding-top: 5px;
}

.DivStyle2
{
	padding-bottom: 5px;
	border-bottom-style: dotted;
	border-width: 1px;
	border-color: #000000;
	padding-top: 5px;
	font-weight: bold;
}

.DivStyle3
{
	margin: 5px;
	border: 1px solid #D2D2D2;
	background-color: #EEEEEE;
	height: 140px;
	width: 340px;
	float: left;
}


.DivStyle3:hover
{
	margin: 5px;
	border: 1px solid #D2D2D2;
}


.Header1
{
	font-weight: bold;
	height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}

.DivStyle4
{
	border: 1px solid #D2D2D2;
	background-color: #EEEEEE;
}

.tl
{
	background-position: 0% 100%;
	background-image: url(       '/Images/topleft.png' );
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	float: left;
}

.tr
{
	background-position: 100% 100%;
	background-image: url('/Images/topright.png' );
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	float: left;
}

.t
{
	background-position: 0% 100%;
	background-image: url(   '/Images/top.png' );
	background-repeat: repeat-x;
	height: 10px;
	float: left;
}

.bl
{
	background-position: 0% 0%;
	background-image: url('/Images/bottomLeft.png' );
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	float: left;
	
}

.br
{
	background-position: 100% 0%;
	background-image: url('/Images/bottomright.png' );
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	float: left;	
}

.b
{
	background-position: 0% 0%;
	background-image: url('/Images/bottom.png' );
	background-repeat: repeat-x;
	height: 10px;
	float: left;
}

.tbback
{
	padding: 0px;
	background-position: 0% 100%;
	background-image: url(      '/Images/tbBack.gif' );
	background-repeat: repeat-x;
	height: 30px;
	text-align: left;
}

.tbbtn
{
	text-decoration: none;
	font-weight: bold;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	padding-top: 10px;
	width: 100px;
	height: 20px;
	text-align: center;
	float: left;
	cursor: pointer;
	background-image: url('/Images/NormalTab.gif' );
}

.tbbtn:hover
{
	background-position: 0% 100%;
	background-image: url('/Images/HoverTab.gif' );
	background-repeat: no-repeat;
}

.tbbtn_active
{
	text-decoration: none;
	font-weight: bold;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	background-position: 0% 100%;
	width: 100px;
	height: 20px;
	text-align: center;
	float: left;
	background-image: url('/Images/ActiveTab.gif' );
	cursor: pointer;
	background-repeat: no-repeat;
	padding-top: 10px;
}

.Link1
{
	color: #584189;
	text-decoration: none;
	font-weight: bold;
	font-family: 'Trebuchet MS';
	font-size: 12px;
}

.Link1:link
{
	color: #584189;
	text-decoration: none;
}
.Link1:active
{
	color: #584189;
	text-decoration: none;
}

.Link2
{
	color: #6600FF;
	text-decoration: none;
	font-size: 12px;
	text-align: right;
}

.Link2:link
{
	text-decoration: underline;
}
.Link2:active
{
	text-decoration: underline;
}

.Link2:hover
{
	text-decoration: underline;
}

.ListItem
{
	padding: 0px;
	margin: 0px;
	color: #6600FF;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
	border: 1px solid #FFFFFF;
}
.ListItem:hover
{
	text-decoration: none;
	border: 1px solid #D2D2D2;
	background-color: #EEEEEE;	
}

.ListItemBackground
{
	padding: 0px;
	margin: 1px;
	color: #6600FF;
	text-decoration: none;
	font-size: 12px;
	border: 1px solid #FFFFFF;
	cursor: pointer;
}

.ListItemBackground:hover
{
	text-decoration: none;
	background-color: #EEEEEE;
	border: 1px solid #D2D2D2;
}

.wb_tl
{
	background-position: 0% 100%;
	background-image: url('/Images/wb_01.gif' );
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	float: left;
}

.wb_t
{
	background-position: 0% 100%;
	background-image: url( '/Images/wb_02.gif' );
	background-repeat: repeat-x;
	height: 15px;
	float: left;
}

.wb_tr
{
	background-position: 0% 100%;
	background-image: url('/Images/wb_03.gif' );
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	float: left;
}

.wb_l
{
	background-position: 0% 100%;
	background-image: url('/Images/wb_04.gif' );
	background-repeat: repeat-y;
	width: 15px;
	float: left;
}

.wb_c
{
	float: left;
	background-color: #EEEEEE;
}

.wb_r
{
	background-position: 0% 100%;
	background-image: url('/Images/wb_05.gif' );
	background-repeat: repeat-y;
	width: 15px;
	float: left;
}

.wb_bl
{
	background-position: 0% 0%;
	background-image: url('/Images/wb_06.gif' );
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	float: left;
}

.wb_b
{
	background-position: 0% 0%;
	background-image: url( '/Images/wb_07.gif' );
	background-repeat: repeat-x;
	height: 15px;
	float: left;
}

.wb_br
{
	background-position: 0% 0%;
	background-image: url('/Images/wb_08.gif' );
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	float: left;
}