/* main styles for Middlesex Magic Site */


body	{
	font-family: "verdana",sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
}


input {
	font-family: arial;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
}

input.blue {
    font-family: verdana;
    font-weight: normal;
    font-size: 13px;
    color: #000000;
    border: 1px #6ca9de solid;
}
	
textarea {
	font-family: arial;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
}

h1	{
	margin-bottom: 5px;
	margin-right: 15px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #4c86b8;
	background-color: transparent;
}

error_message {
	color: #FF0000;
	font-weight: normal;
}

/* Paragraph formats for the site are here */


p	{
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
}


p.footer	{
	margin-top: 7px; 
	margin-bottom: 0;
	text-align: center;
	font-size: 9px;
	line-height: 8px;
	font-weight: normal;
	color: #ffffff;
	background-color: transparent;
}

.contentheader {
	font-size:	16px;
	color:		#0066FF;
}

img	{
	border: none;
}

/* Context link formats are here */

a:link	{
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}

a:visited	{
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
	
}

a:hover	{
	color: #000000;
	background-color: #c5def3;
	text-decoration: none;
}

a.subnav:link	{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

a.subnav:visited	{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	
}

a.subnav:hover	{
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}

span.smalltxt	{
	font-size: 9px;
}

span.bb	{
	color: #4c86b8;
	font-weight: bold;
	}

span.red	{
	color: #FF6A6A;
	font-weight: bold;
	}

span.green	{
	color: #00CC00;
	font-weight: bold;
	}

span.gamewon	{
	color: #FF9933;
	font-weight: normal;
	}

span.gamelost	{
	color: #a0a0a0;
	font-weight: normal;
	}

span.gamewon_big	{
	color: #FF9933;
	font-weight: bold;
	font-size:22px;
	}

span.gamelost_big	{
	color: #a0a0a0;
	font-weight: bold;
	font-size:22px;
	}

span.newsheader	{
	color: #4c86b8;
	font-weight: bold;
	font-size:12px;
	}

span.newsauthor	{
	color: gray;
	font-weight: bold;
	font-size:10px;
	}

span.newstext	{
	font-size:10px;
	}

span.grey	{
	color: #999999;
	}

div.error_message	{
	color: #FF0000;
	font-weight: normal;
}
	
span.blue	{
	color: #4c86b8;
	font-weight: normal;
	}
	
span.igrey	{
	color: #999999;
	font-style: italic;
	}

td.bb {
	color:#003366;
	font-weight: bold;
}

td.grey {
	color: #999999;
}

#games_table table{
	border-collapse: collapse;
	border:1px solid #4c86b8;
}

#games_table th {
	background:url(/img/games_header.gif) repeat-x;
	font-size:10px;
	font-weight:bold;
	height:25px;
	border:1px solid #4c86b8;
}

#games_table tr.odd {
	background-color: #F0FAFE;
	height:20px;
}

#games_table tr.hovered {
	background-color: #aac9e5;
	cursor: pointer;
	height:25px;
}

#games_table tr.even {
	background-color: #FFFFFF;
	height:20px;
}

#games_table td{
	padding-left:5px;
	line-height:14pt;
	border:1px solid #4c86b8;
}

ul	{
	list-style-type: circle;
	list-style-position: outside;
}

input.submitLink {
	color: #000000;
	background-color: transparent;
	font-family: "verdana",sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration:underline;
	border: 0;
	cursor: pointer;
	cursor: hand;
}

select.noborder {
    font-family: arial;
    font-weight: normal;
    font-size: 10px;
    border: 0px;
}

input.noborder {
    font-family: arial;
    font-weight: normal;
    font-size: 10px;
    border: 0px;
}

select.blue {
    font-family: arial;
    font-weight: normal;
    font-size: 10px;
    border:1px solid #4c86b8;
}

span.gamewon	{
	color: #FF9933;
	font-weight: normal;
	}

span.gamelost	{
	color: #a0a0a0;
	font-weight: normal;
	}

span.gamewon_big	{
	color: #FF9933;
	font-weight: bold;
	font-size:22px;
	}

span.gamelost_big	{
	color: #a0a0a0;
	font-weight: bold;
	font-size:22px;
	}

span.grey	{
	color: #999999;
	}
	
span.igrey	{
	color: #999999;
	font-style: italic;
	}

#players_table table{
	border-collapse: collapse;
	border:1px solid #4c86b8;
}

#players_table th {
	background:url(/img/roster_header.gif) repeat-x;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	height:25px;
	border:1px solid #4c86b8;
}

#players_table tr.odd {
	background-color: #F0FAFE;
	height:20px;
}

#players_table tr.hovered {
	background-color: #9ab9d5;
	cursor: pointer;
	height:20px;
}

#players_table tr.even {
	background-color: #FFFFFF;
	height:20px;
}

#players_table td{
	padding-left:5px;
	padding-right:5px;
	white-space:nowrap;
	line-height:14pt;
	border:1px solid #4c86b8;
}

#tournament_table table{
	border-collapse: collapse;
	border:1px solid #4c86b8;
}


#tournament_table th {
	background:url(/img/roster_header.gif) repeat-x;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	height:25px;
	border:1px solid #4c86b8;
}

#tournament_table td{
	white-space:nowrap;
	line-height:10pt;
	border:1px solid #4c86b8;
}
