/********************************************************/
/* 					Redefine Tags	 					*/
/********************************************************/
body {
	background: #006699;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
}
p
{	
	margin-top: .6em;
	margin-bottom: .6em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}
/********************************************************/
/* 					Class Definitions 					*/
/********************************************************/
a.stdlink {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	color: #4444ee;
	text-decoration: none;
	line-height: 200%;
	font-weight: bold;
}
a.stdlink:hover {
	text-decoration: underline;
}
a.glink, a.glink:visited, a.glinkleft, a.glinkleft:visited {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 10px;
	text-decoration: none;
  	color: #000000;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 4px 5px;
	/* border-right: 1px solid #8FB8BC; */
	letter-spacing: 4px;
}
a.glink:hover, a.glinkleft:hover {
	text-decoration: underline;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}
td.leftPanel, td.rightPanel {
	background-color: white;
	padding: 6px;
	vertical-align: top;
}

/********************************************************/
/* 					Class Definitions 					*/
/********************************************************/
.tdFooter {
	background-color: #006699; 
	background-image:url(images/navbar_03.gif); 
	background-repeat: repeat;
	padding: 5px;
	width: 748px;
}
.tdSeperator {
	height: 5px;
	width: 5px;
}
.txtHeading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.txtHeading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.txtNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}
.txtFooter 
{
	font-size: 10px;
}
.txtPortfolio 
{
	padding-right: 3em;
	margin-right: 3em;
}
/********************************************************/
/* 					id Style Definitions 				*/
/********************************************************/
#content {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#divMain {
	
}
#navbar {
	margin: 0px;
	padding: 8px 0px 4px 0px;
}
/********************************************************/
/* 					.net Classes                        */
/********************************************************/
.btn
{
	font-family: Tahoma, Verdana, 'Times New Roman';
}
.cblStd
{
	background-color: #ffffff;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	font-size: 100%;
}
.tb
{
	border-right: #c7ccdc 1px solid;
	border-top: #c7ccdc 1px solid;
	border-left: #c7ccdc 1px solid;
	border-bottom: #c7ccdc 1px solid;
	font-size: 8pt;
	font-family: Tahoma, Verdana, 'Times New Roman';
	width: 200px;
}
/********************************************************/
/* 					.net DataGrid Classes               */
/********************************************************/
.dgStandard
{
	border-color: Wheat;
	border-style: solid;
	border-width: 1px;
}
.dgStandardAlternatingItemStyle
{	
	background-color: #996633;
}
.dgStandardAlternatingItemStyle td
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.dgStandardHeaderStyle
{
	font-weight: bold;
	border-left-color: wheat;
	border-bottom-color: wheat;
	color: #ffffff;
	border-top-color: wheat;
	background-color: peru;
	border-right-color: wheat;
}
.dgStandardHeaderStyle td
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.dgStandardItemStyle
{	
	background-color: #CC9933;
}
.dgStandardItemStyle td
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.dgStandardPagerStyle
{	
	text-align: right;
}
.dgStandardSelectedItemStyle
{
	background-color: #E7E7FF;
}