/*=====================================================================*/
/*              Cascading Style Sheet for BSPS Skins                   */
/*                       created by t-worx                             */
/*                                                                     */
/*                    http://www.t-worx.com                            */
/*                      tracyw@t-worx.com                              */
/*=====================================================================*/


/*================================================================*/

/*Solpart menu*/

/*================================================================*/

.MainMenu_SubMenu TD
{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	padding: 2px;
}

.MainMenu_SubMenuItemSelHover TD
{
	color: #023751;
	height:27px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;	
	background:#FFF;
}

.MainMenu_TabRootMenuItem TD
{
	color: #136892;
	height:27px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;	
	/*background-image: url(images/NavOff.gif);
	background-repeat: repeat-x;
	background-position:left top;*/
	padding-right: 4px;
	padding-left: 4px;
	background:#FFF;
}

.MainMenu_TabRootMenuItemSel TD
{
	height:27px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #023751;
	/*background-image: url(images/NavOn.gif);
	background-repeat: repeat-x;
	background-position: center top;*/
	padding-right: 4px;
	padding-left: 4px;
	background:#FFF;

}

.MainMenu_TabMenuItemHover TD
{
	/*background-image: url(images/NavOn.gif);
	background-repeat: repeat-x;
	background-position: center top;*/
	color: #023751;
	height:27px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	padding-right: 4px;
	padding-left: 4px;
	background:#FFF;
}

.MainMenu_TabMenuItemSelHover TD
{
	/*background-image: url(images/NavOn.gif);
	background-repeat: repeat-x;
	background-position: center top;*/
	color: #023751;
	height:27px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	padding-right: 4px;
	padding-left: 4px;
	background:#FFF;

}

.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:27px; 
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	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: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #efefef; 
	border-left: #efefef 0px solid; 
	border-right: #efefef 0px solid; 
	border-bottom: #efefef 0px solid; 
	border-top: #efefef 0x solid; 
	width: 1; 

}	
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	background-color: #efefef;
	border-bottom: #1c79a7 1px solid;
	border-left: #1c79a7 1px solid;
	border-top: #1c79a7 1px solid;
	border-right: #1c79a7 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: 4px;
	border: 0;
}

.MainMenu_MenuItemSel { 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #1c79a7;


}

.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;
}


/*=========================================================================================================*/



/* New added Footer hover styles*/


.Login,A.Login:link,A.Login:visited,A.Login:active {
	font-size: 8pt;
	font-weight:normal;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	color:#03aeff;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	text-transform:uppercase;
}

A.Login:hover {
	font-size:8pt;
	font-weight:normal;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	color:#000000;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	text-transform:uppercase;

}

/* Footer text syle */
.Footer,A.Footer:link,A.Footer:visited,A.Footer:active {
	font-size:8pt;
	font-weight:normal;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	color:#666666;
	text-decoration:none;
	text-align: right;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
}

/* Footer text syle */
A.Footer:hover {
	font-size:8pt;
	font-weight:normal;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	color:#000000;
	text-decoration:none;
	text-align: right;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
}

/* Copyright text syle */
.Copyright,A.Copyright:link,A.Copyright:visited,A.Copyright:active,A.Copyright:hover {
	font-size:9pt;
	font-weight:normal;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	color:#5c9fbf;
	text-decoration:none;
	text-align: left;
	vertical-align: middle;
}



.Link, A.Link:link,A.Link:visited{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size:9pt;
	font-weight: normal;
	color: #477d97;
	text-align:left;
	vertical-align:middle;
	text-decoration:none;
} 


A.Link:active{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size:9pt;
	font-weight: normal;
	color: #477d97;
	text-align:left;
	vertical-align:middle;
	text-decoration:none;
} 

A.Link:hover{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size:9pt;
	font-weight: normal;
	color: #477d97;
	text-align:left;
	vertical-align:middle;
	text-decoration:underline;
}

/*================================================================*/


/*=====================================================================*/
/* Template Text and Link Styles Based on Colors                       */
/*=====================================================================*/

/* Black (Default color) */
.Normal { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: normal; }
A.Normal:link, A.Normal:visited, A.Normal:Active { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: normal; text-decoration: none; }
A.Normal:Hover { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: normal; text-decoration: underline; }

.NormalBold { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 14px; font-weight: bold; }
A.NormalBold:link, A.NormalBold:visited, A.NormalBold:Active { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 14px; font-weight: bold; text-decoration: none; }
A.NormalBold:Hover { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 14px; font-weight: bold; text-decoration: underline; }

/* Paragraph Style */
p { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: normal; }

/* Blue */
.NormalBlue { color: #4d9fd7; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: normal; }
A.NormalBlue:link, A.NormalBlue:visited, A.NormalBlue:Active { color: #4d9fd7; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: normal; text-decoration: none; }
A.NormalBlue:Hover { color: #4d9fd7; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: normal; text-decoration: underline; }

.NormalBoldBlue { color: #4d9fd7; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; }
A.NormalBoldBlue:link, A.NormalBoldBlue:visited, A.NormalBoldBlue:Active { color: #4d9fd7; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; text-decoration: none; }
A.NormalBoldBlue:Hover { color: #4d9fd7; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; text-decoration: underline; }

/* Orange */
.NormalOrange { color: #ea7c00; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: normal; }
A.NormalOrange:link, A.NormalOrange:visited, A.NormalOrange:Active { color: #ea7c00; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: normal; text-decoration: none; }
A.NormalOrange:Hover { color: #ea7c00; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: normal; text-decoration: underline; }

.NormalBoldOrange { color: #ea7c00; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; }
A.NormalBoldOrange:link, A.NormalBoldOrange:visited, A.NormalBoldOrange:Active { color: #ea7c00; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; text-decoration: none; }
A.NormalBoldOrange:Hover { color: #ea7c00; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; text-decoration: underline; }

/* Green */
.NormalGreen { color: #448b34; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: normal; }
A.NormalGreen:link, A.NormalGreen:visited, A.NormalGreen:Active { color: #448b34; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: normal; text-decoration: none; }
A.NormalGreen:Hover { color: #448b34; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: normal; text-decoration: underline; }

.NormalBoldGreen { color: #448b34; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; }
A.NormalBoldGreen:link, A.NormalBoldGreen:visited, A.NormalBoldGreen:Active { color: #448b34; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; text-decoration: none; }
A.NormalBoldGreen:Hover { color: #448b34; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; text-decoration: underline; }

/* Red */
.NormalRed { color: #c21212; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: normal; }
A.NormalRed:link, A.NormalRed:visited, A.NormalRed:Active { color: #c21212; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: normal; text-decoration: none; }
A.NormalRed:Hover { color: #c21212; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: normal; text-decoration: underline; }

.NormalBoldRed { color: #c21212; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; }
A.NormalBoldRed:link, A.NormalBoldRed:visited, A.NormalBoldRed:Active { color: #c21212; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; text-decoration: none; }
A.NormalBoldRed:Hover { color: #c21212; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; text-decoration: underline; }

/* Gray */
.NormalGray { color: #707070; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: normal; }
A.NormalGray:link, A.NormalGray:visited, A.NormalGray:Active { color: #707070; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: normal; text-decoration: none; }
A.NormalGray:Hover { color: #707070; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: normal; text-decoration: underline; }

.NormalBoldGray { color: #707070; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; }
A.NormalBoldGray:link, A.NormalBoldGray:visited, A.NormalBoldGray:Active { color: #707070; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; text-decoration: none; }
A.NormalBoldGray:Hover { color: #707070; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; text-decoration: underline; }

/*=====================================================================*/
/* Template Text Headings                                              */
/*=====================================================================*/

/* H1 */
H1 { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 15px; font-weight: bold; }
A.H1:Link,A.H1:Visited,A.H1:Hover,A.H1:Active { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 15px; font-weight: bold; text-decoration: underline; }

/* H2 */
H2 { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 14px; font-weight: bold; }
A.H2:Link,A.H2:Visited,A.H2:Hover,A.H2:Active { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 14px; font-weight: bold; text-decoration: underline; }

/* H3 */
H3 { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 13px; font-weight: bold; }
A.H3:Link,A.H3:Visited,A.H3:Hover,A.H3:Active { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 13px; font-weight: bold; text-decoration: underline; }

/* H4 */
H4 { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; }
A.H4:Link,A.H4:Visited,A.H4:Hover,A.H4:Active { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; text-decoration: underline; }

/* H6 */
H6 { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: bold; }
A.H6:Link,A.H6:Visited,A.H6:Hover,A.H6:Active { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: bold; text-decoration: underline; }

/* Default link syle */
A:Link, A:Visited, A:Active { color: #027ab4; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: normal; text-decoration: underline; }
A:Hover { color: #41ace0; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: normal; text-decoration: none; }

/*=====================================================================*/
/* Module Classes                                                      */
/*=====================================================================*/

/* Default Container Title Style */
.Head { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: bold; text-decoration: none; }

/* SubHead */
.SubHead { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; text-decoration: none; }
A.SubHead:Link, A.SubHead:Visited, A.SubHead:Hover, A.SubHead:Active { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; text-decoration: underline; }

/* SubHead Gold */
.SubHeadGold { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; text-decoration: none; }
A.SubHeadGold:Link, A.SubHeadGold:Visited, A.SubHeadGold:Hover, A.SubHeadGold:Active { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; 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: "Trebuchet MS", Tahoma, Arial, Helvetica, 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: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 9px; font-weight: bold; text-decoration: underline; }

/* Text style for skin objects */
.SkinObject { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: normal; text-decoration: none; }
A.SkinObject:Link, A.SkinObject:Visited, A.SkinObject:Active, A.SkinObject:Hover { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: normal; text-decoration: underline; }

/*=====================================================================*/
/* Input and Other Admin Site Styles                                   */
/*=====================================================================*/

/* Normal Text Box */
.NormalTextBox { color: #000000; background-color:FFFFFF; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: normal; vertical-align: middle; border: 1px solid #CCCCCC;}
.NormalTextBox input{ color: #000000; background-color:FFFFFF; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: normal; vertical-align: middle; border: 0px solid #CCCCCC;}
.NormalTextBox textarea{ color: #000000; background-color:FFFFFF; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: normal; vertical-align: middle; border: 0px solid #CCCCCC;}

/* Admin link styles */
A.CommandButton:Link, A.CommandButton:Visited, A.CommandButton:Active { color:#ffffff; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: bold; text-decoration: none; background: #7dbcda; border:2px outset #EDF0E5; padding:2px 3px 3px 4px; height: 20px; }
A.CommandButton:Hover { color:#ffffff; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: bold; text-decoration: none; background:#7dbcda; border:2px outset #7dbcda; padding:2px 3px 3px 4px; height: 20px; }

A.CommandButton1:Link, A.CommandButton1:Visited, A.CommandButton1:Active { color:#ffffff; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: bold; text-decoration: none; background: #7dbcda; border:2px outset #EDF0E5; padding:2px 3px 3px 4px; height: 20px; }
A.CommandButton1:Hover { color:#ffffff; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: bold; text-decoration: none; background:#7dbcda; border:2px outset #7dbcda; padding:2px 3px 3px 4px; height: 20px; }


/* button style for standard HTML buttons */
.StandardButton, A.StandardButton:Link, A.StandardButton:Visited, A.StandardButton:Active { color:#ffffff; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: bold; text-decoration: none; background: #7dbcda; border:2px outset #EDF0E5; padding:2px 3px 3px 4px; height: 20px; }
A.StandardButton:Hover { color:#ffffff; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: bold; text-decoration: none; background: #EDF0E5; border:2px outset #7dbcda; padding:2px 3px 3px 4px; height: 20px; }

TH  { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: normal; text-decoration: none; }

/* New DataGrid DNN Class used in Admin interface */
.DataGrid_Header { color: #333333; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; text-decoration: none;}
.DataGrid_AlternatingItem { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 9px; font-weight: normal; text-decoration: none; }
.DataGrid_Item { color: #333333; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 9px; font-weight: normal; text-decoration: none; }




/*================================================================*/



/*=====================================================================*/
/* Skin Main Properties                                                */
/*=====================================================================*/

/* Skin BG Color and Content Alignament */
.BGTable { /* Alignament MUST be defined in the HTML skin file for cross-browser compatibility */
	width: 100%;
	height: 100%;	
	background-image:url(images/MainBg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-color: #FFFFFF;
	vertical-align: top;	
}

.LeftRightPadding {
	padding-left:20px;
	padding-right:20px; }

/* Width of Skin - Applied to underlying table with minimum width applied */
.MainTable {
	width: 900px;
}

/*=====================================================================*/
/* Template Main Areas                                                 */
/*=====================================================================*/




/* Content Areas */

.Topbg1 {
	background-image:url(images/MainBg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	border-bottom:#41ace0 4px solid;}

.LogoPane {
	width:1%;
	height: 114px;
	padding-top: 5px;
	padding-left: 5px;
	vertical-align: middle;
	text-align:left;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #1c79a7;
}

.BookmarkPane {
	height: 27px;
	vertical-align: top;
	text-align:right;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	font-weight: normal;
	color: #03aeff;
	white-space:nowrap;
	padding:2px 10px 5px 5px;
	width:99%;
	text-transform:uppercase;
}

.BookmarkLink {
	vertical-align: top;
	text-align:right;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	font-weight: normal;
	color: #03aeff;
	white-space:nowrap;
	text-decoration:none;
	text-transform:uppercase;
}


A.BookmarkLink,A.BookmarkLink:visited,A.BookmarkLink:active {
	vertical-align: top;
	text-align:right;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	font-weight: normal;
	color: #03aeff;
	white-space:nowrap;
	text-decoration:none;
	text-transform:uppercase;
}

A.BookmarkLink:hover {
	vertical-align: top;
	text-align:right;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	white-space:nowrap;
	text-decoration:none;
	text-transform:uppercase;
}


.LoginPane {
	width:100%;
	height: 29px;
	vertical-align: middle;
	text-align:center;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #c7c7c7;
	white-space:nowrap;
}
.LinkPane{
	height: 29px;
	vertical-align: middle;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #55a1c6;
	padding:5px 5px 3px 5px;
	white-space:nowrap;
}

.SearchPane {
	height: 86px;	
	vertical-align: middle;
	text-align:right;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #03aeff;
	white-space:nowrap;
	padding-left:18px;
	padding-right:50px;
	padding-top:10px;
	background:url(images/SearchBg.gif) bottom right no-repeat;
}

.SearchPane input{
	border:1px solid #FFFFFF;
	background-color:#FFFFFF;
	vertical-align: middle;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	height:25px;
	width:287px;
	font-weight: normal;
	color: #000000;
}


.SearchPaneIP {
	height: 72px;	
	vertical-align: top;
	text-align:left	;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #03aeff;
	white-space:nowrap;
	padding-left:13px;
	padding-right:20px;	
	padding-top:8px;	
	border-bottom: solid 9px #FFF;
	background:url(images/SearchBg.gif) top left no-repeat;
}

.SearchPaneIP input{
	border:1px solid #FFFFFF;
	background-color:#FFFFFF;
	vertical-align: middle;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	height:25px;
	width:290px;
	font-weight: normal;
	color: #000000;
}


.NavPane {
	width:100%;
	height: 27px;
	padding:0px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight:z bold;
	color: #FFFFFF;
	text-align:left;
	vertical-align:middle;  
}
.NavPaneBottom {
	height: 27px;
	padding:0px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #3e97c3;
	text-align:left;
	vertical-align:middle;  
}


.HeaderPane {
	vertical-align: top;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding:0px;
	text-align:center;
	background-image:url(images/HeaderBg.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	background-color:#018fd7;
	padding-top: 0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
}

.HeaderPaneC {
	vertical-align: top;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding:0px;
	text-align:center;
	padding-top: 5px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:15px;
}

.CurrentdatePane {
	height: 29px;	
	vertical-align: middle;
	text-align:right;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #03aeff;
	white-space:nowrap;
	padding-right:10px;
}

.BreadcrumbPane {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #cac8c8;
	text-align:left;
	vertical-align:middle;
	padding-left: 10px;
	padding-right:5px;
	padding-top: 1px;
	padding-bottom:1px;
	height:24px;
	width:auto;
}


.breadcrumb{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #c1c0c0;
	text-align:left;
	vertical-align:middle;
	text-decoration:none;
}

.breadcrumb ,A.breadcrumb:link,A.breadcrumb:visited,A.breadcrumb:active{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #c1c0c0;
	text-align:left;
	vertical-align:middle;
	text-decoration:none;
} 

A.breadcrumb:hover{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #8b8a8a;
	text-align:left;
	vertical-align:middle;
	text-decoration:underline;
}

.ContentTopPadding { padding:12px 0px 5px 0px;}
.IPContentTopPadding { padding:6px 0px 5px 0px;}

.TopPane {
	vertical-align: top;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:12px;
}

.LeftPane {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	vertical-align:top;
	padding-left: 10px;
	padding-right:22px;
	padding-top: 0px;
	padding-bottom:0px;
	width:280px;
}

.CenterPane {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	vertical-align:top;
	padding-top: 0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:12px;
}

.CenterPaneAdmin{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	vertical-align:top;
	padding-top: 10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:12px;
	}

.RightPane {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	vertical-align:top;
	padding-left: 15px;
	padding-right:0px;
	padding-top: 0px;
	padding-bottom:5px;
	vertical-align:top;
	width:215px;
}






.BottomPane {
	vertical-align: top;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:5px;
}


.FooterPaneMain {
	width: 100%;
	padding-top: 0px;
	padding-left:0px;
	padding-right:5px;
	padding-bottom:10px;
	vertical-align: top;
	border-top:#8fbed5 1px solid;
	background-color:#FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}


	
.CopyrightPane {
	vertical-align: middle;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #55a1c6;
	padding:1px;
	text-align:right;
}

.FooterPane {
	vertical-align: top;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #55a1c6;
	padding:0px 5px 0px 5px;
	text-align:center;
}

.BannerTitle {
	font-family:  "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:  12pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 1px;
	height:32px;
	white-space:nowrap;
	vertical-align:top;
}


input.btn{ color:#ffffff; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: bold; text-decoration: none; background: #7dbcda; border:2px outset #EDF0E5; padding:2px 3px 3px 4px; height: 25px; }


.BlueTitle {
	font-family:  "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:  13pt;
	font-weight: bold;
	color: #4790b4;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 1px;
	height:32px;
	white-space:nowrap;
	vertical-align:top;
}


.what { color: #000000; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  font-size: 12px; text-decoration: none;align:right; }

