body{
   padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background-color: #ffffff;
}
.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #202020;
    BORDER-RIGHT: #ffffff 1px solid; 
    BORDER-TOP: #ffffff 1px solid; 
    BORDER-LEFT: #ffffff 1px solid; 
    BORDER-BOTTOM: #ffffff 1px solid; 
}
.SkinObject {
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject:link {
    text-decoration:    none;
    color:#ffffff;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#ffffff;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#ffffff;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#ffffff;
}
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #ffffff;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #ffffff;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color:#ffffff;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #6B7584;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	 color: #ffffff;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #ffffff;
}

A.CommandButton:visited  {
    text-decoration: underline;
    color: #ffffff;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #ffffff;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ffffff;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #202020;
	color: #ffffff;
	border-bottom: #C5C5C5 1px solid;
	border-right: #C5C5C5 1px solid;
	border-left: #C5C5C5 1px solid;
	border-top: #C5C5C5 1px solid;
	font-family: Verdana, sans-serif;
}
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #202020;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #202020;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #202020;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #202020;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #80A3C1;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #202020;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #202020;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #202020;
}

A:link  {
    text-decoration:    none;
    color:  #202020;
}

A:visited   {
    text-decoration:    none;
    color:  #202020;
}

A:active    {
    text-decoration:    none;
    color:  #202020;
}

A:hover {
    text-decoration:    underline;
    color: #202020;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #202020;
    height:1pt;
    text-align:left
}
.Athletics_rightmar{
	padding-right: 10px;
}
.Athletics_langbg{
	background-image: url(Athletics_langbg.gif);
	width: 241px;
	height: 31px;
	background-repeat: no-repeat;
}
.Athletics_searchbg{
	background-image: url(Athletics_searchbg.gif);
	width: 239px;
	height: 31px;
	background-repeat: no-repeat;
	background-position: left;
}
.Athletics_searchbg02{
	background-image: url(Athletics_searchbg02.gif);
	width: 170px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: right;
}
.BannerPane{
	padding: 0px;
}
.LeftPane{
	padding: 0px;
}
.TopPane{
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
}
.RightPane{
	padding: 0px;
}
.ContentPane{
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 0px;
}
.BottomPane{
	padding: 0px;
}
.BottomPane2{
	padding: 0px;
}
.SearchButton {
   background: transparent;
   padding: 0px 0px 0px 45px; 
   cursor: hand; 
   font-size:11px;
   margin:0px;
}
#dnn_dnnSEARCH_txtSearch { text-align: left; vertical-align: middle;  height:15px; background: transparent; width: 102px; color: #904438; padding: 2px 0px 0px 4px; border: 0px solid #FFFFFF; cursor:text; font-size: 10px;}
/*  8. Main Menu and Module Menus                         */
/*========================================================*/
/*-- box that holds the menu  --*/ .MainMenu_MenuContainer { background-color: transparent;  width: 197px;}
/*-- bar that holds the menu  --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; width:197px;}
/*-- submenu container        --*/ .MainMenu_SubMenu{ z-index: 1000; cursor: pointer; cursor: hand; background-color: #202020; filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); border-bottom: #FFFFFF 0px solid; border-left: #FFFFFF 0px solid; border-top: #FFFFFF 0px solid; border-right: #FFFFFF 0px solid; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #F1F0ED; font-size:11px; }
/*-- submenu items idle       --*/ .MainMenu_MenuItem{cursor: pointer; cursor: hand; color: #FFF; font-family: Arial, Helvetica, sans-serif; font-size: 11px ; font-weight: normal; font-style: normal; border-left: #FFF 0px solid; border-right: #FFF 0px solid;background-color:#202020; padding: 0px 0px 0px 0px; border-bottom: #FFF 0px solid; border-top: 0px solid #000;}
/*-- submenu items hover      --*/ .MainMenu_MenuItemSel{cursor: pointer; cursor: hand; color: #D2C7AF; font-family:Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; font-style: normal;background-color: #373737; padding: 0px 0px 0px 0px; border-top: #FFF 0px solid;border-bottom: #FFF 0px solid;}
/*-- menuitems idle           --*/ .MainMenu_Idle {color: #FFFFFF; background: url(Athletics_menubg_links.jpg) no-repeat; padding: 0px 0px 0px 0px; height: 26px;width: 197px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
/*-- menuitems over           --*/ .MainMenu_Selected { color:#D2C7AF; background: url(Athletics_menubg_hover.jpg) no-repeat; padding: 0px 0px 0px 0px; height: 26px;width: 197px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
/*-- menuitems active         --*/ .MainMenu_Active{color: #D2C7AF; background: url(Athletics_menubg_hover.jpg) no-repeat; padding: 0px 0px 0px 0px;height: 26px; width: 197px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
/*-- menuitems active         --*/ .MainMenu_BreadcrumbActive {color: #D2C7AF; background: url(Athletics_menubg_active.jpg) no-repeat; padding: 0px 0px 0px 0px;height:26px; width: 197px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
/*-- not needed - main menu   --*/ .MainMenu_MenuArrow{ display: none;}
/*-- not needed - main menu   --*/ .MainMenu_RootMenuArrow{ display: none;}
/*-- not needed - main menu   --*/ .MainMenu_MenuIcon  {	cursor: pointer; cursor: hand; background-color: #202020; border-left: #EEEEEE 0px solid; border-bottom: #FFF 0px solid; border-top: #ffffff 0px solid; text-align: center; width: 15; height: 20;}
/*-- not needed - module menu --*/ .MainMenuSeperator{background:  transparent;}
/*-- not needed - module menu --*/ .MainMenu_MenuBreak{border-bottom: #EEEEEE 0px solid; border-left: #EEEEEE 0px solid; border-top: #EEEEEE 0px solid;  border-right: #EEEEEE 0px solid; background-color: transparent; height: 0px; color: #FFF;}

/*-- submenu moduletitle      --*/ .ModuleTitle_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 0px 0px 0px 0px; background:#202020; padding: 0px 0px 0px 0px; border-top: #FFFFFF 0px solid;border-bottom: #FFFFFF 0px solid; font-weight: normal; filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=125, Strength=2);padding: 1px 0px 1px 0px; color:#F1F0ED; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
/*-- module menu continer     --*/ .ModuleTitle_MenuContainer { color: #ffffff; padding: 0px 0px 0px 0px}
/*-- module menu bar          --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- module menu padding      --*/ .ModuleTitle_MenuItem{cursor: pointer; cursor: hand; color:#FFF; font-family:Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; font-style: normal; border-left: white 0px solid; border-bottom: #FFF 0px solid; border-top: white 0px solid; border-right: white 0px solid;background-color: Transparent;}
/*-- module menu padding      --*/ .ModuleTitle_MenuItemSel { padding: 0px 0px 0px 0px; }
/*-- not needed - module menu --*/ .ModuleTitle_MenuBreak{border-bottom: #EEEEEE 0px solid; border-left: #EEEEEE 0px solid; border-top: #EEEEEE 0px solid;  border-right: #EEEEEE 0px solid; background-color: #202020; height: 0px; color: #FFF; height: 1px;}
/*-- submenu items hover      --*/ .ModuleTitle_MenuItemSel { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; cursor: pointer; cursor: hand; color: #D2C7AF; background: #373737; padding: 0px 0px 0px 0px; height: 21px; border-top: #FFF 0px solid;border-bottom: #FFF 0px solid;}
/*-- not needed - module menu --*/ .ModuleTitle_MenuArrow{border-bottom: #FFF 0px solid; border-left: #EEEEEE 0px solid; border-top: #EEEEEE 0px solid;  border-right: #EEEEEE 0px solid;}
/*-- not needed - module menu --*/ .ModuleTitle_RootMenuArrow{ display: none;}
/*-- not needed - module menu --*/ .ModuleTitle_MenuIcon {	cursor: pointer; cursor: hand; background-color: #202020; border-left: #EEEEEE 0px solid; border-bottom: #FFF 0px solid; border-top: #EEEEEE 0px solid; text-align: center; width: 15; height: 21;}
/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/
.login{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F0D7D7;
	font-weight: normal;
}
A.login:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F0D7D7;
	text-decoration: none;
   font-weight: normal;
}
A.login:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F0D7D7;
	text-decoration: none;
	font-weight: normal;
}
A.login:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#F0D7D7;
   text-decoration: underline;
	font-weight: normal;
}
A.login:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#F0D7D7;
	text-decoration: none;
	font-weight: normal;
}
.user{
	font-family: Arial;
	font-size: 11px;
	color:#F0D7D7;
}
A.user:link{
	font-family: Arial;
	font-size: 11px;
	color: #F0D7D7;
	text-decoration: none;
}
A.user:visited{
	font-family: Arial;
	font-size: 11px;
	color: #F0D7D7;
	text-decoration: none;
}
A.user:hover{
	font-family: Arial;
	font-size: 11px;
	color: #F0D7D7;
   text-decoration: underline;
}
A.user:active{
	font-family: Arial;
	font-size: 11px;
	color: #F0D7D7;
	text-decoration: none;
}
.current{
	font-family: Arial;
	font-size: 11px;
	color: #F0D7D7;
	font-weight: normal;
   font-weight: normal;
}
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
   font-weight: normal;
}
.terms{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
   font-weight: normal;
}
A.terms:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
   font-weight: normal;
}
A.terms:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
A.terms:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
   text-decoration: underline;
	font-weight: normal;
}
A.terms:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.privacy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
   font-weight: normal;
}
A.privacy:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
   font-weight: normal;
}
A.privacy:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
A.privacy:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
   text-decoration: underline;
	font-weight: normal;
}
A.privacy:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.lang{
   font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #904438;
   font-weight: normal;
	height: 14px;
}

