/* ==============================================
    CSS STYLES FOR Skin and Construction Kit 1.0
   ==============================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana,Tahoma,"Arial Black", Arial, Helvetica;
    font-size:  18px;
    font-weight: bold;
    color: black;
}

.HomeBanner 
{
	background-image:url('http://www.internationalsoccerleague.com/Portals/2/Skins/ISLSkin/images/homeBannerBack.jpg');
	background-repeat:repeat-x;
}

.InternalBanner 
{
	background-image:url('http://www.internationalsoccerleague.com/Portals/2/Skins/ISLSkin/images/InternalPageBack.jpg');
	background-repeat: repeat-x;
	height: 205px;
}

a:link 
{
	color: black;
}

a:hover
{
	color: black;
	text-decoration: underline;
}


/* background color for the content part of the pages */
Body
{
	font-size: 12px;
	background-color: #006666;
}

.HeaderPane {
}

.LoginPane {
}

.LogoPane
{
	
}

.MenuPane
{

}

.LeftPane {
}

.BreadCrumbPane 
{
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif';
	background-color: Black;
	font-size: 8px;
	text-align: left;
}

.CopyrightPane 
{
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif';
	background-color: #006666;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	color: White;
}

/* hyperlink style for the selected tab */
A.CopyrightPane:link {
    text-decoration:    none;
    color: White;
}

A.CopyrightPane:visited  {
    text-decoration:    none;
    color: White;
}

A.CopyrightPane:active   {
    text-decoration:    none;
    color: White;
}

A.CopyrightPane:hover    {
    text-decoration:    none;
    color: White;
}

.LinksPane 
{
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif';
	background-color: black;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	color: White;
}

/* hyperlink style for the selected tab */
A.LinksPane:link {
    text-decoration:    none;
    color: White;
}

A.LinksPane:visited  {
    text-decoration:    none;
    color: White;
}

A.LinksPane:active   {
    text-decoration:    none;
    color: White;
}

A.LinksPane:hover    {
    text-decoration:    none;
    color: White;
}
.SecondLeftPane {
}

.ContentPane {
}

.SecondContentPane {

}
.BottomPane1 {

}
.BottomPane2 {

}
.BottomPane3 {

}
.RightPane {
	
}
.SecondRightPane {

}
.LeftInnerPane {

}
.FillerPane1 {

}
.FillerPane2 {

}
.RightInnerPane {

}
.FooterPane {
}
.SecondFooterPane {
}
.Footer1 {

}
.Footer2 {

}
.Footer3 {

}

.CreditsPane {
}

/* text style for the selected tab */
.SelectedTab {
/*    font-weight: bold; */
    font-size: 12px;
    color: gray;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: black;
}

/* text style for the unselected tabs */
.OtherTabs {
/*    font-weight: bold; */
    font-size: 12px;
    color:black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:black;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: black 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: black;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
/*	height:25; */
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: black 1px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
background-color: black;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: black;
	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: black; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: white 1px 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: #000000; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: black;
	border-bottom: white 1px solid;
	cursor: pointer; 
	cursor: hand; 
	color: red; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 12px; 
	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: 12px; 
	cursor: pointer; 
	cursor: hand;
}



