html {
	height:100%;
}

body { 
	height:100%;
	text-align:center;
	background-color: #101010;
	margin: 0px;
	padding: 10px;
	background-image: url(../images/gradiente3.gif);
	background-repeat: repeat-x repeat-y;
	background-position: top;
	}
	
/************FORMS*************/

form {
	margin: 5px;
	padding: 5px;
}

textarea, input, select {  
    background-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: 1px solid #ffffff;
	color: #ffffff;
}

textarea:focus, input:focus, select:focus {
    background-color: #000000;
}

.button { 
    background-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 0.1em;
    border-color: #cccccc #000000 #000000 #cccccc;
    border-style: solid;
    border-width: 1px;
    background-image: url(../images/buttonbg.gif);
}

#main_container {
    width: 850px;
    padding: 0px;
    margin: 0px auto;
    border: solid #ff9999;
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px;

}

#main_container_container {
    width: 850px;
    padding: 0px;
    margin: 0px auto;
    border: solid #222222;
    border-top-width: 0px; 
    border-right-width: 0px; 
    border-bottom-width: 0px; 
    border-left-width: 0px;

}

.table_body {
    width:100%;
    height:400px;
    border-spacing: 0px;
    border-collapse: collapse;
    padding:0px;
    margin:0px;
}

td.table_body {
	padding:0px;
}

/************LAYOUT************/

#body_mainbg {
    width:685px;
    vertical-align:top;
    background-color: #202020; 
    padding: 5px 10px;
	background-image: url(../images/gradiente.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: dotted #ff9999;
	border-top-width: 0px; 
    border-right-width: 0px; 
    border-bottom-width: 0px; 
    border-left-width: 1px;
}

/********* HOME PAGE ************/

#body_home {
    width:485px;
    vertical-align:top;
    background-color: #202020;
    padding: 0px;
	background-image: url(../images/gradiente.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: dotted #ff9999;
	border-top-width: 0px; 
    border-right-width: 1px; 
    border-bottom-width: 0px; 
    border-left-width: 1px;
}

#left_home {
    width:200px;
    height:100%;
    vertical-align:top;
    background-color:#202020;
	background-image: url(../images/gradiente.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: solid #66ccff;
	border-top-width: 0px; 
    border-right-width: 0px; 
    border-bottom-width: 0px; 
    border-left-width: 0px;
}

.top_home {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    margin-top:10px;
    padding: 0px 10px 15px 10px;
    vertical-align:top;
    border-bottom:0px solid #ffffff;
    text-align:left;
	color: #ffffff;
}

.bottom_home {
	margin-top: 15px;
	padding: 0px 10px;
	vertical-align:top;
	font-size: 11px;
	line-height: 20px;
}

.photo_caption {
	font-size:10px;
	margin:0px 0px 5px 15px;
	padding:0px;
	float:right;
}

.homeScores table {
    border-collapse: collapse;
    border: 0px solid;
    width: 100%;
}

.homeScores td {
    font-size:10px;
    font-family: verdana;
    color: #ffffff;
    line-height: 18px;
    border: 0px;
    padding: 2px;
    background-color: #202020;
}

.homeScoresNum {
    font-weight:bold;
    text-align:center;
}

/********* HEADER ***************/

.header_container {
    padding:0px;
    margin:0px;
}

#header_menu {
    height:20px;
    padding:0px;
    margin:0px;
    text-align:right;
    vertical-align:top;
	background-image: url(../images/gradiente4.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: solid #ff9999;
	border-top-width: 1px; 
    border-right-width: 0px; 
    border-bottom-width: 1px; 
    border-left-width: 0px;
}

#header_menu a {
    color: #FFFFFF;
    padding:0px 15px 0px 10px;
    margin:0px;
    text-decoration: none;
    font-size:10px;
    line-height:20px;
    background-image: url(../images/bullet_menu.gif);
    background-repeat: no-repeat;
    background-position: 0px -3px;
}

#header_menu a:hover, #header_menu a:focus {
    background-image: url(../images/bullet_menu_over.gif);
}

/***********SEARCH*************/

.searchBox {
	width:270px; 
	float:left; 
	padding-left:5px; 
	text-align:left;
}

.site_search_form {
	margin:0px;
	padding: 0px;
}

.site_search {
	background-color:#202020;
	border: 1px solid #000000;
	font-size: 10px;
	line-height:20px;
	width: 160px;
}

.site_search:focus {
    background-color: #505050;
	border: 1px solid #990000;
}

.site_search_button {
	background-color:#000000;
	border: 1px solid #ffffff;
	border-color: #cccccc #000000 #000000 #cccccc;
	font-size: 10px;
}

/***********FOOTER*************/

#footer_mainbg {
	font-size:10px;
	text-align:center;
	background-color: #202020;
	background-image: url(../images/gradiente2.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: dotted #ff9999;
	border-top-width: 1px; 
    border-right-width: 0px; 
    border-bottom-width: 0px; 
    border-left-width: 0px;
}

/***********TOURNAMENT************/

.bracket {  
    border: #666666; 
    border-style: solid; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px; 
    background-color: #efefef;
    color: #000000;
}

.bracket2 {   
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 15px;
    font-weight: normal;
    color: #6699CC;
}

.bracket_champ {  
    border: #3300CC; 
    border-style: solid; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px; 
    background-color: #efefef;
    color: #000000;
}

/********* MAIN MENU ************/

#menu_mainbg {
    width:175px;
    vertical-align:top;
    background-color: #202020;
	background-image: url(../images/gradiente.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: solid #0000ff;
	border-top-width: 0px; 
    border-right-width: 0px; 
    border-bottom-width: 0px; 
    border-left-width: 0px;
}

.menu_left_header {
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color:#ffffff;
	font-weight: bold;
	background-color:#000000;
	background-image: url(../images/gradiente4.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: solid #ff9999;
	border-top-width: 1px; 
    	border-right-width: 1px; 
    	border-bottom-width: 1px; 
    	border-left-width: 1px;
	line-height: 15px;
	font-weight: bold;
	padding: 2px 5px;
}

/**********
a.menu_left {
	color: #003300;
	display: block;
	font-size: 11px; 
	text-decoration: none;
	line-height:19px;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff #ffffff #efefef #ffffff;
	padding: 0px 0px 0px 11px;
	margin: 0px;
	background-color: #ffffff;
	background-image: url(../images/bullet_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px}
**********/

a.menu_left:hover, a.menu_left:focus {
    color: #ffffff;
    background-image: url(../images/bullet_menu_over.gif);
    background-color: #000000;
    border-style: solid;
    border-color: #efefef #666666 #666666 #cccccc;
}

a.menu_subs {
    color: #ffffff;
    line-height: 19px;
    display: block;
    font-size: 11px;
    text-decoration: none;
    border-width: 0px;
    border-style: solid;
    border-color: #efefef #999999 #999999 #cccccc;
    padding: 0px 0px 0px 30px;
    margin: 0px;
    background-color: #202020;
    background-image: url(../images/bullet_menu.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

a.menu_subs:hover, a.menu_subs:focus {
    color: #ffffff;
    background-image: url(../images/bullet_menu_over.gif);
    background-color: #000000;
    border-style: solid;
    border-color: #efefef #666666 #666666 #cccccc;
}

/**********HOMEPAGE ANNOUNCEMENTS*********/

.home_ann_con {
	margin:0px;
	padding: 0px 0px 0px 0px;
	background-color: #666666;
}

.home_ann_header {
    display: block;
    font-size: 11px;
    color:#ffffff;
    font-weight: bold;
    background-color:#000000;
    border: 1px solid;
    border-color:  #ffffff #ffffff #efefef #ffffff;
    line-height: 15px;
    font-weight: bold;
    padding: 2px 5px;
}

a.home_ann {
    color: #ffffff;
    line-height:17px;
    display: block;
    font-size: 11px;
    text-decoration: none;
    border-width: 0px;
    border-style: solid;
    border-color: #ffffff #ffffff #efefef #ffffff;
    padding: 5px 0px 5px 15px;
    margin: 0px;
    background-color: #202020;
    background-image: url(../images/bullet_menu.gif);
    background-repeat: no-repeat;
    background-position: 2px 4px;
}

a.home_ann:hover, a.home_ann:focus {
    color: #ffffff;
    background-image: url(../images/bullet_menu_over.gif);
    background-color: #000000;
    border-style: solid;
    border-color: #fafafa #ffffff #dfdfdf #ffffff;
}

/*****************TEAM INFO************************/

#team_info {
	width: 175px;
	float: right;
	border:1px solid #cccccc;
	border-top: 0px;
	font-size: 10px;
	margin: 0px 0px 15px 15px;
}

.team_header {
	font-weight: bold;
	text-align: center;
	padding: 3px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	background-color: #fafafa;
}

.team_text {
	color: #ffffff;
	padding: 3px;
	line-height: 15px;
}

#photo_blank {
    text-align: center;
    color: #999999;
    font-weight:bold;
    line-height: 200px;
    height: 250px;
    width: 100%;
    border: 1px solid #cccccc;
    margin-bottom: 15px;
}

#photo_pres {
    width: 100%;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    float: left;
    margin-bottom: 15px;
}


#header_logo {
font-family: arial, verdana;
font-size: 30px;
font-weight: bold;
text-align: center;
line-height: 120px;
padding: 0px;
margin: 0px 0px 0px 0px;
background-image: url(../images/logoleague.jpg);
height: 196px;
}

#headerText01 {
height: 125px;
width: 450px;
margin: auto;
color: #000000;
}

#headerText02 {
height: 125px;
width: 450px;
margin: auto;
position: relative;
top: -127px;
left: -2px;
color: #FFFFFF;
}

a.menu_left {
color: #ffffff;
display: block;
font-size: 11px; 
text-decoration: none;
line-height:19px;
border-width: 0px;
border-style: solid;
border-color: #ffffff #ffffff #efefef #ffffff;
padding: 0px 0px 0px 11px;
margin: 0px;
background-color: #202020;
background-image: url(../images/bullet_menu.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
}

a.menu_select {
color: #ffffff;
line-height:19px;
display: block;
font-size: 11px;
text-decoration: none;
border-width: 0px;
border-style: solid;
border-color: #000000 #333366 #333366 #000000;
padding: 0px 0px 0px 11px;
margin: 0px;
background-color: #404040;
background-image: url(../images/bullet_menu.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
}

a.menu_select:hover, a.menu_select:focus {
color:#ffffff;
background-image: url(../images/bullet_menu_over.gif);
background-color: #000000;
border-style: solid;
border-color: #efefef #666666 #666666 #cccccc;
}

#footer_mainbg {
}

#footerTop {
height: 3px;
background-color: #000033;
}
