/* This style sheet contains color formatting for TerraBreak.org */
/* Background, text, link, and border colors are all in this file. */
/* Formatting tags are in the master tb_main.css file. */
/* Styles created and Copyright 2005 Michael Metheny. */
/* Feel free to learn, but please don't swipe our stuff. */

/**************  All pages, defaults **************/

body {
	background-color: #ffffff;
	color: #555555;
}

a:link, a:visited {
	color: #555555;
}

a:hover {
	color: #000000;
}

h2 {
	background-color: #88CB83;
	border: solid 1px #000000;

}

h3.archive {
	background-color: #ffffff;
	border: solid 1px #000000;
}

div.quote {
	color: #000000;
}

p.iv_2 {
	color: #28CA00;
}

p.iv_2 > a {
	color: #28CA00;
}

p.iv_2 > a:hover {
	color: #23AE00;
}

#header {
	background-image: url(../images/tb_green.png);
}

#header a
{
	border: none;
	color: #ffffff;
}
#header img
{
	border: none;
}


/************** Airfoil Pages **************/

ul.Re_list li {
	border: solid 1px #000000;
	border-bottom: none;
}

ul.Re_list a:link, ul.Re_list a:visited {
	color: #28CA00;
	background-color: #ffffff;
}
ul.Re_list a:visited {
	color: #28CA00;
}

ul.Re_list a:hover {
	background-color: #CBCBCB;
}

ul.Re_list a.tbl_active:link, ul.Re_list a.tbl_active:visited {
	background-color: #BFE2BC;
}
ul.Re_list a.tbl_active:hover {
	background-color: #CBCBCB;
}

table.Lift_display, table.Drag_display
{
	border-collapse: collapse;
	border: solid 1px #000000;
}

tr.striped_row {
	background-color: #88CB83;
}

tr.striped_row_even {
	background-color: #ffffff;
}

table.Lift_display th, table.Drag_display th
{
	border-bottom: dashed 1px #000000;
}

/* **************** */

#af_profile_img
{
	border: solid 1px #000000;
}

/************** Common Main sections **************/


#news, #team_main, #podium_main, #team_year, #main_block, #rad_main_block
{
	background-color: #BFE2BC;
	border: 1px #000000 solid;
}

span.tb_sig {
	color: #BC8A00;
	font-weight: bold;
	font-style: italic;
}

span.tb_sig > a {
	color: #BC8A00;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

span.tb_sig > a:hover {
	text-decoration: underline;
}

span.iv_1 {
	color: #22DD26;
	font-weight: bold;
}

span.iv_2 {
	color: #BC8A00;
	font-weight: bold;
}

/************** The Nav bar **************/
#navbar {
	background-color: #ffffff;
	border: none;
}

#navbar a:link, #navbar a:visited {
	color: #28CA00;
	text-decoration: none;
	background-color: #ffffff;
}
#navbar a:visited {
	color: #22DD26;
}

#navbar a:hover {
	background-color: #CBCBCB;
}

#navbar a.nav_active:link, #navbar a.nav_active:visited, #navbar a.active_sublist:link, #navbar a.active_sublist:visited {
	background-color: #BFE2BC;
}
#navbar a.nav_active:hover {
	background-color: #CBCBCB;
}

#navbar a.sublist:link, #navbar a.sublist:visited, #navbar a.active_sublist:link, #navbar a.active_sublist:visited {
	color: #B08A00;
}

#navbar ul {
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

#navbar li {
	border-bottom: solid 1px #000000;
}


#navbar li.nb_sublist {
	border-bottom: solid 1px #BFE2BC;
}

#navbar li.noborder {
	border-bottom: solid 1px #ffffff;
}

/************** Hanger Main **************/

#striped_table {
	border-collapse: collapse;
	border: solid 1px #000000;
}

#striped_table tr.row {
	background-color: #88CB83;
}

#striped_table tr.row_even {
	background-color: #ffffff;
}

#striped_table th {
	border-bottom: dashed 1px #000000;
}


/************** Individual University Pages **************/

#uni_year_table tr.uni_year_header {
	background-color: #88CB83;
}

#uni_year_table tr.uni_year_entries {
	background-color: #ffffff;
}