/* 
================================
Skin styles for DotNetNuke
================================
*/   
Html, Body
{ background-color:#FFFFFF !important;  text-align:center !important; margin-top:0px; margin-left:0px;margin-right:0px;margin-bottom:0px; height:100%;
}
td   {line-height:14px;}

/* ControlPanel--------------------------------------------------------------------------------------------------------------*/

#MainDiv
{
	z-index: 0; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333333; line-height:14px;
	text-align:justify;
}


.CPDiv {
	width: 100%;
	background-color: #fff;
	margin-bottom:10px;
	padding-bottom:10px;
	position:relative; top:0px; left:0px; 
}

.RowControlPanel
{
	position:relative; top:-20px; width:100%; left:0px; height:130px; background-color:#f5f7ec; 
	border-bottom:solid 1px #dedfd7;
}

.FQSSubHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.FQSSubHeadPurple
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #360e46;
}

.CP-BannerTop
{
	background-image:url(IMG/CP-BannerTop.gif); background-repeat:repeat-x;
}


.CPLeft
{
	position:absolute; top:6px !important; left:0px; height:130px !important; width:25%;
	background-image:url(IMG/CP-FIQASLogo.gif); background-repeat:no-repeat;
}
.CPCenter
{
	position:relative;top:-1px; margin-left:auto; margin-right:auto; width:500px; height:130px; text-align:center;
}
.CPRight
{
	position:absolute; right:32px; top:-3px; height:130px; width:150px
}

.CPAdminBar
{
	position:relative; top:-21px; height:20px;background-color:#dedfd7; text-align:right; border-top:solid 1px #fff;
	z-index:10000;
}

.AdminLogin
{
	position:absolute; height:350px; width:338px; top:20%; left:50%; margin:-50px auto auto -169px; 
	text-align:center; background-image:url(IMG/login.gif); background-repeat:no-repeat;
}

#logoutDiv
{
position:relative;top:2px; right:25px;
}

input
{
	font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#666; line-height:14px;
}

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
	color:#666666;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #666; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/	
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #999; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}


.main_dnnmenu_itemhover td {  
	background-color: #e9ebe1;
	color:#360e46 
}

.main_dnnmenu_submenu {
	background-color: #f5f7ec;
	border:solid 1px #e9ebe1;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

