html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	vertical-align: top;
}

html
{
	background: url(../images/bg_darkgreen1x1.jpg) top left repeat;
}

body
{
	background: url(../images/bg_darkgreengradient.jpg) top left repeat-x;
	height: 100%;
}

table
{
	width: 100%;
	vertical-align: top;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

img
{
	border: 0;
	margin: 0;
}

td, div
{
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	vertical-align: top;
	border: 0;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

#div_container
{
	background: #FFFFFF;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	/* height: 100%; */
}

#td_headercontainer
{
	height: 188px;
	background: url(../images/bg_siteheader.jpg) center no-repeat;
}

#td_contentcontainer
{
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

#td_contentleft
{
	width: 500px;
}

#td_contentright
{
	padding-left: 10px;
}

#td_footercontainer
{
}

.sectionheaderleft
{
	width: 6px;
	height: 33px;
	background: url(../images/img_sectionheaderleft.jpg) no-repeat;
}

.sectionheadermiddle
{
	height: 33px;
	background: url(../images/img_sectionheadermiddle.jpg) repeat-x;
}

.sectionheaderright
{
	width: 6px;
	height: 33px;
	background: url(../images/img_sectionheaderright.jpg) no-repeat;
}

.sectionheaderleftup
{
	width: 6px;
	height: 33px;
	background: url(../images/img_sectionheaderleftback.jpg) no-repeat;
}

.sectionheadermiddleup
{
	height: 33px;
	background: url(../images/img_sectionheadermiddleback.jpg) repeat-x;
}

.sectionheaderrightup
{
	width: 6px;
	height: 33px;
	background: url(../images/img_sectionheaderrightback.jpg) no-repeat;
}

.sectionheadertext
{
	padding-top: 6px;
	padding-left: 10px;
	color: #FFFFFF;
}

.sectioncontent
{
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
}

.holdingcontent
{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	padding: 15px;
}

td.userentrycontainer_title, td.userentrycontainer_field
{
	padding-top: 5px;
	padding-bottom: 5px;
}

td.userentrycontainer_title
{
	width: 130px;
}

td.userentrycontainer_field
{
	padding-left: 10px;
}

input.textbox
{
	width: 280px;
	font-size: 10px;
	font-family: tahoma;
	color: #FF0000;
	border: 1px solid #007700;
	background: #FDFFFD;
}

textarea.textarea
{
	width: 280px;
	height: 150px;
	font-size: 10px;
	font-family: tahoma;
	color: #FF0000;
	border: 1px solid #007700;
	background: #FDFFFD;
}

input.fileupload
{
	width: 280px;
	font-size: 10px;
	font-family: tahoma;
	color: #FF0000;
	background: #FDFFFD;
}

a.pagelink, a.pagelink_nounderline
{
	color: #DB7C00;
	text-decoration: underline;
	padding-left: 3px;
}

a.pagelink_nounderline
{
	text-decoration: none;
}

a.pagelink_large
{
	color: #DB7C00;
	text-decoration: none;
}

a.imglink_dotted img
{
	border: 1px dotted #DB7C00;
	padding: 3px;
}

a.imglink_dotted:hover img
{
	border: 1px dotted #DB7C00;
}

a div
{
	display: none;
}

a:hover div
{
	display: inline;
	width: 200px; 
	height: 100px; 
	position: absolute; 
	top: 100px; 
	left: 400px; 
	background: #DDDDDD; 
	border: 2px solid #000000;
}

div.leagueresults
{
	width: 1000px; 
	background: #FFFFFF; 
	margin: 0 auto 0 auto; 
}

table.leagueresults
{
	width: 100%;
}

table.leagueresults tr th
{
	color: #222222;
	font-size: 10px;
	text-align: center;
	padding: 5px 0 5px 0;
	border: 1px solid #cecece;
	font-weight: normal;
	background: #F4F4F4;
}

table.leagueresults tr th span
{
	font-size: 10px; 
	color: #888888; 
	font-weight: normal;
}

table.leagueresults tr td
{
	color: #555555;
	text-align: center;
	padding: 5px 0 5px 0;
	border: 1px solid #cecece;
	font-size: 10px;
}

table.leagueresults tr th.matchcolumn
{
	font-size: 10px;
}

table.leagueresults tr th.matchcolumn,table.leagueresults tr td.matchcolumn
{
	width: 60px;
}

table.leagueresults tr th.matchtotal,table.leagueresults tr td.matchtotal
{
	width: 60px;
}