
/******************************* BRACKET STANDINGS CLASSES *******************************/

td.td_dropin a				{ color: #fbc300; text-decoration: none; }
td.td_dropin a:link			{ color: #fbc300; text-decoration: none; }
td.td_dropin a:visited		{ color: #fbc300; text-decoration: none; }
td.td_dropin a:hover		{ color: #ddd; text-decoration: underline; }
td.td_dropin a:active		{ color: #fbc300; text-decoration: none; }

td.td_played a 			{ color: #FFFFFF; text-decoration: none; }
td.td_played a:link		{ color: #FFFFFF; text-decoration: none; }
td.td_played a:visited		{ color: #FFFFFF; text-decoration: none; }
td.td_played a:hover		{ color: #9DACA2; text-decoration: underline; }
td.td_played a:active		{ color: #FFFFFF; text-decoration: none; }

td.td_sched a			{ color: #FFFFFF; text-decoration: none; }
td.td_sched a:link		{ color: #FFFFFF; text-decoration: none; }
td.td_sched a:visited		{ color: #FFFFFF; text-decoration: none; }
td.td_sched a:hover		{ color: #FEDD00; text-decoration: underline; }
td.td_sched a:active		{ color: #FFFFFF; text-decoration: none; }

td.td_unsched a			{ color: #FFFFFF; text-decoration: none; }
td.td_unsched a:link		{ color: #FFFFFF; text-decoration: none; }
td.td_unsched a:visited		{ color: #FFFFFF; text-decoration: none; }
td.td_unsched a:hover		{ color: #FEDD00; text-decoration: underline; }
td.td_unsched a:active		{ color: #FFFFFF; text-decoration: none; }

.bracket {
	font-family: "lucida grande", lucida, arial, geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	letter-spacing: 0px;
	
	table-layout: fixed;
}
.bracket .td_unsched,
.bracket .td_played,
.bracket .td_dropin {
	text-align: left;
}
.bracket .td_unsched {
	background-color: #5F5454;
	border-width: 1px;
	border-style: solid;
	border-top-color: #625757;
	border-left-color: #625757;
	border-right-color: #766B6B;
	border-bottom-color: #766B6B;

	filter: alpha(opacity=50, finishopacity=50, style=1);
}

/*	bracket spot splits the bracket cell into two parts,
	one for the player name and other for the [view] button in regular view mode
	by default that mode is off (altview is on) cause altview is cool :D */
	
.bracket ul {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
.bracket ul li {
	display: inline;
}
.bracket ul li#l {
	float: left;
}
.bracket ul li#r {
	float: right;
}

.contents {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFD872;
}

.td_normal {
	text-align: center;
	color: #dedede;
	
	background-color: #444446;
	border-width: 1px;
	border-style: solid;
	border-top-color: #5c5c5c;
	border-left-color: #5c5c5c;
	border-right-color: #3c3c3c;
	border-bottom-color: #3c3c3c;
}
.td_dropin {
	color: #FFFFFF;
	
	background-color: #5A0F0C;
	border-width: 1px;
	border-style: solid;
	border-top-color: #AA8322;
	border-left-color: #AA8322;
	border-right-color: #966F0E;
	border-bottom-color: #966F0E;	
}
.td_header {
	color: #FEFEFE;
	
	background-color: #595959;
	border-width: 1px;
	border-style: solid;
	border-top-color: #6D6D6D;
	border-left-color: #595959;
	border-right-color: #595959;
	border-bottom-color: #6D6D6D;
}
.td_unsched {
	color: #f2f2f2;
	text-align: center;
	
	background-color: #5F5454;
	border-width: 1px;
	border-style: solid;
	border-top-color: #766B6B;
	border-left-color: #766B6B;
	border-right-color: #625757;
	border-bottom-color: #625757;
}
.td_unsched td {
	color: #f2f2f2;
	text-align: center;

	background-color: #5c5c5c;
	border-width: 0px;
	border-style: solid;
	border-top-color: #888;
	border-left-color: #888;
	border-right-color: #777;
	border-bottom-color: #777;
}
.td_unsched table {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: separate;
	border: 0px;
}
.td_unsched td {
	padding: 0px;
	border: 0px;
	border-right: 1px solid #333;
}
.td_unsched td.right {
	border: 0px;
	border-left: 1px solid #777;
	border-right: 0px;
}
.td_unsched table.format {
	background: none;
}
.td_unsched table.format td {
	background: #555;
	border: 1px solid #444;
	text-align: left;
	padding: 5px;
}
.td_played {
	text-align: left;
	color: #ffffff;
	
	background-color: #630;
	border-width: 1px;
	border-style: solid;
	border-top-color: #8E5B28;
	border-left-color: #8E5B28;
	border-right-color: #340100;
	border-bottom-color: #340100;
}
table.members_table td.td_played {
	text-align: center;
}
.td_played table {
	width: 100%;
	padding: 0px;
}
.td_sched {
	text-align: center;
	color: #fff;
	
	background-color: #336699;
	border-width: 1px;
	border-style: solid;
	border-top-color: #4986C2;
	border-left-color: #4986C2;
	border-right-color: #1F5285;
	border-bottom-color: #1F5285;
}

.td_sched table {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: separate;
	border: 0px;
	background: none;
}
.td_sched td {
	padding: 0px;
}
.td_sched td.right {
	border: 0px;
}
.unsched_table {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: separate;
	border: 0px;	
}
.unsched_table td {
	padding: 0px;
	border: 0px;
	border-right: 1px solid #333;
}
.unsched_table td.right {
	border: 0px;
	border-left: 1px solid #777;
	border-right: 0px;
}
/* focused bridge center */
.td_br_c_f {
	background-color: #A21822;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CE1422;
	border-left-color: #CE1422;
	border-right-color: #9C0000;
	border-bottom-color: #9C0000;
}
/* blured bridge center */
.td_br_c_b {
	background-color: #5F5454;
	border-width: 1px;
	border-style: solid;
	border-top-color: #625757;
	border-left-color: #625757;
	border-right-color: #766B6B;
	border-bottom-color: #766B6B;
	filter: alpha(opacity=50, finishopacity=50, style=1);
}
/* focused bridge edge */
.td_br_e_f {
	background-color: #630;
	border-width: 1px;
	border-style: solid;
	border-top-color: #8E5B28;
	border-left-color: #8E5B28;
	border-right-color: #340100;
	border-bottom-color: #340100;
}
/* blured bridge edge */
.td_br_e_b {
	background-color: #5F5454;
	border-width: 1px;
	border-style: solid;
	border-top-color: #625757;
	border-left-color: #625757;
	border-right-color: #766B6B;
	border-bottom-color: #766B6B;
	filter: alpha(opacity=50, finishopacity=50, style=1);
}
/* scheduled bridge center */
.td_br_cs {
	text-align: center;
	color: #fff;
	
	background-color: #336699;
	border-width: 1px;
	border-style: solid;
	border-top-color: #4986C2;
	border-left-color: #4986C2;
	border-right-color: #1F5285;
	border-bottom-color: #1F5285;
}
/* scheduled bridge edge */
.td_br_es {
	text-align: center;
	color: #fff;
	
	background-color: #666;
	border-width: 1px;
	border-style: solid;
	border-top-color: #888;
	border-left-color: #888;
	border-right-color: #555;
	border-bottom-color: #555;
	
	background-color: #7A5128;
	border-width: 1px;
	border-style: solid;
	border-top-color: #8E5B28;
	border-left-color: #8E5B28;
	border-right-color: #522900;
	border-bottom-color: #522900;
}

.td_br {	/* the TRIM as syn calls it :D */
	background-color: #555559;
	border-width: 1px;
	border-style: solid;
	border-top-color: #888;
	border-left-color: #888;
	border-right-color: #777;
	border-bottom-color: #777;
	
	filter: alpha(opacity=70, finishopacity=10, style=1);
}
/* first column of the winner bracket admin (input fields and seed number) */
.td_input {
	text-align: left;
}
.td_input table {
	width: 100%;
}
.td_input table td {
	padding: 0px;
}
.td_input table td input {
	margin: 0px;
}
.td_view {
	color: #ccc;
	text-align: right;
}

.bracket_install {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
}
.bracket_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #fefefe;
}

/******************************* COMMENTS STREAM LIST *******************************/

table.comments_stream {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fefefe;
	
	padding: 0;
	margin: auto;
	border-collapse: separate;
}
table.comments_stream td {
	
}
table.comments_stream td.header {
	text-align: center;
	color: #dedede;
	
	padding: 1px;
	
	background-color: #444;
	border-width: 1px;
	border-style: solid;
	border-top-color: #585858;
	border-left-color: #585858;
	border-right-color: #404040;
	border-bottom-color: #404040;
}
table.comments_stream td.entry {
	text-align: justify;
	padding: 3px;
	
	color: #ddd;
	background-color: #680009;
	background-color: #680009;
	border-width: 1px;
	border-style: solid;
	border-top-color: #835D60;
	border-left-color: #861E27;
	border-right-color: #540000;
	border-bottom-color: #540000;
}

table.comments_stream a        { color: #444; text-decoration: none; }
table.comments_stream a:link   { color: #444; text-decoration: none; }
table.comments_stream a:visit  { color: #444; text-decoration: none; }
table.comments_stream a:hover  { color: #ddd; text-decoration: none; }
table.comments_stream a:active { color: #444; text-decoration: none; }

/******************************* MATCH LISTING TABLE *******************************/
table.match_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fefefe;
	padding: 0;
	margin: auto;
	border-collapse: separate;
}
table.match_list td {
	padding: 2px;
}

table.match_list td.light_header {
	text-align: center;	
	color: #ccc;
	padding: 1px;
	
	background-color: #693636;
	border-width: 1px;
	border-style: solid;
	border-top-color: #7D4A4A;
	border-left-color: #7D4A4A;
	border-right-color: #5F2C2C;
	border-bottom-color: #5F2C2C;
}

table.match_list td.header {
	text-align: center;	
	color: #ccc;
	
	background-color: #336699;
	border-width: 1px;
	border-style: solid;
	border-top-color: #5184B7;
	border-left-color: #5184B7;
	border-right-color: #15487B;
	border-bottom-color: #15487B;
}

table.match_list td.header a           { color: #FFFFFF; text-decoration: none; }
table.match_list td.header a:link      { color: #FFFFFF; text-decoration: none; }
table.match_list td.header a:visited   { color: #FFFFFF; text-decoration: none; }
table.match_list td.header a:hover     { color: #9DACA2; text-decoration: underline; }
table.match_list td.header a:active    { color: #9DACA2; text-decoration: underline; }

table.match_list td.entry {
	text-align: center;
	color: #FFFFFF;
	
	background-color: #963804;
	border-width: 1px;
	border-style: solid;
	border-top-color: #AA4C18;
	border-left-color: #AA4C18;
	border-right-color: #822400;
	border-bottom-color: #822400;	
}

/******************************* SEED TABLES *******************************/
.td_seed_header {
	text-align: center;
	color: #fff;
	
	padding: 1px;
	
	background-color: #BA0010;
	border-width: 1px;
	border-style: solid;
	border-top-color: #920000;
	border-left-color: #D81E2E;
	border-right-color: #920000;
	border-bottom-color: #D81E2E;
}
.td_seed_entry {
	text-align: center;
	color: #B6AA85;
	
	background-color: #604040;
	border-width: 1px;
	border-style: solid;
	border-top-color: #745454;
	border-left-color: #745454;
	border-right-color: #422222;
	border-bottom-color: #422222;
}

td.td_seed_entry a 			{ color: #ddd; }
td.td_seed_entry a:link			{ color: #ddd; }
td.td_seed_entry a:visited		{ color: #ddd; }
td.td_seed_entry a:hover		{ color: #fb7300; text-decoration: underline; }
td.td_seed_entry a:active		{ color: #ddd; }

/******************************* GENERIC BLUE DATA LISTING TABLE *******************************/
table.data_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fefefe;
	
	padding: 0;
	margin: auto;
	border-collapse: separate;
}
table.data_list td {
	padding: 2px;
}

table.data_list td.header {
	text-align: center;
	color: #dedede;
	
	background-color: #680009;
	border-width: 1px;
	border-style: solid;
	border-top-color: #861E27;
	border-left-color: #861E27;
	border-right-color: #400000;
	border-bottom-color: #400000;
}

table.data_list td.light_header {
	color: #dedede;
	text-align: center;
	
	background-color: #336699;
	border-width: 1px;
	border-style: solid;
	border-top-color: #4986C2;
	border-left-color: #4986C2;
	border-right-color: #1F5285;
	border-bottom-color: #1F5285;
}
table.data_list td.entry {
	text-align: center;

	background-color: #666;
	border-width: 1px;
	border-style: solid;
	border-top-color: #888;
	border-left-color: #888;
	border-right-color: #555;
	border-bottom-color: #555;
}
table.data_list td.left_entry {
	text-align: left;
	
	background-color: #666;
	border-width: 1px;
	border-style: solid;
	border-top-color: #888;
	border-left-color: #888;
	border-right-color: #555;
	border-bottom-color: #555;
}
table.data_list td.left_entry input,
table.data_list td.entry textarea {
	border-width: 1px;
	border-style: solid;
	border-top-color: #333;
	border-left-color: #333;
	border-right-color: #888;
	border-bottom-color: #888;
	margin: 1px;
}
table.data_list td.empty {
	text-align: center;
	color: #666666;
	font-style: italic;
	
	background-color: #336699;
	border-width: 1px;
	border-style: solid;
	border-top-color: #4986C2;
	border-left-color: #4986C2;
	border-right-color: #1F5285;
	border-bottom-color: #1F5285;
}

table.data_list td.header a           { color: #fefefe; text-decoration: none; }
table.data_list td.header a:link      { }
table.data_list td.header a:visited   { }
table.data_list td.header a:hover     { text-decoration: underline; }
table.data_list td.header a:active    { text-decoration: underline; }

table.data_list td.entry a           { color: #CE6E45; text-decoration: none; font-weight: bold; }
table.data_list td.entry a:link      { }
table.data_list td.entry a:visited   { }
table.data_list td.entry a:hover     { color: #D9EFEF; text-decoration: underline; }
table.data_list td.entry a:active    { text-decoration: underline; }

/******************************* MESSAGE WINDOW aka ShowHint() *******************************/

table.message_window {	
	
	color: #fefefe;
	padding: 0px;
	margin: auto;
	border-collapse: separate;
	
	background-color: #666;
	border-width: 1px;
	border-style: solid;
	border-top-color: #222;
	border-left-color: #222;
	border-right-color: #222;
	border-bottom-color: #222;
}

table.message_window td.header {
	padding: 3px;
	color: #cccccc;
	font-weight: bold;
	letter-spacing: 1px;
	
	background-color: #4E4E4E;
	border-width: 1px;
	border-style: solid;
	border-top-color: #5c5c5c;
	border-left-color: #5c5c5c;
	border-right-width: 0px;
	border-right-color: #666;
	border-bottom-color: #000;
}

table.message_window td.body {
	padding: 3px;
	color: #dedede;
	
	background-color: #333;
	border-width: 1px;
	border-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	border-right-color: #555;
	border-bottom-color: #555;
}

/******************************* CALENDAR ITEMS *******************************/
.calendar {
	font-family: "lucida grande", lucida, arial, geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	letter-spacing: 0px;
}
.calendar th {
	font-family: "lucida grande", lucida, arial, geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #dedede;
}
.calendar td.regular {
	font-size: 10px;
	color: #BCCDC3;
	
	padding: 1px;
	height: 20px;
	width: 25px;
}
.calendar .chosen {
	font-weight: bold;
	font-size: 14px;
	color: #192D22;
	
	padding: 0;
	width: 25px;
	
	background-color: #444;
	
	border-top: 1px solid #333;	
	border-left: 1px solid #333;	
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

/******************************* GENERIC ITEMS 554a4a *******************************/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #552222;
	
	overflow: none;
	
	scrollbar-face-color:#444;
	scrollbar-track-color:#333;
	scrollbar-arrow-color:#777;
	scrollbar-3dlight-color:#777;
	scrollbar-darkshadow-color:#111;
	scrollbar-highlight-color:#666; 
	scrollbar-shadow-color:#111;
}

table {
	overflow: hidden;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dedede;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	font-family: "lucida grande", lucida, arial, geneva, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	color: #dedede;
	margin: 0px;
	vertical-align: middle;
}

input {	/* all form elements will have a lil spacing between em */
	margin: 3px;
	color: #000000;
}

input.text {
	font-family: "lucida grande", lucida, arial, geneva, sans-serif;
	letter-spacing: 1px;
	text-align: center;
	font-size: 10px;
	color: #fefefe;

	background-color: #5A4940;
	border: 1px solid;
	border-top-color: #6E442C;
	border-left-color: #6E442C;
	border-right-color: #987866;
	border-bottom-color: #987866;
	
	background-color: #666;
	border-width: 1px;
	border-style: solid;
	border-top-color: #444;
	border-left-color: #444;
	border-right-color: #777;
	border-bottom-color: #777;
}

input.ltext {
	font-family: "lucida grande", lucida, arial, geneva, sans-serif;
	letter-spacing: 1px;
	text-align: left;
	font-size: 10px;
	color: #dedede;

	background-color: #373737;
	border: 1px solid;
	border-top-color: #919191;
	border-left-color: #919191;
	border-right-color: #AFAFAF;
	border-bottom-color: #AFAFAF;
}

input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	width: auto;
	padding: 0px 6px;
	font-style: normal;
	margin: 3px 1px;
	
	background-color: #4f4040;
	border-width: 1px;
	border-style: solid;
	border-top-color: #696161;
	border-left-color: #696161;
	border-right-color: #333;
	border-bottom-color: #333;
}

input.file {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dedede;
	
	background-color: #373737;
	border: 1px solid;
	border-top-color: #919191;
	border-left-color: #919191;
	border-right-color: #AFAFAF;
	border-bottom-color: #AFAFAF;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dedede;
	
	background-color: #373737;
	border: 1px solid;
	border-top-color: #919191;
	border-left-color: #919191;
	border-right-color: #AFAFAF;
	border-bottom-color: #AFAFAF;
	
	overflow: auto;
	
	scrollbar-face-color: #333;
	scrollbar-track-color: #373737;
	scrollbar-arrow-color: #fd6300;
	scrollbar-3dlight-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-highlight-color: #4c4c4c;
	scrollbar-shadow-color: #404040;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fbc300;
	
	background-color: #375982;
	border: 1px solid #333;
}

h4 {
	font-family: tahoma;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 0px;
	margin-right: 2px;
	padding: 0px;
	color: #fff;
	display: inline;
}

/* generic link type */
a              { color: #fbc300; text-decoration: none; }
a:link         { color: #fbc300; text-decoration: none; }
a:visited      { color: #fbc300; text-decoration: none; }
a:hover        { color: #ddd; text-decoration: underline; }
a:active       { color: #fbc300; text-decoration: none; }

hr             { color: #999999; height: 2px; border-top: 1px solid #999999; }

/* different type of headers */
.headerText    { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #fefefe; }
.headerText1   { font-family: "lucida grande", lucida, arial, geneva, sans-serif; font-size: 14px; letter-spacing: 1px; font-weight: bold; color: #999999; }
.headerText2   { font-family: "lucida grande", lucida, arial, geneva, sans-serif; font-size: 11px; letter-spacing: 1px; font-weight: bold; color: #f2e5e0; }
.headerText3   { font-family: "lucida grande", lucida, arial, geneva, sans-serif; font-size: 11px; letter-spacing: 1px; font-weight: bold; color: #fc4440; }

/* for that little red star indicating who is captain :D */
.red           { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #DD2222; }

.input_cell {
	vertical-align: baseline;
}
.input_cell input.text {
	background-color: #373737;
	border: 1px solid;
	border-top-color: #919191;
	border-left-color: #919191;
	border-right-color: #AFAFAF;
	border-bottom-color: #AFAFAF;
	text-align: left;
	vertical-align: baseline;
	margin: 0px;
}

.rules_cell {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #eee;
}

h1 {
	font-family: verdana;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0px;
	margin-right: 5px;
	padding: 0px;
	color: #fff;
	display: inline;
}
h2 {
	font-family: verdana;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0px;
	margin-right: 3px;
	padding: 0px;
	color: #fff;
	display: inline;
}
h3 {
	font-family: tahoma;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 0px;
	margin-right: 3px;
	padding: 0px;
	color: #fff;
	display: inline;
}
h5 {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #fd8350;
	margin: 0px;
	margin-right: 3px;
	padding: 0px;
	display: inline;
}
h6 {
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px;
	margin-right: 2px;
	padding: 0px;
	display: inline;
}

table.news {
	border: 0px solid #743;
}
table.news td.body {
	border: 1px solid #633;
	padding: 5px;
}
table.news td.title {
	background-color: #633;
	border: 1px solid #977;
}
table.news td.author {
	background-color: #633;
	border: 1px solid #633;
}
table.news td.break {
	height: 20px;
}

table.news_list {
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	width: 95%;
}

table.news_list td {
	padding: 2px;
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	
	background-color: #633;
	border: 1px solid #ccc;
}

table.news_list td.selected {
	padding: 2px;
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	
	background-color: #469;
	border: 1px solid #ccc;
}
