/* 
================================
Upgraded and Modified by Ashfaq
================================
*/  

body{border:0px;margin:0px;padding: 0px; background-color: #fff; text-align: center; }
.blockpad {	padding-left: 10px;}

/* standard hyperlinks for the tokens eg. copyright, login, user */
.SkinObject{ color:#333333; text-decoration:none; font-weight:normal; font-size:10px;}
A.SkinObject:link { color:#333333; text-decoration:none; font-weight:normal; font-size:10px;}
A.SkinObject:visited {color:#333333; text-decoration:none; font-weight:normal; font-size:10px;}
A.SkinObject:active {color:#333333; text-decoration:none; font-weight:normal; font-size:10px;}
A.SkinObject:hover{color:#333333; text-decoration:none; font-weight:normal; font-size:10px;}

.user,a.user:link,a.user:active,a.user:visited,.user{ color:#ffffff; text-decoration:none; font-weight:Normal; font-size:10px;}
a.user:hover{ color:#000000; text-decoration:none; font-weight:Normal; font-size:10px;}

/* code to make the search button look like it does */
.searchbox input{MARGIN: 0px 00px 0px 0px; border: 1px solid #cccccc; font-size:10px; color:#6D6D6D; background:transparent; width: 100px;height:18px;}
.search,a.search:link,a.search:active,a.search:visited,.search{ color:#6D6D6D; text-decoration:none; font-weight:bold; font-size:10px;}
a.search:hover{ color:#000000; text-decoration:none; font-weight:bold; font-size:10px;}

/* change the colour of the login button here */
.StandardButton {color: #ffffff;font-family:Verdana, Arial, Helvetica, sans-serif;font-size: 10pt;font-weight: normal;background-color: #6D6D6D;}

/* classes used by DotNetNuke for things like the container titles */

.Head{ font-size:12px; font-weight:bold; color:#333333; }
.SubHead{ font-size:11px; color:#333333; }
.SubSubHead{ font-size:11px; color:#333333; }

/* this is the font class used throughout your site - change the size here */
table, tr, td, th, div, p {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;line-height: 1.4em; color: #333333;}
label, .normal, .Normal {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;}
table {padding: 0;}
p {margin-top: 5px;margin-bottom: 5px;padding-left: 5px;padding-right:5px;font-size: 11px;}
.Normal{ font-size:11px; color:#333333; }
h3 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 14px;font-weight: bold;color:#6D6D6D;padding: 2px 0 1px 7px;margin-top: 10px;margin-left: 0;margin-right: 0;margin-bottom: 5px;letter-spacing: 2px;}
h2 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;color:#6D6D6D;padding: 2px 0 1px 7px;margin-top: 10px;margin-left: 0;margin-right: 0;margin-bottom: 5px;letter-spacing: 2px;}

/* command button links */
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active{color:#333333; text-decoration:none; }
A.CommandButton:hover{ color:#333333; text-decoration:underline;}

.logo
{
    width: 178px;
    height: 56px;     
    float: left;
}
.logo a
{
    width: 178px;
    height: 56px;   
    background: url(images/home.gif) no-repeat; 
    display: block;
}

.logo a:hover
{
    background:url(images/home_mo.gif) no-repeat; 
}

/*=== Menu Items */
/* Main Menu object styles */
.MainMenu_MenuContainer 
{ 
	/*background:transparent; margin-left: 15px; */
	width:761px;		
	float:left;
	text-align:center;	
	color:#000;	
}

/*--------- dnn menu style ----------*/
/* main menu td */
.main_dnnmenu_bar 
{
	cursor:pointer;
	font-size: 11px; 	
	width:761px;
	color:#000;
	float:left;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{		
    font-family: Verdana;
	font-size: 16px; 		
	text-align:center; 
	padding: 20px 5px 0px 5px;
	margin-right:1px;
	white-space:nowrap;
	float:left;	
	color:#000;
	
}


/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
	color:#fff;	
	text-align:center;
	padding: 20px 5px 0px 5px;
	background:url(images/menu_hover.gif) repeat-x;
	margin-right:1px;
	white-space:nowrap;
	float:left;    
    font-family: Verdana;
	font-size: 16px;  		
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	color:#000;	
	text-align:center;	
	padding: 20px 5px 0px 5px;
	margin-right:1px;
	white-space:nowrap;
	float:left;
	font-family: Verdana;
	font-size: 16px; 		
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	background-color: #fff; 	 	
	width: 201px; 
	color: #000; 				
	border: solid 1px #dcdcdc; 
	margin-top: 5px; 
	vertical-align: top;
}

.main_dnnmenu_submenu td
{    
    font-family: Tahoma;
	font-size: 11px; 
	font-weight: bold;
	padding-left: 1px; 
	height: 25px; 
	border-bottom: solid 5px #dcdcdc;  	
}

/*  SUB Menu hover & selected */

.main_dnnmenu_itemhover td   
{  
    background-color: #2da2e7;    
    color: #fff;
    font-weight: normal;
}
.main_dnnmenu_itemselected td{     
    color: #2da2e7;
    font-weight: normal;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #000;
}

/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #C0D6E5;
}

.ModuleTitle_SubMenu td{
	background-color:#F8FAFF;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #CE0D0D url(../images/submenu_hover.gif) repeat-x top left;
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}


.main_container{
	width:939px;
	background:#FFFFFF;
	margin:0 auto;
	text-align: left;	
	font-size: 12px;
	font-weight: normal;
	
}

.header_container
{
    background: url(images/nav-bar-bg.gif) no-repeat;
    width:939;
    height: 56px;   
    float: left;
    margin:5px 0 10px 0; 
}

.menu
{
  float: left;
  width:701px;  
}
.content_container
{
width:939px;  
}
.NASTopPane
{
width:939px;  
}
.NASLeftPane
{
    width:683px;
    float: left;
}
.NASLeftPane p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;   
    font-style: normal;
    font-variant: normal;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
    word-spacing: normal;
    color: #A2A699;
    margin-bottom: 10px;  
}

.NASRightPane
{
 width:250px;
 padding-left: 5px; 
 float: left;
}

.NASRightPane p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;   
    font-style: normal;
    font-variant: normal;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
    word-spacing: normal;
    color: #666666;
    margin-bottom: 10px;  
}
.NASRightPane p span
{
  display: block;
  margin-bottom: 8px;
}

.NASRightPane h3
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #35AEFF;
}
.NASRightPane a
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #A2A699;     
  margin-right: 10px;
}

.NASBottomPane
{
 width:939px; 
}
.footer_container
{
    width:100%;
    text-align: center; 
    font-size: 10px;
    font-weight: bold;
    color: #0084C1;
    font-style: normal;
    font-variant: normal;
    letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
    word-spacing: normal;
}
.footer_container_copyright
{
    display: block;
    font-weight: normal;
    color: #000;
    font-size: 12px;
    margin-top: 5px; 
    float: left;
    width: 939px;
}