/* ================================
    Default CSS STYLES FOR Snapsis.DNN -- 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;
	right:500px;
	width:425px;
	height:195px;
	top:200px;
	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:195px;
    width:425px;
}
.AdminMenuInnerContainer
{
    position:absolute;
    left:0px;
    top:0px;
    width:425px;
    height:195px;
    background-color: #FFFFFF;
    padding:5px;
    padding-top:2px;
}
.ContainerHandle
{
    font-family:Tahoma,Verdana;
    background-color: #0000FF;
    padding-left:10px;
    font-weight:bold;
    font-size:11px;
    height:15px;
    cursor:move;
    color:white;
}
.ContentPane {
	padding-left:5;
	padding-right:5;
}
.ContainerTab
{
    font-family:Tahoma,Verdana;
    background-color: #0000FF;
    padding-left:5px;
    padding-right:5px;
    position:absolute;
    border-bottom: black 1px solid;
    border-right: black 1px solid;
    display:block;
    font-weight:bold;
    font-size:11px;
    height:15px;
    color:white;
    cursor:hand;
}
#AdminMenuContainerTab
{
top:2px;
right:150px;
}
#CSSEditorContainerTab
{
top:2px;
right:50px;
}
.TitleBar
{
    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;}
