/*****************************/
/*** Core html setup stuff ***/
/*****************************/


/** colors **/
/*  #00386B  */
/*  #73C7F7  */
/*  #2474BD  */

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #f00;
}

input.button { 
	cursor: pointer;
	font-weight: bold;
}
/*
h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 2.0em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	width: 100%;
	text-align: left;
}
*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
p { margin-top: 0; margin-bottom: 5px; 
}

img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 50px 0;
	margin-bottom: 1px;
	margin-left: 30px;
	margin-right: 30px;
}

div.center {
  text-align: center;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
}

body.width_medium div#wrapper {
	width: 950px;
}

body.width_small div#wrapper {
	width: 773px;
}

body.width_fmax div#wrapper {
	min-width: 850px;
	max-width: 1050px;
}

div#header_l {
	position: relative;
}

div#header {
	height: 200px;   /*  height of header section */
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-left: 5px;  /* beginning point of any top module */
	overflow: hidden;
}

div#logo {
	float: left;
	margin-left: 0px;
	margin-top: 10px;
	width: 574px;
	height: 175px;
	background: url(../images/aucsc_logo.gif) 0 0 no-repeat; 
}
div#header_image  {  /* this is the rotating header image location */
	float: right;
	margin-top: 0px;
	/*height: 200px;
	width: 350px;*/
}
div#header_bottom {
	height: 25px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	background: #eee url(../images/header_area_divider.png) 0 0 repeat-x;
}
div#info_header {
	background: #000;
	background: #000 url(../images/header_background_plain.png) 0 100% repeat-x;
	height: 160px;
	padding-top: 0px;
}
div#info_header_off {
	display: none;
}
div#sponsor_area{
	float: left;
	height: 150px;
	width: 200px;
	padding-top: 0px;
	display: inline;  /* this fixes the mysterious IE6 "Doubled Float Margin Bug" which double the margin size */
	margin-left: 5px;
	color: #fff;
	font-weight: bold;
	/* visibility: hidden; */
}

div#sponsor_area img{
	border: 0px; 
	/* border: 2px ridge #ccc; */
	margin-top: 1px;
}
div#newsflash_wrapper{
	float: left;
	width: 530px;
	/*border: 1px solid #fff;*/
}
div#newsflash {
	/*float: left; */
	width: 500px;
	height: 150px;
	overflow-y: auto;
	margin-left: auto; 
	margin-right: auto;
	color: #fff;
}
div#newsflash  a:link{
	text-align: center;
	color: #fff;
}
div#newsflash  a:visited{
	text-align: center;
	color: #fff;
}
div#newsflash  a:hover{
	text-align: center;
	color: #f00;
}
/*
div#newsflash h1 {
	color: #fff !important;
	text-align: center !important;
	font-size: 1.5em !important;
	line-height: 1.5em;
}
div#newsflash h2 {
	color: #fff; 
	text-align: center; 
}
div#newsflash h3 {
	color: #fff; 
	text-align: center; 
}

div#newsflash .article_separator {
	border-top: 1px dashed #fff;
	display: block;
	height: 40px;  
}
*/

div#field_status {
	margin-right: 10px;
	margin-top: 0px;
	padding-top: 0px;
	float: right;
	display: inline; /* this fixes the mysterious IE6 "Doubled Float Margin Bug" which double the margin size */
	height: 150px;
	width: 200px;
	overflow: visible;
	background-image: url(../images/fields_background.png);
	background-repeat: no-repeat;
	background-position:top left;

}

.field_status_title{
	font-weight: bold;
}
	
div#field_status h1{
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.0em;
	color: #000000;
	border: 1px solid #000000;
}
div#field_status  a{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
div#field_status  a:hover{
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}
.field_open{
	background: #00cf00;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.3em
}
.field_pending{
	background: #ffcc00;
	color: #000000;
	font-weight: bold;
	line-height: 1.3em
}.field_closed{
	background: #e80005;
	color: #000000;
	font-weight: bold;
	line-height: 1.3em
}

div#tabarea {
	background: #eee url(../images/tabarea_divider.png) 0 0 repeat-x;
	margin-top: 0px;
	padding-top: 15px;
}
/*  The pillmenu formatting is also controlled by superfish.css in the superfish module  directory */
#pillmenu {
  white-space: nowrap;
  padding-left: 11px;
  padding-top: 5px;
  padding-bottom: 20px;
  height: 32px;
  float: left;
 }

 /*
#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#pillmenu li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
*/
/*
#pillmenu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  float:left;
  display:block;
  padding: 0 20px;
  color: #fff; 
  text-decoration: none;
}

#pillmenu a:hover {
  color: #ff0000;  
  background: #2474BD;  
}

#pillmenu a:active {
  color: #f00;  
  background: #00386B;
}
*/
/*
#pillmenu .sf-menu ul {
	position:	absolute;
	width:		25em;  
	background: #2474BD;  */ /* color of menu background.  Needed for IE7 */
/*
}

#pillmenu .sf-menu ul li {
	width: 100%;  
}
*/
/*
#pillmenu .sf-menu li {
	position:	relative;  /* makes sub-menu line up under main menu */
	/*background: #2474BD; */ /*colors the background of the sub-menu item beyond the end of the hyperlink */
/*
}

#pillmenu .sf-menu li:hover {
	visibility:	inherit; 
	background: #2474BD;  
}
*/
/*
#pillmenu .sf-menu li a {
	color: #fff;  
	display:block;
	height: 32px;
  	line-height: 32px;
  	background: url(../images/top_menu_background.png) repeat-x; 
}

#pillmenu .sf-menu li a:hover {
	color: #f00;
	background: #000;
}

#pillmenu .sf-menu li li{
	color: #fff;  
	display:block;
	background: #2474BD;  
}

#pillmenu .sf-menu li li a {
	color: #fff;  
	display:block;
	height: 28px;
  	line-height: 28px;
	border: none;
	background: #2474BD; 
}

#pillmenu .sf-menu li li a:hover {
	background: #000;  
	color: #f00;
	display:block;
	border: none;
}
*/
/*
#pillmenu .sf-menu li li:hover {
	background: #000; 
	display:block;
	border-left: 1px solid #000 ;
	border-right: 1px solid #000 ;
}

#pillmenu .sf-menu li li li{
	color: #fff;  
	width: 10em;
	background: #aaa;
}

#pillmenu .sf-menu li li li a {
	color: #fff; 
	height: 24px;
  	line-height: 25px;
	border: 2px dashed #000; 
	background: #aaa; 
}
*/
/*
#pillmenu .sf-menu li li li a:hover {
	color: #f00;  
	border: 2px dashed #000;
	background: #fff;  
}

#pillmenu a#active_menu-nav {
  background: url(../images/aucsc-2/mw_menu_active_bg.png) repeat-x;
  color: #fff;
}
#pillmenu a#active_menu-nav:hover {
  color: #fff;
}
#pillmenu a#active_menu-nav {
	margin-top:2px;
	height: 21px;
	line-height: 21px;
	background-position: 0 0;
}

#pillmenu #current {
*/
/*	color: #f00;*/
/*   background: #000;    this colors the background of the currently selected menu item  
}
*/

/************  eliminating need for tablarea_l & tabarea_r ***************
div#tabarea_l {
	background: url(../images/mw_header_l_b.png) 0 0 no-repeat;
	padding-left: 0px;
}
div#tabarea_r {
	height: 50px;
	background: url(../images/mw_header_r_b.png) 100% 0 no-repeat;
	padding-right: 1px;
}
***************************************************************************/

div#footer_r {
	padding-top: 10px;
	height: 47px;
	overflow: hidden;
}

div#footer_r div {
	text-align: center;
	font-size: .90em;
	color: #aaa;
}

div#footer_r a:link, div#footer_r a:visited  {
	color: #999;
}

div#footerspacer {
	height: 10px;
}

#pathway {
	padding: 0px 10px 8px;
	width: auto;
	margin-top: -2px;
	margin-right: 250px;
	text-align: left;
}

#search {
	float: right;
	width:125px;
	margin-top: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
	margin-top: 8px;
	overflow: hidden;
	text-align:right;
	font-weight: bold;
}

form#searchForm input {
	vertical-align: middle;
}

form#searchForm table {
	border-collapse: collapse;
}

form#searchForm td {
	padding:0;
}

#mod_search_searchword {
	margin-top: 15px;
	font-weight: normal;
}

#area {
	padding: 0;
}

#whitebox {
	margin: 0 15px 0px 15px;
	background: #fff;
	width: auto;
}

#whitebox div {
	text-align: left;
}

#whitebox_t {
	background: #fff url(../images/mw_content_t.png) 0 0 repeat-x;
}

#whitebox_tl {
	background: url(../images/mw_content_t_l.png) 0 0 no-repeat;
}

#whitebox_tr {
	height: 0px;
	overflow: hidden;
	background: url(../images/mw_content_t_r.png) 100% 0 no-repeat;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-top: 2px solid black;
}

#whitebox_m {
	width: auto; 
	padding: 0px 0px;
	border-left: 2px solid black;
	border-right: 2px solid black;

}

#whitebox_b {
	margin-top: -5px;
	background: url(../images/mw_content_b.png) 0 100% repeat-x;
}

#whitebox_bl {
	background: url(../images/mw_content_b_l.png) 0 100% no-repeat;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}

#whitebox_br {
	height: 13px;
	background: url(../images/mw_content_b_r.png) 100% 100% no-repeat;
}

#adsense {  /*  formatting for Google AdSense module */
	float:right;
	margin-right: 2px;
}
#adsense_ie6_ie7 {  /* special formatting for IE6&7 because using float kept putting the whitebox_m left border out of place.  ??? */
	margin-left: 183px;
}

/* horizontal pill menu */
table.pill {
  float: left;
  /*margin-left: 0px;
   margin-right: auto; */
  padding: 0;
}
td.pill_l {
  background: url(../images/mw_menu_cap_l.png) no-repeat;
}
td.pill_m {
  background: url(../images/mw_menu_normal_bg.png) repeat-x;
  padding: 0;
  margin: 0;
  width: auto;
}
td.pill_r {
  background: url(../images/mw_menu_cap_r.png) no-repeat;
}

#leftcolumn {
	padding-bottom: 5px;
	margin-bottom: 5px;
	width: 20%;
	float:left;
	background: #ddd;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 14px;
  	font-weight: normal;
	color: #00386B;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;

}
#leftcolumn ul{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 30px;  /* this provides the space between left column modules */
	padding: 0;
	list-style: none;
}
#leftcolumn li{
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	line-height: 2em;
	font-weight: bold;
	color: #00386B;
	border-bottom: 1px dashed #888;
	background-image:url(../images/indent1.png);
	background-repeat: no-repeat;
	background-position: center left;
}
#leftcolumn a{
	display: block;
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
	text-decoration: none;
	color: #00386B;
}
#leftcolumn a:hover{
	color: #ffffff;
	text-decoration: none;
}
#leftcolumn li:hover{
	background: #00386B;
	color: #ffffff;
}
#leftcolumn a:active {
  color: #00386B;  /* color of font on menu link during selection */
  background: #ffffff;
}
#leftcolumn li:active {
  color: #00386B;  /* color of font on menu link during selection */
  background: #ffffff;
}
#leftcolumn p{
	font-weight: normal;
}
#leftcolumn #current {
	background: #eee;   /* this colors the background of the currently selected menu item */
}
#leftcolumn #current a:hover {
	background: #00386B; /* highlight the #current selection the same as the rest of the menu */
	color: #ffffff;   /* highlight the #current selection the same as the rest of the menu */
}

#maincolumn,
#maincolumn_full {
	margin-left: 20%;
	padding-top: 25px;
	padding-left: 15px;
	width: 77%;
}

#maincolumn_full {
	margin-left: 0;
	margin-right: 0;
	padding: 0;	
	width: 100%;
}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

table.nopad td.middle_pad {
	width: 20px;
}


a.tournament_menu  {
	color: #000;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
}
a:visited.tournament_menu  {
	color: #000;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
}
a:hover.tournament_menu  {
	color: #f00;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
}
/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
  display: block;
  margin: 0 20px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

/* headers */
div.componentheading {
  padding-left: 0px;
}
.contentheading {
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Arial, Helvetica,sans-serif;
	color: #01305a;
	font-size: 1.4em;
	font-weight: bold;
	vertical-align: bottom;
	width: 100%;
	text-decoration: underline;
	/*text-align: left; */
}

.contentheading  a:link{
	color: #01305a;
	font-weight: bold;
}
.contentheading  a:visited{
	color: #01305a;
	font-weight: bold;
}
.contentheading  a:hover{
	color: #f00;
	font-weight: bold;
}
table.contentpaneopen h3 {
	margin-top: 25px;
}

.componentheading, table.moduletable th, legend {
  margin-bottom: 25px;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 2em;
  line-height: 1em;
  padding-left: 0px;
  text-align: left;
  
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	border-top: 1px dashed #01305a;
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {

}

td.buttonheading img {
	border:none;
}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
  background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}

/* edit button */
.contentpaneopen_edit{
	float: left;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: 100%;
}


table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	/*color: #333; */
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
}

div.module_menu h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div div div {
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
	padding-left: 20px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
}

#leftcolumn div.module {
	padding: 0 10px;
}

#leftcolumn div.module table {
	width: auto;
}

/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	margin-top: 2px;
	margin-left: 5px;
	text-align: center;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { 
	padding-left: 0;
	font-weight: normal;
}
form#form-login a { 
	font-weight: normal;
}

form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#com-form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#syndicate{
	float:left;
	padding-left: 25px;
}

#power_by{
	float:right;
	padding-right: 25px;
}

/* Component Specific Fixes */

#component-contact table td {
	padding: 2px 0;
}
.team_listing_background{
	background: #73C7F7;
	padding-bottom: 50px;  /* space below the team listing table */
	border: 2px #000000 solid;
}
.edit_listing_background{
	background: #FF9900;
	padding-bottom: 50px;  /* space below the team listing table */
	border: 2px #000000 solid;
}
#team_list{
	text-align: center;
}
#team_list h1{
	text-align: center;
	font-size: 2em;
	line-height: 2em;
	color: #000000;
}
#team_list h2{
	text-align: center;
	font-size: 1.5em;
	line-height: 1.5em;
}
#team_list h2:hover{
	color: #ff0000;
}
#team_list table{
	border: 2px solid #000000;
	border-collapse:collapse;
	margin-left: auto;
	margin-right: auto;
	background: #ccc;
}
#team_list th{
	text-align: center;
	border: 2px solid #000000;
	font-size: 1.5em;
	line-height: 2em;
	color: #000000;
}
#team_list td{
	margin: 0px;
	border: 2px solid #000000;
	color: green;
	text-align: center;
	font-weight: bold;
	width: 250px;
}
#team_list p{
	text-align: center;  /* needed to center the Add Team link in IE7 */
}
#team_list a{
	font-weight: bold;
	line-height: 2.0em;
	text-align: center;
}
#team_list a:hover{
	color: #ff0000;
}

#team_list .team_age{
	text-align: center;
	width: 75px;
	color: #000000;
}
.team_page_background{
	background: #ddd;
	padding-bottom: 20px;
	border: 2px #000000 solid;
}
#inactive_team a{
	color: #ff0000;
	font-weight: normal;
}
#upload_picture {
	font-weight: bold;
	font-size: 1.3em;
}
#upload_picture a{
	font-weight: bold;
	text-decoration: underline;
}
#upload_picture a:hover{
	color: #ff0000;
}
#return_to_webpage a{
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
#return_to_webpage a:hover{
	color: #ff0000;
}
div#team_webpage{
	padding-top: 5px;
	padding-right: 5px;

}
div#team_webpage h1{
	text-align: center;
	font-size: 2em;
	line-height: 2em;
	color: #000000;
	text-decoration: none;
}
div#team_webpage h2{
	text-align: center;
	font-size: 1.2em;
	line-height: 1.2em;
	text-decoration: none;
	color: #ffffff;
}
#team_webpage a{
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em;
}
#team_webpage a:visited{
}
#team_webpage a:hover{
	color: #ff0000;
}
div#team_news {
	float: left;
	width: 71%;
	padding-left: 5px;
}
div#team_news a{
	color: #000;
	text-decoration: underline;
}
div#team_news .team_photo{
	/*border: 1px #000000 solid; */
}
div#team_picture_background{
	height: 320px;
	width: 480px;
	background: #bbb;
	border: 2px black solid;
}
div#team_information {
	float: right;
	border: 1px #000000 solid;
	width: 27%;
	text-align: center;
	background-image: url(../images/team_page_info_background.png);
	background-repeat: repeat-y;
	color: #ffffff;
}
div#team_information a{
	color: #ffffff;
}
div#team_information h2{
	color: #00CCFF;
}
div#add_team {
	background: #FF9900;
	padding: 10px;
	border: 2px #000 solid;
	font-weight: bold;
}
div#add_team h1{
	color: #000;
	font-size: 1.5em;
	line-height: 1.7em;
}
