/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
/* CSDHL COlors
   Dark blue 51,51,102 = 33,33,66
   Light Blue 0,64,242 = 0,40,F2
   yellow 248,201,1    = F8,C9,1
   orange 255,153,0    = FF,99,0  
   dark red : #9F153D
   light red : #E30000
   dark purple : #1C004A
   light purple : #4500AA
*/
.LeagueBG
{
    background-color: WHITE;
}

.LeagueSideways
{
	BACKGROUND-IMAGE: url(TopGradient2.jpg); 
    vertical-align:middle;
}

.LeagueHeadTile
{
	BACKGROUND-IMAGE: url(TitleBackground.jpg); 
    vertical-align:middle;
}

.LeagueBGHeadTrans
{
    height:12px;
    font-size: 12px;
}

.LeagueTop
{
    background-color: #000000;
    height:3px;
    font-size: 3px;
}


.LeagueBorder
{
    background-color: #000000;
    height:4px;
    font-size: 4px;
}

.TitleFontBig
{
    font-size:48px;
    color:#E30000;
}

.TitleFontSmall
{
    font-size:28px;
    color:#9F153D;
}

.Head   {
    font-family: "Arial Black", Arial, Helvetica;
    font-size:  16px;
    font-weight: normal;
    color:White;    
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

.LeftPane {
}

.ContentPane {
}

.RightPane {
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 14px;
    color: #E30000;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: White;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: White;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: White;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: White;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color:#F8F8F8;    
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#F8F8F8;    
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#F8F8F8;    
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#F8F8F8;    
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#F8F8F8;    
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: #E30000;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #FDFDFD; 
	font-family: "Arial Black", Arial, Helvetica; 
	font-size: 13px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #E30000;
	border-left: #000000 0px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #E30000; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #FFFFFF; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: #F4F4F4; 
	cursor: pointer; 
	cursor: hand; 
	color: #E30000; 
	font-family: "Arial Black", Arial, Helvetica; 
	font-size: 13px; 
	font-weight: normal; 
	font-style: normal;
} 

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: white; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.msmGrid
{
	background-color:#0040F2; 
	border-bottom: #E30000 1px solid; 
	border-left: #E30000   1px solid; 
	border-top: #E30000    1px solid; 
	border-right: #E30000  1px solid;
	color:#FFFFFF;
	text-align:center;

}

.msmrsReportTable
{
    border-color:#9F153D;
    border-style:solid;
    border-width:thin;
	background-color:#c8c8c8;
    color:#E30000;
    text-align:center;    
}

.msmrsReportTableHdr
{
    border-color:#333366;
    border-style:solid;
    border-width:thin;
	background-color:#1C004A;
    color:#FFFFFF;
    text-align:center;    
}

.msmrsReportTitle
{
	 background-color:#FFFFFF;
	 border:#9F153D;
	 border:6px;
    color:#E30000;
    text-align:center;
    
}

.ItemTable {
    background-color:#D0D0D0;
    color: #E30000;
    border-color:#1C004A;
    border-style:solid;
    border-width:thin;
    font-size: 12px;
    text-align:center;
}

.ItemTableHdr {
    background-color:#3300A7;
    color:#FFFFFF;
    border-color:#1C004A;
    border-style:solid;
    border-width:thin;
    font-size: 12px;
    text-align:center;
}


