
/*Solpart menu*/

/*================================================================*/

.MainMenu_SubMenu TD
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align:middle;
	text-align:center;
	padding: 0px;
	height:26px;
	
}

.MainMenu_SubMenuItemSelHover TD
{
	color: #f1cc01;
	height:39px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:Bold;	
	padding:0px 5px 0px 5px;
	background:url(images/navbg.jpg) top left repeat-x;  

}

.MainMenu_TabRootMenuItem TD
{
	color: #f1cc01;
	height:39px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:Bold;	
	padding:0px 5px 0px 5px;
	vertical-align:middle;
	text-transform:uppercase;
	/*background:url(images/navbg.jpg);*/
	
	
}

.MainMenu_TabRootMenuItemSel TD
{
	color: #f1cc01;
	height:39px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:Bold;	
	padding:0px 5px 0px 5px;
	background:url(images/navbg.jpg) top left repeat-x;   
	
	
	

}

.MainMenu_TabMenuItemHover TD
{
	color: #da1829;
	height:39px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:Bold;	
	padding:0px 5px 0px 5px;
	background-image:url(images/yellow-nav-bg.jpg); 
	background-repeat:repeat-x; 			
	background-position:top left; text-transform:uppercase; 
	}

.MainMenu_TabMenuItemSelHover TD
{
	color: #da1829;
	height:39px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:Bold;	
	padding:0px 5px 0px 5px;
	background-image:url(images/yellow-nav-bg.jpg); 
	background-repeat:repeat-x; 			
	background-position:top left;  
}




.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;
	height:18px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

.MainMenu_MenuBar {
	border-bottom: #FFFFFF 0px solid; 
	border-left: #E7EDE3 0px solid; 
	border-top: #070707 0px solid; 
	border-right: #000000 0px solid;  
	cursor: pointer; 
	cursor: hand; 
	height:39px; 
	color: #e3e3e3;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #ffd908;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	font-style: normal;
	border-left: #FFFFFF 0px solid;
	border-bottom: #070707 1px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
	padding-left:10px;
	padding-right:10px;

}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight:bold;
	font-style: normal; 
	background-color:#2a2a2a; 
	border-left: #ffffff 0px solid; 
	border-right: #ffffff 0px solid; 
	border-bottom: #070707 1px solid; 
	border-top: #ffffff 0px solid; 
	width: 1; 

}	
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	font-style: normal;
	color: #fff;
	background-color: #2a2a2a;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-top: #070707 1px solid;
	border-right: #cccccc 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: #000000; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-weight:bold;
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
	background-color: #ffd908;
	padding-left:10px;
	padding-right:10px;
	border-bottom: #070707 1px solid; 
}

.MainMenu_MenuArrow {
	font-family: webdings; 	
	font-size: 10pt; 
	color: Black; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #070707 1px solid; 
		font-weight:bold;
	/*border-top: #000000 0px solid;*/
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	font-weight:bold;
}



/*=====================================================================*/
/* 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:#fff;	
	padding:0px 0px 0px 0px;						
}
	

/* Width of Skin - Applied to underlying table with minimum width applied */
.MainTable {
	margin:0px 0px 0px 0px;	
	width: 1005px; 
	background-color:#FFFFFF; 	
	vertical-align:top;
	background-image:url(images/top-img.jpg); 
	background-repeat:no-repeat; 
	background-position:right top; 
	height:142px;	
}

.SubMainTable
	{
	background-color:#FFFFFF;
	
	width:651px;
	}
.Leftline
{
	background-image:url(../../images/leftl_line.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:right;
	float:right;



}
.rightline
{
	background-image:url(../../images/rightl_line.gif);
	background-color:#ffffff;
	background-position:top right;
	background-repeat:no-repeat;
	width:4px;
	height:246;

}
/*=====================================================================*/
/* Template Main Areas                                                 */
/*=====================================================================*/

/* Content Areas for Main Page */

.LogoPane {
	text-align: left;
	font-family:  Arial,  Verdana, Tahoma,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	width:100%; 
	height:111px; 
	padding-left:20px; padding-bottom:20px; padding-top:10px;
}


.LoginPane {
	
	vertical-align: bottom;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal; padding:5px 20px 5px 5px; 
	background-image:url(images/yellow--bg.jpg); 
	background-repeat:repeat-x; height:25px; 
	background-position:top left;    
	}

.HeaderPane {
	
	padding:15px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #004478;
	vertical-align:top;
	border:0px solid #000000;
	text-align:left; margin-top:0px;
	
	
	
}
.NavPane {
	width:100%;
	padding:0px 0px 0px 0px;
	font-family:  Arial,  Verdana, Tahoma,sans-serif;
	font-size: 11px;
	font-weight: bold; text-align:left; 
	color: #000000;
	vertical-align:top;
	background-image: url(images/nav-bg.jpg); 
	background-repeat:repeat-x; width:100%; height:39px;   
	}

.ContentPane {
	font-family:  Arial,  Verdana, Tahoma,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #28353d;
	vertical-align:top;
	padding:15px 0px 0px 0px;
	text-align:left; 
	border-left: 1px #e4e2d6 solid; 
}


.bottompane1{
font-family:Arial, Helvetica, sans-serif; 
font-size:10px; 
color:#000000; font-weight:normal; text-align:justify; 
}

.topPane {
	padding:0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #004478;
	vertical-align:top right;
	border:0px solid #000000;
	text-align:left; 	
}

.LeftPane {
	padding:15px 10px 10px 10px; 
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #004478;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	}



	
	.contentpanemainarea {
	padding:5px 20px 10px 20px; 
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #004478;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	}

.RightPane {
	font-family:  Arial,  Verdana, Tahoma,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #28353d;
	vertical-align:top;
	padding:10px 20px 1px 20px; 
	vertical-align:top;
	text-align:left;
	
}

	


.contentPaneMain {
	padding:10px  0px 10px 0px;
	background-color:#FFFFFF;
	
}



.BottomPane {
	font-family:  Arial,  Verdana, Tahoma,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #34424b;
	vertical-align:top;
	padding:0px 0px 0px 0px;
	width:100%; 
	}


.FooterPane
	{
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#61af38;
	vertical-align: bottom;  
	
	}



/*=====================================================================*/
/* Copyright text syle */
/*=====================================================================*/
.Copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#b3ab7f;
	text-decoration:none;
	text-align: left;
	vertical-align:middle;
	padding-top:0px; padding-left:5px; 
	
}

.CopyrightPane {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#b3ab7f;
	text-decoration:none;
	text-align: left;
	vertical-align:middle;
	padding-top:0px; padding-left:5px; 
	}

A.Copyright:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color:#b3ab7f;
	text-decoration:underline;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
	
}

.LinksPane {
	vertical-align: top;
	font-family:  Arial,  Verdana, Tahoma,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #787878;
	text-align: left;
	padding:8px 5px 0px 5px;
	background-image: url(images/bottom-bg.jpg); 
	height:78px; 
	background-repeat: repeat-x; 
	background-position: top left;
	vertical-align:top;  
	}
	
	
/* Links Pane text syle */
.Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px ;
	color:#787878;
	text-decoration:none;
	text-align: left; 
	vertical-align: top;
	padding-top:5px; padding-left:8px; 
	
	
	}

 A.Link:link,A.Link:visited,A.Link:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#787878;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	padding:0px;
	padding-top:5px; padding-left:8px; 
	
} 

A.Link:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	padding:0px;
	padding-top:5px; text-decoration:underline; padding-left:8px; 
}

/*================================================================*/


/*=====================================================================*/
/* Template Text and Link Styles Based on Colors                       */
/*=====================================================================*/

/* Black (Default color) */
.Normal { color: #111111; font-family:Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-align:left; }
A.Normal:link, A.Normal:visited, A.Normal:Active { color: #fff; font-family: Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: normal; text-decoration:none; }
A.Normal:Hover { color: #111111; font-family: Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: normal; text-decoration: underline; }

.NormalBold { color: #7e7e7e; font-family: Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: bold; }
A.NormalBold:link, A.NormalBold:visited, A.NormalBold:Active { color: #7e7e7e; font-family: Arial, Helvetica, sans-serif;  font-size: 10px; font-weight: bold; text-decoration: underline; }
A.NormalBold:Hover { color: #000000; font-family: Arial, Helvetica, sans-serif;  font-size: 10px; font-weight: bold; text-decoration: underline; }

/* Paragraph Style */
p { color: #00000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; text-align:justify; line-height:20px;  }

/* Blue */
.NormalBlue { color: #004478; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal;}
A.NormalBlue:link, A.NormalBlue:visited, A.NormalBlue:Active { color: #004478; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; }
A.NormalBlue:Hover { color: #004478; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration: underline;}

.NormalBoldBlue { color: #004478; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
A.NormalBoldBlue:link, A.NormalBoldBlue:visited, A.NormalBoldBlue:Active { color: #004478; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; }
A.NormalBoldBlue:Hover { color: #004478; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: underline; }

/* Orange */
.NormalOrange { color: #ff9c00; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; }
A.NormalOrange:link, A.NormalOrange:visited, A.NormalOrange:Active { color: #d29a00; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; }
A.NormalOrange:Hover { color: #d29a00; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration: underline; }

.NormalBoldOrange { color: #ff9c00; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
A.NormalBoldOrange:link, A.NormalBoldOrange:visited, A.NormalBoldOrange:Active { color: #ff9c00; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; }
A.NormalBoldOrange:Hover { color: #ff9c00; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: underline; }

/* Green */
.NormalGreen { color: #00ac35; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; }
A.NormalGreen:link, A.NormalGreen:visited, A.NormalGreen:Active { color: #00ac35; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; }
A.NormalGreen:Hover { color: #00ac35; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration: underline; }

.NormalBoldGreen { color: #00ac35; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
A.NormalBoldGreen:link, A.NormalBoldGreen:visited, A.NormalBoldGreen:Active { color: #00ac35; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; }
A.NormalBoldGreen:Hover { color: #00ac35; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: underline; }

/* Red */
.NormalRed { color: #dc4c57; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; }
A.NormalRed:link, A.NormalRed:visited, A.NormalRed:Active { color: #dc4c57; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; }
A.NormalRed:Hover { color: #dc4c57; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration: underline; }

.NormalBoldRed { color: #dc4c57; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
A.NormalBoldRed:link, A.NormalBoldRed:visited, A.NormalBoldRed:Active { color: #dc4c57; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; }
A.NormalBoldRed:Hover { color: #dc4c57; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: underline; }

/* Gray */
.NormalGray { color: #c9b99f; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; }
A.NormalGray:link, A.NormalGray:visited, A.NormalGray:Active { color: #707070; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; }
A.NormalGray:Hover { color: #707070; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration: underline; }

.NormalBoldGray { color: #707070; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
A.NormalBoldGray:link, A.NormalBoldGray:visited, A.NormalBoldGray:Active { color: #707070; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; }
A.NormalBoldGray:Hover { color: #707070; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: underline; }

/*=====================================================================*/
/* Template Text Headings                                              */
/*=====================================================================*/

/* H1 */
H1 { color: #7e7e7e; font-family: "Times New Roman", Times, serif;  font-size: 25px; font-weight: bold; font-style:italic; text-align:center;  }
A.H1:Link,A.H1:Visited,A.H1:Hover,A.H1:Active { color: #006400; font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; text-decoration: underline; }

/* H2 */
H2 { color: #7e7e7e; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
A.H2:Link,A.H2:Visited,A.H2:Hover,A.H2:Active { color: #ceab28; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; text-decoration: underline; }

/* H3 */
H3 { color: #7e7e7e; font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; text-align:center; }
A.H3:Link,A.H3:Visited,A.H3:Hover,A.H3:Active { color: #006400; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; text-decoration: underline; }

/* H4 */
H4 { color: #7e7e7e; font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; }
A.H4:Link,A.H4:Visited,A.H4:Hover,A.H4:Active { color: #ceab28; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: underline; }

/* H6 */
H6 { color: #7e7e7e; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; }
A.H6:Link,A.H6:Visited,A.H6:Hover,A.H6:Active { color: #ceab28; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration: underline; }

/* Default link syle */
A:Link, A:Visited, A:Active { color: #fff; font-family: Arial, Helvetica, sans-serif; font-size:10px; font-weight: normal; text-decoration:underline; }
A:Hover { color: #fff; font-family: Arial, Helvetica, sans-serif; font-size:10px; font-weight: normal; text-decoration:underline; }

/*=====================================================================*/
/* Module Classes                                                      */
/*=====================================================================*/

/* Default Container Title Style */
.Head { color: #616161; font-family: Arial, Helvetica, sans-serif; font-size:15px; font-weight: bold; text-decoration: none; }

/* SubHead */
.SubHead { color: #1d1d1d; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; text-decoration: none; text-align:left; font-stretch:expanded; }
A.SubHead:Link, A.SubHead:Visited, A.SubHead:Hover, A.SubHead:Active { color: #000000; font-family: Arial, Helvetica, 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: #1d1d1d; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; }
A.SubSubHead:Link, A.SubSubHead:Visited, A.SubSubHead:Hover, A.SubSubHead:Active { color: #7f7f7f; font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; text-decoration: underline; }

/* Text style for skin objects */
.SkinObject { color: #000000; font-family: Arial, Helvetica, 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: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration: underline; }

/*=====================================================================*/
/* Input and Other Admin Site Styles                                   */
/*=====================================================================*/

/* Normal Text Box */
.NormalTextBox { color: #111111; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight:bold; vertical-align: middle; border: 1px solid #333300; height:20px; background-color:#ffffff; padding-top:5px;   }

/* Admin link styles */
A.CommandButton:Link, A.CommandButton:Visited, A.CommandButton:Active { color:#111111; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration:underline;  padding:2px 3px 3px 4px; height: 20px; }
A.CommandButton:Hover { color:#000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration:underline;  padding:2px 3px 3px 4px; height: 20px; }

/* button style for standard HTML buttons */
.StandardButton, A.StandardButton:Link, A.StandardButton:Visited, A.StandardButton:Active {color:#548e33; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none;  border:1px; padding:2px ; height:35px;  }

A.StandardButton:Hover { color:#000; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none;  border:1px  padding:2px; height: 20px; }

TH  { color: #000000; font-family: Arial, Helvetica, 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: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none;}
.DataGrid_AlternatingItem { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; text-decoration: none; }
.DataGrid_Item { color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; text-decoration: none; }

/*=====================================================================*/
/* Footer text style */
/*=====================================================================*/
.Footer, A.Footer:Link ,A.Footer:Active , A.Footer:Visited {
	font-size:5px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#548e33;
	text-decoration:none;
	text-align:left;	
	vertical-align:middle;
	padding-left:5px;
	font-size:11px; padding-top:4px;
}


A.Footer:hover    {
	font-size:5px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#548e33;
	text-decoration:none;
	text-align:left;	
	vertical-align:middle;
	padding-left:5px;
	font-size:11px; text-decoration:underline; padding-top:4px; 
	}
	
/*.Loginmain{background-image:url(images/loginarrow.jpg);
	background-position:left top ;
	background-repeat:no-repeat;
	padding:10px 0px 5px 20px;}*/
	
.Login,A.Login:link,A.Login:visited,A.Login:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
	text-align:left;
	vertical-align:middle;
	padding:0px 0px 0px 10px;
		
}

A.Login:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#00000;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	padding:0px 0px 0px 10px;
}


	
/*=====================================================================*/
/*Search Pane Classes
/*=====================================================================*/

.Search {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000; vertical-align:top; padding:10px; padding-bottom:5px; 

}


.SearchPane {
	vertical-align:top;
	text-align:left;
	font-family:  Arial,  Verdana, Tahoma,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	white-space:nowrap;
	padding:5px 0px 0px 8px;
	background-image:url(images/search-top-middle.jpg); 
	background-repeat:repeat-x; background-position:top left; 
}
.SearchPane-right{ padding-right:25px;}
	
	
.SearchPane input{
	vertical-align: top;
	font-family:  Arial,  Verdana, Tahoma,sans-serif;
	font-size: 10px;		
	background:none;
	font-weight: normal;
	color: #000000;
	width:100px;
	height:17px; white-space:nowrap;
	font-weight: normal;
	border:1px solid #b6b9a7;
	background:#FFFFFF;
}	

/*New added classes*/

.Normalnew{ color: #000000; font-family:Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; text-align:left; padding:5px 5px 5px 10px;}


.BreadcrumbPane {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#3f4f01;
	text-align:left;
	vertical-align:middle;
	padding-top:0px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:0px;
	white-space:nowrap;
	height:20px;
	border-bottom:1px #dcdcdc solid;
	border-top:1px #dcdcdc solid;
	background-color:#ffffff;
}



.breadcrumb ,A.breadcrumb:link,A.breadcrumb:visited,A.breadcrumb:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color:#7f7f7f;
	text-align:left;
	vertical-align:middle;
	text-decoration:none;
	
} 

A.breadcrumb:hover{
	font-family: Arial, Helvetica, sans-serif
	;
	font-size: 10px;
	font-weight:normal;
	color:#000;
	text-align:left;
	vertical-align:middle;
	text-decoration:none;
}

.leftbg{
	background-image:url(../../images/logoleft.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	
	
}


.leftnavbg{
	background-image: url(../../images/leftnavbg.jpg); 
	background-position:left top; background-repeat:no-repeat; 
	width:35px;

}



.rightnavtbg{
	background-image: url(../../images/rightnavbg.jpg);  
	background-position:right top; background-repeat:no-repeat; 
	width:35px;
	
}
.rightbg{
	background-image:url(../../images/logoright.jpg);	
	background-position:right top;
	background-repeat:repeat-y;
	width:8px;}
	
.maincontentpane{
	padding:0px 37px 0px 37px;

	}

	


.date{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; font-weight:bold;
	text-align:right; 
	vertical-align:top;}
	



/* addded new cless*/
.bottomtop{ background-image:url(../../images/bottom_cornermiddle.jpg);
background-position:top left;  
background-repeat:repeat-x; 
width:100%; height:100%; 
}

.bottommiddle{
background-position:top left;
background-color:#ffffff; 

}

.bottomleft{
background-image:url(../../images/bottomleft.jpg); 
background-repeat:repeat-y;
background-position:top left; 
height:217px  }

.bottomright{
background-image: url(../../images/bottomright.jpg);
background-repeat:repeat-y;
background-position:top right;
 }


.bottom_cornermmiddle{
background-image:url(../../images/bottom_cornerbottommiddle.jpg);
background-repeat:repeat-x; 
width:100%; 
background-position:bottom left;  
}

.bottom {
	
	padding: 0px;
	vertical-align: bottom;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal; 
	background-image:url(../../images/topmiddle.jpg);
	background-position:bottom;
	background-repeat:repeat-x;

}
.bottombg{
background-image:url(../../images/footer_middle.jpg); 
background-repeat:repeat-x;
background-position: bottom left; width:100%; }

.HeaderleftPane{
font-family:Arial, Helvetica, sans-serif; 
font-size:9px; 
font-weight:normal; color:#000000; 
padding-left:25px; }



.HeadermiddlePane{font-family:Arial, Helvetica, sans-serif; 
font-size:9px; 
font-weight:normal; color:#000000;}

.HeaderrightPane{font-family:Arial, Helvetica, sans-serif; 
font-size:9px; 
font-weight:normal; color:#000000;
padding-right:5px; }

.Middlepane{ font-family:Arial, Helvetica, sans-serif; 
font-size:10px; font-weight:normal; color:#000000;  
}



.topbg{ vertical-align: middle; 
	background-image:url(images/Logo-bg.jpg); 
	background-repeat:repeat-x; 
	width:100%; height:113px; }


.grayborder{
border:1px solid #e4e2d6; }


.text { font-family:Arial, Helvetica, sans-serif; 
font-size:13px; 
color:#000000; 
font-style:italic;} 

.grayline{ border top: 2px solid #afafaf;
}

.imgtext { 
padding-left:15px; 
padding-top:5px; padding-right:10px; }


.graytext{ font-family:Arial, Helvetica, sans-serif; 
size:15px; 
color:#616161; 
text-align:left; padding-top:20px; 
font-weight:bold;} 

.redtext{ 
font-family:Arial, Helvetica, sans-serif; 
size:15px; 
color:#d91829; 
font-weight:bold; 
text-align:left;} 

.blacktext{ 
font-family:Arial, Helvetica, sans-serif; 
size:15px; 
color:#000000; font-weight: bold; text-align:left;} 

.text1{ padding-bottom:5px;}


.italictext { 
font-family:Arial, Helvetica, sans-serif; 
font-size:12px; font-style:italic; 
color:#000000; 
line-height:22px; text-align:left; 
padding-left:6px; 
padding-right:6px; }

.toptable{ padding-left:20px; padding-top:0px; margin-top:0px; padding-bottom:54px; }

.text-dv{ 
font-family:Arial, Helvetica, sans-serif; 
font-size:12px; line-height:20px;
padding-top:10px 5px 5px 5px; 
}

.normaltext { font-family:Arial, Helvetica, sans-serif; 
font-size:12px; 
line-height:20px; 
color:#000000; 
padding:2px 2px 2px 2px;}
