﻿/* HTML defaults */

body
{
	font-family: Arial;
	font-size: 12px;
	background-color: Gray;
	margin: 0px;
	padding-top: 50px;
	padding-left: 50px;
	background-image: url(../Images/backgroundgrid1.gif);
	background-repeat: repeat;
}

A
{
	text-decoration: none;
	color: #004812;
}

th
{
	color: White;
	background-color: #004812;
	font-family: Century Gothic, Arial, Sans-Serif;
	font-size: 14px;
}

th A
{
	color: White;
}

A:hover
{
	text-decoration: underline;
}

/* master page elements */

#page
{
	border-collapse: collapse;
	width: 730px;
}

#page td.pageCell
{
	border: 5px solid black;
}

#header1
{
	background-color: #FCB218;
	height: 40px;
	text-align: right;
	padding-right: 20px;
	font-family: Century Gothic, Arial, Sans-Serif;
	font-weight: bold;
}

#header2
{
	color: White;
	background-color: #004812;
	height: 40px;
	text-align: right;
	padding-right: 20px;
	font-family: Century Gothic, Arial, Sans-Serif;
	font-weight: bold;
}

#header1 UL
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
}

#header1 LI
{
	padding-left: 20px;
	display: inline;
}

#header1 A
{
	color: Black;
	font-size: 14px;
}

#header1 A:hover
{
	text-decoration: none;
	color: #004812;
}

#header2 UL
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
}

#header2 LI
{
	padding-left: 20px;
	display: inline;
}

#header2 A
{
	color: White;
	font-size: 14px;
}

#header2 A:hover
{
	text-decoration: none;
	color: #FCB218;
}

#main
{
	background-color: White;
	vertical-align: top;
	padding-top: 70px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#sidebarRight
{
	background-color: #FCB218;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
}

#sidebarRight UL, LI
{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

#sidebarRight H2
{
	width: 100%;
	background-color: White;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-size: 16px;
	font-family: Century Gothic, Arial, Sans-Serif;
}

#sidebarRight .detail
{
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

#sidebarRight A
{
	color: Black;
}

#sidebarRight A:hover
{
	color: #004812;
	text-decoration: none;
}

#sidebarRight TABLE
{
	width: 200px;
	border: 1px solid black;
}

#sidebarRight TH
{
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	font-weight: bold;
}

#sidebarRight TH A
{
	color: White;
}

#sidebarRight TH A:hover
{
	color: #FCB218;
}

#footer
{
	padding-top: 10px;
	padding-bottom: 10px;
	color: White;
	text-align: center;
	background-color: #004812;
}

#footer A
{
	color: #FCB218;
}

/* custom elements */
#article .photo
{
	float: left;
	margin-right: 10px;
}

IMG
{
}

#article .photo IMG
{
	border-color: #FCB218;
	border-width: 1px;
	border-style: solid;
}

#article .detail
{
}

#article .detail .title
{
	font-size: 16px;
	font-weight: bold;
}

#article .detail .author
{
	font-size: 14px;
	font-style: italic;
}

H2
{
	font-size: 15px;
	font-weight: normal;
	font-family: Century Gothic, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

.feed UL, LI
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

HR
{
	color: #004812;
	background-color: #004812;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px 0px 0px 0px;
	clear: left;
}

.caption
{
	font-size: 10px;
}

.draftSelection
{
}

.playerPhoto
{
	float: left;
	margin-right: 10px;
	border-color: #FCB218;
	border-width: 2px;
	border-style: solid;
}

.draftSelection .detail .heading
{
	font-weight: bold;
	font-size: 14px;
}

.featureList UL, LI
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#articleText TABLE 
{
	clear: left;
}
