/* 
================================
Skin styles for DotNetNuke
================================
*/   
.pagemaster {
	width: 100%;
	Height: 100%;
	/*background: url(BACK-PIXEL.png);*/
	background-color: #8D8D8D;
}
.skinmaster {
	/*background: url(body-pixel-N.png);
	
	
	background-color: transparent;
	height: 100%;
	border-right: #cdc99a 1px solid; 
	border-top: #cdc99a 1px solid; 
	border-left: #cdc99a 1px solid; 
	border-bottom: #cdc99a 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; */
}
.skinheader {
}
.skingradient {
	width: 150px;
	background: url(kids-back-pic.gif) bottom left no-repeat;
	background-color: #ffffff;

}
.TOPSEARCH1 {
	BORDER-RIGHT: #E8E9E4 1px solid; BORDER-TOP: #E8E9E4 1px solid; FONT-SIZE: 9px; 
	BACKGROUND: #FFFFFF; MARGIN: 0px; BORDER-LEFT: #E8E9E4 1px solid; BORDER-BOTTOM: #E8E9E4 1px solid;
	HEIGHT: 35px; text-transform: uppercase; padding-top: 2px;
}

.controlpanel {
	width: 100%;
	background-color: #cdc99a;
	color: #000000
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.spacers {
	padding-top: 5px;
	padding-bottom: 5px;
}
.spacers2 {
	padding-top: 5px;
}
.spacers007 {
	padding-right: 1px;
}

.PackageTableBorder {
    BORDER-LEFT: #000000 1px solid; 
    BORDER-BOTTOM: #000000 1px solid;
	BORDER-RIGHT: #000000 1px solid; 
    BORDER-TOP: #000000 1px solid;
 
}
.PackageTableBorder2 {
    BORDER-RIGHT: #000000 1px solid; 
}
.PackageTableBorder3 {
    BORDER-LEFT: #000000 1px solid; 
    BORDER-BOTTOM: #000000 1px solid; 
}
.PackageTableBorder4 {
    BORDER-RIGHT: #000000 1px solid; 
    BORDER-TOP: #000000 1px solid;
}
.PackageTableBorder5 {
    BORDER-TOP: #000000 1px solid;
}
.PackageTableBorder8 {
    BORDER-bottom: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid; 
    BORDER-TOP: #000000 1px solid;

}
.PackageTableBorder6 {
    BORDER-bottom: #000000 1px solid;
    BORDER-right: #000000 1px solid;

}
.PackageTableBorder9 {
    BORDER-bottom: #000000 1px solid;
    BORDER-top: #000000 1px solid;

}
.PaddingTable {
	padding-right: 1px;
	padding-left: 0px;
}

.leftpane {
	width: 215px;
	/*height: 100%;
	background: url(left-bar-bottom.jpg) bottom no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;*/
}
.content {
	background: url(main-body-pixel.jpg) bottom repeat-x;
}
.contentpane {
	width: 100%;
	color: #666666;
	/*background: url(brain-back-pic.gif) bottom no-repeat;*/
}
.contentpane3 {
	width: 825px;
	color: #666666;
	padding-bottom: 5px;
}
.contentpane5 {
	padding-left: 0px;
}
.contentpane4 {
	width: 785px;
	color: #666666;
	background-color: #ededed;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
	padding-right: 60px;
}
.contentpane2 {
	
	width: 549PX;
	/*height: 100%;
	background: url(left-bar-bottom.jpg) bottom no-repeat;*/
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.rightpane {
	width: 276px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent;
	color: #cdc99a; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
	color: #cdc99a; 
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
	text-transform: uppercase; 
	background-color: Transparent;
	font-family: ; 
        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: #ffffff; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
	text-transform: uppercase;
	background-color: Transparent;
	font-family: ; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	color: #ffffff; 
}

.main_dnnmenu_itemhover td {  
	color: #ffffff; 
}


.main_dnnmenu_icon {
	image: url(icon.jpg);
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #F67F21;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#F67F21', 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: #F67F21 0px solid; 
	border-bottom: #F67F21 0px solid; 
	border-top: #F67F21 0px solid;
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	/*border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; */
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtGray.jpg);
}
.Head {
   font-family: ;
   font-size:  18px;
   font-weight:  normal;
   color: #000000;
}
/*----------------------------------------------------------------------------------------------------*/

.ControlPanel, .PagingTable {
    width: 100%;
    background-color: #dddddd;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}

.SkinObject {
    font-weight: normal;
    font-size: 9px;
    color: #666666;
    font-family: ;
	text-transform: uppercase;
}

A.SkinObject:link {
	text-transform: uppercase;
    color: #666666;
    font-size: 9px;
}

A.SkinObject:visited  {
	text-transform: uppercase;
    color: #666666;
    font-size: 9px;
}

A.SkinObject:hover    {
	text-transform: uppercase;
    color: #cccccc;
    font-weight:    normal;
    font-size: 9px;
}

A.SkinObject:active   {
	text-transform: uppercase;
    color: #666666;
    font-size: 9px;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: #F67F21 0px solid; 
	border-left: #F67F21 0px solid; 
	border-top: #F67F21 0px solid; 
	border-right: #F67F21 0px solid;
	color: #666666; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
	color: #666666; 
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	/*padding-left: 10px;*/
	font-family: ; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #F67F21 0px solid; 
	border-bottom: #F67F21 0px solid; 
	border-top: #F67F21 0px solid; 
	border-right: #F67F21 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	image: url(icon.jpg);
	cursor: pointer; 
	cursor: hand; 
	background-color: #F67F21; 
	border-left: #F67F21 0px solid; 
	border-bottom: #F67F21 0px solid; 
	border-top: #F67F21 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	image: url(icon.jpg);
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #F67F21; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #F67F21 0px solid; 
	border-left: #F67F21 0px solid; 
	border-top: #F67F21 0px solid; 
	border-right: #F67F21 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #F67F21 0px solid; 
	border-left: #F67F21 0px solid; 
	border-top: #F67F21 0px solid;  
	border-right: #F67F21 0px solid; 
	background-color: #F67F21;
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	image: url(icon.jpg);
	cursor: pointer; 
	cursor: hand; 
	color: #666666; 
	font-family: ; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;

	/*background-color: #1e3c7a;*/
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #F67F21 1px solid; 
	border-bottom: #F67F21 1px solid; 
	border-top: #F67F21 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent;
	text-transform: uppercase;
}
.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff;
	text-transform: uppercase;
	font-family: ; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #F67F21 0px solid; 
	border-bottom: #F67F21 0px solid; 
	border-top: #F67F21 0px solid; 
	border-right: #F67F21 0px solid;
	background-color: Transparent;
	padding-left: 10px;

}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #F67F21; 
	border-left: #F67F21 1px solid; 
	border-bottom: #F67F21 1px solid; 
	border-top: #F67F21 1px solid; 
	text-align: center; 
	width: 24; 
	height: 22;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #F67F21; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=135, Strength=3); 
	border-bottom: #F67F21 0px solid; 
	border-left: #F67F21 0px solid; 
	border-top: #F67F21 0px solid; 
	border-right: #F67F21 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #F67F21 1px solid; 
	border-left: #F67F21 0px solid; 
	border-top: #F67F21 1px solid;  
	border-right: #F67F21 0px solid;
	background-color: #F67F21; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #666666; 
	text-transform: uppercase;
	font-family: ; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
	padding-left: 10px;
}
.MainMenu_MenuArrow {
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #F67F21 1px solid; 
	border-bottom: #F67F21 1px solid; 
	border-top: #F67F21 0px solid;
	font-family: webdings; 

}
.MainMenu_RootMenuArrow {
	font-size: 11px;
	cursor: pointer; 
	cursor: hand;
	font-family: webdings; 

}
.HomeTextBorder {
	border-bottom: #666666 1px solid; 
	border-left: #666666 1px solid; 
	border-top: #666666 1px solid;  
	border-right: #666666 1px solid;
}

