/**

This is the custom CSS file used by the helpdesk, status display, and server mailing lists.

The styles here overwrite the ones in the helpdesk "/skins/sX/styles.css" file.

*/

#header {
	background: #e6e6e6 url("http://helpdesk.etwebhosting.com/etwebhosting_logo.gif") left top no-repeat;
}

#header a:link,
#header a:visited {
	display: inline;
	text-decoration: none;
}

#header a:hover,
#header a:active {
	display: inline;
	text-decoration: underline;
}
#header_title {
	padding-top: 33px;
	width: 77%;
	color: #003E67;
	font-size: 20px;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	text-align: center;
}
#header_menu {
	background: #c7c7c7;
	color: #003E67;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	text-align: center;
	position:absolute;
	left: 450px;
	top: 0px;
	z-index: 2;
	padding: 1px 10px 5px 10px; /* top, right, bottom, left */
}

#menu {

	/* Hide the default bottom logo. */
	background: none;
}