﻿/* general font and color */
body, p, ol, div, select, button, span    
{
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    font-weight: normal; 
    color: Black; 
    background-color:transparent;
}

input:hover,button:hover,textarea:hover {
	border: solid #888888 1px;
}

input,button,select,textarea  {
	border: solid #DDDDDD 1px;
	margin-bottom: 0.3em;
}

h1,h2,h3 {
	clear: both;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

.buttoncreatenotification
{
    border:1px solid; 
    border-color:#DDDDDD;
    background-color:transparent;
}


.righttext
{
     text-align: right;
}

/* Map layout */
#PageContent                
{
    position: relative; 
    width: 100%; 
}

#Map_Panel                  
{
    position:absolute;  
    width:712px; 
    height:512px; 
    top:0px; 
    left:300px; 
    overflow: hidden; 
    border-top:1px solid; 
    border-color:#DDDDDD;
}

.MapViewer_ToggleCell
{
    overflow: hidden; 
    border: solid 0px #999999; 
    background-color: White; 
    position: relative 
}

#LeftPanelCellDiv           
{
    position: relative; 
    width: 300px;  
    border: solid 1px #999999;
}

#LeftPanelCell              
{
    position: absolute; 
    left:0px; 
    top: 0px; 
    background-color: White;
}

.MapViewer_HeaderContent              
{
    position: relative; 
    width: 100%; 
    height:80px; 
}

.MapViewer_HeaderContentLeft                                  
{
    position:absolute;  
    width:300px; 
    height:100%; 
    top:0px; 
    left:0px; 
    overflow: hidden; 
    border-top:1px solid; 
    border-color:#DDDDDD;
}

.MapViewer_HeaderContentRight
{
    position:absolute;  
    width: 100%; 
    height:80px; 
    top:0px; 
    left:300px; 
    overflow: hidden; 
    border-top:1px solid; 
    border-color:#DDDDDD;
}

.MapViewer_TitleBannerStyle
{
    height:50px;    
	display: block; 
	background-color: White;
	background-image: url(images/TitleBanner.jpg);
	background-repeat: no-repeat;
	font-weight: bold; 
	font-size: 	small; 
	font-family: Verdana, Sans-Serif, Arial;
	color: #666666;
}

.MapViewer_HeaderFadebar
{
    position:absolute;  
    height:30px; 
    top:50px; 
    left:0px;  
    width:300px;
    overflow: hidden; 
}

.MapViewer_ToolbarStyle
{
    height:30px;    
    font-weight: bold; 
    font-size: 9pt; 
    color: white; 
    font-family: Verdana, Sans-Serif, Arial;
}

.MapViewer_ImageLogo
{
    position:absolute;  
    height:90px; 
    top:0px; 
    left:0px;  
    width:300px;
    overflow: hidden;   
    padding-left:5px;
    padding-top:5px;
}

.MapViewer_ImageIndicatorSkinID
{
    Z-INDEX: 926;
    position:absolute;
}


.MapViewer_PageContentLeft
{
    position:absolute;  
    width:300px; 
    height:100%; 
    top:90px; 
    left:0px; 
    overflow: hidden; 
    border-top:0px solid; 
    border-color:#DDDDDD;
}

#QueryTaskAddress_input0
{
    width:120px;
}
