﻿@import "dialog.css";
@import "slider.css";
@import "resizables.css";
@import "panel.css";
@import "tabs.css";
@import "accordion.css";

#header
{
    font-size: 11pt;
    height: 39px;
    width: 100%;
    color:White;
    text-align: right;
    vertical-align:bottom;
    background-image: url('../images/header_bg.gif');
}

 .tableStyle
{
            width: 100%;
            height: 100%;
            vertical-align:middle;
}
        
.headerLink {
            cursor:hand;
            cursor:pointer;
            text-decoration:underline; 
}

#map 
{
    z-index: 0;
     position:absolute;
     top:39px;
     width:100%;
    }
    
.sidebarDiv 
{
    padding:10px 10px 10px 10px;
    text-align:left;
    }
    
.sidebar {
         position:absolute;
         left:2px;
         bottom:50px;
         color:Black;
         height:365px;
         width:240px;
         text-align:center;
         margin-top:5px;
         font-size:9pt;
         font-family:Tahoma;
        }
        
.sidebarheader
        {
	        height: 24px;
	        padding: 5px 0 0 0px;
	        text-align:center;
	        background: url(../images/sidebar_header_black.png) no-repeat left top;
	        color: #FFF;
	        font-family: Arial, Sans-Serif;
	        font-size: 12pt;
	        font-weight: bold;
	        text-transform: uppercase;
	        cursor:move; 
        }

.PanelContent {
             text-align:left;
             Width:95%;
             Height:200px;
             font-family:Tahoma;
             font-size:9pt;
             background-color:White;
        }
        
.PanelTitle {
          color:White;
          background-color:Transparent;
          text-align:center;         
        }
        
.link {
            cursor:hand;
            cursor:pointer;
            color:Blue;
            text-decoration:underline; 
        }

.unlink {
            cursor:default;
            color:Gray;
            text-decoration:none; 
        }
       
        
body {
            font-family:Tahoma;
            font-size:9pt;
        	margin: 0 auto;
	        padding: 0;
            background-color: #E6F7D4;
        }
        
hr {    
            height:1px;
            width:90%;
            color:gray;
            background-color:#c00;    
}


v\:* {behavior:url(#default#VML);}
input {font-family:Tahoma; font-size:9pt;}
select {font-family:Tahoma; font-size:9pt;}
option {font-family:Tahoma; font-size:9pt;}
.f9 {font-family:Tahoma; font-size:9pt;} 
#legend {font-family:Tahoma; font-size:9pt;}


/* jQuery */        
.ui-wrapper { border: 1px solid #50A029; }
.ui-wrapper input, .ui-wrapper textarea { border: 0; }

a:link {   color: #0066FF;}
a:visited { color:Blue }
a:hover {    color: #FF9900;}
a:active {    color: #0000FF;}
a:focus {	outline: none; }


        
