/* 
================================
Skin styles for DotNetNuke
================================
*/   
A.SkinObject:link
{
	font-size: 8pt;
	font-family: Tahoma;
	text-decoration: none;
	color: #7f7f7f;
	padding-right:20px;
	text-transform:uppercase;
}
A.SkinObject:active
{
	font-size: 8pt;
	font-family: Tahoma;
	text-decoration: none;
	color: #7f7f7f;
	padding-right:20px;
	text-transform:uppercase;
}
A.SkinObject:visited
{
	font-size: 8pt;
	font-family: Tahoma;
	text-decoration: none;
	color: #7f7f7f;
	padding-right:20px;
	text-transform:uppercase;
}
A.SkinObject:hover
{
	font-size: 8pt;
	font-family: Tahoma;
	text-decoration: none;
	color:Yellow;
	padding-right:20px;
	text-transform:uppercase;
}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FEFEFE;
}
.skinmaster {
	height: 100%;
	background-color: #F3F5FA;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	BACKGROUND-IMAGE: url(gradient_DkBlue.jpg); HEIGHT:30px;
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}


.StandardButton     {
   
}
.TreeViewMenu {
	
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.Head   {
   
}

/*========================================================*/
/*  8. Main Menu and Module Menus                         */
/*========================================================*/

.MainMenu_MenuContainer				{z-index: 999999;margin:0px; background: transparent; }
.MainMenu_MenuBar					{ z-index: 999999; background: transparent; }
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black;
	font-family:verdana; 
	font-size: 8pt; 
	width: 150px;
	height:50px;
	font-weight:bold;
	BACKGROUND-IMAGE: url(Mid_UnselectedMenu.png);
	background-repeat:no-repeat;
	text-transform:capitalize;
	padding-top:6px;
	text-align:center;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 30px; 
	height: 21px;
}
.MainMenu_SubMenu {
	cursor: pointer; 
	cursor: hand; 
	color: black;
	font-family:verdana; font-size: 8pt; width:130px;height:50px;
	font-weight:bold;
	BACKGROUND-IMAGE: url(Mid_UnselectedMenu.png);
	background-repeat:no-repeat;
	text-transform:capitalize;
	text-align:center;
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	/*background-color: #83acdf; */
	cursor: pointer; 
	cursor: hand; 
	color: black;
	font-family:verdana; 
	font-size:8pt; 
	width:130px;
	height:50px;
	text-align:center;
	font-weight:bold;
	BACKGROUND-IMAGE: url(Mid_selectedMenu.png);
	background-repeat:no-repeat;
	text-transform:capitalize;
	padding-top:6px;
	
}
.MainMenu_MenuArrow {

	display: none; 
}
.MainMenu_RootMenuArrow {
	display: none; 
}
.MainMenu_rootitem_selected
{
	cursor: pointer; 
	cursor: hand; 
	color: white;
	font-family:verdana; 
	font-size: 8pt; 
	width:130px;
	height:50px;
	font-weight:bold;
	text-align:center;
	BACKGROUND-IMAGE: url(Mid_selectedMenu.png);
	background-repeat:no-repeat;
	text-transform:capitalize;
	padding-top:6px;

}

/* IQ site styles */
body 
{
	background-image:url(Background.png);
	background-repeat:repeat;margin:0px;
}
#fckbody
{
	background-image:none;
}

.Title_Text
{
	font-family:Verdana;
	font-weight:bold;
	font-size:10pt;
	color:white;
}
.SubTitle_Text
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:8pt;
	color:black;
}
.Logo1
{
    background:url(Logo.png);
    background-repeat:no-repeat;
   width:132px;
	height:30px;
	cursor:pointer;
}
.FooterText
{
	font-family:Tahoma;
	font-size:8pt;
	color:black;
	width:300PX;
}


.BottomLeftImg
{
    background:url(Bottom_Left_Img.png);
    background-repeat:repeat-x;
    height:46px;
     width:17px;
}
.BottomMiddleImg
{
    background:url(Bottom_MiddleFill_Img.png);
    background-repeat:repeat-x;
    
}
.BottomRightImg
{
    background:url(Bottom_Right_Img.png);
    background-repeat:repeat-x;
   width:22px;

}
.TopLeftImg
{
    background:url(LeftUnsel.png);
    background-repeat:repeat-x;
   width:27px;
   height:50px;
    visibility:visible;

}
* html .TopLeftImg{ background:url(LeftUnsel1.png);
    background-repeat:repeat-x;
   width:27px;
   height:50px;}
   * html .TopRightImg{ background:url(RightUnsel.png);
    background-repeat:repeat-x;
   width:34px;
   height:50px;}
.TopRightImg
{
     background:url(RightUnsel1.png);
    background-repeat:repeat-x;
   width:34px;
   height:50px;
    visibility:visible;
   
}
.TopLeftSelImg
{
    background:url(Leftsel.png);
    background-repeat:repeat-x;
   width:26px;
   height:50px;
   visibility:visible;

}
.TopRightSelImg
{
     background:url(Rightsel.png);
    background-repeat:repeat-x;
   width:26px;
   height:50px;
    visibility:visible;
}




.SelectedMenuLeft1
{
	font-family:Verdana;
	font-weight:bold;
	font-size:8pt;
	color:white;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
	background:url(Left_Selected.png);
    background-repeat:no-repeat;
   width:130px;height:50px;
   padding-top:8px;
}

.LeftFilImg1
{
    background:url(LeftFill_Img.png);
    background-repeat:repeat-y;
    width:10px;
  
}
.MiddleFillimg1
{
	background-color:White;

}
.RightFillImg1
{
    background:url(Right_FillImg.png);
    background-repeat:repeat-y;

    width:12px;
}
.sep
{
	background:url(line.png)bottom;
    background-repeat:no-repeat;
    width:2px;
    height:59px;
  
}
.sep1
{
	font-family:Verdana;
	font-weight:normal;
	font-size:1pt;
	color:#595959;
	padding-top:10px;
	
}
.MainMenu_Idle { color: black; background: url(Mid_UnselectedMenu.png) no-repeat ;padding: 0;text-align:center;padding-top:6px; height: 50px; font-weight: bold;}
.MainMenu_Selected { color: white; background:  url(Mid_selectedMenu.png) no-repeat ; padding: 0;height: 50px;text-align:center;padding-top:6px; font-weight: bold;}
.MainMenu_Active { color: white; background:  url(Mid_selectedMenu.png) no-repeat ; padding: 0; height: 50px;text-align:center;padding-top:6px; font-weight: bold;}

.MainMenu_Idle TD { width:120px;}
.MainMenu_Selected TD { width:120px;}
.MainMenu_Active TD { width:120px;}
.MainMenu_rootitem_selected TD { width:120px;}
.MainMenu_MenuItem TD { width:120px;}
.MainMenu_MenuItemSel TD { width:120px;}/* 
================================
Skin styles for DotNetNuke
================================
*/   
A.SkinObject:link
{
	font-size: 8pt;
	font-family: Tahoma;
	text-decoration: none;
	color: #7f7f7f;
	padding-right:20px;
	text-transform:uppercase;
}
A.SkinObject:active
{
	font-size: 8pt;
	font-family: Tahoma;
	text-decoration: none;
	color: #7f7f7f;
	padding-right:20px;
	text-transform:uppercase;
}
A.SkinObject:visited
{
	font-size: 8pt;
	font-family: Tahoma;
	text-decoration: none;
	color: #7f7f7f;
	padding-right:20px;
	text-transform:uppercase;
}
A.SkinObject:hover
{
	font-size: 8pt;
	font-family: Tahoma;
	text-decoration: none;
	color:Yellow;
	padding-right:20px;
	text-transform:uppercase;
}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FEFEFE;
}
.skinmaster {
	height: 100%;
	background-color: #F3F5FA;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	BACKGROUND-IMAGE: url(gradient_DkBlue.jpg); HEIGHT:30px;
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}


.StandardButton     {
   
}
.TreeViewMenu {
	
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.Head   {
   
}

/*========================================================*/
/*  8. Main Menu and Module Menus                         */
/*========================================================*/

.MainMenu_MenuContainer				{z-index: 999999;margin:0px; background: transparent; }
.MainMenu_MenuBar					{ z-index: 999999; background: transparent; }
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black;
	font-family:verdana; 
	font-size: 8pt; 
	width: 150px;
	height:50px;
	font-weight:bold;
	BACKGROUND-IMAGE: url(Mid_UnselectedMenu.png);
	background-repeat:no-repeat;
	text-transform:capitalize;
	padding-top:6px;
	text-align:center;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 30px; 
	height: 21px;
}
.MainMenu_SubMenu {
	cursor: pointer; 
	cursor: hand; 
	color: black;
	font-family:verdana; font-size: 8pt; width:130px;height:50px;
	font-weight:bold;
	BACKGROUND-IMAGE: url(Mid_UnselectedMenu.png);
	background-repeat:no-repeat;
	text-transform:capitalize;
	text-align:center;
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	/*background-color: #83acdf; */
	cursor: pointer; 
	cursor: hand; 
	color: black;
	font-family:verdana; 
	font-size:8pt; 
	width:130px;
	height:50px;
	text-align:center;
	font-weight:bold;
	BACKGROUND-IMAGE: url(Mid_selectedMenu.png);
	background-repeat:no-repeat;
	text-transform:capitalize;
	padding-top:6px;
	
}
.MainMenu_MenuArrow {

	display: none; 
}
.MainMenu_RootMenuArrow {
	display: none; 
}
.MainMenu_rootitem_selected
{
	cursor: pointer; 
	cursor: hand; 
	color: white;
	font-family:verdana; 
	font-size: 8pt; 
	width:130px;
	height:50px;
	font-weight:bold;
	text-align:center;
	BACKGROUND-IMAGE: url(Mid_selectedMenu.png);
	background-repeat:no-repeat;
	text-transform:capitalize;
	padding-top:6px;

}

/* IQ site styles */
body 
{
	background-image:url(Background.png);
	background-repeat:repeat;margin:0px;
}
#fckbody
{
	background-image:none;
}

.Title_Text
{
	font-family:Verdana;
	font-weight:bold;
	font-size:10pt;
	color:white;
}
.SubTitle_Text
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:8pt;
	color:black;
}
.Logo1
{
    background:url(Logo.png);
    background-repeat:no-repeat;
   width:132px;
	height:30px;
	cursor:pointer;
}
.FooterText
{
	font-family:Tahoma;
	font-size:8pt;
	color:#7f7f7f;
	width:300PX;
}


.BottomLeftImg
{
    background:url(Bottom_Left_Img.png);
    background-repeat:repeat-x;
    height:51px;
     width:17px;
}
.BottomMiddleImg
{
    background:url(Bottom_MiddleFill_Img.png);
    background-repeat:repeat-x;
    
}
.BottomRightImg
{
    background:url(Bottom_Right_Img.png);
    background-repeat:repeat-x;
   width:22px;

}


.LeftFilImg
{
    background:url(Images/LeftFill_Img.png);
    background-repeat:repeat-y;
    width:9px;
  
}

.RightFillImg
{
    background:url(Images/Right_FillImg.png);
    background-repeat:repeat-y;

    width:8px;
}

.TopLeftSelImg
{
    background:url(Leftsel.png);
    background-repeat:repeat-x;
   width:22px;
   height:50px;
   visibility:visible;

}
.TopRightSelImg
{
     background:url(Rightsel.png);
    background-repeat:repeat-x;
   width:26px;
   height:50px;
    visibility:visible;
}




.SelectedMenuLeft1
{
	font-family:Verdana;
	font-weight:bold;
	font-size:8pt;
	color:white;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
	background:url(Left_Selected.png);
    background-repeat:no-repeat;
   width:130px;height:50px;
   padding-top:8px;
}

.LeftFilImg1
{
    background:url(LeftFill_Img.png);
    background-repeat:repeat-y;
    width:10px;
  
}
.MiddleFillimg1
{
	background-color:White;

}
.RightFillImg1
{
    background:url(Right_FillImg.png);
    background-repeat:repeat-y;

    width:12px;
}
.sep
{
	background:url(line.png)bottom;
    background-repeat:no-repeat;
    width:2px;
    height:59px;
  
}
.sep1
{
	font-family:Verdana;
	font-weight:normal;
	font-size:1pt;
	color:#595959;
	padding-top:10px;
	
}
.MainMenu_Idle { color: black; background: url(Mid_UnselectedMenu.png) no-repeat ;padding: 0;text-align:center;padding-top:6px; height: 50px; font-weight: bold;}
.MainMenu_Selected { color: white; background:  url(Mid_selectedMenu.png) no-repeat ; padding: 0;height: 50px;text-align:center;padding-top:6px; font-weight: bold;}
.MainMenu_Active { color: white; background:  url(Mid_selectedMenu.png) no-repeat ; padding: 0; height: 50px;text-align:center;padding-top:6px; font-weight: bold;}

.MainMenu_Idle TD { width:109px;}
.MainMenu_Selected TD { width:109px;}
.MainMenu_Active TD { width:109px;}
.MainMenu_rootitem_selected TD { width:109px;}
.MainMenu_MenuItem TD { width:109px;}
.MainMenu_MenuItemSel TD { width:109px;}
.MainMenu_TabMenuItemHover
{
	cursor: pointer; 	cursor: hand; color: black;	font-family:verdana; 
	font-size: 8pt; width:130px;height:50px;font-weight:bold;text-align:center;
	BACKGROUND-IMAGE: url(SelectedMenuHover.png);
	background-repeat:no-repeat;
	text-transform:capitalize;
	padding-top:6px;

}
.MainMenu_TabMenuItemHover TD {BACKGROUND-IMAGE: url(SelectedMenuHover.png); width:109px;}