/*=====================================================================*/
/*              Cascading Style Sheet for BSPS Skins                   */
/*                       created by t-worx                             */
/*                                                                     */
/*                    http://www.t-worx.com                            */
/*                      tracyw@t-worx.com                              */
/*=====================================================================*/

/*========================================================*/
/*  Main Menu                                             */
/*========================================================*/

.MainMenu_SubMenu TD
{
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;	
}

.MainMenu_SubMenuItemSelHover TD
{
	color: #ffffff;
	height: 20px;
}

.MainMenu_TabRootMenuItem TD
{
	background-image: url(navbkgrd.gif);	
	color: #ffffff;
	height: 35px;
}

.MainMenu_TabRootMenuItemSel TD
{
	background-image: url(navbkgrd2.gif);
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
}

.MainMenu_TabMenuItemHover TD
{
	background-image: url(navbkgrd2.gif);
	color: #FFFFFF;
	height: 35px;
}

.MainMenu_TabMenuItemSelHover TD
{
	background-image: url(navbkgrd2.gif);	
	color: #FFFFFF;
	height: 35px;
}

.MainMenu_MenuContainer {
	border-bottom: #FFFFFF 0px solid; 
	border-left: #E7EDE3 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #E7EDE3 0px solid;  
	background-color: Transparent;
}

.MainMenu_MenuBar {
	border-bottom: #FFFFFF 0px solid; 
	border-left: #E7EDE3 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #E7EDE3 0px solid;  
	cursor: pointer; 
	cursor: hand; 
	height:35; 
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;

}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #bd0037; 
	border-left: #bd0037 1px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #bd0037 1px solid; 
	border-top: #bd0037 1px solid; 
	text-align: center; 
	width: 1; 
}	
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold;
	font-style: normal; 
	background-color: #bd0037; 
	border-bottom: #830026 1px solid; 
	border-left: #830026 1px solid; 
	border-top: #830026 1px solid; 
	border-right: #830026 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#830026, Direction=0, Strength=0);
}
.MainMenu_MenuBreak {
	width: 40px;
	border: 0;
}

.MainMenu_MenuItemSel {
	background-color: #830026; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: Black; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}



/* Width of Skin */
.bkgrdtable {
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
}

/* Column Classes */

.TopPane {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}

.BottomPane {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}

.LeftPane {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 174px;
}

.LeftPaneInterior {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 174px;
	padding-right: 3px;
	padding-left: 6px;
}

.RightPane {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 190px;
}

.RightPaneInterior {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 190px;
	padding-right: 6px;
	padding-left: 3px;
}

.ContentPane {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.ContentPaneInterior {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}





/* Paragraph Styles */
p { font-family: Arial, Helvetica, sans-serif; font-size: 8.5pt; font-weight: normal; color: #000000; }


/* Copyright text syle */
.Copyright,A.Copyright:link,A.Copyright:visited,A.Copyright:active,A.Copyright:hover {
	font-size:6.5pt;
	font-weight:normal;
	font-family:Verdana, Arial, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
}


/* Design Elements */
.NavPane {
	background-image: url(navbkgrd.gif);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

/* Login text syle */
.Login,A.Login:link,A.Login:visited,A.Login:active {
	font-size:9pt;
	font-weight:normal;
	font-family:Verdana, Arial, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
}

/* Login text syle */
A.Login:hover {
	font-size:9pt;
	font-weight:normal;
	font-family:Verdana, Arial, sans-serif;
	color:#FFFFFF;
	text-decoration:underline;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
}


/* Default link syle */
a:link,a:visited,a:active,a:hover { font-family: Verdana, Arial, sans-serif; font-size: 8.5pt; color: #003366; text-decoration: underline; }


/* Default container title syle */
.Head { font-family: Verdana, Arial, sans-serif; font-size: 11pt; font-weight: bold; color: #000000; }


/* Normal Text Color Classes */

/* Normal */
.Normal { font-family: Verdana, Arial, sans-serif; font-size: 8.5pt; color: #000000; font-weight: normal; text-decoration: none; }
A.Normal:link,A.Normal:visited,A.Normal:active,A.Normal:hover { font-family: Verdana, Arial, sans-serif; font-size: 8.5pt; color: #000000; font-weight: normal; text-decoration: underline; }
/* Blue */
.Blue { font-family: Verdana, Arial, sans-serif; font-size: 8.5pt; color: #0061AA; font-weight: normal; text-decoration: none; }
A.Blue:link,A.Blue:visited,A.Blue:active,A.Blue:hover { font-family: Verdana, Arial, sans-serif; font-size: 8.5pt; color: #0061AA; font-weight: normal; text-decoration: underline; }

/* Normal Bold Text Color Classes */

/* NormalBold */
.NormalBold { font-family: Verdana, Arial, sans-serif; font-size: 8.5pt; color: #000000; font-weight: normal; text-decoration: none; }
A.NormalBold:link,A.NormalBold:visited,A.NormalBold:active,A.NormalBold:hover { font-family: Verdana, Arial, sans-serif; font-size: 8.5pt; color: #000000; font-weight: normal; text-decoration: underline; }
/* BlueBold */
.BlueBold { font-family: Verdana, Arial, sans-serif; font-size: 8.5pt; color: #0061AA; font-weight: bold; text-decoration: none; }
A.BlueBold:link,A.BlueBold:visited,A.BlueBold:active,A.BlueBold:hover { font-family: Verdana, Arial, sans-serif; font-size: 8.5pt; color: #0061AA; font-weight: bold; text-decoration: underline; }

/* Subhead Text Color Classes */

/* Subhead - Admin Pane Titles */
.Subhead { font-family: Verdana, Arial, sans-serif; font-size: 9pt; color: #0061AA; font-weight: bold; text-decoration: none; }
A.Subhead:link,A.Subhead:visited,A.Subhead:hover,A.Subhead:active { font-family: Verdana, Arial, sans-serif; font-size: 9pt; color: #0061AA; font-weight: bold; text-decoration: underline; }
/* H1 */
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 16pt; font-weight: bold; color: #0061AA; }
A.h1:link,A.h1:visited,A.h1:hover,A.h1:active { font-family: Arial, Helvetica, sans-serif; font-size: 16pt; font-weight: bold; color: #0061AA; text-decoration: underline; }
/* H2 */
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 15pt; font-weight: bold; color: #000000; }
A.h2:link,A.h2:visited,A.h2:hover,A.h2:active { font-family: Arial, Helvetica, sans-serif; font-size: 15pt; font-weight: bold; color: #000000; text-decoration: underline; }
/* H3 */
h3 { font-family: Arial, Helvetica, sans-serif; font-size: 13pt; font-weight: bold; color: #0061AA; }
A.h3:link,A.h3:visited,A.h3:hover,A.h3:active { font-family: Arial, Helvetica, sans-serif; font-size: 13pt; font-weight: bold; color: #0061AA; text-decoration: underline; }
/* H4 */
h4 { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #C10208; }
A.h4:link,A.h4:visited,A.h4:hover,A.h4:active { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #C10208; text-decoration: underline; }
/* H6 */
h6 { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: normal; color: #000000; }
A.h6:link,A.h6:visited,A.h6:hover,A.h6:active { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: normal; color: #000000; text-decoration: underline; }
 
 
/* Admin link styles */
a.CommandButton:link,a.CommandButton:visited,a.CommandButton:active { color:#FFFFFF; border:2px outset #C8C8C8; background:#0061AA; padding:2px 3px 3px 4px; font-family:tahoma; font-weight:bold; font-size:11px; text-decoration:none; height:20px;}
a.CommandButton:hover {color:#FFFFFF; border:2px inset #C8C8C8; background:#0061AA; padding:2px 3px 3px 4px; font-family:tahoma; font-weight:bold; font-size:11px; text-decoration:none; height:20px;}


/* Breadcrumb */
.breadcrumbtable {
	background-color: #FFFFFF;
	height: 25px;
	background-image: url(GCS_07.jpg);
	background-repeat: repeat-x;
}
.Breadcrumb { text-decoration: none; font-family: Verdana, Arial, sans-serif; font-size: 8pt; font-weight: normal; color: #FFFFFF; text-align: center; vertical-align: middle; }
/* Breadcrumb link */
A.Breadcrumb:link,A.Breadcrumb:visited,A.Breadcrumb:active,A.Breadcrumb:hover { text-decoration: underline; font-family: Verdana, Arial, sans-serif; font-size: 8pt; font-weight: normal; color: #FFFFFF; text-align: center; vertical-align: middle; }



.SpacerTable {
	background-color: #FFFFFF;
	height: 4px;
}


.footertable {
	height: 25px;
}













