/* -------------------------   menubar  ----------------------- */

#global {
	width: 800px;
	overflow: hidden;
}

#menuBar {
	position : absolute;
	z-index: 0;
	top : -20px;
	
	padding-left: 200px;
	width: 800px;
	height: 55px;

}
.menubar-on	a		{ font-size: 11px; color: #FFFFFF; text-decoration: none; font-weight: bold }
.menubar-on a:hover	{ font-size: 11px; color: #FFFFFF; text-decoration: none; font-weight: bold }
.menubar-on a:active{ font-size: 11px; color: #0000FF; text-decoration: none; font-weight: bold }
.menubar-off a		{ font-size: 11px; color: #D3E0D0; text-decoration: none; font-weight: normal }
.menubar-off a:hover{ font-size: 11px; color: #EAFFE6; text-decoration: underline; font-weight: normal }

#menuBar img { display: none; }

/* -------------------------   QuickSearch  ----------------------- */

#QuickSearch {
	position : absolute;
	z-index: 999;
	top: 20px;
	left: 660px;
}
#QuickSearch {
	position : absolute;
	z-index: 999;
	top: 2px;
	left: 800px;
}
#QuickSearch td { font-size: 11px; }

/* -------------------------   client logo  ----------------------- */

#clientLogo, #clientLogo span { display: none; }
#loginClientLogo { padding: 12px; }

/* -------------------------   isac artwork branding  ----------------------- */

#topArtwork { display: none; }

/* -------------------------   taskbar   ----------------------- */

.panel{
	display:none;
}
.panelSection{
	display:none;
}
.panelSectionTitle{
	display:none;
}

#taskbar {
	position : absolute;
	top : -36px;
	left: 0px;
	width: 220px;
	height : auto;
	background: transparent !important;;
	z-index:3;
}

p.logout {
	position: absolute;
	z-index: 100;
	display: block;
	border: 0px !important;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
a.logout-img {}
a.logout-txt { font-size: 11pt !important; }
a.logout-img img {
	width: 26px;
	height: 22px;
}

.logout-welcome {
	/*
	position: relative;
	top: 15px !important;
	top: 32px;
	height: 27px;
	width: auto;
	overflow: hidden;
	display: none
	font-size: 14px;
	color: #333;
	background: #BBBBBB url("/images/brushMetal.gif");
	padding-left: 5px;
	border-top: 1px solid gray/;
	border-bottom: 0px solid darkslate;
	border-left: 1px solid white/;
	border-right: 2px solid #6D726C;
	*/
	display: none;
}

#taskbaractions {display: none;}
.SubSrv {
	position: absolute;
	z-index: 25;
	top: 2px;
	left: 625px;
	display: block;
	text-align:center;
        width:160px;
        padding:0px;
}
.SubSrv a {
	display: block;
	color: #333333;
	font-weight: bold;
        padding:0px;
	border: none;
	}

.SubSrv a:hover {
	color: #40473E;
	background:transparent;
	text-decoration: none;
	font-weight: bold;
	border: none;
	}

#copyright { display: none;}
/* -------------------------  content area   ----------------------- */

.contentArea {
	position: absolute;
	z-index: -1;
	margin-top : 40px;
	margin-left : 0px;
	padding : 5px 0px 0px 0px;
	background: url(/images/contentShadow.gif);
	background-repeat: repeat-x;
	background-position : top left;
	height:566px;
}

.frmOpacSV {
 position:absolute;
 top:0px;
 left:0px;
	width: 987px !important;
	width: 986px;
	height: 560px;
	overflow: hidden;
}
#contentAreaosv, #contentAreadsi, #contentAreausr { width: 997px !important; 
}


/* -------------------------  Standard View   ----------------------- */
.DisplayMin {
	position: absolute;
	z-index: 25;
	top: 2px;
	left: 892px;
	display: block;
	text-align:right;
}
.DisplayMin a {
	display: block;
	width: 100px;
	color: #EAFFE6;
	font-size: 11px;
	padding: 2px;
	border: 1px solid #5B6559;
}
.DisplayMin a:hover {
	color: #F3FFF0;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #91CC85;
}
