/* Copyright (c) 2006 Text Flex */

/*	Font families */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: snow;
	background-color: darkolivegreen;
	background-image: url('images/greenergrass-500px.jpg');
	background-repeat:repeat;
	width: 365px;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.motto, .menuh, .newstitle, .date, .list {
	font-family: Arial, Helvetica, sans-serif;
}

/*	Formatting */
h1 {
	font-size: 2em;
	text-align: right;
	line-height: .9em;
	margin: 0.5em 0 0.5em 1.5em;
	color: #000066;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	line-height: .9em;
	color: white;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	line-height: .9em;
	margin: 1em 1em;
	color: #ffa821;
}

#pageLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: white;
	text-align: center;
}

#copyright {
	font-size: .7em;
	text-align: center;
}

.motto {
	font-size: 1em;
	font-weight: bold;
	color: #990000;
}

.listtitle {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	color: #0066FF;
}

.list {
	font-size: 1em;
	font-weight: bold;
	color: #990000;
}

.menuh {
	font-weight: bold;
	line-height: normal;
}

.newstitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF3300;
}

.date {
	font-size: .8em;
	color: #990000;
}

.note {
	font-size: .8em;
	color: lightblue;
	font-style: italic;
}

#example {
	padding: 7px;
	margin: 20px;
	font-family: monospace;
	background: #C4BCD5;
	color: black;
}

p.center {
	text-align: center;
}

br {
	line-height: normal;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
}

a:link, a:visited {
	color: gold;
}

a:active, a:hover {
	color: crimson;
	background-color: bisque;
}

a.nohighlight:hover, a.noghighlight:active {
	background: 0;
}

table {
	border: none;
}

table.main {
	padding: 0em;
	margin: 0em;
}

table.inner {
	background: url(images/footballpage.png) #778899 no-repeat top left;
	margin: 0;
	padding: 0;
}

table.inner td {
	padding: .5em 2.9em;
}

#tableplatforms {
	width: 250px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

#tableplatforms th {
	font-weight: bold;
	font-size: 1em;
	background: #B4C0D9;
}

#tableplatforms td {
	font-size: 0.7em;
	background: #F3E6EF;
	padding: .75em;
	margin: 1em;
}

#tableplatforms td.alt {
	font-size: 0.7em;
	background: #E4EAF7;
}

td.right {
	width: 50%;
	text-align: right;
	margin: .5em 1em;
}

td.left {
	width: 50%;
	margin: .5em 1em;
}

hr, hr.bottom {
	width: 80%;
	height: .2em;
	border-style: solid;	
}

img {
	border: 0;
}
img.left, form.left {
	margin: 0em 2em 1em 1em;
	float: left;
	border: 0;
}

img.right, form.right {
	margin: 1em 2em 1em 1em;
	float: right;
	border: 0;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

img.top {
	vertical-align: top;
}

img.standalone {
	margin: 0em 2em 1em 1em;
	border: 0;
}

p, li {
	color: white;
	font-size: 0.8em;
}

p.thin {
	padding-left: 2em;
	padding-right: 2em;
}

li.left {
	clear: left;
}

br.clear {
	clear: both;
}

.alarm {
	color: yellow;
}

hr {
	background: teal;
}

hr.bottom {
	background: black;
}

.excited {
	font-style: italic;
	color: #FF6600;
}

p.lowerroman:before {
	content: counter(mycounter, lower-roman) ". ";
	counter-increment: mycounter;
}

.box {
	padding: .5em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	width: 220px;
	border: solid #3D5D88;
	background: #C4BCD5;
	color: black;
	font-size: smaller;
}

.box h3 {
	color: #7A4C6F;
}

.box p, .box li {
	color: black;
}

.boxright {
	float: right;
	padding: .5em;
	margin-left: 1em;
	margin-right: .5em;
	margin-bottom: 1em;
	width: 100px;
	border: solid yellow;
	background: silver;
	color: black;
	font-size: smaller;
}

.boxleft {
	float: left;
	padding: .5em;
	margin-right: 1em;
	margin-left: .5em;
	width: 100px;
	border: solid yellow;
	background: silver;
	color: black;
	font-size: smaller;
}

div.floatright {
	float: right;
}	

div.floatleft {
	float: left;
}

div.topmenu {
	background: #3c83a2;
	margin-top: 0em;
	margin-bottom: .5em;
	color: white;
	text-align: center;
	width: 200px;
}

.topmenu a:link, .topmenu a:visited {
	color: white;
}

.topmenu a:hover {
	color: #009999;
	background-color: white;
}

.smaller {
	font-size: 9pt;
}

#gameboxcontent, #gameboxcontent-warning, #gameboxcontent-outdated, #gameboxcontent-earlyaccess {
	height: 300px;
	background-color: rgba(47, 79, 79, .6);
	padding: 0.1em;
	overflow: auto;
}

#iframediv {
	height: 230px;
}

#bulletin {
	width:90%;
	height:230px;
}

#warning {
	font-size: 0.9em;
	font-weight: bold;
	color: red;
}

#links {
	font-size: 0.8em;
}

#links td {
	padding: 0;
	background: rgba(107, 142, 35, 1); /* olivedrab */
}

#links td.alt {
	background: rgba(25, 25, 112, 0.5); /* midnightblue */
}

#links table a {
	display: block;
	width: 100%;
	height: 100%;
	color: snow;
	font-weight: normal;
}

#links table a:hover {
	background: rgba(0, 0, 139, 1);
}

#links .title {
	color: gold;
	font-weight: bold;
}



#linksleft1, #linksleft2 {
	float: left;
	font-size: 0.7em;
	padding: .1em;
	margin: .75em;
	width: 50%;
}

#linksleft2 {
	background: forestgreen;
	width: 60%;
}

#linksright1, #linksright2 {
	float: right;
	font-size: 0.7em;
	width: 40%;
}

#linksright1 {
	background: forestgreen;
	width: 40%;
}



#dropmenudiv{
position:absolute;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a:link {
width: 100%;
display: block;
text-indent: 3px;
}

#dropmenudiv a:hover{ 
	color: white;
background-color: blue;
}










/* gajaxrssticker
 * -See rssfeeder below for related styles
 */


.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
}

.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:red;
font-size: 90%;
}

code{ /*CSS for insructions*/
	color: black;
	font-family: monospace, courier, courier new;
	background-color: #CCCCCC;
}

#txtflblogfeedside{
height: 55px;
	 margin-left: auto;
	margin-right: auto;
	padding: 0em;
	font-size: .85em;
}

#txtflblogfeedside p.feedpages {
	position: absolute;
	top: 70px;
	text-align: center;
}




/************************
 * Leagues
*/
.league-header {
	background-image: url('images/header-buttonblue.png');
	background-repeat: no-repeat;
	padding: 10px;
}

.league-title {
	color: red;
	font-size: 1.1em;
}

.league-author {
	color: white;
	font-size: 0.8em;
}

.league-version {
	color: white;
	font-size: 0.8em;
}

.league-command {
	float: right;
	width: 100px;
}

.league-description {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 10px;
}

p.singletop {
	margin-top: 0;
}








