/* LAYOUT 0  --- this value is parsed as 11th character - do not change spacing */
/* SAE Cornell/


/*HTML Elements*/

body {
	font-size: 100%;
	font-family: arial, helvetica;
	background-image: url(180-saecor/redesign/bgnew.jpg);
	background-repeat: repeat-x;
	background-color: #8A86AB;
	color: #000;
	margin: 0px;
	}

	/*This section controls the internal links and hovers*/

a 	{
	color: #fff;
	text-decoration: none;
	border: none;	
	}

a:hover {
	color: #F9DF76;
	text-decoration: underline;
	}

/* End of HTML elements */

/* these make the login div elements align to the left of the screen. */



#login {
	width: auto;
	background-image: url(180-saecor/redesign/new-fixed-login.gif);
	background-repeat: no-repeat;
	height: 206px;
	font-size: .7em;
	margin-top: 5px;
	width: 1000px;
	z-index: 1000;
	color: black;
	}

#login form {
	float: left;
	margin-top: 145px;
	margin-left: 10px;
	}
	
#logintitle {
	padding-top: 5px;
	float: left;
	}
	
#loginbutton {
	text-align: right;
	}
	
#user, #pass, #loginbutton { float: left; margin-left: 3px;}
#loginbutton { float: left; margin-left: 3px;}
	
#loginlinks {
	position: relative;
	float: left;
	margin-left: -300px;
	margin-top: 165px;
	font-size: .9em;
	color: #000;
	}

#loginlinks a {
	color: #000;
	}

#loginlinks a:hover {
	color: #6D7793;
	}

#login a {
	color: #000;
	}

/* end of left alignment elements*/

/* Start of Layout divs control section */
#banner {
	color: transparent;
	text-align: left;
	height: 0px;
	width: 1020px;
	border-bottom: 0px solid #fff;
	}

#navwrap {
	background-color: transparent;
	margin: -40px 0px 0px -3px;
	padding-left: 3px;
	width: 168px; /* default is currently 165px */
	
	}
	
#contentWrap {
	background-color: transparent;
		margin-top: 140px;
	}
	
#content {
	font: normal .85em arial, times new roman, georgia;
	background-color: transparent;
	
	}

/* End of Layout divs control section */
	




/* This section controls the menu navigation div */

	/* the background of the menus */

#nav a
	{ color: #000
	}

#nav, #membernav, #officernav, #adminnav {
		background-color: transparent;
	}
	

	/* the link characteristics */

#nav a, #membernav a,#officernav a, #adminnav a {
	font-family: arial, helvetica, verdana;
	font-size: 12px;	
	color: #000;
	background-color:transparent;
	text-decoration: none;
	}
	
	/* the hover characteristics */

#nav a:hover, #membernav a:hover, #officernav a:hover, #adminnav a:hover {
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	color: #625F89;
	font-weight: normal;
	text-decoration: none;
	background-color:transparent;
	}

/* These next two commands control color of background in auto-table cells */

.row1 td {	
	background-color: #7E7D84;
	text-align: left;
	color: #000;
	font-size: .9em;
	padding-left: 15px;
	}

.row1 td a {
	color: #000;
	}

.row0 td {
	background-color: #595572;
	text-align: left;
	color: #000;
	font-size: .9em;
	padding-left: 15px;
	}

.row0 td a {
	color: #000;
	}

/* These next two commands control color of font in auto-table cells */

.row1_event td {	
	background-color: #7E7D84;
	text-align: left;
	color: #fff;
	font-size: .9em;
	padding-left: 15px;
	}

.row1_event td a {
	color: #000;
	}

.row0_event td {
	background-color: #595572;
	text-align: left;
	color: #fff;
	font-size: .9em;
	padding-left: 15px;
	}

.row0_event td a {
	color: #000;
	}

table.portalannounce {
	border-width: 4px;
	border-style: ridge;
	border-color: #25177A;
	background-color: #FAEEA8;
	padding: 8px;
}



/* This secontion controls lists */

#nav li, #membernav li, #officernav li, #adminnav li {
	font-family: arial, helvetica, verdanas;
	line-height: .9em;
	margin: 0px;
	padding: 0px;
	}
	
#nav ul, #membernav ul , #officernav ul, #adminnav  ul {
	list-style: none;
	}
.menu
	{background-image: url(180-saecor/redesign/new-again2.gif);
	background-repeat: no-repeat;
	padding-top: 10px;

	}	
	
.menuheader 
	{
	color: #fff !important;
	font-size: .85em;
	font-weight: normal;
	font-family: Georgia, Times;
	text-align: left;
	padding-bottom: 10px;
	}

/* This secontion controls headers and body fonts */

.lg_header { font-size: 1.8em; 
	  text-align: center;
	  font-weight: normal;
	  font-family: times, Georgia;
	  color: #fff;
	}
	
	
.sm_header {font-size: 1.2em;
 	text-align: left;
	text-decoration: none;
	font-weight: normal;
	color: #F9DF76;
	font-family: Arial, helvetica;
	}
	
.purplefont {
		color: #639;
	}
.attention {
		color: #FDEEB2;
		font-weight: bold;
		font-size: 1em;
	}
.caption
	{
	text-align: center;
	color: white;
	font-family: Georgia, times;
	font-style: italic;
	}
	
.bitsmaller
	{
	color: white;
	font-size: 1em;
	}

.hilite {
	color:#F9DF76;
		}
		
