@charset "utf-8";

body {
	font: 10pt Arial, Helvetica, sans-serif;
}

a img {
	border: none;
}	

dl {
	margin-top: 0;
}	

#content a {
	text-decoration: none;
}	

.printBlock {
	display: block;
}	


body.strategy_page #strategy_list, body.strategy_page #content img,
body.team_page #content img,
div#top_nav dl,
div#ftr_nav {
	display: none;
}

#content h2 {
	color: #CE7019;
	font-size: 1.2em;
	font-weight: bold;
}

/**********************************************
	Strategy page 
 **********************************************
*/ 	
#team_index_inv dl dd a.youAreHere, 
#team_index_op dl dd a.youAreHere,
#content #strategy_list dl dt a.youAreHere {
	color: #000; 
	font-weight: bold;
}	
#team_index_inv dl dd a, 
#team_index_op dl dd a,
#content #strategy_list dl dt a {
	color: #00F; 
}


/**********************************************
	Team page 
 **********************************************
*/ 	
#content #team_text_box img.brackets {
	display: inline;
	background-image: url(../gfx/team_brackets.gif);
	background-position: left top;
	float: left;
	margin: 0px 15px 0px -15px;
	padding: 5px;
}
#content #team_text_box h1.name {
	color: #5D87A1;
	font-size: 1.2em;
	padding-top: 1em;
}
#content #team_text_box h2.title {
	color: #5D87A1;
	float: none;
	font-size: 1em;
	font-weight: bold;
	margin-top: 0px;
	padding-left: 1px;
}		
#team_index_inv {
	float: left;
}
#team_index_op dl {
	margin-left: 144pt;
}
html > #team_index_op dl {
	padding-top: 1em;
}
#team_index_inv dl dd a.youAreHere, 
#team_index_op dl dd a.youAreHere,
#content #strategy_list dl dt a.youAreHere,
#team_index_inv dl dd a, 
#team_index_op dl dd a {
	/* see strategy section above for grouped declarations */
}

