
/*============================================================
Tag Styles 
============================================================*/

body
{ 
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	background-color: beige;
}

table
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

td
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

input
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

select
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

textarea
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

a
{
	text-decoration: none;
	color: #000000;
}

a:link
{
	text-decoration: none;
	color: #000000;
}

a:visited
{
	text-decoration: none;
	color: #000000;
}

a:active
{
	text-decoration: none;
	color: #000000;
}

a:hover
{
	text-decoration: none;
	color: #000000;
}

img
{
	margin: 0px 0px 0px 0px;
}


/*============================================================
Class Styles
============================================================*/

.PageHeader
{
	color: #000000;
	font-size: 10px;
	padding: 10px 10px 10px 10px;
	border-bottom: solid 1px gray;
	background-color: White;
}

.ClubCareersHeader
{
	color: #024F7D;
	font-size: 24px;
	padding: 10px 10px 10px 10px;
	border-bottom: solid 1px gray;
	background-color: White;
}

.PageFooter
{
	color: #000000;
	font-size: 10px;
	padding: 10px 10px 10px 10px;
	border-top: solid 1px gray;
	background-color: White;
}

.LeftNav
{
    color: #000000;
	font-size: 10px;
	padding: 10px 10px 10px 10px;
	border-right: solid 1px gray;
}

.TableHeader
{
	color: #ffffff;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	border-bottom: solid 1px gray;
	background-color: steelblue;	
}

.ColumnHeader
{
	color: #000000;
	font-size: 11px;
	padding: 20px 20px 20px 20px;
	background-color: lightgrey;
	border-bottom: solid 1px gray;
}

.TabOn
{
	background-color: Beige;
	padding: 10px 10px 10px 10px;
}

.TabOff
{
	background-color: White;
	padding: 10px 10px 10px 10px;
}

.Box
{
	border: solid 1px gray;
}

.LineBottom
{
	border-bottom: solid 1px gray;
}

.TableText
{
	text-align: left;
	font-size: 11px;
	padding: 3px 3px 3px 3px;
	background-color: White;	
}

.FieldLabel
{
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

.PageTitle
{
    text-decoration: underline;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}