
@import url(/global/css/global-styles.min.css);

body {
	margin: 10px;
	background: #7d8556;
}

body#nobackground { background: #fff; }

body,
td,
p {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


/* System Messages
-----------------------------------*/
#returnlinkcell,
.errormessage,
.infomessage,
.loginmessage {
	background: #fff url(/images/assnimg974/imgs/bak_maincontenttable.png) repeat-y right top;
	padding: 3px 10px;
}

    
/* Top-Navigation Below Banner
-----------------------------------*/
ul#navtop2 { background: transparent url(/images/assnimg974/imgs/bak_navtop2.png) no-repeat right bottom;  }
ul#navtop2 li { margin-bottom: 22px; }
ul#navtop2 li li { margin: 0; }


/* Main Content
-----------------------------------*/
#maincontenttable { background: #fff url(/images/assnimg974/imgs/bak_maincontenttable.png) repeat-y right top; }

#maincontentcell {
	padding: 10px 15px;
	background-position: left top;
	background-repeat: no-repeat;
}


/* Sub Content
-----------------------------------*/
#maincontentsubcell p { line-height: 16px; }


/* Footer Content
-----------------------------------*/
#footertable { background: transparent url(/images/assnimg974/imgs/bak_footertable.png) no-repeat right top; }

#footertablecell {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	padding: 10px 0 0 0;
	color: #343434;
	background-position: left top;
	background-repeat: no-repeat;
}


/* Quick Login
-----------------------------------*/
div#quicklogin {
	width: 147px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 436px 0 0 -384px;
	padding: 0 0 2px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

div#quicklogin h3 {
	margin: 0;
	background: #686d50 url(/images/assnimg974/imgs/bak_login_h3.png) repeat-x left top;
	border-top: 1px solid #abaf9c;
	border-bottom: 1px solid #333;
	text-align: center;
	color: #fff;
	font: bold 15px "Times New Roman", Times, serif;
	padding: 5px 0;
}

div#quicklogin p {
	margin: 10px 9px;
	color: #333;
	font: 12px "Times New Roman", Times, serif;
	text-transform: uppercase;
}

div#quicklogin input {
	height: 22px;
	background: #efefef url(/images/assnimg974/imgs/bak_input.png) no-repeat left top;
	border: 1px solid #999;
	color: #444;
	font-size: 14px;
}

div#quicklogin input#login_button {
	width: 68px;
	height: 26px;
	border: none;
}

div#quicklogin table { margin: 8px auto; }

div#rightnav_welcome {
	margin: 9px;
	text-transform: capitalize;
}

div#quicklogin ul { font-size: 11px; }
div#quicklogin ul li { padding: 2px 0; }

/* @group Clickable Logo
----------------------------------------*/
#logo-click {
	border: none;
	margin-left: -375px;
	top: 45px;
	width: 325px;
}

#logo-click h1 {
	height: 85px;
}
/* @end */


