/*=====================================================================*/
/*              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: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;


}

.MainMenu_TabRootMenuItem TD
{
	color: #FFFFFF;
	height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background: url(images/NavOff.jpg) repeat-x;
	padding-right: 8px;
	padding-left: 8px;
}

.MainMenu_TabRootMenuItemSel TD
{
	height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
	background: url(images/NavOn.jpg) repeat-x;
}

.MainMenu_TabMenuItemHover TD
{
	color: #FFFFFF;
	height: 33px;
	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;
}

.MainMenu_TabMenuItemSelHover TD
{
	color: #FFFFFF;
	height: 33px;
	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;
}

.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: 33px; 
}

.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: #1F2120; 
	border-left: #1F2120 1px solid; 
	border-right: #1F2120 0px solid; 
	border-bottom: #1F2120 1px solid; 
	border-top: #1F2120 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: #1F2120;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, 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: #AC0C2E; 
	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;
}



/*=====================================================================*/
/* 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%;
	vertical-align: top;
	background-color: #FFFFFF;
}

/* Width of Skin - Applied to underlying table with minimum width applied */
.MainTable {
	width: 800px;
}

/*=====================================================================*/
/* Template Main Areas                                                 */
/*=====================================================================*/

/* Content Areas for Main Page */

.DatePane {
	width: 100%;
	height: 36px;

	padding: 0 10px;
	vertical-align: middle;

	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4a4d4b;
}

.LoginPane {
	height: 36px;

	padding: 0 10px;
	vertical-align: middle;

	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4a4d4b;
}

.LanguagePane {
	height: 36px;

	padding: 0 10px;
	vertical-align: middle;

	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4a4d4b;
}

.HeaderPaneMain {
	width: 100%;
	height: 172px;

	background-image: url(images/HeaderBg.jpg);
	background-repeat: repeat-x;

	border-top: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
}

.NavPaneMain {
	width: 100%;
	height: 33px;

	background-image: url(images/NavOff.jpg);
}

.NavPaneRight {
	width: 100%;
	height: 33px;

	background-image: url(images/NavOn.jpg);
}

.NavPane {
	height: 33px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	background: url(images/NavSep.jpg) no-repeat left top;
	padding-left: 2px;
}

.ContentPaneMain {
	width: 100%;

	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

.LeftPaneMain {
	width: 190px;
	height: 100%;

	border-right: 1px #999999 solid;
	vertical-align: top;
}

.SearchPane {
	width: 100%;
	height: 36px;
	padding: 0 2;

	background-color: #e5e5e5;

	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #3C3C3C;
	text-align: center;
}

.LeftPane {
	vertical-align: top;

	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.BreadcrumbPane {
	height: 20px;
	padding: 5 10;

	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}


.CenterPane {
	vertical-align: top;

	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.CenterPaneAdmin {
	vertical-align: top;

	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding: 10;
}

.RightPane {
	width: 190px;
	height: 100%;
	padding: 4px;

	border-left: 1px #999999 solid;
	vertical-align: top;

	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.CopyrightPane {
	width: 100%;
	height: 36px;
	padding: 0 10px;

	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}


/*=====================================================================*/
/* 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; }

/* Paragraph Style */
p { color: #000000; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; }

/* DarkRed */
.NormalDarkRed { color: #4a4d4b; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; }
A.NormalDarkRed:link, A.NormalDarkRed:visited, A.NormalDarkRed:Active { color: #4a4d4b; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; }
A.NormalDarkRed:Hover { color: #4a4d4b; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: underline; }

.NormalBoldDarkRed { color: #4a4d4b; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; }
A.NormalBoldDarkRed:link, A.NormalBoldDarkRed:visited, A.NormalBoldDarkRed:Active { color: #4a4d4b; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; }
A.NormalBoldDarkRed:Hover { color: #4a4d4b; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: underline; }

/* LightRed */
.NormalLightRed { color: #bc3e49; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; }
A.NormalLightRed:link, A.NormalLightRed:visited, A.NormalLightRed:Active { color: #bc3e49; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; }
A.NormalLightRed:Hover { color: #bc3e49; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: underline; }

.NormalBoldLightRed { color: #bc3e49; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; }
A.NormalBoldLightRed:link, A.NormalBoldLightRed:visited, A.NormalBoldLightRed:Active { color: #bc3e49; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; }
A.NormalBoldLightRed:Hover { color: #bc3e49; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: underline; }

/* DarkGray */
.NormalDarkGray { color: #1f2120; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; }
A.NormalDarkGray:link, A.NormalDarkGray:visited, A.NormalDarkGray:Active { color: #1f2120; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; }
A.NormalDarkGray:Hover { color: #1f2120; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: underline; }

.NormalBoldDarkGray { color: #1f2120; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; }
A.NormalBoldDarkGray:link, A.NormalBoldDarkGray:visited, A.NormalBoldDarkGray:Active { color: #1f2120; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; }
A.NormalBoldDarkGray:Hover { color: #1f2120; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: underline; }

/* LightGray */
.NormalLightGray { color: #4a4d4b; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; }
A.NormalLightGray:link, A.NormalLightGray:visited, A.NormalLightGray:Active { color: #4a4d4b; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; }
A.NormalLightGray:Hover { color: #4a4d4b; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: underline; }

.NormalBoldLightGray { color: #4a4d4b; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; }
A.NormalBoldLightGray:link, A.NormalBoldLightGray:visited, A.NormalBoldLightGray:Active { color: #4a4d4b; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; }
A.NormalBoldLightGray:Hover { color: #4a4d4b; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: underline; }

/*=====================================================================*/
/* Template Text Headings                                              */
/*=====================================================================*/

/* H1 */
H1 { color: #4a4d4b; 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: #4a4d4b; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 15px; font-weight: bold; text-decoration: underline; }

/* H2 */
H2 { color: #4a4d4b; 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: #4a4d4b; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 14px; font-weight: bold; text-decoration: underline; }

/* H3 */
H3 { color: #4a4d4b; 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: #4a4d4b; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 13px; font-weight: bold; text-decoration: underline; }

/* H4 */
H4 { color: #4a4d4b; 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: #4a4d4b; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 12px; font-weight: bold; text-decoration: underline; }

/* H6 */
H6 { color: #4a4d4b; 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: #4a4d4b; 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: #4a4d4b; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; }
A:Hover { color: #4a4d4b; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: underline; }

/*=====================================================================*/
/* Module Classes                                                      */
/*=====================================================================*/

/* Default Container Title Style */
.Head { color: #000000; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; }

/* 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; }

/*=====================================================================*/
/* Input and Other Admin Site Styles                                   */
/*=====================================================================*/

/* Normal Text Box */
.NormalTextBox { color: #a83b52; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; vertical-align: middle; border: 1px solid #000000;}

/* Admin link styles */
A.CommandButton:Link, A.CommandButton:Visited, A.CommandButton:Active { color:#AC0C2E; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; height: 20px; }
A.CommandButton:Hover { color:#AC0C2E; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: underline; height: 20px; }

/* button style for standard HTML buttons */
.StandardButton, A.StandardButton:Link, A.StandardButton:Visited, A.StandardButton:Active { color:#000000; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; background: #AC0C2E; border:2px outset #EDF0E5; padding:2px 3px 3px 4px; height: 20px; }
A.StandardButton:Hover { color:#000000; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; background: #BA1035; border:2px outset #a83b52; padding:2px 3px 3px 4px; height: 20px; }

TH  { color: #000000; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; }

/* New DataGrid DNN Class used in Admin interface */
.DataGrid_Header { color: #333333; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none;
.DataGrid_AlternatingItem { color: #000000; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 9px; font-weight: normal; text-decoration: none; }
.DataGrid_Item { color: #333333; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 9px; font-weight: normal; text-decoration: none; }



/*=========================================================================================================*/
html, body, td, tr, th, div, p, span, table, input, form  { 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size:9pt;
	color:#666666;
	text-decoration:none;
	font-style:normal;
	font-weight:normal; 
	}
	
	
/*=========================================================================================================*/

/*=========================================================================================================*/
	/* NEW ADDED*/
	
.MenuTopBLackLine  {
	background-color:#000000;
	border-bottom:1px solid #4c4c4c;
	height:10px;
}	
/*=========================================================================================================*/



