/* CSS Document */

body{ font-family:Arial, Helvetica, sans-serif; margin:0; padding:0;background: #97a7b8}

.left{padding: 20px 0 0 10px;}

.right{padding: 10px 10px 0 7px; }

.footer{ background-position:right; padding-bottom:25px;}

HR {
border: none 0;
border-top: 1px solid #e0e0e0;/*the border*/
width: 100%;
height: 1px;
}

h1{ margin:0; padding:0 0 4px 0; font-weight:bold; font-size:16px; color:#252525;}

h2{ margin:0; padding:0; font-style:normal; font-weight:bold; font-size:16px; color:#1b46d0;}

em{ margin:0; padding:0; font-style:normal; font-weight:bold; font-size:12px; color:#1b46d0;}

.normal{font: 12px Tahoma, sans-serif;
color : #3c3c3c;
font-weight: normal;
line-height: 1.4em;}

a:link  {
outline: none;
color : #1b46d0;
font-family: Tahoma, sans-serif;
text-decoration: underline;
font-size: 12px;
font-weight: normal;
}

a:visited  {
outline: none;
color : #1b46d0;
font-family: Tahoma, sans-serif;
text-decoration: underline;
font-size: 12px;
font-weight: normal;
}

a:hover  {
outline: none;
color : #1b46d0;
font-family: Tahoma, sans-serif;
text-decoration: none;
font-size: 12px;
font-weight: normal;
}

TD.footer {
height: 47px;
font-family: tahoma, sans-serif;
color : #252525;
font-size: 10px;
font-weight: normal;
background-image: url(images/footer.jpg);
background-repeat: repeat-x;
}

.footer A:link    {COLOR: #252525; FONT-SIZE: 10px; TEXT-DECORATION: none; font-family: tahoma, sans-serif; font-weight: normal}
.footer A:visited {COLOR: #252525; FONT-SIZE: 10px; TEXT-DECORATION: none; font-family: tahoma, sans-serif; font-weight: normal}
.footer A:hover   {COLOR: #000000; FONT-SIZE: 10px; TEXT-DECORATION: underline; font-family: tahoma, sans-serif; font-weight: normal}


/*-- box that holds the menu    --*/ 
.MainMenu_MenuContainer { background: transparent; padding: 0; }

/*-- bar that holds the menu    --*/ 

.MainMenu_MenuBar { cursor: pointer; cursor: hand; padding: 0; background: transparent;}

/*-- submenu container          --*/ 

.MainMenu_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 0 0 0 0px; background: #90231b; padding: 2px; font-weight: normal; opacity: 0.90; -moz-opacity:0.90; filter: alpha(opacity=90); }

/*-- sub menu items             --*/ 

.MainMenu_MenuItem { font-family:Tahoma, sans-serif;
 color: #FFFFFF; font-size: 11px; font-weight: bold; font-style: normal; 

padding: 0px 3px 0px 0px; 

border: 0;

height: 27px; 

}

/*-- submenu items hover        --*/ 

.MainMenu_MenuItemSel { font-family:Tahoma, sans-serif; color: #FFFFFF; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; 

padding: 0px 3px 0px 0px; 

border: 0; 

background: #501100;

height: 27px; 

}


/*-- root menu TD               --*/ 

.MainMenu_RootMenuItem TD { text-align:right; padding: 0px 20px 0px 0px; }

/*-- root menu items            --*/ 

.MainMenu_RootMenuItem { font-family:Arial, Helvetica, sans-serif; color: #501100; font-size: 11px; font-weight: bold; font-style: normal; height: 22px; border:0; }

/*-- menuitems idle             --*/ 

.MainMenu_Idle { color: #501100; background: transparent; padding: 0; font-weight: bold; }

/*-- sub menu items over        --*/ 

.MainMenu_Selected { color: #501100; background: transparent; padding: 0; font-weight: bold; }

/*-- sub menu items active      --*/ 

.MainMenu_Active, .MainMenu_BreadcrumbActive { color: #501100; background: transparent; font-weight: bold; }

/*-- root menu items over       --*/ 

.MainMenu_RootSelected { color: #501100; background: transparent; background-image:url(menu_hilite.gif); background-repeat:no-repeat; padding: 0; font-weight: bold; height: 22px; }

/*-- root menu TD over          --*/ 

.MainMenu_RootSelected TD{ text-align:right; padding: 0px 20px 0px 0px; background: #90231b;}

/*-- root menu items over       --*/ 

.MainMenu_RootActiveSub { color: #ffffff; padding: 0; font-weight: bold; height: 22px; }

/*-- root menu TD over          --*/ 

.MainMenu_RootActiveSub TD{ text-align:right; padding: 0px 20px 0px 0px; }

/*-- root menu items active     --*/ 

.MainMenu_RootActive, .MainMenu_RootBreadcrumbActive { color: #ffffff; background-image:url(menu_hilite.gif); background-repeat:repeat-y; padding: 0; font-weight: bold; height: 22px; }

/*-- root menu TD active        --*/ 

.MainMenu_RootActive, .MainMenu_RootBreadcrumbActive TD{ text-align:right; padding: 0px 20px 0px 0px; }

/*-- not needed                 --*/ 

.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenuSeperator  { display: none; }

/*-- removing seperator borders --*/ 

.MainMenu_MenuBreak { border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none; }
