/* @override http://db.wacad.edu/styles/menu.css */

body {
	font: .9em "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #036 url(http://db.wacad.edu/grfs/images/menu-bg.gif) repeat-y fixed -69px 0;
	margin: 0;
	padding: 0;
}

#menuWrapper {
	width: 230px;
	background: url(http://db.wacad.edu/grfs/images/menu-gradient-bg.jpg) no-repeat fixed -69px 136px;
	min-height: 450px;
	overflow:hidden;
	height:expression(
    	this.scrollHeight < 450? "450px" : "auto" );
}

h1 {
	color: #036;
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 0;
	padding: 110px 0 0;
	background: url(http://db.wacad.edu/grfs/images/menu-wa-logo.gif) no-repeat right top;
	height: 26px;
}

fieldset {
	background-color: #ddd;
	width: 180px;
	border: 1px solid #333;
	font-size: 10px;
	margin: 20px auto;
	padding-bottom: 3px;
}

fieldset p {
	margin-top: 3px;
	margin-bottom: 5px;
	text-align: center;
}

fieldset a, fieldset a:hover {
	color: #036;
	font-style: italic;
	font-weight: normal;
}

label {
	font-size: 10px;
	color: #036;
	display: block;
	width: 63px;
	float: left;
	text-align: right;
	padding-top: 5px;
	font-weight: bold;
	margin-right: 3px;
}

input#user, input#passwd {
	width: 110px;
}

input#submit {
	margin-left: 66px;
}

p.loginmsg {
	color: #900;
}

a {
	color: #b7a984;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

p.menublank {
	margin-top: 6px;
}

hr.menuline {
	position: relative;
	left: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
	width: 75%;
}

img.menu {
	height: 8px;
	width: 8px;
	padding: 1px;
}

div.menu {
	position: absolute;
	width: 100%;
	height: 84%;
}

div.login {
	margin-left: 15;
	margin-top: 15;
	visibility: visible;
	width: 200px;
	height: 120px;
	background: #99ccff;
}

table.login {
	padding: 5px;
	background: #99ccff;
	width: 100%;
	height: 100%;
	position: relative;
	border: 1px solid #fff;
}

table.login th {
	color: #036;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
}

table.login td {
	color: #036;
	text-align: left;
	font-style: normal;
	font-size: 10px;
}

table.menu {
	padding: 0px;
	margin-left: 10px;
	width: 100%;
	font-size: .9em;
}

table.menu table {
	padding: 0px;
	margin-left: 8px;
	font-size: .9em;
}

table.menu table table {
	padding: 0px;
	margin-left: 8px;
	font-size: 1em;
}
