/* ================================
    Default CSS STYLES FOR SnapsisDNN -- CSS Skins
   ================================
*/   
/* Main Body & Scrollbars */
Body
{
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: tahoma, arial,verdana;
    BACKGROUND-COLOR: transparent
    scrollbar-base-color: #336699;
    scrollbar-face-color: #dee3e7; 
    scrollbar-track-color: #efefef; 
    scrollbar-arrow-color: #006699;
    scrollbar-highlight-color: white; 
    scrollbar-3dlight-color: #d1d7dc; 
    scrollbar-shadow-color: #dee3e7;
    scrollbar-darkshadow-color: #98aab1;
}
.AdminMenuContainer
{
	position:absolute;
	left:-500px;
	width:250px;
	height:155px;
	top:20px;
	z-Index:9999;
	background-color:#ffffff;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	border-top: #F1ECD3 1px solid; 
	border-left: #F1ECD3 1px solid; 
	border-right:#9D845A 1px solid; 
	border-bottom: #9D845A 1px solid;
    display:none;
    visibility:hidden; 
}
.AdminMenuIFrame
{
    position:relative; 
    top:0px; 
    left:0px;
    height:150px;
    width:250px;
}
.AdminMenuInnerContainer
{
    position:absolute;
    left:0px;
    top:0px;
    width:250px;
    height:150px;
    background-color: #FFFFFF;
    padding:5px;
    padding-top:2px;
}
.AdminMenuContainerHandle
{
    font-family:Tahoma,Verdana;
    Font-weight:bold;
    font-size:11px;
    height:15px;
    cursor:move;
    color:white;
}
.AdminMenuTitleBar
{
    background-color: #0000CC;
    font-family:Tahoma,Verdana;
    border: white 1px solid;
    padding:1px;
}
/*Snapsis - SolPartMenu Styles */
.ms_MenuContainer {border-bottom: #404040 0px solid; border-left: #FF8080 0px solid; border-top: #FF8080 0px solid; border-right: #404040 0px solid;  background-color: #333333;}
.ms_MenuBar  {cursor: pointer; cursor: hand; height:16;}
.ms_MenuItem {cursor: pointer; cursor: hand; color: White; font-family: Tahoma, Arial, Helvetica; font-size: 9pt; font-weight: bold; font-style: normal; border-left: #333333 0px solid; border-bottom: #333333 1px solid; border-top: #333333 1px solid; border-right: #333333 0px solid;}
.ms_MenuItemSel {background-color: #CCCCCC; cursor: pointer; cursor: hand; color: White; font-family: Tahoma, Arial, Helvetica; font-size: 9pt; font-weight: bold; font-style: normal;}
.ms_MenuIcon {cursor: pointer; cursor: hand; background-color: #333333; border-left: #333333 1px solid; border-bottom: #333333 1px solid; border-top: #333333 1px solid; text-align: center; width: 15;height: 21;}
.ms_SubMenu {z-index: 1000; cursor: pointer; cursor: hand; background-color: #333333; filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;border-bottom: #404040 0px solid; border-left: #FF8080 0px solid; border-top: #FF8080 0px solid; border-right: #404040 0px solid;}
.ms_MenuBreak {border-bottom: #404040 1px solid; border-left: #FF8080 0px solid; border-top: #FF8080 1px solid;  border-right: #404040 0px solid; background-color: White; height: 1px;}
.ms_MenuArrow {font-family: webdings; font-size: 10pt; cursor: pointer; cursor: hand; border-right: #333333 1px solid; border-bottom: #333333 1px solid; border-top: #333333 0px solid;}
.ms_RootMenuArrow {font-family: webdings; font-size: 10pt; cursor: pointer; cursor: hand;}

