﻿
div.st_Module
{
	position: relative;
}

div.st_EditButtons
{
    font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	display: block;
	margin: 0;
	padding: 7px;
	border: dotted 1px #666;
	background: #fff;
	z-index: 100000;
	text-align: left;
	left: 0 !important;
	top: 0 !important;
}
div.st_EditButtons a
{
    position: relative;
    display: block;
	color: #1f1f1f !important;
	text-decoration: none;
	background: #fff url('/UI/Skins/Images/Icons.gif') no-repeat 0 -356px;
	text-indent: 20px;
	height: 16px;
	padding: 1px 0 0 0;
}
div.st_EditButtons a:hover
{
    position: relative;
    display: block;
	color: #2f7aaa;
	text-decoration: underline;
}

div#st_Dashboard
{
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 44px;
	padding: 0;
	margin: 0;
	background: transparent url('/UI/Skins/Images/DashboardShadow.png') repeat-x bottom left;
    z-index: 2000;
    border: 0;
}
div#st_Dashboard div.rmItem
{
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
}
div#st_Dashboard p
{
    font-family: Segoe UI, Calibri, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
	float: left;
	margin: 10px 0 10px 40px;
	padding: 0;
}
div#st_Dashboard a.dash
{
	position: relative;
	display: block;
    background: #fff url('/UI/Skins/Images/Icons.gif') no-repeat 0 -374px;
    text-indent: 20px;
    vertical-align: middle;
	margin: 0;
	padding: 0;
	border: 0;
	height: 16px;
	float: left;
}
div#st_Dashboard a.options
{
	position: relative;
	display: block;
    background: #fff url('/UI/Skins/Images/Icons.gif') no-repeat 0 -390px;
    text-indent: 20px;
    vertical-align: middle;
	margin: 0;
	padding: 0;
	border: 0;
	height: 16px;
	float: left;
}
div#st_Dashboard p.pages
{
    float: right;
    margin-right: 30px;
}
div#st_Dashboard span.user
{
    color: #ae9d79;
}
div#st_Dashboard select.pages
{
    vertical-align: middle;
    font-family: Segoe UI, Calibri, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}
div#st_Dashboard option.selected
{
    background: #f3ecf0;
}
div#st_Dashboard a
{
    text-decoration: none;
    color: #0187c5;
}
div#st_Dashboard a:hover
{
    text-decoration: underline;
    color: #005d9d;
}
input.st_EditMode
{
	
}
