* 
{
 margin: 0;
}

a
{
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-style: normal;
    line-height: 25px;
    color: #003399;
    font-weight: 100;
    text-align: left;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #003399;
}

a:hover
{
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-style: normal;
    line-height: 25px;
    color: #FF0000;
    font-weight: 100;
    text-align: left;
}

a:visited
{
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-style: normal;
    line-height: 25px;
    color: #333333;
    font-weight: 100;
    text-align: left;
    text-decoration: none;
}


.topSpacer
{
	margin-top: 4px;
}

.PageContent
{
	margin-top: 40px;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 20px;
}

a.siteLink
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 25px;
    color: #003399;
    font-weight: 100;
    text-align: left;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #003399;
}

a.siteLink:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	color: #FFFFFF;
	font-weight: 100;
	text-align: left;
	text-decoration: none;
	background-color: #3366FF;
}

a.siteLink:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	color: #333333;
	font-weight: 100;
	text-align: left;
	text-decoration: none;
}

/* Form Styling */
.textBox
 {
	border: 1px solid #999999;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #0066FF;
	padding: 5px;
	margin: 2px;
	right: auto;
	width:300px;
}

.textBoxPassword
{
	border: 1px solid #999999;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #0066FF;
	padding: 5px;
	margin: 2px;
	width:300px;
}

.siteButton
{
	font-weight: bold;
	color: #ffffff;
	background-color: #2a3d65;
	width:200px;
}

.cancelButton
{
	font-weight: bold;
	color: #000000;
	background-color: #ffe4e1;
	width: 200px;
}

.siteButtonNoWidth
{
	font-weight: bold;
	color: #ffffff;
	background-color: #2a3d65;
}

.ColumnTitle
{
    border: 1px solid #dcdcdc;
    font-weight: bold;
    color: #333333;
    background-color: #f2f2f2;
    padding-left: 5px;
}
.AltRowGray
{
	background-color: #dcdcdc;
}
td.ColumnTitleYellow
{
    font-weight: bold;
    color: #000000;
    background-color: #99CCFF;
    font-size: 12px;
    border-right: #696969 1px groove;
    border-top: #696969 1px groove;
    border-left: #696969 1px groove;
    border-bottom: #696969 1px groove;
    padding-right: 5px;
    padding-left: 2px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.cursorHand
{
	cursor: hand;
	text-decoration: underline;
}

.wrapper 
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
.footer
{
	font-family: Trebuchet MS;
	background-color: #000000;
	width: 100%;
	text-align: center;
	background-image: url(/images/topfooterHEADER.png);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 10px;
}
table.PageContent
{
    background-color: #ffffff;
    border: 1px solid #000000;
}
td.LogoBackground
{
    background-image: url(/images/STE-nobackground.png);
    background-repeat: no-repeat;
}