/* CSS Document */
body{ padding:0px; margin:0px; background:#d0d0d0 url(images/main_bg.jpg) left top repeat-x; height:auto;  color:#535353;}
p{margin:0px; padding:0px; color:#535353;}


/*-------------Pane Styling----------------*/
.toppane{ padding:0px;}
.menupane{ padding:0px;}
.leftpane{ padding:0px 0px 0px 0px;}
.contentpane{padding:0px;}/*a separate class for each pane TD*/
.rightpane{ padding:0px;}
.linkpane{ padding:0px;}
.bottompane{ padding:0px;}

/* different fonts*/
.Head{ font-size:8pt; font-weight:bold; color:#0F7FD6;  }
.SubHead{  font-size:8pt; font-weight:bold; color:#0F7FD6;   }
.SubSubHead{ font-size:8pt; font-weight:bold; color:#55410A;   }
.Normal{font-family: Arial, Helvetica, sans-serif; font-size:12px;  color:#535353 ; font-weight:normal; line-height:17px;}
.NormalTextBox




/*command buttons*/
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active{ font-family: Arial, Helvetica, sans-serif; color:#55410A; font-size:8pt; text-decoration:none;font-weight:normal; }
A.CommandButton:hover{ text-decoration:underline;font-weight:normal;}

/*general TD*/
TH,TD,DIV
{
	font-family: Arial, Helvetica, sans-serif;
	
	font-weight: normal;
}

/*general links style*/
A,A:link,A:visited,A:active
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color:#63A9E1;
}
A:hover{ text-decoration: underline; color: #000; }

/* class for user links LOGIN and USER Tokens*/
.userhead
{ font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
	color:#717171;
}
.user,a.user:link,a.user:active,a.user:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color:#717171;
}
a.user:hover
{
	text-decoration: none;
	color:#717171;
}

/* general footer style used to style, PRIVACY, COPYRIGHT, HOSTNAME, DOTNETNUKE*/
.footer,.footer TD
{
	font-weight: normal;
	color:#494848;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;

}
a.footer:link,a.footer:active,a.footer:visited
{ 
	font-weight: normal;
	color:#494848;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;

}
a.footer:hover
{ 
	text-decoration:none; text-decoration: none;
	color:#494848;
}
a.links:link,a.links:active,a.links:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	text-decoration:none;
}
a.links:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
/* footer links class*/
.links,.linksicon
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	 padding-right:8px; padding-left:8px; border:none; 
}
/*breadcrumb styles*/
.breadcrumb,a.breadcrumb:link,a.breadcrumb:active,a.breadcrumb:visited
{	
	font-weight: normal;
    font-size: 16px;
    color:#fff;
	font-family:  Arial, Helvetica, sans-serif;
    text-decoration: none;
}
a.breadcrumb:hover
{ 
	text-decoration: underline;
     font-size: 16px;
    color:#fff;
	font-family:  Arial, Helvetica, sans-serif; text-decoration:none;
}
/*___________________________________________________________________________________________*/


/*----------------LogoStylingClass------------------*/
#dnn_dnnLOGO_imgLogo
{
	vertical-align:middle;
	text-align:left;
}
/*----------------Search Input Css Class------------------*/
#dnn_dnnSEARCH_txtSearch
{
	height:22px;
	color:#55400A; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	width:137px; background:url(images/inp.jpg) right no-repeat; border:none; padding:4px 5px 0 5px;
}

/*---------------------------innersub menu----------------------------------------------*/
	
	.MainMenu_MenuItem2{
	color:#858384;
	font-family:Arial, Helvetica, sans-serif;;
	font-size:8pt;
	font-style:normal;
	font-weight:normal;
	
	padding:2px 5px 2px 5px;
	 border-bottom:solid 1px #666666;
	 border-top:solid 1px #666666;
	 
	width:150px;
	height:22px;
	
}
/* currently selected sub menu item*/

.submenuitembreadcrumb2{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;;
	font-size:11px;
	font-style:normal;
	font-weight:normal;

	padding:2px 5px 2px 5px;
	
	background: #000000; 
	
width:150px;
	height:22px;

}

/* currently hovered submenuitems*/
.submenuitemselected2{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;;
	font-size:11px;
	font-style:normal;
	font-weight:normal;

	padding:2px 5px 2px 5px;
	
	background: #000;
	
	width:150px;
	height:22px;
	
}

	
	
	
	
	.submenu2{
	z-index:1000;
	border:#272828 solid 1px;
	
	padding:0px;
	background-color:#e6f0e7;
	
	 
	text-align: left;
	text-indent: 0px;
	margin-left: 0px;
	margin-top:0px;
	padding:0px;
	
		
	
}

/* applies upon the root menu items*/
.rootmenuitem2,.rootmenuitem2 TD
{
color:#0c74a8;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	text-align:left;
	vertical-align:middle; 
	height:24px;
	padding:0px 0px 0px 20px; background:url(images/bullet.jpg) left  no-repeat;
}

/*root menu hover*/
.rootmenuitemselected2 TD
{
	color: #0c74a8;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif; 
	text-align:left;
	vertical-align:middle;
	height:24px;
	padding:0px 0px 0px 20px; background:#edf4f8 url(images/bullet.jpg) left  no-repeat;
	
	
}

/*rootmenu selected or active*/
.rootmenuitembreadcrumb2 TD
{
	color: #0c74a8;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	text-align:left;
	vertical-align:middle;
	height:24px;
	padding:0px 0px 0px 20px; background:url(images/bullet.jpg) left  no-repeat;
	
	
}
/*------------------------inner sub menu end-------------------------------------------------*/

/*------------------------Menu styles-------------------------------------------------*/
/* Main menu container */ 
.MainMenu_SubMenu {  padding:0px 0px 0px 0px; margin:0px 0px 0px 1px; border:1px solid #e79191; border-bottom:none; z-index:1000; cursor:pointer; font-weight:normal; }
/* Submenu items idle */ 
.MainMenu_MenuItem { background:#cd2421; color:#f1bebe; font-family:arial; font-size:11px; font-weight: normal; font-style:normal; padding:0px 30px 0px 16px; height:20px; border-bottom:1px solid #e79191; border-top: none; }
/* Submenu items hover */ 
.MainMenu_MenuItemSel { background:#fff; color:#000; font-family:arial; font-size:11px; font-weight: normal; cursor:pointer;  padding:0px 30px 0px 16px; height:20px; border-top: none; }
/* Box that contains the menu */
.MainMenu_MenuContainer { background:transparent; }
/* Bar that contains the menu */
.MainMenu_MenuBar { cursor:pointer; background:transparent; }
.MainMenu_Idle TD IMG { display:none; }
.MainMenu_Idle TD{ line-height:0; height:30px; padding:0; margin:0; vertical-align:middle;}
.MainMenu_Idle TD DIV{ height:30px; background:url(images/spacer.gif) top right no-repeat; background-color:transparent; margin:0; padding:0; float:none; }
.MainMenu_Idle TD DIV DIV{ height:30px; background:url(images/spacer.gif) top left no-repeat; margin:0; padding:0 9px 0 9px; float:none; }
.MainMenu_Idle TD DIV DIV DIV{ height:30px;  padding:0 6px 0 6px; margin:0;  font-size:12px; font-weight:bold; color:#000; line-height:29px; font-family:Arial, Helvetica, sans-serif;  }

.MainMenu_Selected TD IMG, .MainMenu_BreadcrumbActive TD IMG { display:none; }
.MainMenu_Selected TD, .MainMenu_BreadcrumbActive TD{ height:30px; padding:0; margin:0; vertical-align:middle; line-height:0; }
.MainMenu_Selected TD DIV, .MainMenu_BreadcrumbActive TD DIV{ height:30px; background:url(images/menu_item_right_curve.jpg) top right no-repeat; margin:0; padding:0; float:none; }
.MainMenu_Selected TD DIV DIV, .MainMenu_BreadcrumbActive TD DIV DIV{ height:30px; background:url(images/menu_item_left_curve.jpg) top left no-repeat; margin:0; padding:0 9px 0 9px; float:none; }
.MainMenu_Selected TD DIV DIV DIV, .MainMenu_BreadcrumbActive TD DIV DIV DIV{ line-height:29px; height:30px; color:#fff; font-size:12px; background: url(images/menu_item_bg.jpg) center center repeat-x; font-weight: bold; padding:0 6px 0 6px; margin:0; font-family:Arial, Helvetica, sans-serif;  }

/* Menuitem arrows */
.MainMenu_MenuArrow { display:none; }									 
/* Menuitem root arrows */
.MainMenu_RootMenuArrow { display:none; }									 
/* Menuitem icons */
.MainMenu_MenuIcon { display:none; }									 
/* Menuitem separator */
.MainMenu_Separator { }
/* Menuitems separator borders */ 
.MainMenu_MenuBreak { border-top-style:none; border-right-style:none; border-left-style:none; border-bottom-style:none; background: url(images/sepretor.jpg) right no-repeat; }



/*------------------------General style-------------------------------------------------*/

.main_layout{ padding-top:10px;}
.logo{ padding-left:55px; padding-bottom:5px; width:135px;}
.logo_right{ padding-top:20px; padding-bottom:5px; padding-right:5px;}
.bor{ border:solid 2px #dbd7d7;}
.top_cor{ background: url(images/top_cor_l.jpg) left top no-repeat; height:19px; width:10px; border:solid 2px #dbd7d7;}
.l_bg{ background: url(images/l_bg.jpg) right top repeat-y; width:14px; height:100%; }
.r_bg{ background: url(images/r_bg.jpg) left top repeat-y; width:7px; height:100%; }
.b_bg{ background:url(images/b_bg.jpg) left top repeat-x; height:13px; width:100%;}
.t_bg{ background:#ffffff url(images/top_bg.jpg) left top repeat-x; height:5px; width:100%;}



