/*================================================================*/

/*Solpart menu*/

/*================================================================*/

.MainMenu_SubMenu TD
{
	font-family: Arial,  Verdana, Tahoma,sans-serif;
	font-size: 10pt;
	font-weight: normal;
	padding: 2px;
}

.MainMenu_SubMenuItemSelHover TD
{
	color: #1283f2;
	border-bottom:1px solid #b5b5b5;
	height:24px;
	width:200px;
	font-family: Arial,  Verdana, Tahoma,sans-serif;
	font-size: 10pt!important;
	font-weight: bold;	
	background:url(images/StarOn.gif) center left no-repeat Transparent;
	padding-right: 5px;
	padding-left: 10px;
}

.MainMenu_TabRootMenuItem TD
{
	color: #0054a5;
	font-family: Arial,  Verdana, Tahoma,sans-serif;
	font-size: 10pt!important;
	font-weight: bold;	
	background: url(images/StarOff.gif) center left no-repeat Transparent;
	border-bottom:1px solid #b5b5b5;
	height:24px;
	width:200px;
	padding-right: 5px;
	padding-left: 10px;
}

.MainMenu_TabRootMenuItemSel TD
{
	color: #1283f2;
	border-bottom:1px solid #b5b5b5;
	height:24px;
	font-family: Arial,  Verdana, Tahoma,sans-serif;
	font-size: 10pt!important;
	font-weight: bold;	
	background:url(images/StarOn.gif) center left no-repeat Transparent;
	width:200px;
	padding-right: 5px;
	padding-left: 10px;
}

.MainMenu_TabMenuItemHover TD
{
	color: #1283f2;
	border-bottom:1px solid #b5b5b5;
	height:24px;
	font-family: Arial,  Verdana, Tahoma,sans-serif;
	font-size: 10pt!important;
	font-weight: bold;	
	background:url(images/StarOn.gif) center left no-repeat Transparent;
	width:200px;
	padding-right: 5px;
	padding-left: 10px;
}

.MainMenu_TabMenuItemSelHover TD
{
	color: #1283f2;
	border-bottom:1px solid #b5b5b5;
	height:24px;
	font-family: Arial,  Verdana, Tahoma,sans-serif;
	font-size: 10pt!important;
	font-weight: bold;	
	background:url(images/StarOn.gif) center left no-repeat Transparent;
	width:200px;
	padding-right: 5px;
	padding-left: 10px;
}

.MainMenu_MenuContainer{ background:transparent; width:100%;}
.MainMenu_MenuBar{ height:24px;}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	margin: 0px 0px 0px 0px;
	font-family: Arial,  Verdana, Tahoma,sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #e6e6e6; 
	border-left: #e6e6e6 0px solid; 
	border-right: #e6e6e6 0px solid; 
	border-bottom: #d8d8d8 1px solid;
	border-top: #eeeeee 1px solid;
	width: 1; 

}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #1f8bf5;
	font-family: Arial,  Verdana, Tahoma,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: none;
	border-bottom: #d8d8d8 1px solid;
	border-top: #eeeeee 1px solid;
	border-right: none;
}

.MainMenu_SubMenu {
	Margin:0px,0px,0px,0px;
	background-color: #e6e6e6;
	border-top: none;
	border-right: #d8d8d8 1px solid;
	border-left: #d8d8d8 1px solid;
	border-bottom: none;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#FFFFFF, Direction=180, Strength=0);	
	/*-moz-opacity:.9;
	filter:alpha(opacity=90);*/
	padding:0px 0px 0px 0px;
}

.MainMenu_MenuItemSel {
	background-color: transparent; 
}

.dnn_dnnsolpartmenu_ctldnnsolpartmenu_spmsub .MainMenu_MenuItemSel {

	background-color: #1f8bf5; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial,  Verdana, Tahoma,sans-serif;
	font-weight: normal; 
	font-style: normal;
	border-bottom: #d8d8d8 1px solid;
	border-top: #eeeeee 1px solid;
}

.MainMenu_MenuBreak {display:none;}
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuArrow{ display:none; }
/*=========================================================================================================*/

/* New added Footer hover styles*/
.Login,A.Login:link,A.Login:visited,A.Login:active {
	font-size:10px;
	font-weight:normal;
	font-family: Tahoma, "Times New Roman", Times, serif;
	color:#828282;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	text-transform:inherit;
}

A.Login:hover {
	font-size:10px;
	font-weight:normal;
	font-family: Tahoma, "Times New Roman", Times, serif;
	color:#000000;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	text-transform:inherit;
}

/* Footer text syle */
.Footer,A.Footer:link,A.Footer:visited,A.Footer:active {
	font-size:10px;
	font-weight:normal;
	font-family:Tahoma, "Times New Roman", Times, serif;
	color:#828282;
	text-decoration:none;
	text-align: right;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
	border:none;
}

/* Footer text syle */
A.Footer:hover {
	font-size:10px;
	font-weight:normal;
	font-family:Tahoma, "Times New Roman", Times, serif;
	color:#000000;
	text-decoration:none;
	text-align: right;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
	border:none;
}

/* Copyright text syle */
.Copyright,A.Copyright:link,A.Copyright:visited,A.Copyright:active,A.Copyright:hover {
	font-size:10px;
	font-weight:normal;
	font-family:Tahoma, "Times New Roman", Times, serif;
	color:#828282;
	text-decoration:none;
	text-align: left;
	vertical-align: middle;
	border:none;
}
/*----*/
.Link{
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #828282;
	text-align:left;
	vertical-align:middle;
	text-decoration:none;
} 

A.Link:link,A.Link:visited,A.Link:active{
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #828282;
	text-align:left;
	vertical-align:middle;
	text-decoration:none;
} 

A.Link:hover{
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #0054a5;
	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: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; }
A.Normal:link, A.Normal:visited, A.Normal:Active { color: #0372de; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; text-decoration: none; }
A.Normal:Hover { color: #7b7b7b; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; text-decoration: underline; }

.NormalBold { color: #000000; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; }
A.NormalBold:link, A.NormalBold:visited, A.NormalBold:Active { color: #000000; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; text-decoration: none; }
A.NormalBold:Hover { color: #000000; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; text-decoration: underline; }


/* Paragraph Style */
p { color: #000000; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; }

/* Blue */
.NormalBlue { color: #4d9fd7; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; }
A.NormalBlue:link, A.NormalBlue:visited, A.NormalBlue:Active { color: #4d9fd7; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; text-decoration: none; }
A.NormalBlue:Hover { color: #4d9fd7; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; text-decoration: underline; }

.NormalBoldBlue { color: #4d9fd7; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; }
A.NormalBoldBlue:link, A.NormalBoldBlue:visited, A.NormalBoldBlue:Active { color: #4d9fd7; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; text-decoration: none; }
A.NormalBoldBlue:Hover { color: #4d9fd7; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; text-decoration: underline; }

/* Orange */
.NormalOrange { color: #ea7c00; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; }
A.NormalOrange:link, A.NormalOrange:visited, A.NormalOrange:Active { color: #ea7c00; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; text-decoration: none; }
A.NormalOrange:Hover { color: #ea7c00; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; text-decoration: underline; }

.NormalBoldOrange { color: #ea7c00; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; }
A.NormalBoldOrange:link, A.NormalBoldOrange:visited, A.NormalBoldOrange:Active { color: #ea7c00; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; text-decoration: none; }
A.NormalBoldOrange:Hover { color: #ea7c00; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; text-decoration: underline; }

/* Green */
.NormalGreen { color: #448b34; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; }
A.NormalGreen:link, A.NormalGreen:visited, A.NormalGreen:Active { color: #448b34; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; text-decoration: none; }
A.NormalGreen:Hover { color: #448b34; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; text-decoration: underline; }

.NormalBoldGreen { color: #448b34; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; }
A.NormalBoldGreen:link, A.NormalBoldGreen:visited, A.NormalBoldGreen:Active { color: #448b34; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; text-decoration: none; }
A.NormalBoldGreen:Hover { color: #448b34; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; text-decoration: underline; }

/* Red */
.NormalRed { color: #c21212; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; }
A.NormalRed:link, A.NormalRed:visited, A.NormalRed:Active { color: #c21212; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; text-decoration: none; }
A.NormalRed:Hover { color: #c21212; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; text-decoration: underline; }

.NormalBoldRed { color: #c21212; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; }
A.NormalBoldRed:link, A.NormalBoldRed:visited, A.NormalBoldRed:Active { color: #c21212; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; text-decoration: none; }
A.NormalBoldRed:Hover { color: #c21212; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; text-decoration: underline; }

/* Gray */
.NormalGray { color: #707070; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; }
A.NormalGray:link, A.NormalGray:visited, A.NormalGray:Active { color: #707070; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; text-decoration: none; }
A.NormalGray:Hover { color: #707070; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; text-decoration: underline; }

.NormalBoldGray { color: #707070; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; }
A.NormalBoldGray:link, A.NormalBoldGray:visited, A.NormalBoldGray:Active { color: #707070; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; text-decoration: none; }
A.NormalBoldGray:Hover { color: #707070; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; text-decoration: underline; }

/*=====================================================================*/
/* Template Text Headings                                              */
/*=====================================================================*/

/* H1 */
H1 { color: #000000; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 15px; font-weight: bold; }
A.H1:Link,A.H1:Visited,A.H1:Hover,A.H1:Active { color: #000000; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 15px; font-weight: bold; text-decoration: underline; }

/* H2 */
H2 { color: #000000; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; }
A.H2:Link,A.H2:Visited,A.H2:Hover,A.H2:Active { color: #000000; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; text-decoration: underline; }

/* H3 */
H3 { color: #000000; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 13px; font-weight: bold; }
A.H3:Link,A.H3:Visited,A.H3:Hover,A.H3:Active { color: #000000; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 13px; font-weight: bold; text-decoration: underline; }

/* H4 */
H4 { color: #000000; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; }
A.H4:Link,A.H4:Visited,A.H4:Hover,A.H4:Active { color: #000000; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; text-decoration: underline; }

/* H6 */
H6 { color: #000000; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 11px; font-weight: bold; }
A.H6:Link,A.H6:Visited,A.H6:Hover,A.H6:Active { color: #000000; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 11px; font-weight: bold; text-decoration: underline; }

/* Default link syle */
A:Link, A:Visited, A:Active { color: #0372de; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; text-decoration: underline; }
A:Hover { color: #7b7b7b; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; text-decoration: none; }

/*=====================================================================*/
/* Module Classes                                                      */
/*=====================================================================*/

/* Default Container Title Style */
.Head { color: #0c467c; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 11px; font-weight: bold; text-decoration: none; }

/* SubHead */
.SubHead { color: #0c467c; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; text-decoration: none; }
A.SubHead:Link, A.SubHead:Visited,  A.SubHead:Active { color: #0c467c; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; text-decoration: underline; }
.A.SubHead:Hover { color:#b64214;}
/* SubHead Gold */
.SubHeadGold { color: #dba21a; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; text-decoration: none; }
A.SubHeadGold:Link, A.SubHeadGold:Visited, A.SubHeadGold:Hover, A.SubHeadGold:Active { color: #dba21a; font-family: Tahoma, "Times New Roman", Times, 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: #0c467c; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 9px; font-weight: bold; text-decoration: none; }
A.SubSubHead:Link, A.SubSubHead:Visited, A.SubSubHead:Active { color: #0c467c; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 9px; font-weight: bold; text-decoration: underline; }
A.SubSubHead:Hover{ color:#b64214;}
/* Text style for skin objects */
.SkinObject { color: #0c467c; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; text-decoration: none; }
A.SkinObject:Link, A.SkinObject:Visited, A.SkinObject:Active, A.SkinObject:Hover { color: #0c467c; font-family: Tahoma, "Times New Roman", Times, 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: Tahoma, "Times New Roman", Times, serif; font-size: 11px; font-weight: normal; vertical-align: middle; border: 1px solid #CCCCCC;}
.NormalTextBox input{ color: #000000; background-color:#FFFFFF; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 11px; font-weight: normal; vertical-align: middle; border: 0px solid #CCCCCC;}
.NormalTextBox textarea{ color: #000000; background-color:#FFFFFF; font-family: Tahoma, "Times New Roman", Times, 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:#0c467c; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 11px; font-weight: bold; text-decoration: none; background: none; padding:2px 3px 3px 4px; height: 20px; }
A.CommandButton:Hover { color:#b64214; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 11px; font-weight: bold; text-decoration: none; background: none; border:none; padding:2px 3px 3px 4px; height: 20px; }

/* button style for standard HTML buttons */
.StandardButton, A.StandardButton:Link, A.StandardButton:Visited, A.StandardButton:Active { color:#0c467c; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 11px; font-weight: bold; text-decoration: none; background: none; border:none; padding:2px 3px 3px 4px; height: 20px; }
A.StandardButton:Hover { color:#b64214; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 11px; font-weight: bold; text-decoration: none; background: none; border:none; padding:2px 3px 3px 4px; height: 20px; }

TH  { color: #000000; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; text-decoration: none; }

/* New DataGrid DNN Class used in Admin interface */
.DataGrid_Header { color: #333333; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; text-decoration: none;}
.DataGrid_AlternatingItem { color: #000000; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 9px; font-weight: normal; text-decoration: none; }
.DataGrid_Item { color: #333333; font-family: Tahoma, "Times New Roman", Times, serif; font-size: 9px; font-weight: normal; text-decoration: none; }
/*================================================================*/
/* Left SideMenu  */
.MenuHdr
{ 
  cursor: pointer;
  font-family:  Tahoma, "Times New Roman", Times, serif;
  font-size:8pt;
  font-variant:normal;
  font-weight:normal;
  color: #2c3d46;
  text-decoration: none;   
  width: 180px;
  line-height:25px;
  white-space:normal;
}



.MenuItem HR
{
  display:none;
}

.MenuItemMouseOver
{
  font-size: 10pt; 
  font-weight: normal; 
  color:#2c3d46;
  vertical-align:middle;
  width: 180px;
  line-height:25px;
  white-space:normal;
}

.MenuItem, .MenuItemMouseOver
{
  font-size: 10pt; 
  font-weight: normal; 
  color:#2c3d46; 
  width: 180px;
  line-height:25px;
  white-space:normal;
}


.MenuHdr A, .MenuHdr A:Visited, .MenuHdr A:Link
{
  padding: 0px;
  cursor: pointer;
  font-family:  Tahoma, "Times New Roman", Times, serif;
  font-size:8pt;
  font-variant:normal;
  font-weight:normal;
  color: #2c3d46;
  text-decoration: none; 
  width: 180px;
  line-height:25px;
  white-space:normal;
  background: #788c93;
  border-bottom:1px solid #65787f;
  border-top:1px solid #92a3a9;
}

 .MenuHdr A:hover
{
  padding: 0px;
  cursor: pointer;
  font-family:  Tahoma, "Times New Roman", Times, serif;
  font-size:8pt;

  font-variant:normal;
  font-weight:normal;
  color: #efece3;
  text-decoration: none;
  width: 180px;
  line-height:25px;
  white-space:normal;
  background:#384851!important;
  border-bottom:1px solid #65787f;
  border-top:1px solid #92a3a9;
}


.MenuItem A, .MenuItem A:Visited, .MenuItem A:Link, 
.MenuItemMouseOver A, .MenuItemMouseOver A:Active, 
.MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link
{
  display: block;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  font-family:  Tahoma, "Times New Roman", Times, serif;
  font-size:8pt;
  font-variant:normal;
  font-weight:normal;
  color: #2c3d46;
  text-decoration: none; 
  width: 180px;
  line-height:25px;
  white-space:normal;
  background: #788c93!important;
  border-bottom:1px solid #65787f;
  border-top:1px solid #92a3a9;
  text-indent:10px;
}


 


.MenuItemMouseOver  .MenuItem A:Active, .MenuItemMouseOver A:Hover
{
  display: block;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  font-family:  Tahoma, "Times New Roman", Times, serif;
  font-size:8pt;
  font-variant:normal;
  font-weight:normal;
  color: #efece3;
  text-decoration: none;  
  width: 180px;
  line-height:25px;
  white-space:normal;
  background:#384851!important;
  border-bottom:1px solid #65787f;
  border-top:1px solid #92a3a9;
}

.currentHeaderHighlight
{
   display: block;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  font-family:  Tahoma, "Times New Roman", Times, serif;
  font-size:8pt;
  font-variant:normal;
  font-weight:normal;
  color: #efece3;
  text-decoration: none;
  background:#384851!important;
  border-bottom:1px solid #65787f;
  border-top:1px solid #92a3a9;
  width: 180px;
  line-height:25px;
  white-space:normal;
  vertical-align:bottom!important;
  text-indent:10px;
}

.currentItemHighlight
{
   display: block;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  font-family:  Tahoma, "Times New Roman", Times, serif;
  font-size:8pt;
  font-variant:normal;
  font-weight:normal;
  color: #efece3;
  text-decoration: none;
  background:#384851!important;
  border-bottom:1px solid #65787f;
  border-top:1px solid #92a3a9;
  width: 180px;
  line-height:25px;
  white-space:normal;
  vertical-align:bottom!important;
  text-indent:10px;
}

.currentItemHighlight  A:Visited, .MenuItemMouseOver A:Link
{
  display: block;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  font-family:  Tahoma, "Times New Roman", Times, serif;
  font-size:8pt;
  font-variant:normal;
  font-weight:normal;
  color: #efece3;
  text-decoration: none;
  background: #384851!important;
  border-bottom:1px solid #65787f;
  border-top:1px solid #92a3a9;
  width: 180px;
  line-height:25px;
  white-space:normal;
  vertical-align:bottom!important;
}

.currentItemHighlight A:Active
{
   display: block;
  padding: 0px 0px 0px 0px;

  cursor: pointer;
  font-family:  Tahoma, "Times New Roman", Times, serif;
  font-size:8pt;
  font-variant:normal;
  font-weight:normal;
  color: #efece3;
  text-decoration: none;
  background:#384851!important;
  border-bottom:1px solid #65787f;
  border-top:1px solid #92a3a9;
  width: 180px;
  line-height:25px;
  white-space:normal;
  vertical-align:bottom!important;
}
/*=====================================================================*/
/* 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:url(images/ContentBg.gif) repeat-x top left; #FFFFFF;
	vertical-align: top;*/
	padding:0px 0px 0px 0px;
}

/* Width of Skin - Applied to underlying table with minimum width applied */
.MainTable {
	width: 920px;
	background:none;
}

body, html { padding:0px; margin:0px;}
/*=====================================================================*/
/* Template Main Areas                                                 */
/*=====================================================================*/
.TopBg1 { background:url(images/TopBg.gif) repeat-x top left #0154a4; height:0px;}
.TopBg { background:url(images/TopBg.gif) repeat-x top left #0154a4; height:85px;}
.ContentGradient 
{
	
	 /*background:url(images/ContentBg1.gif) repeat-x top left;*/
	 
	 
	 }
.MenuBg { background:url(images/MenuBg.gif) repeat-x top left #017401;}
.ContentWhiteBg  
{
	background: #FFFFFF; /* #FEDE7F */
	
	}
.ContentPanePadding 
{
	/*padding:15px 15px 5px 15px;*/
	
	}


/* Content Areas */
.LogoPane {
	width:1%;
	padding: 2px 30px 6px 1px;
	vertical-align: top;
	text-align:left;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background:none;
}

.LoginPane {
	height: 30px;
	vertical-align: middle;
	text-align:left;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	white-space:nowrap;
	padding:5px 15px 5px 7px;
	text-transform:inherit;
	width:100%;
}

.NavPane td { font-size:0px;}
.NavPane {
	padding:0px 0px 0px 20px;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align:left;
	vertical-align:top;
	
}

.BreadcrumbPane {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-align:left;
	vertical-align:top;
	padding:0px 5px 2px 1px;
	white-space:nowrap;
	height:15px;
	white-space:nowrap;
	background:none;
}


.breadcrumb{
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 10px;
	color: #999999;
	text-align:left;
	vertical-align:middle;
}

A.breadcrumb:link,A.breadcrumb:visited,A.breadcrumb:active{
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999	 ;
	text-align:left;
	vertical-align:middle;
	text-decoration:underline;
} 

A.breadcrumb:hover{
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-align:left;
	vertical-align:middle;
	text-decoration:none;
}

.CurrentdatePane {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
	color: #f84b00;
	text-align:right;
	vertical-align:top;
	padding:8px 5px 5px 0px;
	white-space:nowrap;
	height:27px;
	white-space:nowrap;
	background:none;
}

.Date  {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
	color: #f84b00;
	text-align:left;
	vertical-align:top;
}

.BannerPane {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align:top;
	padding:2px 0px 1px 10px;
	text-align:right;
}
.TopPane {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	vertical-align:top;
	padding:0px 0px 10px 0px;
}

.LeftSide {width:200px;
	padding:15px 10px 5px 2px;}
.LeftPane {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	vertical-align:top;
	padding:5px 0px 5px 0px;
	background:none ;
}

.CenterPane {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding:0px 0px 0px 0px;
	text-align:left;
	vertical-align:top;
	background-color:#e7e7e7; 
}

.RightPane {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	vertical-align:top;
	padding:0px 0px 0px 0px;
	text-align:left;
	width:210px;
}

.BottomPaneMain {
	background:#FFFFFF; /*#edeef0; */
	padding:2px 2px 15px 2px;
	border-top:1px solid #FFFFFF;
}
.BottomPane {
	vertical-align: top;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding:10px 0px 5px 0px;
}

.LinkPane{
	vertical-align: middle;
	text-align:center;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #828282;
	/*padding:5px 10px;*/
	white-space:nowrap;
}

.CopyrightPane {
	vertical-align: middle;
	text-align:center;  
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #828282;
	/*padding:5px 10px;*/
	white-space:nowrap;
}
/*CISS Side menu Done by Sachin B*/

.menutable {
	background-color: transparent;
		
}

/****** LINK COLORS ******/

A                 { color: #0054a6; text-decoration: none; }

a.Menu_Arrow_Level0_Item ,
a.Menu_Arrow_Level0_Item:visited
{
  font-family: Times New Roman; 
  color: #006699!important; 
  font-size : 12pt!important; 
  text-decoration:none; 
  font-weight: bold!important; 
  line-height:15px;
}


a.Menu_Arrow_Level0_Item:hover,
a.Menu_Arrow_Level0_Item:active,
a.Menu_Arrow_Level0_Item:focus {
	font-family: Times New Roman; 
	color: #fbc55a!important; 
	font-size :12pt!important; 
	text-decoration:none; 
	font-weight: bold!important; 
	line-height:15px;
}


 
a.Menu_Arrow_Level0_ItemSelected ,
a.Menu_Arrow_Level0_ItemSelected:visited
{
	font-family:Times New Roman; 
	color: #006699!important; 
	font-size :12pt!important; 
	text-decoration:none; 
	font-weight: bold!important;  
	line-height:15px;
}

a.Menu_Arrow_Level0_ItemSelected:hover,
a.Menu_Arrow_Level0_ItemSelected:active,
a.Menu_Arrow_Level0_ItemSelected:focus {
	font-family: Times New Roman; 
	color: #fbc55a!important; 
	font-size :12pt!important; 
	text-decoration:none; 
	font-weight: bold!important; 
	line-height:15px;
}



a.Menu_Arrow_Level1_Item ,
a.Menu_Arrow_Level1_Item:visited
{
	font-family: Times New Roman; 
	color: #5d5b5b!important; 
	font-size :10pt!important; 
	text-decoration:none; 
	font-weight: bold!important; 
	line-height:15px;
	padding-left:30px!important;

}


a.Menu_Arrow_Level1_Item:hover,
a.Menu_Arrow_Level1_Item:active,
a.Menu_Arrow_Level1_Item:focus {

	font-family: Times New Roman; 
	color: #fbc55a!important; 
	font-size :10pt!important; 
	text-decoration:none; 
	font-weight: bold!important; 
	line-height:15px;
	padding-left:30px!important;

}

 
 
a.Menu_Arrow_Level1_ItemSelected ,
a.Menu_Arrow_Level1_ItemSelected:visited
{
	font-family: Times New Roman; 
	color: #5d5b5b!important; 
	font-size :10pt!important; 
	text-decoration:none; 
	font-weight: bold!important; 
	line-height:15px;
	padding-left:30px!important;
}


a.Menu_Arrow_Level1_ItemSelected:hover,
a.Menu_Arrow_Level1_ItemSelected:active,
a.Menu_Arrow_Level1_ItemSelected:focus {
	font-family: Times New Roman; 
	color: #fbc55a!important; 
	font-size :10pt!important; 
	text-decoration:none; 
	font-weight: bold!important; 
	line-height:15px;
	padding-left:30px!important;
}

/********************************/


a.Menu_Arrow_Level2_Item ,
a.Menu_Arrow_Level2_Item:visited
{
	font-family: Times New Roman; 
	color: #5d5b5b!important; 
	font-size :11pt!important; 
	text-decoration:none; 
	font-weight: bold!important; 
	line-height:15px;
}


a.Menu_Arrow_Level2_Item:hover,
a.Menu_Arrow_Level2_Item:active,
a.Menu_Arrow_Level2_Item:focus {
	font-family: Times New Roman; 
	color: #fbc55a!important; 
	font-size :11pt!important; 
	text-decoration:none; 
	font-weight: bold!important; 
	line-height:15px;
}

 
 
a.Menu_Arrow_Level2_ItemSelected ,
a.Menu_Arrow_Level2_ItemSelected:visited
{
	font-family: Times New Roman; 
	color: #5d5b5b!important; 
	font-size :13pt!important; 
	text-decoration:none; 
	font-weight: bold!important; 
	line-height:15px;
}


a.Menu_Arrow_Level2_ItemSelected:hover,
a.Menu_Arrow_Level2_ItemSelected:active,
a.Menu_Arrow_Level2_ItemSelected:focus {
	font-family: Times New Roman; 
	color: #fbc55a!important; 
	font-size :13pt!important; 
	text-decoration:none; 
	font-weight: bold!important; 
	line-height:15px;
}


/********************************/


a.Menu_Arrow_Level3_Item ,
a.Menu_Arrow_Level3_Item:visited
{
		font-family:Tahoma, "Times New Roman", Times, serif;;
   color: #666666!important;
	text-transform: uppercase!important;
	font-size:10px!important;
	font-weight:normal!important;
 	padding-left: 15px;
	text-decoration: none!important;
	line-height: 14px!important;
}


a.Menu_Arrow_Level3_Item:hover,
a.Menu_Arrow_Level3_Item:active,
a.Menu_Arrow_Level3_Item:focus {
	font-family:Tahoma, "Times New Roman", Times, serif;;
   color: #333333!important;
	text-transform: uppercase!important;
	font-size:10px!important;
	font-weight:normal!important;
 	padding-left: 15px;
	text-decoration: none!important;
	line-height: 14px!important;
}

 
 
a.Menu_Arrow_Level3_ItemSelected ,
a.Menu_Arrow_Level3_ItemSelected:visited
{
	font-family:Tahoma, "Times New Roman", Times, serif;;
   color: #333333!important;
	text-transform: uppercase!important;
	font-size:10px!important;
	font-weight:normal!important;
 	padding-left: 15px;
	text-decoration: none!important;
	line-height: 14px!important;
}


a.Menu_Arrow_Level3_ItemSelected:hover,
a.Menu_Arrow_Level3_ItemSelected:active,
a.Menu_Arrow_Level3_ItemSelected:focus {
	font-family:Tahoma, "Times New Roman", Times, serif;;
   color: #333333!important;
	text-transform: uppercase!important;
	font-size:10px!important;
	font-weight:normal!important;
 	padding-left: 15px;
	text-decoration: none!important;
	line-height: 14px!important;
}


/********************************/


a.Menu_Arrow_Level4_Item ,
a.Menu_Arrow_Level4_Item:visited
{
		font-family:Tahoma, "Times New Roman", Times, serif;;
   color: #666666!important;
	text-transform: uppercase!important;
	font-size:10px!important;
	font-weight:normal!important;
 	padding-left: 20px;
	text-decoration: none!important;
	line-height: 14px!important;
}


a.Menu_Arrow_Level4_Item:hover,
a.Menu_Arrow_Level4_Item:active,
a.Menu_Arrow_Level4_Item:focus {
	font-family:Tahoma, "Times New Roman", Times, serif;;
   color: #333333!important;
	text-transform: uppercase!important;
	font-size:10px!important;
	font-weight:normal!important;
 	padding-left: 20px;
	text-decoration: none!important;
	line-height: 14px!important;
}

 
 
a.Menu_Arrow_Level4_ItemSelected ,
a.Menu_Arrow_Level4_ItemSelected:visited
{
	font-family:Tahoma, "Times New Roman", Times, serif;;
   color: #333333!important;
	text-transform: uppercase!important;
	font-size:10px!important;
	font-weight:normal!important;
 	padding-left: 20px;
	text-decoration: none!important;
	line-height: 14px!important;
}


a.Menu_Arrow_Level4_ItemSelected:hover,
a.Menu_Arrow_Level4_ItemSelected:active,
a.Menu_Arrow_Level4_ItemSelected:focus {
	font-family:Tahoma, "Times New Roman", Times, serif;;
   color: #333333!important;
	text-transform: uppercase!important;
	font-size:10px!important;
	font-weight:normal!important;
 	padding-left: 20px;
	text-decoration: none!important;
	line-height: 14px!important;
}/**/

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0153AA;
	font-weight: bold;
}
.style3 {
	color: #065095;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #065095;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style5 {
	color: #065095;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}