/* CSS Stylesheet for the Ren Skin package */
BODY
{
   font-size:x-small;
   font-family: Arial;
   color: #900;
   background-color: #FFF;
}

TD
{
   font-size:x-small;
   font-family: Arial;
   color: #900;
}

.Login
{
   font-family:Arial;
   color: #FFCC00;
   font-size:xx-small;
   text-align: right;
}

A.Login:visited
{
   color: #FFCC00;
   text-decoration: none;
   font-weight: bold;
}

A.Login:link
{
   color: #FFCC00;
   text-decoration: none;
   font-weight: bold;
}

A.Login:hover
{
   color: #990000;
}

.Breadcrumb
{
   font-family:Arial;
   color: #600;
   font-weight: bold;
   font-size:x-small;
}

A.Breadcrumb:link
{
   font-family:Arial;
   color: #600;
   font-size:x-small;
}

A.Breadcrumb:hover
{
   font-family:Arial;
   color: #FFCC00;
   font-size:x-small;
   text-decoration: none;
}

.Footer
{
   font-family:Arial;
   color: #FFCC00;
   font-size:x-small;
}

.CurrentDate
{
   font-family:Arial;
   color: #FC0;
   font-size:x-small;   
}

.BodyTD
{
   BACKGROUND-IMAGE: url(bg_main.jpg); 
   HEIGHT: 100%;
   text-align: left;  
}

.HeaderTD
{
   BACKGROUND-IMAGE: url(bg_header.jpg);
   HEIGHT: 188px;
}

.Header
{
   padding-right: 15px;
   text-align: right;
}

.FooterTD
{
   BACKGROUND-IMAGE: url(bg_footer.jpg); 
   HEIGHT: 200px;
}

/* Module Title Menu */ 
.ModuleTitle_MenuContainer 
{
   font-family:Arial;
   color: #600;
   font-size:small;
}

.ModuleTitle_MenuBar 
{
   font-family:Arial;
   color: #600;
   font-size:small;
}

.ModuleTitle_MenuItem 
.ModuleTitle_MenuIcon 
.ModuleTitle_SubMenu 
.ModuleTitle_MenuBreak 
.ModuleTitle_MenuItemSel 
.ModuleTitle_MenuArrow 
.ModuleTitle_RootMenuArrow 

/* Main Menu */ 
.MainMenu_MenuContainer 
{ 
 background-color: Transparent; 
 text-align: right;
} 
.MainMenu_MenuBar { 
 cursor: hand; 
 height:16; 
 background-color: Transparent; 
 text-align:right;
} 
.MainMenu_MenuItem 
{
 cursor: hand; 
 color: #600; 
 font-family: Tahoma, Arial, Helvetica; 
 font-size: 9pt; 
 font-style: normal; 
 background-color: Transparent; 
} 

.MainMenu_MenuIcon 
.MainMenu_SubMenu 
{
   background-color: #660000;
}
.MainMenu_MenuBreak 
.MainMenu_MenuItemSel 
.MainMenu_MenuArrow 
.MainMenu_RootMenuArrow 
 

