/*=====================================================================*/
/*              Cascading Style Sheet for BSPS Skins                   */
/*                       created by t-worx                             */
/*                                                                     */
/*                    http://www.t-worx.com                            */
/*                      tracyw@t-worx.com                              */
/*=====================================================================*/


/*========================================================*/
/*  Main Menu                                             */
/*========================================================*/

.MainMenu_SubMenu TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;

}

.MainMenu_SubMenuItemSelHover TD
{
	color: #FFFFFF;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;


}

.MainMenu_TabRootMenuItem TD
{
	color: #4B5A3D;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background: #FFFFFF url(images/NavOff.jpg) repeat-x left top;
	padding-right: 8px;
	padding-left: 8px;

}

.MainMenu_TabRootMenuItemSel TD
{
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #F48029;
	padding-right: 8px;
	padding-left: 8px;
	background: url(images/NavOn.jpg) repeat-x left top;
	background-color: #FFFFFF;

}

.MainMenu_TabMenuItemHover TD
{
	color: #F48029;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
	background: url(images/NavOn.jpg) repeat-x left top;
	background-color: #FFFFFF;

}

.MainMenu_TabMenuItemSelHover TD
{
	color: #F48029;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
	background: url(images/NavOn.jpg) repeat-x left top;
	background-color: #FFFFFF;

}

.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: 24px; 
}

.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;

}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #4B5A3D; 
	border-left: #4B5A3D 1px solid; 
	border-right: #4B5A3D 0px solid; 
	border-bottom: #4B5A3D 1px solid; 
	border-top: #4B5A3D 1px solid; 
	width: 1; 

}	
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	background-color: #4B5A3D;
	border-bottom: #9EBA7D 1px solid;
	border-left: #9EBA7D 1px solid;
	border-top: #9EBA7D 1px solid;
	border-right: #9EBA7D 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#FFFFFF, Direction=180, Strength=0);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.MainMenu_MenuBreak {
	width: 40px;
	border: 0;
}

.MainMenu_MenuItemSel {
	background-color: #FFFFFF; 
	cursor: pointer; 
	cursor: hand; 
	color: #4B5A3D; 
	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;
}


/*=====================================================================*/
/* Skin Main Properties                                                */
/*=====================================================================*/

/* Skin BG Color and Content Alignament */
.BGTable {
	width: 100%;
	height: 100%;
	background-color: #EDF0E5;
	text-align: center;
	vertical-align: top;
}

/* Width of Skin - Applied to underlying table with minimum width applied */
.MainTable {
	width: 704px;
	background-color: #FFFFFF;
}

/* Table within the MenuPane holding the SOLPARTMENU token */
.NavTable {
	width: 100%;
	height: 24px;
}

/* Cell within the NavTable holding the NavSep for the left side of the menu tabs */
.NavSepCell {
	width: 10px;
	background: url(images/NavSep.jpg) no-repeat right bottom;
}

/* Cell holding the SOLPARTMENU token */
.NavTokenCell {
	width: 100%;
	text-align: left;
	vertical-align: middle;
	font-size:8pt;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#9EBA7D;

}

/*=====================================================================*/
/* Template Main Areas                                                 */
/*=====================================================================*/

/* Top Banner */
.BannerPane {
	width: 100%;
	background-color: #EDF0E5;
	text-align: left;
	vertical-align: top;
	font-size:8pt;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#9EBA7D;
}

/* Header Holder Areas */
.HeaderOuter {
	width: 100%;
	height: 93px;
	padding: 10px;
	background-color: #EDF0E5;
}

.HeaderInner {
	width: 100%;
	height: 93px;
	background-color: #9EBA7D;
}

/* Content Areas */
.LogoPane {
	height: 100%;
	background-color: #FFFFFF;
	border: #9EBA7D 1px solid;
	padding: 10px;
	vertical-align: middle;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font weight: normal;
	color: #9EBA7D;
	text-align: center;
}

.TopPane {
	vertical-align: top;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;

	font weight: normal;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 100%;

}

.MenuPane {
	width: 100%;
	height: 24px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;


	font weight: normal;
	color: #9EBA7D;
	background: #EDF0E5 url(images/NavOff.jpg) repeat-x left bottom;
	text-align: left;
	vertical-align: bottom;
}

.LeftPane {
	width: 145px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font weight: normal;
	color: #9EBA7D;
	text-align: left;
	vertical-align: top;
}

.CenterPane {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font weight: normal;
	color: #9EBA7D;
	text-align: left;
	vertical-align: top;

}

.RightPane {
	width: 145px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font weight: normal;
	color: #9EBA7D;
	text-align: left;
	vertical-align: top;

}

.BottomPane {
	width: 100%;
	height: 40px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font weight: normal;
	color: #9EBA7D;
}

.LoginPane {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;


	font weight: normal;
	color: #9EBA7D;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
}

.ContentTable {
	width: 100%;
}
	

/*=====================================================================*/
/* Template Text and Link Styles Based on Colors                       */
/*=====================================================================*/

/* Black (Default color) */
.Normal { color: #000000; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; }
A.Normal:link, A.Normal:visited, A.Normal:Active { color: #000000; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; }
A.Normal:Hover { color: #000000; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: underline; }

.NormalBold { color: #000000; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; }
A.NormalBold:link, A.NormalBold:visited, A.NormalBold:Active { color: #000000; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; }
A.NormalBold:Hover { color: #000000; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: underline; }

/* Blue */
.NormalBlue { color: #487999; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; }
A.NormalBlue:link, A.NormalBlue:visited, A.NormalBlue:Active { color: #487999; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; }
A.NormalBlue:Hover { color: #487999; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: underline; }

.NormalBoldBlue { color: #487999; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; }
A.NormalBoldBlue:link, A.NormalBoldBlue:visited, A.NormalBoldBlue:Active { color: #487999; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; }
A.NormalBoldBlue:Hover { color: #487999; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: underline; }

/* Orange */
.NormalOrange { color: #E57D48; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; }
A.NormalOrange:link, A.NormalOrange:visited, A.NormalOrange:Active { color: #E57D48; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; }
A.NormalOrange:Hover { color: #E57D48; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: underline; }

.NormalBoldOrange { color: #E57D48; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; }
A.NormalBoldOrange:link, A.NormalBoldOrange:visited, A.NormalBoldOrange:Active { color: #E57D48; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; }
A.NormalBoldOrange:Hover { color: #E57D48; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: underline; }

/* Green */
.NormalGreen { color: #51613D; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; }
A.NormalGreen:link, A.NormalGreen:visited, A.NormalGreen:Active { color: #51613D; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; }
A.NormalGreen:Hover { color: #51613D; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: underline; }

.NormalBoldGreen { color: #51613D; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; }
A.NormalBoldGreen:link, A.NormalBoldGreen:visited, A.NormalBoldGreen:Active { color: #51613D; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; }
A.NormalBoldGreen:Hover { color: #51613D; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: underline; }

/* Gray */
.NormalGray { color: #707070; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; }
A.NormalGray:link, A.NormalGray:visited, A.NormalGray:Active { color: #707070; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; }
A.NormalGray:Hover { color: #707070; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: underline; }

.NormalBoldGray { color: #707070; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; }
A.NormalBoldGray:link, A.NormalBoldGray:visited, A.NormalBoldGray:Active { color: #707070; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; }
A.NormalBoldGray:Hover { color: #707070; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: underline; }

/*=====================================================================*/
/* Template Text Headings                                              */
/*=====================================================================*/

/* H1 */
H1 { color: #E57D48; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 15px; font-weight: bold; }
A.H1:Link,A.H1:Visited,A.H1:Hover,A.H1:Active { color: #E57D48; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 15px; font-weight: bold; text-decoration: underline; }

/* H2 */
H2 { color: #E57D48; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 14px; font-weight: bold; }
A.H2:Link,A.H2:Visited,A.H2:Hover,A.H2:Active { color: #E57D48; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 14px; font-weight: bold; text-decoration: underline; }

/* H3 */
H3 { color: #E57D48; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 13px; font-weight: bold; }
A.H3:Link,A.H3:Visited,A.H3:Hover,A.H3:Active { color: #E57D48; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 13px; font-weight: bold; text-decoration: underline; }

/* H4 */
H4 { color: #E57D48; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 12px; font-weight: bold; }
A.H4:Link,A.H4:Visited,A.H4:Hover,A.H4:Active { color: #E57D48; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 12px; font-weight: bold; text-decoration: underline; }

/* H6 */
H6 { color: #E57D48; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; }
A.H6:Link,A.H6:Visited,A.H6:Hover,A.H6:Active { color: #E57D48; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: underline; }

/* Default link syle */
A:Link, A:Visited, A:Active { color: #E57D48; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; }
A:Hover { color: #E57D48; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: underline; }

/*=====================================================================*/
/* !!! Module Classes - currently all black we need to sort them)      */
/*=====================================================================*/

/* Default Container Title Style */
.Head { color: #000000; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; }
/* !!! Should Head also have a link class ? */

/* SubHead */
.SubHead { color: #000000; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; }
A.SubHead:Link, A.SubHead:Visited, A.SubHead:Hover, A.SubHead:Active { color: #000000; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: underline; }

/* Module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead { color: #000000; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 9px; font-weight: bold; text-decoration: none; }
A.SubSubHead:Link, A.SubSubHead:Visited, A.SubSubHead:Hover, A.SubSubHead:Active { color: #000000; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 9px; font-weight: bold; text-decoration: underline; }

/* Text style for skin objects */
.SkinObject { color: #000000; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; }
A.SkinObject:Link, A.SkinObject:Visited, A.SkinObject:Active, A.SkinObject:Hover { color: #000000; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: underline; }

/*=====================================================================*/
/* !!! Not sure where is each class used.. we should sort them as well */
/*=====================================================================*/

/* Normal Text Box */
.NormalTextBox { color: #E57D48; vertical-align: middle; font: normal 8.5pt Arial, Helvetica;}

/* Paragraph Styles */
p,div,tr,td,table { font-family: Arial, Helvetica, sans-serif; font-size: 8.5pt; font-weight: normal; color: #000000; }

TH { font-family: Arial, Helvetica; font-size: 9pt; color: #FFFFFF; font-weight: normal; text-decoration: none; }

/* Admin link styles */
A.CommandButton:Link, A.CommandButton:Visited, A.CommandButton:Active { color:#000000; font-family:tahoma; font-size:11px; text-decoration:none; }
A.CommandButton:Hover {color:#9EBA7D; font-family:tahoma; font-size:11px; text-decoration: underline overline;}

/*  OLD Styles */
/* A.CommandButton:Link, A.CommandButton:Visited, A.CommandButton:Active { color:#FFFFFF; border:2px outset #BDC7D7; background:#000000; 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 #BDC7D7; background:#000000; padding:2px 3px 3px 4px; font-family:tahoma; font-weight:bold; font-size:11px; text-decoration:none; height:20px;} */


/* button style for standard HTML buttons */
.StandardButton, A.StandardButton:link, A.StandardButton:visited, A.StandardButton:active { background: #E54F00 none; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal;}
A.StandardButton:hover { background: #C74703 none; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal;}

/* Login text syle */

.Login,A.Login:link,A.Login:visited,A.Login:active {
	font-size:8pt;
	font-weight:normal;
	font-family:Arial, Helvetica;
	color:#9EBA7D;
	padding-right:4px;
	text-decoration:none;
	padding-left: 4px;
}

A.Login:hover {
	font-size:8pt;
	font-weight:normal;
	font-family:Arial, Helvetica;
	color:#9EBA7D;
	padding-right:4px;
	text-decoration:underline;
	padding-left: 4px;

}

.Date {
	text-align: right;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #9EBA7D;
	font-weight: normal;
}

/* Copyright text syle */
.Copyright,A.Copyright:link,A.Copyright:visited,A.Copyright:active,A.Copyright:hover {
	font-size:8pt;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#9EBA7D;
	text-decoration:none;
}

