/*========================================================*/
/*         CSS for DotNetNuke Skin - AntsySkin            */
/*                   by Omar Janneh                       */
/*             http://www.dnnstyles.net                   */
/*========================================================*/

/* ********** Menu Style ************** */
.MainMenu_MenuContainer{ background:transparent; width:100%;}
.MainMenu_MenuBar{}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuArrow{ display:none; }

/*---------Root Menu Separator---------------*/
.MainMenu_MenuBreak{ border-top-width: 0px;	border-right-width: 0px;	border-bottom-width: 0px;	border-left-width: 0px;	background-color: Transparent;}
.ModuleTitle_MenuItemSel {background-color: transparent;}
.MainMenu_MenuItemSel {background-color: transparent;}

/*---------Standard Dropdown SubMenu style---------------*/
.MainMenu_MenuItem,.submenuitembreadcrumb{
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Grande";color:#9f4446;	font-size:11px;	font-weight:normal;
	padding:3px 15px 3px 10px;
	background-repeat: repeat-x;
	background-position: bottom;
	border:0px #000000 solid; border-width:0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c3c3c3;}
	
.submenuitemselected{
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Grande";
	color:#161616;
	font-size:11px;
	font-weight:normal;
	padding:3px 15px 3px 10px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #eae7df;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c3c3c3;
}
	
.submenu{
	background-color:#f4f2ec;
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Grande";
	color:#302C25;
	font-size:11px;
	font-weight:normal;
	padding:0px;
	margin-top: 1px;
	margin-left: 1px;
	background-repeat: no-repeat;
	border: 1px dotted #c3c3c3;
	z-index: 1000;
}

/*---------Root/Tabbed Menu style---------------*/
.rootmenuitem TD{ padding:0; margin:0;}
.rootmenuitem TD DIV{ background-position: top right; background-repeat: no-repeat; margin:-1px 0 -26px 0; padding:0; margin: -1px 0 -26px 0; _margin:-13px 0;}
.rootmenuitem TD DIV DIV{ background-position: top left; background-repeat: no-repeat; margin:-1px 0 -26px 0; padding:0 7px; margin: -1px 0 -26px 0; _margin:-13px 0;}
.rootmenuitem TD DIV DIV DIV{
	color:#FFFFFF;
	font-size:13px;
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	padding: 8px 4px 0px 4px;
	height:37px;
	line-height:1.8em;
	margin: 0px -2px 4px -1;
	_margin:-14px -1;
	_line-height:1.8em;
	background: url(images/menu_bg.gif) repeat-x center top;
}

.rootmenuitemselected TD, .rootmenuitembreadcrumb TD{ padding:0; margin:0;}
.rootmenuitemselected TD DIV, .rootmenuitembreadcrumb TD DIV{
	margin:-1px 0px -26px 0;
	padding:0 -2px;
	margin: -1px 0 -26px 0px;
	_margin:-13px 0;
	background: url(/Portals/1/Skins/OWS_boxed/images/OWS_tab3.gif) no-repeat right top;
}
.rootmenuitemselected TD DIV DIV, .rootmenuitembreadcrumb TD DIV DIV{
	margin:-1px 0 -26px 0;
	padding:0 7px;
	margin: -1px 0 -26px 0;
	_margin:-13px 0;
	background: url(/Portals/1/Skins/OWS_boxed/images/OWS_tab1.gif) no-repeat left top;
}
.rootmenuitemselected TD DIV DIV DIV, .rootmenuitembreadcrumb TD DIV DIV DIV{
	color:#993333;
	font-size:13px;
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	padding: 8px 4px 0px 4px;
	height:37px;
	line-height:1.8em;
	margin: 0px -2px 4px -1px;
	_margin:-14px -1;
	_line-height:1.8em;
	text-decoration: none;
	background: url(/Portals/1/Skins/OWS_boxed/images/OWS_tab2.gif) repeat-x center top;
}
.rootmenubg {
	background: url(/Portals/1/Skins/OWS_boxed/images/OWS_nbg.jpg) repeat-x left top;
}

/* ********** Other Style ************** */
#wrapper{ position:relative; height:258px; }
#logo{ position:absolute; top:29px; left:29px; width:228px; height:31px; z-index:3; }
#user{ position:absolute; height:18px; top:8px; right:8px; text-align:right; z-index:3; }
#header{
	position:absolute;
	bottom:40px;
	z-index:2;
	width:100%;
	background:url(headerbg.gif);
}
#menu{ position:absolute; background:url(../Antsy-Boxed_Maroon/menubg.jpg); width:auto; height:54px; bottom:0px; z-index:1; }
.ContenttopBG{	background-image: url(../Antsy-Boxed_Maroon/images/contenttop-BG.png);	background-repeat: repeat-x;	background-position: top;	background-color: #FFFFFF;}

#fullheight{height:100%}
