/* LAYOUT 3  --- this value is parsed as 11th character - do not change spacing */

/* Chi Phi Cornell website */


/*HTML Elements*/

body {
	font-size: 100%;
	font-family: arial, helvetica, verdana;
	background-color: #EEE;
	background-image: url(127-chiphicor/redesign/newback-2-19.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	color: black;
	}
	
a 	{
	color: #404D6C;
	font-size: 1em;
	border: none;
	text-decoration: underline;
	font-weight: normal;
	}

a:hover {
	color: #999;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
	}	



/* This section controls fonts and colors in the login section */

#login
	{background-image: url(127-chiphicor/redesign/newlogin-2-19.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 350px;
	margin-top: -0px;
	width: 980px;
	}
	
#login form {
	float: right;
	margin-top: 150px;
	margin-right: 440px;
	}

#loginlinks {
	float: right;
	width: 300px;
	margin-top: 5px;
	margin-right: 440px;
	color: black;
	font-size: .9em;
	}

#loginlinks a {
	color: #fff;	
	}
	
#loginlinks a:hover 
	{
	color: #999;	
	}	
#login a
	{
	color: #fff;}

/* end of login control section*/


/* This section controls the layout divs*/

#banner {
	color: transparent;
	height: 0px;
	line-height: 0px;
	background-color: transparent;
	border-bottom: 0px;
	}

#navwrap {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: -20px;
	background-image: url(127-chiphicor/redesign/new-back1.gif);
	width: 150px;
	padding-left: 20px;
	padding-right: 10px;
	 /* for IE */
  	filter:alpha(opacity=90);
 	 /* CSS3 standard */
  	opacity:0.9;
	}

#nonavwrap
	{
	float: right;
	width: 150px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: -20px;
	padding-left: 20px;
	padding-right: 10px;
	}

	
#contentWrap {
	background-color: #eee;
	margin-top: -20px;
	}
	
#content {
	font:arial, formata, verdana;
	background-color: transparent;
	margin-left: -3px;
	margin-top: -9px;
	}

/* End of the section that controls the layout divs*/	


/* This section controls the menu navigation div*/


#nav {
	background-color:transparent;
	}
	
#membernav {
	background-color:transparent;
	}
	
#officernav {
	background-color:transparent;
	}
	
#adminnav {
	background-color:transparent;
	}

#nav a {
	font-family: arial, formata, verdana;
	font-size: 12px;	
	color: #fff;
	background-color:transparent;
	text-decoration: none;
	}
	
#membernav a {
	font-family: arial, formata, verdana;
	font-size: 12px;	
	color: #fff;
	background-color:transparent;
	text-decoration: none;
	}

#officernav a {
	font-family: arial, formata, verdana;	
	font-size: 12px;	
	color: #fff;
	background-color:transparent;
	text-decoration: none;
	}	
	
#adminnav a {
	font-family: arial, formata, verdana;
	font-size: 12px;	
	color: #fc6;
	background-color:transparent;
	text-decoration: none;
	}
	
	
	/* the hover characteristics */

#nav a:hover, #membernav a:hover, #officernav a:hover, #adminnav a:hover {
	font-family: arial, formata, verdana;
	font-size: 12px;
	color: #B9C1D4;
	font-weight: normal;
	}

	
	
#nav li, #membernav li, #officernav li, #adminnav li 
	{
	font-family: formata, arial, verdana;
	line-height: 1.1em;
	margin: 0px;
	padding: 0px;
	}

.menu {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border-bottom: 0px solid #000;
	}
	
	
.menuheader 
	 {
	background-color: transparent;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	color: #9cf !important; 
	text-align: left;
	}
			

/* These next two commands control color of background in auto-table cells */
	

td.gifts1 	{
		width: 450px;
		text-align: left;
		}


/* These next two commands control color of background in auto-table cells */

.row1 td {	
	background-color: #B9C1D4;
	font-size: 1.1em;
	text-align: left;
	color: #000;
	padding-left: 15px;
	}

.row1 td a {
	color: #000;
	}

.row0 td {
	background-color: #D7DACC;
	font-size: 1.1em;
	text-align: left;
	color: #000;
	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: #B9C1D4;
	font-size: 1.1em;
	text-align: left;
	color: #000;
	padding-left: 15px;
	}

.row1_event td a {
	color: #000;
	}

.row0_event td {
	background-color: #D7DACC;
	font-size: 1.1em;
	text-align: left;
	color: #000;
	padding-left: 15px;
	}

.row0_event td a {
	color: #000;
	}
	

/* Misc. */

#footer {
	float: left;
	position: relative;
	width: 980px;
	height: 40px;
	margin-top: -17px;
	padding: 0px;
	background-color: #EEE;
	font-size: .7em;
	text-align: center;
	}


/* Headers, general commands */

.attention
	{	color: #fc6;
	}
		
.lg_header { 
	font-size: 1.4em; 
	font-family: arial, arial, helvetica;
	text-align: left;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
	color: #000;
	}
	
.sm_header  {
    font-size: 1.2em;
	font-family: arial, helvetica;
	color: #4E5A78;
 	text-align: left;
	text-decoration: none;
	font-weight: bold;
	}	
	
.menuheader 
	{
	color: #CCC !important;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, formata, verdana;
	text-align: left;
	}
	