a
{
    text-decoration:none;  
    font-weight:bold;
    color:#666666;
}

a:hover
{
    text-decoration:none;  
    font-weight:bold;
    color:#cccccc;
}

p 
{
    margin-top:0px;   
    margin-bottom:0px;
    line-height:18px;
}

ul 
{
    margin-top:0px;   
    margin-bottom:0px;
}

li 
{
 line-height:18px;   
}

h2.subtitle 
{
    font-size:12px;
    font-weight:normal;
    line-height:18px;
}

.formtablelabel
{
    vertical-align:text-top;
    font-weight:bold;
    width:200px;
}
.formtablelabelsmall 
{
    vertical-align:text-top;
    font-weight:bold;
    width:50px;
}
.formtableexp 
{
    font-size:smaller;   
    margin-bottom:10px;
}
.formtablerow 
{
    
}

.formrequired 
{
    color:Red;
}

.resultTable 
{
    width:100%;
}


.resultRowHeader 
{
}

.resultCellHeader 
{
    background-color:#EEEEEE;
    text-align:left;
}

.resultRowUp 
{
}

.resultRowDown
{
}

.resultCellDown
{
    border-bottom: 2px solid #EEEEEE;
}

.resultRowTotal 
{
    font-weight:bold;
}

.resultCellTotal
{
    border-bottom: 2px solid #EEEEEE;
}


@media print
{    
    .button, #header, #footer 
    {
        display:none;   
    }
}

.fullfield
{
    width: 600px;
}
.field
{
    width: 450px;
}
.smallfield
{
    width: 300px;
}
.searchfield
{
    width:350px;
}
.error
{
    border:2px solid #FF0000;
}

.map 
{
    width: 630px; 
    height: 400px;    
}

.margintop 
{
    margin-top: 20px;
}

.marginbottom
{
    margin-bottom: 20px;
}

.floatright 
{
 float:right;   
}

.floatleft 
{
 float:left;   
}

.button 
{    
    line-height:30px;
    padding:3px;
    border:2px solid #EEEEEE;
    text-decoration:none;
    font-weight:bold;
    color:#666666;
    outline-style:none;
}
.button:hover, .button:active
{
    border:2px solid #CCCCCC;
}
.button.selected 
{
    border:2px solid #CCCCCC;
}

.bclink 
{
    
}

input, textarea, select 
{
    padding:2px;
    background:#FFFFFF none repeat scroll 0 0;
    border:2px solid #EEEEEE;
    color:#333333;
}

input:focus, textarea:focus, select:focus {
    background:#FFFFFF none repeat scroll 0 0;
    border:2px solid #CCCCCC;
    color:#333333;
}

#header input 
{
    padding-left:5px;  
    background-color:Transparent;  
}

#hand_b {
    width:31px;
    height:31px;
    background-image: url(../images/Bsu.png);
}
#hand_b.selected {
    background-image: url(../images/Bsd.png);
}
#line_b1 {
    width:31px;
    height:31px;
    background-image: url(../images/Rlu.png);
}
#line_b1.selected {
    background-image: url(../images/Rld.png);
}
#line_b2 {
    width:31px;
    height:31px;
    background-image: url(../images/Blu.png);
}
#line_b2.selected {
    background-image: url(../images/Bld.png);
}
#clear_b {
    width:31px;
    height:31px;
    background-image: url(../images/Msu.png);
}
#clear_b.selected {
    background-image: url(../images/Msd.png);
}

.linkImg 
{
    border:none 0 white;    
}
.metroLine, .metroStatus  {
    padding:1px;   
}
.metroLine {
    width:60px;    
    color:White;
    font-weight:bold;
}
.metroStatus {
   width:80px;  
}