﻿* {
    font-family: Arial;
}   



p, li, ol, ul, span, th, table, td, h1, h2, h3
{
	color: rgb(70,48,48);
}

p, li, ol, ul, span, th, table, td, div
{
    font-size: 11px;
    line-height: 20px;
}


p
{
    margin-bottom: 14px;
    text-align: justify;
}


th
{
	text-align: left;
	padding: 4px;
}



h1
{    
    font-size: 14px;    
    line-height: 20px;
    border-bottom: 1px solid rgb(70, 48, 48);
}



h2
{
    font-size: 12px;    
    line-height: 20px;
    border-bottom: 1px solid rgb(70, 48, 48);
}

h3
{
    font-size: 12px;
    line-height: 20px;
}

h4
{
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
}

hr
{
    border: 0px;
    border-bottom: 1px solid rgb(70, 48, 48);
    height: 1px;
}



p.pretext
{
    font-weight: bold;
}

.indented
{
    margin-left: 30px;
}

ul 
{
	margin-left: 0px;
	padding-left: 20px;	
}

li 
{
    margin-bottom: 0px;
    margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

ul li, ol ul li
{
    list-style-type: square;
}

ol li, ul ol li
{
	list-style-type: decimal;
}


a, a:active, a:link, a:visited, a:focus
{
    text-decoration: underline;
    color: rgb(70,48,48);
    outline: none;
}


.bordered table td {
	border-bottom: 1px solid rgb(70,48,48) !important;
}



a:hover
{
    color: rgb(216,176,116);
}

a.link
{
    padding-left: 16px;
    background-image: url('../../media/ui/link.gif');
    background-position: top left;
    background-repeat: no-repeat;
}

a.markvisited:visited
{
    /*color: #851a2f;*/
}

img 
{
    border: 0px;
}

form
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}






/* Control styles */

input, textarea { font-size: 11px; }
select { border: 1px solid #B0B0B0; }
input.box, textarea.box { border: 1px solid #B0B0B0; width: 200px; line-height: 12px; }
input.wide, textarea.wide { width: 98%; }



.dropdown
{    
    border: 0px;
    font-size: 11px;    
    display: inline;
}
.dropdown div 
{
    position: absolute;
    margin-top: -4px;
}

.dropdown a 
{
  display: none;
  text-decoration: none;
  list-style: none;
  border-top: 1px solid white;
  padding: 4px 28px 4px 4px;
  background-color: #84b3ba;
}

.dropdown div:hover a {
  display: block;
  float: none;
}

.dropdown a.selected 
{
    display: block;    
  border-top: 0px;
  background-image: url('../../media/ui/link.dropdown.gif');
  background-position: right center;
  background-repeat: no-repeat;
}

.dropdown a:hover 
{
    color: #851a2f;
}




.GoButton
{
    background-color: Transparent;
    border: 0px;
    margin: 0px;
    padding: 0px;
    width: 16px;
    height: 16px;
    background-image: url('../../media/ui/link.go.gif');
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top;
    cursor:pointer;
}

.LinkButton
{
    background-color: Transparent;
    border: 0px;
    margin: 0px;
    width: auto;
    padding: 0px;
    cursor:pointer;
}

.LinkButton:hover
{
    color: Red;
}

.FloatingImageLeft
{
    margin-right: 8px;
    margin-bottom: 4px;
}



.infobox 
{
    background-color: #ffffff;
    color: #808080;
    border: 1px solid #908271;
    position: absolute;
    margin-top: 10px;
    margin-left: 4px;
    position: absolute;
    padding: 4px;    
    width: 240px;
    z-index: 10;
}



#stslogo
{
	position: absolute;
	left: 0px;	
}