/* 
================================
Skin styles for DotNetNuke
================================
*/   
/* Menu Styles*/
.LoginDisplay
{\height:30px;
 width:500px;
    float:left;
clear:both;
    }
	.LoginDisplay img{
vertical-align: middle;
padding-bottom:4px;
}

.skinheader_Logo{
display:none;
height:120px;
position:relative;
float:left;
}
#dnn_dnnLOGO_imgLogo{
margin:0;
height:0px;
}
.SkinObject
{padding: 0px 3px 5px 3px;
     color: #000;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal; 

    } 

/*========================================================*/
/*     Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu    --*/ .MainMenu_MenuContainer { background: url(wood-panel.png) repeat-x top center transparent; }
/*-- bar that holds the menu    --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent; }
/*-- submenu container          --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 1 0 0 0; background: #e3e6f1; padding: 0px; border: 1px solid #bcc3de; font-weight: normal; filter: none; }
/*-- submenu items idle         --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { font-family: tahoma;  color: #6A6A6A; font-size: 11px; background: #e3e6f1; font-weight: bold; font-style: normal; padding: 0px 30px 0px 16px; height: 20px; border: 0; }
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { font-family: tahoma; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; color: #222; background: #bcc3de; padding: 0px 30px 0px 16px; height: 20px; border: 0;}
/*-- menuitems idle             --*/ .MainMenu_Idle { color: #FFF; background: transparent; padding: 0; font-weight: bold; height: 25px; }
/*-- menuitems over             --*/ .MainMenu_Selected { color: #FFF; background: url(nav_over2.gif) repeat-x top center transparent; padding: 0; font-weight: bold; height: 25px; }
/*-- menuitems active           --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive { color: #FFF; background: url(wood-panel.png) repeat-x top center transparent; padding: 0; font-weight: bold; height: 25px; }
/*-- right seperator idle       --*/ .MainMenu_RightIdle { background: url(nav_div.gif) no-repeat top right transparent; width:2px; height: 25px; }
/*-- not needed - main menu     --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }
/*-- module menu continer       --*/ .ModuleTitle_MenuContainer { color: #2c2c2c; }
/*-- module menu bar            --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- module menu padding        --*/ .ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0 5px 0 0; }
/*-- not needed - module menu   --*/ .MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none; }
/*-- removing seperator borders --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none;	border-left-style: none; border-bottom-style: none; background:transparent;  vertical-align:top;}

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/

.skinheader_image
{padding:0;
background-image:url(afcn_montage.jpg) ;
width:0px;
height:0px;
position:relative;
float:right;
}
.skingradient {
width:100%;
position:relative;
clear:both;
float:left;
background-color: #494E51;
height:25px;
margin:0;

}
.skingradient-search
{padding: 1px;
    float:right; 
    }
.skingradient-crumb
    {
        float:left;
        position:relative;
    }
    /* General styles */
    body {text-align:center;
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#000;
        background-image:url(page_bg.gif);	
       
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
    }
	
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
    #header {
	
	background-color:#494E51;
	        clear:both;
        float:left;
        width:100%;
    }
	#header 
	{
	    height: 131px;
	padding:0;
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
	.leftmenu {
	    background:#C9C5A1;
	}
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:200px;
/*E4E2CD*/
        background-color:#fff;
    }
   .leftmenu .contentpanewrap {
	    float:right;
	    width:45%;
	    position:relative;
	    right:370px;
	    padding-bottom:1em;
	}

	.leftmenu .contentpane  {
	 width:589px;
        margin:0 15px 0 215px;
	    position:relative;
	    right:100%;
	    overflow:visible;
	    background-color:#fff;
	}
	.shoppane{
clear:both;
 
height:60px;
width:589px;
z-index:100;
margin:0 15px 0 215px;
	    position:relative;
	    right:100%;
	    overflow:visible;
	    

}
    .leftmenu .leftpane {
	
	 
        float:left;
        width:188px;
        position:relative;
        right:195px;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
background-color:#ECEAD9;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
	
	#fixed 
	{
	    
   margin:0 auto;
   width:800px;   /* you can use px, em or % */
   text-align:left;
}
.ControlPanel  {
	width: 100%;
	background-color: #fff;


}
.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #C9C5A1 !important;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
}
.ControlPanel .SubHead {
font-family:Verdana, sans-serif;
color:#000;
 font-size: 11px;
    font-weight: normal;
}

.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}

