/*----------------------------------------
MCCBA Stylesheet
Last Updated: December 20, 2011
(c) 2011 Affiniscape, Inc.
All Rights Reserved. This stylesheet must not be reproduced without the express written permission of Affiniscape, Inc.
For questions regarding licensing or setup please contact Affiniscape, projects @ affiniscape dot com
----------------------------------------*/

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

body {
	margin: 0;
	background: #fff;
}

body#nobackground { background: #fff; }

#structuraltable {
	background: #f0dfc1 url(/images/assnimg1168/imgs/bak_structuraltable.png) no-repeat 166px 150px;
}


/* Content
----------------------------------------*/
#maincontenttable {
	background: #f0dfc1;
	border-right: 2px solid #0d244c;
	border-left: 2px solid #0d244c;
}

#maincontentsubcell { padding: 10px; }

#maincontentcell form { border: none; }

/* Right Navigation
----------------------------------------*/
#rightnavcell {
	border-left: 1px solid #0d244c;
	padding: 10px 10px;
}

/* Footer
----------------------------------------*/
#footertable {
	background:  #f0dfc1;
	border-right: 2px solid #0d244c;
	border-left: 2px solid #0d244c;
	border-bottom: 2px solid #0d244c;
}

#footertablecell {
	padding: 15px;
	text-align: center;
}

#footertablecell p { text-align: center; }

/* System Messages
----------------------------------------*/
#returnlinktable,
.infomessage,
.errormessage,
loginmessage { 
	background: #f0dfc1; 
	border-right: 2px solid #0d244c;
	border-left: 2px solid #0d244c;
	padding-right: 5px;
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #0b2043;
	text-align: center;
}

#pageheadertable {
	background: #0b2043;
	text-align: center;
}


/* @group Clickable Logo
----------------------------------------*/
#logo-click {
	border: none;
	margin-left: -385px;
	top: 90px;
	width: 160px;
}

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

