/*=====================================================================*/
/*              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: 22px;

}

.MainMenu_SubMenuItemSelHover TD
{
	color: #FFFFFF;
	height: 28px;


}

.MainMenu_TabRootMenuItem TD
{
	color: #FFFFFF;
	background-image: url(images/NavOff.gif);	
	height: 28px;
}

.MainMenu_TabRootMenuItemSel TD
{
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/NavOn.gif);
}

.MainMenu_TabMenuItemHover TD
{
	background-image: url(images/NavOn.gif);
	color: #FFFFFF;
	height: 28px;
}

.MainMenu_TabMenuItemSelHover TD
{
	background-image: url(images/NavOn.gif);	
	color: #FFFFFF;
	height: 28px;
}

.MainMenu_MenuContainer {
	border-bottom: #FFFFFF 0px solid;
	border-left: #E7EDE3 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #404040 0px solid;
	background-color: Transparent;
	width: 1px;
	padding: 0px;
}

.MainMenu_MenuBar {
	border-bottom: #FFFFFF 0px solid; 
	border-left: #E7EDE3 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #000000 0px solid;  
	cursor: pointer; 
	cursor: hand; 
	height: 28px; 
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	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;
	padding-right: 4px;
	padding-left: 4px;

}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #CCCC66; 
	border-left: #CCCC66 1px solid; 
	border-right: #CCCC66 0px solid; 
	border-bottom: #CCCC66 1px solid; 
	border-top: #CCCC66 1px solid; 
	text-align: center; 
	width: 1; 
}	
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	color: #FFFFFF; 
	background-color: #CCCC66; 
	border-bottom: #003F81 1px solid; 
	border-left: #003F81 1px solid; 
	border-top: #003F81 1px solid; 
	border-right: #003F81 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#FFFFFF, Direction=180, Strength=0);
}
.MainMenu_MenuBreak {
	width: 40px;
	border: 0;
}

.MainMenu_MenuItemSel {
	background-color: #003F81; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	padding-right: 4px;
	padding-left: 4px;

}

.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 */
.MainTable {
	width: 80%;
	background-color: #FFFFFF;
}

/* Column Classes */

.LeftPane {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	width: 180px;
	padding: 5px;
}


.RightPane {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

	color: #FF0000;
	width: 180px;
	padding: 5px;
}

.ContentPane {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	padding: 5px;
}


/* Paragraph Styles */
p { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: #000000; }


/* Copyright Login text syle */
.Copyright,A.Copyright:link,A.Copyright:visited,A.Copyright:active,A.Copyright:hover {
	font-size:6.5pt;
	font-weight:normal;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	color:#000000;
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
}


/* Footer text syle */
.Footer,A.Footer:link,A.Footer:visited,A.Footer:active {
	font-size:8pt;
	font-weight:normal;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
}

/* Footer text syle */
A.Footer:hover {
	font-size:8pt;
	font-weight:normal;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
}


/* Design Elements */
.NavPane {
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

/* Default link syle */
a:link,a:visited,a:active { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10pt; color: #003F80; text-decoration: none; }
a:hover { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10pt; color: #003F80; text-decoration: underline; }


/* Default container title syle */
.Head { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 11pt; font-weight: bold; color: #003F80; }


/* Normal Text Color Classes */

/* Normal */
.Normal { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: #000000; }
A.Normal:link,A.Normal:visited,A.Normal:active,A.Normal:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: #003F80; text-decoration: underline; }
/* Black */
.Black { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10pt; color: #000000; font-weight: normal; text-decoration: none; }
A.Black:link,A.Black:visited,A.Black:active,A.Black:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: #000000; text-decoration: underline; }

/* Normal Bold Text Color Classes */

/* NormalBold */
.NormalBold { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 8.5pt; color: #606060; font-weight: normal; text-decoration: none; }
A.NormalBold:link,A.NormalBold:visited,A.NormalBold:active,A.NormalBold:hover { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 8.5pt; color: #606060; font-weight: normal; text-decoration: underline; }
/* BlackBold */
.BlackBold { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 8.5pt; color: #000000; font-weight: bold; text-decoration: none; }
A.BlackBold:link,A.BlackBold:visited,A.BlackBold:active,A.BlackBold:hover { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 8.5pt; color: #000000; font-weight: bold; text-decoration: underline; }

/* Subhead Text Color Classes */

/* Subhead - Admin Pane Titles */
.Subhead { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 11pt; color: #003F80; font-weight: bold; text-decoration: none; }
A.Subhead:link,A.Subhead:visited,A.Subhead:hover,A.Subhead:active { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 11pt; color: #003F80; font-weight: bold; text-decoration: underline; }
/* H1 */
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 16pt; font-weight: bold; color: #003F80; }
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: #000000; text-decoration: underline; }
/* H2 */
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 15pt; font-weight: bold; color: #003F80; }
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: #003F80; }
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: #000000; text-decoration: underline; }
/* H4 */
h4 { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #003F80; }
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: #000000; text-decoration: underline; }
/* H5 */
h5 { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: normal; color: #003F80; }
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; }
/* H6 */
h6 { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight:bold; 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:#003F80; 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:#CCCC66; padding:2px 3px 3px 4px; font-family:tahoma; font-weight:bold; font-size:11px; text-decoration:none; height:20px;}


/* Breadcrumb link */
.Breadcrumb,A.Breadcrumb:link,A.Breadcrumb:visited,A.Breadcrumb:active {
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	padding-left: 4px;
	background-color: #CCCC66;
}

A.Breadcrumb:hover {
	text-decoration: underline;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	padding-left: 4px;
	background-color: #CCCC66;
}


body {
	background-color: #FFFFFF;
}


.FooterBG {
	background-color: #003F80;
	background-image: url(images/FooterBG.jpg);
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: middle;
	padding-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.NavTable {
	background-image: url(images/NavOff.gif);
	background-repeat: repeat-x;
	height: 28px;
	width: 100%;
}


.TopTable {
	background-image: url(images/TopTableBG.gif);
	background-repeat: repeat-x;
	height: 72px;
	width: 100%;
}
.FooterTable {
	background-image: url(images/FooterBG.gif);
	background-repeat: repeat-x;
	height: 29px;
	width: 100%;
}

/* UL List Styles */

ul.BigBullet {
  list-style-image: url('bigbullet.gif');
}

li {
font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10pt; color: #000000; font-weight: normal;
}
