body {
	margin: 0;
	padding: 0;
	background: #353535 url(images/img03.jpg) repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #534616;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #534616;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #534616;
}

a:hover {
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 1024px;
	height: 120px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	margin: 0;
	padding-top: 20px;
	color: #FFFFFF;
	background-image: url('./images/logo.png');
	width: 1024px; height: 200px;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 4.6em;
	color: #FFFFFF;
}

#logo p {
	float: left;
	margin: 0;
	padding: 30px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 300px;
	height: 110px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 50px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 195px;
	padding: 5px 5px 4px 5px;
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #703522;
}

#search-submit {
	width: 50px;
	height: 25px;
}

/* Menu */

#menu {
	width: 1024px;
	height: 50px;
	margin: 120px auto 0 0;
	padding: 0;
	background: #1E1E1E url(images/menu.png) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 25px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 3px;
	height: 30px;
	padding: 15px 10px 7px 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover {
	background-color: #dddddd;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
	padding-left: 0;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 1024px;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
}

#page-bgtop {
}

#page-bgbtm {
}

/* Content */

#content {
	float: right;
	width: 780px;
	padding: 0;
}

.contentbox {
	margin-bottom: 25px;
	padding: 0px;
	background: #FFFFFF;
}

.post-bgtop {
}

.post-bgbtm {
}

.contentbox .title {
	height: 38px;
	background-color: #1E1E1E;
	background: #1E1E1E url(images/box.png) repeat-x left top;
	padding: 12px 0 0 20px;
	letter-spacing: -.5px;
	color: #FFFFFF;
}

#ProfileImage {
	margin-top: -4px;
	margin-left: -10px;
}

.contentbox .title a {
	border: none;
	color: #FFFFFF;
}

.contentbox .meta {
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.contentbox .meta a {
}

.contentbox .entry {
	/*background: url(images/img02.jpg) no-repeat left top;*/
	padding: 0px 20px 20px 20px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	display: block;
	width: 100px;
	height: 20px;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-weight:  bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	padding: 0px;
	color: #787878;
}

#sidebar ul {
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin-bottom: 30px;
	padding: 0px 20px 20px 20px;
	background: #FFFFFF;
	border-left: 1px solid #D6E6CC;
	border-right: 1px solid #D6E6CC;
	border-bottom: 1px solid #D6E6CC;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	padding-left: 3px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding: 12px 0 0 20px;
	background: #1E1E1E url(images/sidebar.png) repeat-x left top;
	letter-spacing: -.5px;
	color: #FFFFFF;
}

#sidebar p {
	margin: 0px 0px 20px 0px;
	padding: 10px 20px 20px 20px;
	background: #FFFFFF;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar img {
	margin-left: -10px;
}

/* rightsidebar */

#rightsidebar {
	float: right;
	width: 230px;
	padding: 0px;
	color: #787878;
}

#rightsidebar ul {
	padding: 0;
	list-style: none;
}

#rightsidebar li {
	margin: 0;
	padding: 0;
}

#rightsidebar li ul {
	margin-bottom: 30px;
	padding: 0px 20px 20px 20px;
	background: #FFFFFF;
	border-left: 1px solid #D6E6CC;
	border-right: 1px solid #D6E6CC;
	border-bottom: 1px solid #D6E6CC;
}

#rightsidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	padding-left: 3px;
}

#rightsidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#rightsidebar h2 {
	height: 38px;
	padding: 12px 0 0 20px;
	background: #1E1E1E url(images/rightsidebar.png) repeat-x left top;
	letter-spacing: -.5px;
	color: #FFFFFF;
}

#rightsidebar p {
	margin: 0px 0px 20px 0px;
	padding: 10px 20px 20px 20px;
	background: #FFFFFF;
	text-align: justify;
}

#rightsidebar a {
	border: none;
}

#rightsidebar a:hover {
	text-decoration: underline;
}

#rightsidebar img {
	margin-left: -10px;
}
/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 960px;
	height: 64px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 26px;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #898989;
}

#footer a {
	font-weight: bold;
	color: #898989;
}

/* Font CSS */
#smallfont1 {
	font-size: smaller;
}

#error1 {
	font-size: 12pt;
	color: red;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
}
#IncompleteTeam {
	font-size: 12pt;
	color: red;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
}
#TeamError {
	font-size: 12pt;
	color: red;
	font-weight: bold;
	padding-bottom: 20px;
}


#RedStatus {
	font-size: 14pt;
	color: red;
	text-align: center;
	font-weight: bold;
}
#TeamUpdate {
	font-size: 10pt;
	color: black;
	font-weight: bold;
	padding-bottom: 20px;
}

#betcomplete {
	font-size: 10pt;
	color: black;
	font-weight: bold;
	padding-bottom: 20px;
}

#profileupdate {
	font-size: 10pt;
	color: black;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}

#registered {
	font-size: 12pt;
	color: black;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
}

#myranking {
	font-size: 10pt;
	color: black;
	text-align: left;
	font-weight: bold;
	padding-top: 20px;
}

#activated {
	font-size: 12pt;
	color: black;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
}

#header1 {
	font-size: 11pt;
	color: black;
	font-weight: bold;
	padding-top: 20px;
}

#header2 {
	font-size: 14pt;
	color: #1e1e1e;
	font-weight: bold;
	padding-top: 20px;
}

#largerfont1 {
	font-size: 1.25em;
}

#maintmode {
	font-size: 11pt;
	color: black;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}

#font1 {
	font-size: 11pt;
	color: black;
	font-weight: bold;
	padding-top: 20px;
}

#confirmed {
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Form CSS */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 600px;
  max-width: 700px;
  width: 700px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.3em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
    font-weight: bold;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-weight: bold;
}


form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
    background-color: #ddd;
    border: 1px solid #000;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}


/* Table CSS */

.Table_EditTeam {
	width: 100%;
	font-size: inherit;
	border-collapse: collapse;
	border: 1px solid #535585;
	margin-top: 8px;
	margin-bottom: 20px;
}

.Table_EditTeam th {
	background-color: #ddd;
	border: 1px solid #000;

	text-align: center;
}

.Table_EditTeam td {
	border-bottom: 1px solid #535585;
	padding: 5px 5px 5px 5px;
	border-right: 1px solid #535585;
}

.Table_EditTeam label {
	font-weight: bold;
}

.Table_EditTeam input,select {
	border: 1px solid #000;
	background-color: #ddd;
}

.Table_EditTeam img {
	margin: 0px;
	border: 1px solid #000;
}

#Pic10 {
	width: 5%;
}

/* Betting Table */
.Table_Betting {
	width: 100%;
	font-size: inherit;
	border-collapse: collapse;
	border: 1px solid #535585;
	margin-top: 8px;
	margin-bottom: 20px;
}

.Table_Betting th {
	background-color: #ddd;
	border: 1px solid #000;

	text-align: center;
}

.Table_Betting td {
	border-bottom: 1px solid #535585;
	padding: 5px 5px 5px 5px;
	border-right: 1px solid #535585;
}

.Table_Betting label {
	font-weight: bold;
}

.Table_Betting input,select {
	border: 1px solid #000;
	background-color: #ddd;
}

.Table_Betting img {
	margin: 0px;
	border: 1px solid #000;
}

#FlatButton {
  color:#050;
  font: bold 84% 'trebuchet ms',helvetica,sans-serif;
  background-color:#fed;
  border: 1px solid;
  border-color: #696 #363 #363 #696;
  filter:progid:DXImageTransform.Microsoft.Gradient
  (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}

/* Profile Table */
.Table_Profile {
	width: 100%;
	font-size: inherit;
	border-collapse: collapse;
	border: 1px solid #535585;
	margin-top: 8px;
	margin-bottom: 20px;
}

.Table_Profile th {
	background-color: #ddd;
	border: 1px solid #000;

	text-align: center;
}

.Table_Profile td {
	border-bottom: 1px solid #535585;
	padding: 5px 5px 5px 5px;
	border-right: 1px solid #535585;
}

.Table_Profile label {
	font-weight: bold;
}

.Table_Profile input,select {
	border: 1px solid #000;
	background-color: #ddd;
}

.Table_Profile img {
	margin: 0px;
	border: 1px solid #000;
}

/* Rankings Table */
.Table_Rankings {
	width: 100%;
	font-size: inherit;
	border-collapse: collapse;
	border: 1px solid #535585;
	margin-top: 8px;
	margin-bottom: 20px;
}

.Table_Rankings th {
	background-color: #ddd;
	border: 1px solid #000;

	text-align: center;
}

.Table_Rankings td {
	border-bottom: 1px solid #535585;
	padding: 5px 5px 5px 5px;
	border-right: 1px solid #535585;
}

.Table_Rankings label {
	font-weight: bold;
}

.Table_Rankings input,select {
	border: 1px solid #000;
	background-color: #ddd;
}

.Table_Rankings img {
	margin: 0px;
	border: 1px solid #000;
}

.Table_Help {
	width: 70%;
	font-size: inherit;
	border-collapse: collapse;
	border: 1px solid #535585;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 20px;
}

.Table_Help th {
	background-color: #ddd;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	
}

.Table_Help td {
	border-bottom: 1px solid #535585;
	padding: 5px 5px 5px 5px;
	border-right: 1px solid #535585;
	text-align: center;
}

.Table_Help label {
	font-weight: bold;
}

.Table_Online {
	width: 97%;
	font-size: inherit;
	border-collapse: collapse;
	border: 1px solid #535585;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 20px;
}

.Table_Online th {
	background-color: #ddd;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	
}

.Table_Online td {
	border-bottom: 1px solid #535585;
	padding: 5px 5px 5px 5px;
	border-right: 1px solid #535585;
	text-align: center;
}

.Table_Online label {
	font-weight: bold;
}
.Table_Admin {
	width: 97%;
	font-size: inherit;
	border-collapse: collapse;
	border: 1px solid #535585;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 20px;
}

.Table_Admin th {
	background-color: #ddd;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	
}

.Table_Admin td {
	border-bottom: 1px solid #535585;
	padding: 5px 5px 5px 5px;
	border-right: 1px solid #535585;
	text-align: center;
}

.Table_Admin label {
	font-weight: bold;
}

.Table_Forum {
	width: 97%;
	font-size: inherit;
	border-collapse: collapse;
	border: 1px solid #535585;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 20px;
}

.Table_Forum th {
	background-color: #ddd;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: left;
}

.Table_Forum td {
	border-bottom: 1px solid #535585;
	padding: 5px 5px 5px 5px;
	border-right: 1px solid #535585;
	text-align: left;
}

#ForumTitle {
	width: 55%;
}

#Forum_LastPost {
	width: 30%;
}

#ForumTopics {
	text-align: center;
}

#Forum_SmallFont {
	font-size: 8pt;
}

.Table_Forum label {
	font-weight: bold;
}

#CategoryHeader {
	border: 1px solid #000;
	border-bottom: 0px;
	background-repeat:repeat-x;
	background-color: #ddd;
	color: black;
	font-weight: bold;
	padding: 10px 10px 10px 10px;	
}

#CategoryHeader a {
	color: #000;
}

#Category {
	border: 1px solid #000;
}

#catdesc {
	font-size: 8pt;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}

#RightArrowImg {
	margin-bottom: -4px;
}

.Table_Topic {
	width: 97%;
	font-size: inherit;
	border-collapse: collapse;
	border: 1px solid #535585;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 20px;
}

.Table_Topic th {
	background-color: #ddd;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
		text-align: left;
	padding: 5px 5px 5px 5px;
}

.Table_Topic td {
	border-bottom: 1px solid #535585;
	padding: 10px 10px 10px 10px;
	border-right: 1px solid #535585;
	text-align: left;
}

.Table_Topic label {
	font-weight: bold;
}

#ForumUserDetails {
	width: 150px;
}

#Forum_SmallFont {
	font-size: 8pt;
}

#forum_reply {
	text-align: right;
	margin-right: 18px;
}
#posttools {
	text-align: right;
	margin-right: 2px;
}

#ForumKey {
border: 1px solid #000;
height: 33px;
}
#ForumKey img {
margin-bottom: -8px;
}

#quote {
	border: 1px solid #000;
}

.Table_League {
	width: 97%;
	font-size: inherit;
	border-collapse: collapse;
	border: 1px solid #535585;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 20px;
}

.Table_League th {
	background-color: #ddd;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
		text-align: left;
	padding: 5px 5px 5px 5px;
}

.Table_League td {
	border-bottom: 1px solid #535585;
	padding: 10px 10px 10px 10px;
	border-right: 1px solid #535585;
	text-align: left;
}

.Table_League label {
	font-weight: bold;
}

#leaguename {
	width: 40%;
}

.Table_Emoticons {
	width: 97%;
	font-size: inherit;
	border-collapse: collapse;
	border: 1px solid #535585;
	margin-left: 2px;
	margin-top: 8px;
	margin-bottom: 20px;
}

.Table_Emoticons th {
	background-color: #ddd;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: left;
}

.Table_Emoticons td {
	border-bottom: 1px solid #535585;
	padding: 5px 5px 5px 5px;
	border-right: 1px solid #535585;
	text-align: left;
	background-color: #fff;
}


#Poll {
	background-color: #FFF;
	margin-bottom: 20px;
	
	padding: 10px;
}

.PollTable {
	width: 97%;
	font-size: inherit;
	border-collapse: collapse;
	border: 1px solid #535585;
	margin-left: 2px;
	margin-top: 8px;
	margin-bottom: 20px;
}
