/* CSS Document */
<style type="text/css">

.bodyx
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	bgcolor:"#CCCCFF";
}

.DefaultText
{
	font-family: Verdana, Helvetica, Verdana, Arial, sans-serif;
	font-size:9px;
}

.LoginLabel
{
	font-family: Verdana, sans-serif;
	font-size:10px;
}

.Table
{
	font-size: 12px;
	border: 1px;	
}

.TableRowHeader
{
	font-size:14px;
	background-color:#959595;
	color: #FFFFFF;
	text-align: center;
}

.TableRowSubHeader
{
	font-size:11px;
	background-color:#959595;
	color: #FFFFFF;
	text-align: center;
}

.ProfilePageHeader
{
	font-size:14px;
	background-color:#333333;
	color: #FFFFFF;
	text-align: center;
	height: 40px;
	font-weight:700;
}

.TableColHeader
{	
	font-weight: bold;
	font-size:12px;
}

.TableValue
{
	font-size:10px;
	text-align:center;
}

.NavTableText
{
	font-size:14px;
	background-color:#333333;
	color: #999999;
	text-align: center;
	font-weight:700;
}

a:link
{
	color:#003366;
	text-decoration:none;
	font-size:11px;
}

a:visited
{
	color:#003366;
	text-decoration:none;
	font-size:11px;
}

a:focus
{
	color:#009966;
	text-decoration:none;
	font-size:11px;
}

a:hover
{
	color:#009966;
	text-decoration:none;
	font-size:11px;
}

.HeaderRow
{
	background-color:#E5E5E5;
	font-weight: bold;
	font-size: 14px;
}

.EvenRow
{
	background-color:#E5E5E5;
}

.OddRow
{
	background-color:#FFFFFF;
}

.NoDataRow
{
	background-color:#CCCCCC;
}

.MiniTable
{
	border-bottom-color:#333;
	background-color:#DDD;
	padding-bottom:0px;
}

.MiniTableCellBody
{
	background-color:#FFFFFF;
}

.MiniTableCellPicture
{
	background-color:#FFF;
}

.MiniTableHeaderPlayerName
{
	background-color:#DDD;
	color:#000;
	font-weight: bold;
	font-size: 22px;
	border-right:0px solid #FFC;
}

.MiniTableHeaderPlayerInfo
{
	font-weight:300;
	font-size: 18px;
	background-color: #36C;
	color:#FFF;
	padding-left:.8em;
}

.MiniTableHeaderPlainText
{
	font-weight:300;
	font-size: 14px;	
}

.MiniTableBottomBorder
{
	background-color:#FFF;
}

.TeamRosterTable
{
	border: 0px solid #D6DDE6;
}

.TeamRosterTable tr:hover
{
	background-color:#FFFF99;
}

.HighlightingRow
{
	background-color:#E5E5E5;
}

.HighlightingRow tr:hover
{
	background-color:#FFFF99;
}

.TableTitle
{	
	background-color:#333333;
	color: #FFFFFF;
	font-weight: bold;
	font-size:16px;
}

.PlayerProfileHeader
{
	background-color:#333333;
	color: #FFFFFF;
	font-weight: bold;
	font-size:16px;
}

.PlayerProfileHeaderSmallText
{
	background-color:#333333;
	color: #FFFFFF;
	font-weight: 300;
	font-size:12px;
}

.PlayerProfileText
{
	color: #333333;
	font-size:12px;
	text-align:left;
}

.PlayerProfileTextBold
{
	color: #333333;
	font-size:12px;
	text-align:left;
	font-weight:bold;
}

.College
{
	color: #FC3;
	font-size:12px;
	text-align:right;
	font-weight:bold;
	padding:5px;
}

.PlayerProfileLargeText
{
	color: #333333;
	font-size:14px;
	text-align:left;
}

.PlayerProfileLargeTextBold
{
	color: #333333;
	font-size:14px;
	text-align:left;
	font-weight:bold;
}

.CommandsRowHeader
{
	background-color:#CCCCCC;
	color: #FFFFFF;
	font-size:12px;
	text-align:center;
	font-weight:bold;
}

.MainPageTable
{
	background-color:#FFFFFF;
	font-size:12px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
}

.ProfileImageBorder
{
	border-width: 2px;
	border-style: solid;
	border-color: #DDDDDD;
	border-top-color:#000000;
	border-left-color:#000000;
	margin:-3px 3px, 3px, -3px;
	position: relative;
}

.ImageDiv
{
	float:left;	
}

div.img-shadow
{
	background: url('../art/DropShadow.gif') no-repeat bottom right;
	clear: right;
	float: right;
	margin: 0 0 15px 25px;
	padding: 0;
	position: relative;
}
 
div.img-shadow img
{
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

.EditorVisible
{
	visibility:visible;
}

.admin
{
	visibility:visible;
}

.player
{
	visibility:visible;
}

.albion
{
	visibility:visible;
}


.EditorHidden
{
	visibility:hidden;
}

.guest
{
	visibility:hidden;
}

.DisclaimerTitle
{
	font-size:15px;
	text-align:left;
	font-weight:bold;
}

.DisclaimerParagraphTitle
{
	font-size:14px;
	text-align:left;
	font-weight:bold;
}

.DisclaimerText
{
	font-size:12px;
	text-align:left;
}

.DisclaimerBoldText
{
	font-size:12px;
	text-align:left;
	font-weight:bold;
}

.TeamProfileX
{
	padding: 5px;
	font-family: Tahoma, sans-serif;
	font-size:22px;
}

.Error
{
	color:#F00;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	border-color:#F00;	
}

</style>

