/* ================================
    CSS STYLES FOR DotNetNuke NukedSkins 101 by Nina Meiers - xd.com.au
   ================================
*/   

/* GENERAL */
.Body {
	background-color:#E5ECFA;
}

/* style for module titles */
.HeadBG  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #000000;
	 background-image: url(/Portals/_default/Skins/Unisit//EquineDisc/Portals/_default/Skins/EquineDisc/layer_02.jpg);
	 height: 151px;
	 width: 770px;
}

.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #000000;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

.LeftPane {
width: 100px;
margin: 0px 0px 0px 0px;
background-repeat: repeat-y;
}

.ContentPane {
margin-left: 2em;
margin-top: 2em;
padding-left: 5px;
padding-right: 0px;
vertical-align: top;
}

.RightPane {
width: 100px;
padding: 0px 0px 0px 0px;
}

.Footer {
	width: 770px;
	height: 62px;
	padding: 5px 5px 5px 15px;
}



/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* 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;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for the selected tab */
.CurrentDate {
    font-weight: bold;
    font-size: 9px;
    color: black;
    font-family: Verdana;
    text-decoration: none;
}

/* text style for the selected tab */
.Breadcrumb, A.Breadcrumb:Link, A.Breadcrumb:Active, A.Breadcrumb:Visited {
    font-weight: bold;
    font-size: 14px;
    color: white;
    font-family: Verdana;
    text-decoration: none;
    margin-right:8px;
}
A.Breadcrumb:Hover 
{
    text-decoration:none;
    color: #FFFFFF;
    
}
/* text style for the selected tab */
.LoginLogout, A.LoginLogout:Link, A.LoginLogout:Active, A.LoginLogout:Visited 
{ 
    font-family: Verdana;
    font-size: 8px;
    font-weight:normal;
    color:#FFFFFF;
    background-color: transparent;
    padding-right:3;
    padding-left:3;
}
A.LoginLogout:Hover 
{
    text-decoration:none;
    color: #FFFFFF;
    
}


/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 10px;
    color: white;
    font-family: Verdana;
    text-decoration: none;
	border-left: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-right: #FFFFFF 1px solid;  
}


/* 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;
    border-right: #FFFFFF 1px solid;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: white;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color:white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
    border-left: solid 1px #ffffff; 
    border-top: solid 1px #ffffff; 
    border-right: solid 1px #ffffff;  
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:white;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 1px solid; 
	border-right: #FFFFFF 0px solid;  
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	border-left: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-right: #FFFFFF 1px solid;  
	height:20;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Verdana; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: solid 0px #FFFFFF; 
	border-bottom: solid 0px #FFFFFF; 
	border-top: solid 0px #FFFFFF; 
	border-right: solid 0px #FFFFFF;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #633929;
	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;
}

.ms_MenuItem {
font-family: verdana;
font-weight: normal;
font-size: 12px;
height: 22;
color: #333333;
border-left: solid 1 #eeeeee;
border-bottom: solid 1 #eeeeee;
border-top: solid 1 #eeeeee;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #b06231;
	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: #000000; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; ; 
	font-family: Verdana; 
	font-size: 10px; 
	font-weight: bold; 
	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;
}

