/* Copyright (C) 2005 CodeHouse.com. All rights reserved */

@import "main.css";
@import "/visualmenu/vm-style.css";

body {
   margin: 0;
   padding: 0; /*Set for benefit of Opera*/
   scrollbar-face-color: red;
   scrollbar-highlight-color: ThreeDLightShadow;
   scrollbar-3dlight-color: ThreeDLightShadow;
   scrollbar-darkshadow-color: ThreeDLightShadow;
   scrollbar-shadow-color: black;
   scrollbar-arrow-color: white;
   scrollbar-track-color: MistyRose;
}

.ss-h18, .ss-h20, .ss-h22, .ss-h24,
.ss-title18, .ss-title20, .ss-title22, .ss-title24 {
   filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=3);
   font-weight: bold;
   width: 80%;
   cursor: default;
}

.ss-title18, .ss-title20, .ss-title22, .ss-title24 {
   border-bottom: 2px solid red;
   padding-bottom: 2px;
   margin-bottom: 1em;
}

.ss-h18, .ss-title18 {
   font-size: 18pt;
}

.ss-h20, .ss-title20 {
   font-size: 20pt;
}

.ss-h22, .ss-title22 {
   font-size: 22pt;
}

.ss-h24, .ss-title24 {
   font-size: 24pt;
}

#ss-nav-path-cont {
  margin-bottom: 1.5em;
}

#ss-nav-path {
   display: inline;
   font-size: 10pt;
   line-height: 2em;
   padding: 1px 1em 3px; 
   background: WhiteSmoke;
   border: 1px outset;
}

#sid_header_ad, #sid_footer_ad {
   text-align: center;
}

#sid_header_ad
{
  margin-top: 3em;
  margin-bottom: 3em;  
}

#sid_footer_ad {
   margin-top: 40px;
   margin-bottom: 40px;  
}

#sid_sidebar_ad {
   margin-top: 20px;
   text-align: center;
/*   width: expression('100%');*/
}


#sid_sidebar {
   color: white;
   background: black;
/*   border-right: 5px solid red;*/
}

#sid_sidebar_logo_cont
{
   margin-top:10px;
	margin-bottom:20px;
	text-align: center;
}

#sid_sidebar_logo_text {
/*   padding: 0 5px;*/
   font-style: italic;
   font-weight: bold;
   font-size: 9pt;
}

#sid_main {
	height: 100%;
}

#sid_sidebar, #sid_content {
   vertical-align: top;
}

#sid_content {
   padding: 20px;
   padding-top: 10px;
}

#sid-vmad-banner
{	
	border: 1px outset red; 
   font-size: 10pt;
   padding: 8px;
   color: black;
	background: #FFF5F6;
   width: 450px;
}