div.STSActionRight
{
	float: right;
	white-space: nowrap;
	padding-top: 2px;
}

.STSEditContainer
{
	display: inline; 
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

div.STSBreak
{
	clear: both;
}

/* Sidebar Container */

div.STSSidebarTitleContainer
{
	font-family: Verdana;
	font-size: 10pt;
	text-align: left;
}

.STSSidebarTitle
{
	color: black;
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
	color: #28359E;
}

div.STSBreak
{
	clear: both;
}


/* Main Container Classes */

div.STSMainTitleContainer
{
	text-align: left;
	background-color: #E0E0A0;
	border-top: solid 2px #28359E;
	border-bottom: solid 1px #A0A0FF;
}

.STSMainTitle
{
	color: #286E9F;
	font-size: 18pt;
	font-family: Times New Roman;
	padding-left: 4px;
}

div.STSMainContent
{
	background-color: #FFFFD0;
	border: solid 1px #FFFFD0;
	border-bottom: solid 2px #28359E;
	margin-bottom: 1px;
}

div.STSMainTitleContainer img
{
	vertical-align: middle;
}

