
/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

body {
 margin: 0;
 background-color:#330000;
}

table, tr, td, p {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:medium;
 margin:0;
 padding:0;
 border:0;
}

img 
{
 margin:0;
 padding:0;
 border:0;
}

/*========================================================*/
/*  2. Containers                                         */
/*========================================================*/
#header 
{
 position:relative;
 top:0px;
 width:760px;
 height:100px;
 vertical-align:top;
 background: url(../images/background/redhairbanner.jpg) top no-repeat;
 background-color:#000000; 
}

#TowerLeft 
{
 vertical-align:top;
 background: url(../images/background/towerLeft.jpg) top repeat-y;
 width: 13px;
 margin:0;
 padding:0;
 background-color:#000;
}
#TowerRight
{
 vertical-align:top;
 background: url(../images/background/towerRight.jpg ) top repeat-y;
 width: 13px;
 margin:0;
 padding:0; 
 background-color:#000;
}

/*========================================================*/
/*  3. Links                                              */
/*========================================================*/


a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
 color: #333;
 font-family: tahoma;
 font-weight: normal;
 font-size: 12px;
 text-decoration: none;
}

a.LoginLink:hover {
 color: #333;
 font-family: tahoma;
 font-weight: normal;
 font-size: 12px;
 text-decoration: underline;
}

a.Normal:link, a.Normal:visited {
 color: #00f;
 font-family: tahoma;
 font-weight: normal;
 font-size: 12px;
 text-decoration: none;
}

a.Normal:hover {
 color: #99f;
 font-family: tahoma;
 font-weight: normal;
 font-size: 12px;
 text-decoration: none;
}


a:link, a:visited, a:active {
 color: #00f;
 font-family: tahoma;
 font-weight: normal;
 font-size: 12px;
 text-decoration: underline;
}

a:hover {
 color: #99f;
 font-family: tahoma;
 font-weight: normal;
 font-size: 12px;
 text-decoration: underline;
}


/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


.CopyrightText, .CurrentDate {
 font-family: tahoma;
 font-size: 12px;
 color: #333;
 font-weight: normal;
}


.Normal {
 font-family: tahoma;
 font-size: 12px;
 color: #333;
}

.SubHead {
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #333;
 padding: 0;
}


.Head {
 font-size: 14px;
 color: #333;
 font-weight: bold;
}


.NormalRed {
 color: #900;
 font-family: tahoma;
 font-weight: bold;
 font-size: 12px;
}

.NormalBold {
 font-family: tahoma;
 font-size: 12px;
 font-weight: bold;
}

/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/


select, input {
 font-family: tahoma;
 font-size: 12px;
 color: #333;
}

.NormalTextBox {
 color: #333;
 padding-left: 2px;
 font-family: tahoma;
 font-weight: normal;
 font-size: 12px;
}

td.NormalTextBox {
 padding: 0;
 margin: 0;
 background: transparent;
 visibility:hidden;
 border: 0;
}

 


/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/

 

/*-- box that holds the menu --*/
.MainMenu_MenuContainer {
 background-color: #A30001;
 width: 760px;
 height:30px;
}


/*-- bar that holds the menu? --*/
.MainMenu_MenuBar {
 cursor: pointer; 
 cursor: hand;
 background: #A30001;
 width: 760px;
 height:30px;
}


/*-- applies to items in submenus only --*/
.MainMenu_MenuItem {
 font-family: verdana; 
 color: #333;
 font-size: 12px;
 background: #f6f6f6;
 font-weight: bold; 
 font-style: normal; 
 border: #f6f6f6 1px solid; 
 padding: 1px 8px 1px 0px;
 font-weight: normal;
}


/*-- hover state in submenus only --*/
.MainMenu_MenuItemSel {
 font-family: verdana; 
 font-size: 12px; 
 font-weight: bold; 
 cursor: pointer; 
 cursor: hand; 
 color: #f6f6f6;
 background: #444; 
 border-left: #444 1px solid;
 border-right: #444 1px solid;
 padding: 1px 8px 1px 0px;
 font-weight: normal;
}


/*-- submenu container --*/
.MainMenu_SubMenu {
 z-index: 1000; 
 cursor: pointer; 
 cursor: hand; 
 margin: 3px 0 0 0;
 background: #f6f6f6;
 padding: 1px;
 border: 1px solid #888;
 font-weight: normal; 
 /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);*/
}


/*-- idle state for root menu items --*/
.MainMenu_Idle {
 color: #fff;
 font-family: verdana; 
 font-size: 14px;  
 background: #A30001;
 padding: 1px 8px 8px 1px;
 font-weight: bold;
}


/*-- hover state for root menu items --*/
.MainMenu_Selected {
 color: #fff;
 font-family: verdana; 
 font-size: 14px;  
 background: #ccc;
 padding: 1px 8px 8px 1px;
 font-weight: bold;
}


/*-- applies to the active root menu item --*/
.MainMenu_Active, .MainMenu_BreadcrumbActive {
 color: #fff;
 font-family: verdana; 
 font-size: 14px;  
 background: #333;
 padding: 1px 8px 8px 1px; 
 font-weight: bold;
}


/*-- stuff we don't need to see --*/
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuBreak, .MainMenu_MenuIcon  {
 display: none;
}


/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/


/*-- container for module menus --*/
.ModuleTitle_MenuContainer {
 color: #2c2c2c;
}


/*-- bar for module menus --*/
.ModuleTitle_MenuBar {
 cursor: pointer; 
 cursor: hand;
}


/*-- menu items --*/
.ModuleTitle_MenuItem {
 font-family: tahoma; 
 color: #333;
 font-size: 12px;
 background: #f6f6f6;
 font-weight: bold; 
 font-style: normal; 
 border: #f6f6f6 1px solid; 
 padding: 0px 8px 1px 2px;
 font-weight: normal;
}


/*-- submenu container --*/
.ModuleTitle_SubMenu {
 z-index: 1000; 
 cursor: pointer; 
 cursor: hand; 
 margin: 2px 0 0 0px;
 background: #f6f6f6;
 padding: 1px;
 border: 1px solid #666;
 font-weight: normal;
 /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);*/
}


/*-- hover state --*/
.ModuleTitle_MenuItemSel {
 font-family: tahoma; 
 font-size: 12px; 
 cursor: pointer; 
 cursor: hand; 
 color: #333;
 background: #ddd;
 border-left: #ddd 1px solid;
 border-right: #ddd 1px solid;
 padding: 0px 8px 1px 2px;
 font-weight: normal;
}

.ModuleTitle_MenuIcon {
 border: 1px solid #eee;
 padding: 0 3px 0 3px;
}

/*-- don't need this stuff --*/
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow    {
 display: none;
}

 

 

 


 
