/*High School CSS */

/* unique link styles */

a,
a:link 
a:active {
	color: #CE5300;
}

a:visited {
	color: #CE5300;                /* a different color can be used for visited links */
}

a:hover {
	color: #FF9900;
}


/*****************
basic layout 
*****************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/images/bg_body.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	background-position: center top;
}

/* center wrapper, min max width */
div#pagewrapper {
background-color:#000000;
background-image:url(/images/page_bg.jpg);
background-repeat:repeat;
color:#CCCCCC;
max-width:1000px;
min-width:1000px;
padding-bottom:10px;
margin: 0px auto;
	 
}

#wrapper {
background-image:url(/images/wrapper_bg.jpg);
background-repeat:repeat-y;
color:black;
margin:10px auto;
width:1042px;
}

/*** header ***/

div#header {
   background: no-repeat url(/images/recruiting/header_recruiting.jpg); 
   height: 200px;       
}

#content {
background-color:#111111;
background-image:url(/images/global/main_bg.jpg);
background-repeat:repeat;
border:1px solid #000000;
margin: 10px;
	
}

.page_block td {
	text-align: right;	
}

.page_block td b {
	background-color: #666666;
	padding: 0px 5px 0px 5px;
	border: 1px solid #999999;
}

.page_block td a {
	background-color: #333333;
	padding: 0px 5px 0px 5px;
	border: 1px solid #999999;
	font-weight: bold;
}

#intro {
	width: 950px;
}

table#alumninotes  {
	margin-left: 15px;
	font-size: 14px;
	line-height: 150%;
	/*font-weight: bold;*/
}
#alumninotes td{
	padding: 5px;
}

#sidebar {
	float: right;
	width: 300px;
	height: 400px;
	background-color: #1A1A1A;
	padding: 15px;
	margin-top: 50px;	
}

#sidebar p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	margin: 5px;
	line-height: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#sidebar h2 {
	text-align: center;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#sidebar img  {
	padding: 10 0 0 70px;
}
#alumni {
	clear: both;
}

div#footer {
   color: #effded;
   background-color: #000; /* same bg color as in header */
}

div#footer p a {
   color: #effded; /* needed because footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   border-bottom: 1px solid #2b2b2b;
}

/********************
CONTENT STYLING
*********************/
/* HEADINGS */

div#content h2 {
   color: #373153; 
}

div#content h3 {
   color: #373153; 
}

div#content h4 {
   color: #fff; 
}

/* END HEADINGS */

/* TEXT */

blockquote {
   border-left: 10px solid #fff;
}

/* Wrapping text in <code> tags. Makes CSS not validate */

pre {
   border: 1px solid #fff;  /* black border for pre blocks */
   background-color: #fff;

}

/* END TEXT */
table.report {
	border-collapse: collapse;
	font-size: 12px;
	background-color: #191919;
} 
table.report td { 
 padding: 2px; 
/* border-width: 1px; 
 border-style: solid; 
 border-color: #cccccc; */
}

.name {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	font-size: 14px;
	text-transform: uppercase;
	color: #669900;
}

.school {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	font-size: 10px;
	color: #CCCCCC;
}

.comments {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: normal;
	font-size: 14px;
	color: #CCCCCC;
	padding-left: 20px;
	font-style: italic;
}

td.group_1 { 
background-color:#191919; 	
}

td.group_2 { 
background-color:#191919
}
td.group_3 { 
background-color:#191919
}
td.group_4 { 
background-color:#191919
}



td.header_3
{
	background-color:#191919
}
td.header_4
{
background-color:#ffff40
}
td.pagesummary
{
background-color:#ffffbb;
}
td.globalsummary
{
background-color:#ffe0b0;
}
table.report td.header_1
{
	background-color:#13215E;
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding: 10px;
	text-transform: uppercase;
}

.assoc {
	font-size: 12px;
}
 
td.header_2
{
	background-color:#191919;
	font-size: 16px;
	color: #EB8015;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.blackshade {
	font-weight: bold;
	color: #669900;
}
	
p.note {
	border: 1px solid #EB8015;
	padding: 10px;
	width: 90%;
	margin: 0 auto 15px auto;
}

h1, .state {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

div#footer {
background-color:#171717;
border:1px solid #000000;
}
div#footer {
background-image:url(/images/footer_bg.png);
background-repeat:no-repeat;
clear:both;
margin:10px 10px 0;
width:980px;
}

