/* 
================================
Skin styles for DotNetNuke
================================
*/   
.blankmaster{
background-color: #E5E5E5;
width: 100%;
vertical-align:top;
}

.blankskinmaster{
width: 200px;
vertical-align:top;
}
blankfooter{
color: #363636;
background-color: transparent;
vertical-align:top;
}
.formcustom{
color: #363636;
font-size: 14px;
font-family:Arial, Helvetica, sans-serif;
}
.customform{
color:#FFFFFF;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-image: url(images/backdrop.jpg);
	background-attachment:fixed;
	background-position:top;
	background-repeat: repeat-x;
}
.skinmaster {
	width: 766px;
	background-color:transparent;
	background-repeat: repeat-y;
	background-position: center;
}

.skinheader {
background-color: transparent;
background-repeat: no-repeat;
height: 209px;
width: 766px;
}
.logo {
	float: left;
	background-color:#000000;
	width:350px;
}
.footer {
background-color: transparent;
background-repeat: no-repeat;
height: 70px;
width: 766px;
}

.menu  {
background-color: transparent;
width:766px;
height: 23px;
background-repeat: no-repeat;
}

.uppernav {
float:right;
width: 300px;
	text-align:left;
	}


.footertext {
	color:#FFFFFF;
	margin:22px 18px 0px 18px;
	text-align:center;
}

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:23px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 9pt; 
	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 1px 4px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 9pt; 
	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 {  
	background-color:  transparent; 
	color: #FFFF33;
}

.main_dnnmenu_itemhover td {  
	background-color: #FFFF33;
	color: #000000;
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 8px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #FFFF33;  
	color: #000000;
	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 */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #aaaaaa 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;
}

.MainMenu_SubMenu TD

{

	height: 24px;                        /* height of submenu--notice all of height 24px*/
}

.MainMenu_SubMenuItemSelHover TD          
{
	color: #000000;                       /* color of sub menu text and height on mouseover*/
	height: 24px;
}

.MainMenu_MenuBar {
	border-bottom: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;  
	cursor: pointer; 
	cursor: hand; 
	height: 24px; 
	padding: 0px;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #ffffff;                                  /*color of sub menu text---no mouseover*/
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #000000;             /* this is the color of the drop down submenu for the left side if you want to use icon*/
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid; 
	text-align: center; 
	width: 3; 
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	margin: 0px 0px 0px 0px;
	color: #ffffff;                           
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold; 
	font-style: normal; 
	background-color: #000000;                 /*this is the color of the submenu behind text*/
	border-bottom: #000000 1px solid;          /*these are the colors of the submenu box border*/
	border-left: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-right: #000000 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#7686A1, Direction=90, Strength=0);

}

.MainMenu_MenuBreak {
	width: 40px;
	border: 0;
}

.MainMenu_MenuItemSel {
	background-color: #000000;          /*********this is the color of the submenu highlight*/
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	color: White; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #000000 0px solid;
}
.search {
	margin:10px 18px 0px 10px;
	text-align:right;
	}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand;
}

.SkinObject {font-family:tahoma; font-size:11px; color:#dbcfbb; text-decoration:none; font-weight:normal}
a.SkinObject:link { color:#ffffff; text-decoration:none; }
a.SkinObject:visited { color:#ffffff;  text-decoration:none;}
a.SkinObject:hover { color: #FFFF33;  text-decoration:underline;}
A.SkinObject:active { color:#FFFF33;  text-decoration:none;}

.LinksObject {font-family:tahoma; font-size:11px; color:#000000; text-decoration:none; font-weight:normal }
a.LinksObject:link { color:#ffffff; text-decoration:none; }
a.LinksObject:visited { color:#ffffff; text-decoration:none;}
a.LinksObject:hover { color:#ffffff;  text-decoration:underline;}
a.LinksObject:active { color:#ffffff;  text-decoration:none;}




