﻿/* ================================
    CSS STYLES FOR Netals Skin
	Modified & Updated by Nina Meiers  - March 2007
	 All credits remain with existing designer
   ================================
*/   



body {
	background:#000 url('images/site_bg.gif') repeat-x fixed center 50%; font-family: arial, verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	
}



/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	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: 13px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #ff0000;
}



#col2container {
	
	width: 965px;
	height:100%;
	margin: 0 auto;
	padding: 0;
	background: url('images/BodyBG.jpg');
	text-align: left;
}


.TopMidPane{
	
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 6px;
}



.contentpane {
	
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 6px;
}

.rightpane {
	background-color: transparent;
	padding-left: 8px;
	padding-right: 5px;
	padding-bottom: 6px;
}



A.Title:link, A.Title:visited, A.Title:active, .Title  {
		font-size: 13pt;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #513436;
}



A.Login:link, A.OtherTabs:visited, A.OtherTabs:active, .Login  {
	font-size: 10pt;
	font-weight: bold;
	color: #fff;}

A.Login:hover{	font-size: 10pt;
	font-weight: bold;
	color: #CCC;}



/* GENERAL */
/* style for module titles */
.Head   {font-family: Arial, Helvetica;font-size:  16px;font-weight:boldcolor: #333333;}

/* text style for the unselected tabs */
.OtherTabs {font-weight: bold;font-size: 8.5pt;color:#FFFFFF;font-family: Arial, Helvetica;text-decoration: none;}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {text-decoration:none;color:#FFFFFF;}
A.OtherTabs:visited  {text-decoration:none;color:#FFFFFF;}
A.OtherTabs:active   {text-decoration:none;color:#FFFFFF;}
A.OtherTabs:hover{text-decoration:underline;color:#FFFFFF;}

/* 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: #FFFFFF;}
.MainMenu_MenuBar {cursor: pointer; cursor: hand; height:28;}
.MainMenu_MenuItem {cursor: pointer; cursor: hand; color: #000000; text-transform: uppercase; font-family: Arial, Helvetica; font-size: 10pt; font-weight: bold; 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: #FFFFFF; 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: #FFFFFF; filter:progid:DXImageTransform.Microsoft.Shadow(color='#A9A9A9', 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: #842609; cursor: pointer; text-transform: uppercase; cursor: hand; color: White; font-family: Arial, Helvetica; font-size: 10pt; font-weight: bold; font-style: normal;}
.MainMenu_MenuArrow {font-family: webdings; font-size: 10pt; 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;}

/* ================================
    CSS STYLES FOR Netals Skin
	Modified & Updated by Nina Meiers  - March 2007
	 All credits remain with existing designer
   ================================
*/ 

/* GENERAL */

/* text style for the selected tab */
.SelectedTab {font-weight: bold;font-size: 8.5pt;color:black;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:underline;color:black;}
