/* ================================
    CSS STYLES FOR Better Design - by Jane Betteridge - www.betterdesign.ws
   ================================
*/   

/* GENERAL */


/* style for module titles */
.HeadBG  {
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size:  13px;
    font-weight: bold;
    color: #000000;
}

.Head   {
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size:  13px;
    font-weight: bold;
    color: #000000;
}


/* background color for the content part of the pages */
Body
{
    background-color: #FFFFFF;
}

{
.PromoPane {
	background-image: url(toprowbackground.jpg);
}

.TopPane {
background-color: #1a172e;
}

.LeftPane {
background-color: #1a172e;
}

.ContentPane {
background-color: #1a172e;
}

.RightPane {
background-color: #1a172e;
}

.BottomPane {
background-color: #1a172e;
}


/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #233768;
}

.NormalRed
{
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #8c1d20;
}

.NormalBold
{
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size: 12px;
    font-weight: bold;
}


/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 10px;
    color: #145543;
    font-family: Arial, Helvetica;
    text-decoration: none;
}


/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #233768;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #145543;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #233768;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: #233768;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color: #233768;
    font-family: Arial, Tahoma, Verdana, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color: #233768;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: #508485;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color: #233768;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color: #233768;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #770044 0px solid; 
	border-top: #770044 0px solid; 
	border-right: #404040 0px solid;  
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:4;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #233768; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 13px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #FEEED2 0px solid; 
	border-bottom: #FEEED2 0px solid; 
	border-top: #FEEED2 0px solid; 
	border-right: #FEEED2 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #145543;
	border-left: #FEEED2 0px solid; 
	border-right: #FEEED2 0px solid; 
	border-bottom: #FEEED2 0px solid; 
	border-top: #FEEED2 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #ae7b7b; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #B07079 0px solid; 
	border-left: #B07079 0px solid; 
	border-top: #B07079 0px solid; 
	border-right: #B07079 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #B07079 0px solid; 
	border-top: #B07079 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #f4d788; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: #184b73; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 13px; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 11pt; 
	color: #eaaf10; 
	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: 11pt; 
	cursor: pointer; 
	cursor: hand;
}
