/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Vertical Menu */
#HouseMenuNav, #HouseMenuNav ul { /* all lists */
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	float: left;
	width: 100%;
	width:178px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	background: transparent;
}


#HouseMenuNav li { /* all list items */
	margin: 0px 0px 0px 0px;
	padding: 0;
	border: 0;
	list-style: none;
	position: relative;
	float: left;
	width: 100%;
	height:28px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 100%;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	line-height : 23px;
}

#HouseMenuNav li ul { /* second-level lists */
	position: absolute;
	left: -99999px;
	margin-left: 110%;
	_margin-left: 100%;
	margin-top: -29px;
	padding:0px 0px 0px 0px;
	background: url(images/NavOff.gif) repeat-x top left #f2f2f2;
	/*border-right: solid 1px #999;
	border-bottom: none;
	border-left: solid 1px #999;*/
	width:100% !important;
	z-index: 999;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	left: 100%;
	left: -99999px;
}

#HouseMenuNav a {
	display: block;
	width: 100%;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 100%;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background-color: #eee;
	padding: 1px 4px 2px 4px;
	cursor:pointer !important;
	/*opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);*/
}

#HouseMenuNav li a {
	color: #52a2db;
	background: url(images/NavOff.gif) repeat-x top left #dddddd;
	padding:0px 5px 5px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
#HouseMenuNav li a:hover {
	color: #003768;
	background: url(images/NavOn.gif) repeat-x top left #f2f2f2;
	padding:0px 5px 5px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

#HouseMenuNav li ul li a {
	color: #003768;
	background: url(images/NavOn.gif) repeat-x top left #f2f2f2;
	padding:0px 5px 5px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	border-left: solid 1px #acacac;
	border-right: solid 1px #acacac;
	border-bottom: solid 1px #FFFFFF;
	border-top: solid 1px #acacac;
}
#HouseMenuNav li ul li a:hover {
	color: #52a2db;
	background: url(images/NavOff.gif) repeat-x top left #f2f2f2;
	padding:0px 5px 5px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	border-left: solid 1px #acacac;
	border-right: solid 1px #acacac;
	border-bottom: solid 1px #FFFFFF;
	border-top: solid 1px #acacac;
}


#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 999;
}

#HouseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}


/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #eeeeee;
	background-color: #666;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #eeeeee;
	background-color: #333;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #ffffff;
	background-color: #600;
	text-decoration: none;
}

/*=========================================================================================================*/


/*================================================================*/
/*CISS Side Menu menu*/
/*================================================================*/

.menutable td, tr{
	background-color: transparent;padding:0px; margin:opx;
		
}

/****** LINK COLORS ******/

a.Menu_Arrow_Level0_Item,
a.Menu_Arrow_Level0_Item:visited
{
   color: #2ba2db;
	height:28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background: none;
	background-image: url(images/NavOff.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: Transparent;
	padding: 0px 3px 0px 5px;
	width:195px;
	vertical-align:middle;
	line-height:28px;
	white-space:normal;
}


a.Menu_Arrow_Level0_Item:hover,
a.Menu_Arrow_Level0_Item:active,
a.Menu_Arrow_Level0_Item:focus {
	height:28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #003768;
	background-image: url(images/NavOn.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: Transparent;
	padding: 0px 3px 0px 5px;
	width:195px;
	line-height:28px;
	vertical-align:middle;
	white-space:normal;
}
 
a.Menu_Arrow_Level0_ItemSelected ,
a.Menu_Arrow_Level0_ItemSelected:visited,
a.Menu_Arrow_Level0_ItemSelected:hover ,
a.Menu_Arrow_Level0_ItemSelected:active,
a.Menu_Arrow_Level0_ItemSelected:focus
{
	height:28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #003768;
	background-image: url(images/NavOn.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: Transparent;
	padding: 0px 3px 0px 5px;
	width:195px;
	line-height:28px;
	vertical-align:middle;
	white-space:normal;
	
}



a.Menu_Arrow_Level1_Item ,
a.Menu_Arrow_Level1_Item:visited
{
	color: #2ba2db;
	height:28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background: none;
	background-image: url(images/NavOff.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: Transparent;
	padding: 0px 3px 0px 5px;
	width:195px;
	vertical-align:middle;
	line-height:28px;
	white-space:normal;
	
}


a.Menu_Arrow_Level1_Item:hover,
a.Menu_Arrow_Level1_Item:active,
a.Menu_Arrow_Level1_Item:focus {
	height:28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #003768;
	background-image: url(images/NavOn.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: Transparent;
	padding: 0px 3px 0px 5px;
	width:195px;
	line-height:28px;
	vertical-align:middle;
	white-space:normal;
}

 
 

a.Menu_Arrow_Level1_ItemSelected:visited
{
	color: #2ba2db;
	height:28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background: none;
	background-image: url(images/NavOff.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: Transparent;
	padding: 0px 3px 0px 5px;
	width:195px;
	vertical-align:middle;
	line-height:28px;
	white-space:normal;
}

a.Menu_Arrow_Level1_ItemSelected ,
a.Menu_Arrow_Level1_ItemSelected:hover,
a.Menu_Arrow_Level1_ItemSelected:active,
a.Menu_Arrow_Level1_ItemSelected:focus {
	height:28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #003768;
	background-image: url(images/NavOn.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: Transparent;
	padding: 0px 3px 0px 5px;
	width:195px;
	line-height:28px;
	vertical-align:middle;
	white-space:normal;
}

/********************************/


a.Menu_Arrow_Level2_Item ,
a.Menu_Arrow_Level2_Item:visited
{
	 font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #47a1c3; 
 	padding-left: 3px;
	padding-top: 3px;
	font-size: 10px;
	text-decoration: none;
	display:block; width: 99.9%;
	height: 28px;background:url(images/NavOff.gif) repeat-x top left;
	line-height:28px;
	vertical-align:middle;
	white-space:normal;
}


a.Menu_Arrow_Level2_Item:hover,
a.Menu_Arrow_Level2_Item:active,
a.Menu_Arrow_Level2_Item:focus {
	height:28px;
	font-family: Arial, Helvetica, sans-serif;

	font-size: 9pt;
	font-weight: bold;
	color: #003768;
	background-image: url(images/NavOn.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: Transparent;
	padding: 0px 3px 0px 5px;
	width:195px;
	line-height:28px;
	vertical-align:middle;

	white-space:normal;
}

 
 

a.Menu_Arrow_Level2_ItemSelected:visited
{
	 font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #47a1c3; 
 	padding-left: 3px;
	padding-top: 3px;
	font-size: 10px;
	text-decoration: none;
	display:block; width: 99.9%;
	height: 28px;background:url(images/NavOff.gif) repeat-x top left;
	line-height:28px;
	vertical-align:middle;
	white-space:normal;
}

a.Menu_Arrow_Level2_ItemSelected ,
a.Menu_Arrow_Level2_ItemSelected:hover,
a.Menu_Arrow_Level2_ItemSelected:active,
a.Menu_Arrow_Level2_ItemSelected:focus {
	height:28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #003768;
	background-image: url(images/NavOn.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: Transparent;
	padding: 0px 3px 0px 5px;
	width:195px;
	white-space:normal;
}
/*================================================================*/

/*Solpart menu*/

/*================================================================*/

.MainMenu_SubMenu TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	padding: 2px;

}

.MainMenu_SubMenuItemSelHover TD
{
	height:28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #003768;
	background-image: url(images/NavOn.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: Transparent;
	padding: 0px 8px 0px 8px;
	width:195px;
}

.MainMenu_TabRootMenuItem TD
{
	color: #2ba2db;
	height:28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background: none;
	background-image: url(images/NavOff.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: Transparent;
	padding: 0px 8px 0px 8px;
	width:195px;
}

.MainMenu_TabRootMenuItemSel TD
{
	height:28px;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #003768;
	background-image: url(images/NavOn.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: Transparent;
	padding: 0px 8px 0px 8px;
	width:195px;

}

.MainMenu_TabMenuItemHover TD
{	
	height:28px;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #003768;
	background-image: url(images/NavOn.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: Transparent;
	padding: 0px 8px 0px 8px;
	width:195px;
}

.MainMenu_TabMenuItemSelHover TD
{	
	height:28px;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #003768;
	background-image: url(images/NavOn.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: Transparent;
	padding: 0px 8px 0px 8px;
	width:195px;

}

.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:28px;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #003768;
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	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: normal; 
	font-style: normal; 
	background-color: #f4f4f4; 
	border-left: #f4f4f4 0px solid; 
	border-right: #f4f4f4 0px solid; 
	border-bottom: #f4f4f4 0px solid; 
	border-top: #f4f4f4 0px 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: #003768;
	background-color: #f4f4f4;
	border-bottom: #c6c6c6 1px solid;
	border-left: #c6c6c6 1px solid;
	border-top: #c6c6c6 1px solid;
	border-right: #c6c6c6 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#FFFFFF, Direction=180, Strength=0);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.MainMenu_MenuBreak {
	width: 40px;
	border: 0;
}

.MainMenu_MenuItemSel {
	background-color: #2ba2db; 
	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;
}
/*=========================================================================================================*/



/* New added Footer hover styles*/


.Login,A.Login:link,A.Login:visited,A.Login:active {
	font-size:9px;
	font-weight:normal;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color:#c1c0c0;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	text-transform:uppercase;
}

A.Login:hover {
	font-size:9px;
	font-weight:normal;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color:#666666;
	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: Verdana, Tahoma, Arial, sans-serif;
	color:#c1c0c0;
	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: Verdana, Tahoma, Arial, sans-serif;
	color:#666666;
	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:8pt;
	font-weight:normal;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color:#c1c0c0;
	text-decoration:none;
	text-align: left;
	vertical-align: middle;
}


/* Links Pane text syle */
.Link {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-align:left;
	vertical-align:middle;	
	text-decoration:none;
}

 A.Link:link,A.Link:visited,A.Link:active{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-align:left;
	vertical-align:middle;
	text-decoration:none;
} 

A.Link:hover{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align:left;
	vertical-align:middle;
	text-decoration:underline;
}



/*=====================================================================*/
/* Template Text and Link Styles Based on Colors                       */
/*=====================================================================*/

/* Black (Default color) */
.Normal { color: #666666; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; }
A.Normal:link, A.Normal:visited, A.Normal:Active { color: #06528c; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; text-decoration: none; }
A.Normal:Hover { color: #000000; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; text-decoration: underline; }

/*Right Pane Text Color*/
#WhiteText .Normal, #WhiteText p { color: #FFFFFF; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; } 
#WhiteText A.Normal:link, #WhiteText A.Normal:visited, #WhiteText A.Normal:Active { color: #c49b0d; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; text-decoration: none; }
#WhiteText A.Normal:Hover { color: #7c6102; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; text-decoration: underline; }


.NormalBold { color: #666666; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; }
A.NormalBold:link, A.NormalBold:visited, A.NormalBold:Active { color: #666666; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; }
A.NormalBold:Hover { color: #666666; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: underline; }


/* Paragraph Style */
p { color: #666666; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; }

/* Blue */
.NormalBlue { color: #4d9fd7; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; }
A.NormalBlue:link, A.NormalBlue:visited, A.NormalBlue:Active { color: #4d9fd7; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; text-decoration: none; }
A.NormalBlue:Hover { color: #4d9fd7; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; text-decoration: underline; }

.NormalBoldBlue { color: #4d9fd7; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; }
A.NormalBoldBlue:link, A.NormalBoldBlue:visited, A.NormalBoldBlue:Active { color: #4d9fd7; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; }
A.NormalBoldBlue:Hover { color: #4d9fd7; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: underline; }

/* Orange */
.NormalOrange { color: #ea7c00; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; }
A.NormalOrange:link, A.NormalOrange:visited, A.NormalOrange:Active { color: #ea7c00; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; text-decoration: none; }
A.NormalOrange:Hover { color: #ea7c00; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; text-decoration: underline; }

.NormalBoldOrange { color: #ea7c00; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; }
A.NormalBoldOrange:link, A.NormalBoldOrange:visited, A.NormalBoldOrange:Active { color: #ea7c00; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; }
A.NormalBoldOrange:Hover { color: #ea7c00; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: underline; }

/* Green */
.NormalGreen { color: #448b34; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; }
A.NormalGreen:link, A.NormalGreen:visited, A.NormalGreen:Active { color: #448b34; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; text-decoration: none; }
A.NormalGreen:Hover { color: #448b34; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; text-decoration: underline; }

.NormalBoldGreen { color: #448b34; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; }
A.NormalBoldGreen:link, A.NormalBoldGreen:visited, A.NormalBoldGreen:Active { color: #448b34; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; }
A.NormalBoldGreen:Hover { color: #448b34; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: underline; }

/* Red */
.NormalRed { color: #c21212; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; }
A.NormalRed:link, A.NormalRed:visited, A.NormalRed:Active { color: #c21212; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; text-decoration: none; }
A.NormalRed:Hover { color: #c21212; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; text-decoration: underline; }

.NormalBoldRed { color: #c21212; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; }
A.NormalBoldRed:link, A.NormalBoldRed:visited, A.NormalBoldRed:Active { color: #c21212; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; }
A.NormalBoldRed:Hover { color: #c21212; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: underline; }

/* Gray */
.NormalGray { color: #707070; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; }
A.NormalGray:link, A.NormalGray:visited, A.NormalGray:Active { color: #707070; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; text-decoration: none; }
A.NormalGray:Hover { color: #707070; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; text-decoration: underline; }

.NormalBoldGray { color: #707070; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; }
A.NormalBoldGray:link, A.NormalBoldGray:visited, A.NormalBoldGray:Active { color: #707070; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; }
A.NormalBoldGray:Hover { color: #707070; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: underline; }

/*=====================================================================*/
/* Template Text Headings                                              */
/*=====================================================================*/

/* H1 */
H1 { color: #666666; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 20px; font-weight: bold; }
A.H1:Link,A.H1:Visited,A.H1:Hover,A.H1:Active { color: #666666; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 20px; font-weight: bold; text-decoration: underline; }

/* H2 */
H2 { color: #666666; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 18px; font-weight: bold; }
A.H2:Link,A.H2:Visited,A.H2:Hover,A.H2:Active { color: #666666; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 18px; font-weight: bold; text-decoration: underline; }

/* H3 */
H3 { color: #666666; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 16px; font-weight: bold; }
A.H3:Link,A.H3:Visited,A.H3:Hover,A.H3:Active { color: #666666; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 16px; font-weight: bold; text-decoration: underline; }

/* H4 */
H4 { color: #666666; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 14px; font-weight: bold; }
A.H4:Link,A.H4:Visited,A.H4:Hover,A.H4:Active { color: #666666; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 14px; font-weight: bold; text-decoration: underline; }

/* H6 */
H6 { color: #666666; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 12px; font-weight: bold; }
A.H6:Link,A.H6:Visited,A.H6:Hover,A.H6:Active { color: #666666; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 12px; font-weight: bold; text-decoration: underline; }

/* Default link syle */
A:Link, A:Visited, A:Active { color: #06528c; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; text-decoration: none; }
A:Hover { color: #000000; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; text-decoration: underline; }

/*=====================================================================*/
/* Module Classes                                                      */
/*=====================================================================*/

/* Default Container Title Style */
.Head { color: #06528c; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; }

/* SubHead */
.SubHead { color: #06528c; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; 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: 11px; font-weight: bold; text-decoration: underline; }

/* SubHead white */
.SubHeadWhite { color: #FFFFFF; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; }
A.SubHeadWhite:Link, A.SubHeadGold:Visited, A.SubHeadGold:Hover, A.SubHeadGold:Active { color: #FFFFFF; font-family: Verdana, Tahoma, Arial, 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: 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: 11px; 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: 11px; font-weight: normal; text-decoration: underline; }

/*=====================================================================*/
/* Input and Other Admin Site Styles                                   */
/*=====================================================================*/

/* Normal Text Box */
.NormalTextBox { color: #000000; background-color:FFFFFF; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; vertical-align: middle; border: 1px solid #CCCCCC;}
.NormalTextBox input{ color: #000000; background-color:FFFFFF; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; vertical-align: middle; border: 0px solid #CCCCCC;}
.NormalTextBox textarea{ color: #000000; background-color:FFFFFF; font-family: Verdana, Tahoma, Arial, 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:#000000; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none;  background: none; border:none; padding:2px 3px 3px 4px; height: 20px; }
A.CommandButton:Hover { color:#000000; font-family: Verdana, Tahoma, Arial, sans-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:#000000; font-family: Verdana, Tahoma, Arial, sans-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:#000000; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none;  background: none; border:none; padding:2px 3px 3px 4px; height: 20px; }

TD, DIV, TH  { color: #666666; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; 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: 11px; 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; }

/*================================================================*/

/*=====================================================================*/
/* 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-color: #FFFFFF;
	padding:0px 20px 5px 20px;
}


/* Width of Skin - Applied to underlying table with minimum width applied */
.MainTable {
	width: 950px; 
	background:Transparent;
	border-top:#cccfc8 solid 4px;
}


#wrappermain {
	text-align:center;
	width:100%;
	height:100%;
	margin:0px;
	background-color: #ffffff;
	vertical-align: top;
	background-image:url(images/MainBg.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

#wrapper {
	text-align:left;
	margin:0px auto;
}


body, html { padding:0px; margin:0px;}
/*=====================================================================*/
/* Template Main Areas                                                 */
/*=====================================================================*/

.clear {
	clear:both;
	width:inherit;
}

/* Content Areas */

.LogoPane {
	height: 65px;
	padding: 6px 10px 10px 10px;
	vertical-align: top;
	text-align:left;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	white-space:nowrap;
	float:left;
}

.TopRightPane {
	height: 65px;	
	vertical-align: top;
	text-align:right;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003366;
	white-space:nowrap;
	padding-right:2px;
	padding-top:3px;
	padding-bottom:1px;
	padding-left:10px;
	display:block; float:right;
	width:310px;
}


.SearchPane {
	height: 65px;	
	vertical-align: top;
	text-align:right;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003366;
	white-space:nowrap;
	padding-right:2px;
	padding-top:5px;
	padding-bottom:27px;
	padding-left:10px;
	background-image:url(images/CallNow.gif);
	background-position:top right;
	background-repeat:no-repeat;
	float:right;
	width:310px;
}

.SearchPane input{
	border-left:1px solid #d4d0c8;
	border-bottom:1px solid #d4d0c8;
	border-top:1px solid #d4d0c8;
	border-right:1px solid #d4d0c8;
	vertical-align: middle;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;		
	background-color: Transparent;
	font-weight: normal;
	color: #000000;
	width:120px;
	height:16px;
	font-weight: normal;
	color: #000000;
}



.Search input{
	width:auto;
	height:20px;
	font-weight: normal;
	color: #000000;
}


.NavPaneMain {
	width:100%;
	height:35px;
	padding:0px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	vertical-align:middle;
	background:url(images/NavBg.gif) top left repeat-x #dddddd;
}

.NavPaneH {
	width:100%;
	padding:0px 0px 0px 0px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	vertical-align:top;
	float:left;
}


.NavPane {
	width:100%;
	padding:0px 0px 0px 0px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	vertical-align:top;
	float:left;
	border-top: solid 0px #acacac;
}

.BreadcrumbPane {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #715700;
	text-align:left;
	vertical-align:middle;
	padding:0px 0px 0px 10px;
	background:url(images/BreadcrumbBg.gif) repeat-x top left;
	height:30px;
	}

.breadcrumb{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #b5a159;
	text-align:left;
	vertical-align:middle;
}

A.breadcrumb:link,A.breadcrumb:visited,A.breadcrumb:active{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003366;
	text-align:left;
	vertical-align:middle;
	text-decoration:none;
} 

A.breadcrumb:hover{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #715700;
	text-align:left;
	vertical-align:middle;
	text-decoration:underline;
}



.HeaderPane {
	vertical-align: top;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	margin:1px 0px 0px 0px;
	float:left;
	width:700px;
}

.HeaderPane1 {
	vertical-align: top;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	margin:1px 0px 0px 0px;
	float:right;	
	width:250px;
}

.LeftPaneMain {
	width:195px;
	padding:5px 10px 5px 0px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	vertical-align:top;
	float:left;
}

.RightPaneMain {
	width:745px;
	padding:5px 0px 5px 0px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	vertical-align:top;
	display:block; float:right;
}


.TopPane {
	vertical-align: top;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	padding:0px 0px 0px 0px;
	height:35px;
	width:100%;
}

.LeftPane {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	vertical-align:top;	
	margin:10px 0px 5px 0px;
	text-align:left;
	display:inherit;
	
}


.CenterMenuPane {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	vertical-align:middle;	
	margin:5px 0px 0px 0px;
}

.CenterPane {
	vertical-align: top;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	margin:0px 0px 1px 0px;
	text-align:left;
	width:745px;
}

.CenterPaneIP {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	vertical-align:top;	
	padding:5px 0px 0px 0px;
	float:left;
	width:545px;
	text-align:left;
}

.CenterPaneAdmin {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	vertical-align:top;	
	margin:5px 0px 0px 0px;
	float:left;
	text-align:left;
}

.SlidePane {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	vertical-align:top;	
	margin:0px 0px 0px 0px;
}

.RightPane {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	vertical-align:top;	
	padding:5px 0px 0px 8px;
	display:block; float:right;
	width:190px;
}


.RightPane1 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	vertical-align:top;
	margin:10px 10px 10px 10px;
}


.BottomPane {
	vertical-align: top;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	margin:5px 0px 5px 0px;
	text-align:left;
	display:block; float:left;
	width:309px;
}

.BottomPane1 {
	vertical-align: top;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	margin:5px 0px 5px 10px;
	text-align:left;
	display:block; float:left;
	width:309px;
}

.BottomPane2 {
	vertical-align: top;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	margin:5px 0px 5px 0px;
	text-align:left;
	display:block; float:right;
	width:312px;
}
	
.CopyrightPane {
	font-size:9px;

	font-weight:normal;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color:#c1c0c0;
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
	border-bottom:1px dotted #e1e1e1;
	padding: 10px 10px 10px 10px;
}

.LinkPane {
	padding: 10px 10px 10px 10px;
	vertical-align: middle;
	text-align:center;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	white-space:nowrap;
	border-top:1px dotted #e1e1e1;
	border-bottom:1px dotted #e1e1e1;
}






/*===============================*/




