/*	Date: 5/25/2007
	Trevor Davis
	MatrixMaxx Login Stylesheet */
	
/*****Get consistency between browser margins and paddings*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, th, td {
	margin: 0;
	padding: 0;
}

/*****Basic elements*****/
body {
	background: #F6F9E1;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

div#content a { color: #61106A; }
div#content a:visited { color: #98639E; }
div#content a:hover, div#content a:active { text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
	color: #61106A;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2 { 
	font-size: 2.0em; 
	margin-bottom: 0.15em;
}

p { margin-bottom: 1em }

a { color: #61106A; }
a:visited { color: #98639E; }
a:hover, a:active { text-decoration: none; }

img#printLogo { display: none; }

/*****Basic Layout*****/
div#container { 
	font-size: 1.2em;
	margin: 20px auto;
	width: 642px;
}

div#headerContainer {
	background: url(/themes/images/loginHeaderBg.gif) repeat-y top left;
	float: left;
	position: relative;
	width: 642px;
}

div#header {
	background: url(/themes/images/loginHeaderTop.gif) no-repeat top left;
	padding: 22px 10px 0 10px;
}

div#content {
	background: #A99BAB url(/themes/images/loginContentBg.gif) repeat-y top left;
	clear: both;
	float: left;
	padding: 34px 10px 34px 10px;
	width: 622px;
}

div#footerContainer {
	background: #61106A url(/themes/images/loginFooterContainerBg.gif) repeat-y top left;
	clear: both;
	float: left;
	width: 642px;
}

div#footerWrapper { background: url(/themes/images/loginFooterBottom.gif) no-repeat bottom left; }

div#footer {
	background: url(/themes/images/footerBg.gif) repeat-x top left;
	color: #fff;
	font-size: 90%;
	margin: 0 10px;
	padding: 10px 10px 35px 10px;
}

/*****Header*****/
div#header h1#logo {
	background: #580F5F;
	color: #fff;
	display: block;
	float: left;
	overflow: hidden;
	padding-bottom: 10px;
	position: relative;
	width: 233px;
}

div#header h1#logo a {
	background: #580F5F;
	color: #fff;
	display: block;
	height: 58px;
	overflow: hidden;
	position: relative;
	width: 233px;
}

div#header h1#logo a span {
	background: url(/themes/images/maxxLogo.gif) no-repeat top left;
	display: block;
	height: 58px;
	left: 0;
	position: absolute;
	top: 0;
	width: 233px;
}

div#header div#intro {
	color: #383440;
	float: left;
	font-size: 90%;
	margin: 0.75em 0 0.75em 20px;
	width: 355px;
}

div#header div#intro p { font-size: 1em; }

/*****FOOTER*****/
div#footer a { color: #fff; }
div#footer a:hover { text-decoration: none; }

div#footer ul {
	list-style: none;
	margin: 0 0 2em 0;
}

div#footer ul li {
	border-left: 1px solid #fff;
	display: inline;
	padding: 0 .45em;
}

div#footer ul li a { text-decoration: none; }
div#footer ul li a:hover { text-decoration: underline; }

div#footer ul li:first-child { 
	border-left: none; 
	padding-left: 0;
}

div#footer p { clear: right; }

/*****Login Form*****/
ol.forms {
	list-style: none;
	margin: 0 auto;
	width: 22em;
}

ol.forms li {
	float: left;
	margin-bottom: .5em;
	width: 100%;
}

ol.forms li.buttons { 
	margin-top: 0.8em;
	text-align: right; 
}

ol.forms li label {
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 1.9em;
	padding-right: 1em;
	text-align: right;
	width: 6em;
}

ol.forms li input {
	border: 1px solid #717171;
	color: #222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: .2em;
	width: 14em;
}

ol.forms li input:focus {
	border: 1px solid #000;
}

ol.forms li.buttons button {
	background: url(/themes/images/loginButton.gif) no-repeat top left;
	border: none;
	cursor: pointer;
	height: 23px;
	margin-right: 0.5em;
	overflow: hidden;
	text-indent: -9999px;
	width: 67px;
}
ol.forms li.buttons input#loginButton { 
	background: url(/themes/images/loginButton.gif) no-repeat top left;
	border: none;
	cursor: pointer;
	height: 23px; 
	padding: 0;
	text-indent: -9999px;
	width: 67px;
}

ol.forms li.buttons input.button {
        display: none;
}

/*****Error message*****/
div.error {
	border: 1px solid #717171;
	background: #F9E7E7;
	margin: 0 auto 1em auto;
	padding: 0.5em;
	width: 20em;
}

div.error p + p { margin-bottom: 0; }

/*****Bulletted Lists*****/
ul.listing {
	clear: both;
	list-style: none;
	margin: 0 auto;
	width: 22em;
}

ul.listing li {
	background: url(/themes/images/leftPixelWhiteArrow.gif) no-repeat 0 .25em;
	line-height: 1.8em;
	padding-left: 14px;
}

/******Please Wait Page Styles*******/

div#pleasewait {background: #a99bab; margin: 20px; text-align: center; color: #fff; font-weight: bold;}
div#pleasewait .wait {color: #a99bab;}
