﻿*
{
    font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    color: #666666;
}
img
{
	border:none;
}

body				{ height:100%; margin: 5px 10px 10px 10px;} 
html			{ overflow:hidden; width:100%;margin:0; padding:0; height: 100%;
 }


a:link, a:visited, a:active
{
    text-decoration: none;
    color: #333333;
}


#content {
     margin-top: 2px;
    width: 100%;
}

#map-wrapper
{
	border: 1px solid #CCCCCC;
	position: absolute;
	left: 10px;
	top: 120px;
	min-height: 100%;
}

#arrow
{
	background-position: 3px -50%;
	left: 0;
	top: 0;
	position: absolute;
	width: 12px;
	cursor: pointer;
	height: 800px;
}   

 #arrow img
 {
     border: 0px;
 }

#sidebar
{
	background-position: 0 0;
	position: absolute;
	z-index: 999;
	width: 400px;
	right: 0;
	margin-right: 0px;
	top: 120px;
	padding: 6px 0 0 12px;
	background: #F7F7F7 url(../Images/sideBarBg.png) repeat-y 0 0;
	height: 800px;
	border-top: solid 1px #000000;
	border-top-color: #999999;
}

#sidebar p {
     margin: 10px;
}

#sidebar p.buttons
{
	padding: 10px;
	margin: 0px;
	margin-top: 15px;
	text-align: right;
}

#sidebar ul#sidebar-list {
     list-style: none;
     padding: 6px 0 0 0 ;
     margin: 0;
}

#sidebar ul#sidebar-list li {
	position: relative;
	padding: 2px 5px 2px 50px;
	clear:left;
}

#sidebar ul#sidebar-list li div.label {
	float: left;
	margin-left: -40px;
	width: 40px;
	position:relative;
	padding: 1px 3px 1px;
	background: red;
	color: white;
}

#sidebar ul#sidebar-list li a {
	font-family: Arial;
	font-size: 11px;
	color: #445555;
	text-decoration: none;
	padding: 2px 3px;
}



#bottom_toolbar
{
     width: 380px;
     text-align: right;
     padding: 5px;
}

#head
{
    background: #FFF;
   /* padding-bottom: 5px;
    border: 1px solid #999999;*/
    height: 50px;
}


#menu
{
    border-style: solid;
    border-width: 1px 1px 8px 1px;
    border-color: #999999 #999999 #C90000 #999999;
    background: url(../Images/tabs.png) repeat-x 0 -200px;
    padding-bottom: 0px;
    width: 100%;
    height: 20px;
    min-width: 800px;
}
#menu ul
{
    list-style: none;
    position: static;
    display: inline;
    overflow: hidden;
}

#menu ul li
{
    display: inline;
    overflow: hidden;
}

#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active
{
    float: left;
    padding: 4px 8px;
    text-decoration: none;
    color: #333;
    background: url(../Images/tabs.png) repeat-x 0 -200px;
    border-right: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
    border-top: solid 1px #FFF;
    width: 75px;
    text-align: center;
    font-weight: bold;
}
#menu ul li a:hover
{
    color: #000; 
    background-position: 0 -262px;
} 

#menu ul li#home a:link, #menu ul li#home a:visited, #menu ul li#home a:active
{
    width: 30px;
    padding-right: 8px;
    padding-left: 8px;
    height: 15px;
}

#menu ul li a.selected:link, #menu ul li a.selected:visited
{
    background-position: 0 -102px;
    color: #FFF;
    border: solid 1px #C90000;
    border-right: solid 1px  #FFF;
}

#menu ul li a.disableAnchor, #menu ul li a.disableAnchor:hover, #menu ul li a.disableAnchor:active, #menu ul li a.disableAnchor:link
{
    color: #808080;
    float: left;
    padding: 4px 8px;
    text-decoration: none;
    background: url(../Images/tabs.png) repeat-x 0 -200px;
    border-right: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
    border-top: solid 1px #FFF;
    width: 75px;
    text-align: center;
    font-weight: normal;
}


#menu .languages
{
     padding-right: 2px;
     display: inline;
}


#menu a.lang:link, #menu a.lang:visited, #menu a.lang:active
{
    width: 30px;
    padding: 0px;
    background: none; 
    border: none;
}
.wrapper
{
	border: 1px solid #C0C0C0;
	background-color: #FFFBFB;
	padding-bottom: 8px;
	padding: 4px;
}


#toolbar {
     background: white;
     height: 25px;
     background-color: #FFF;
     padding-bottom: 4px;
}


/* Tabs */
.TabStyle .ajax__tab_header div
{
     font-size: 11px;
     vertical-align: top;
     
}
.TabStyle .ajax__tab_header
{
	cursor: pointer;
	display: block;
	width: 100%;
	height: 28px;
	background-color: #F7F7F7;
	font-weight: bold;
	font-size: 90%;
}
.TabStyle .ajax__tab_header .ajax__tab_outer 
{
    background:url(../Images/tab_a.png) no-repeat left top;
    border-color:#EBEBEB;
    color:#222;
    padding:8px;
    width: 80px;
}
.TabStylee .ajax__tab_header .ajax__tab_inner
{
	background-position: right top;
	background: url(../Images/tab_a.png) no-repeat right top;
	border-color: #EBEBEB;
	color: #666;
	padding: 3px 10px 2px 0px;
	width: 90px;
}

.TabStyle .ajax__tab_hover .ajax__tab_inner 
{
    color:#000000;
}
.TabStyle .ajax__tab_active .ajax__tab_outer 
{
    background:url(../Images/tab_a.png) no-repeat 0pt -40px;
}
.TabStylee .ajax__tab_active .ajax__tab_inner 
{
    background:url(../Images/tab_a.png) no-repeat right -40px;
    color:#000000;
   
}
.TabStyle .ajax__tab_body
{
	font-family: Arial, Helvetica, Tahoma, Sans-Serif;
	padding: 8px;
	background-color: #F9F9F9;
	border: solid 1px #EBEBEB;
	width: 380px;
	overflow: auto;
	
}




INPUT.textBoxPassword
{
	border-color:#7f9db9;
	border-width:1px;
	border-style:solid; 
	width:80px;
}
INPUT.textBoxRequired
{
	border-color:#7f9db9;
	border-width:1px;
	border-style:solid; 
}
INPUT.smallTextBox
{
	border-color:#7f9db9;
	border-width:1px;
	border-style:solid;
	width:70px;
}
INPUT.smallTextBoxRequired
{
	border-color:#7f9db9;
	border-width:1px;
	border-style:solid;
	width:70px;
}
INPUT.gridTextBox
{
	border-color:#7f9db9;
	border-width:1px;
	border-style:solid;
	width:100%;
}
INPUT.disabledTextBox
{	
	border-color:#7f9db9;
	border-width:1px;
	border-style:solid;
	color:black;
	background-color:silver;
	width:250px;
	margin: 0 4 0 0px;
}

SELECT.selectorSelect
{
	width:254px;
	
}


select
{
    border:solid 1px #7f9db9;
	background:url(../Images/inputBg.gif) ;
	background-repeat: repeat-x;
	background-attachment: scroll;
}

option
{
    background-color: #FFFFFF;
    font-size: 9pt;
}

input.txt
{
	background:url(../Images/inputBg.gif) repeat-x;
    border:1px solid #979797;
    height:15px;
    padding:2px 0px 0px 3px;
}
input.txt_small
{
    background: url(../Images/inputBg.gif) repeat-x;
    border: 1px solid #979797;
    height: 14px;
    padding: 2px 0px 0px 3px;
    font-size: 95%;
}
textarea.txt
{
	background: url(../Images/inputBg.gif) repeat-x;
	background-color:#ffffff;
    border: 1px solid #979797;
    width:320px;
}
input.btn
{
	cursor:pointer;
    font-size:11px;
    padding:1px 5px 1px 5px;
    text-decoration:none;
    outline-style:none;
    background:url(../Images/inputButtonBg.gif) repeat-x;
    border:1px solid #979797;
    height: 19px;
}

input.btn_bold
{
	cursor:pointer;
    font-size:11px;
    padding:1px 5px 1px 5px;
    text-decoration:none;
    outline-style:none;
    background:url(../Images/inputButtonBg.gif) repeat-x;
    border:1px solid #979797;
    height: 19px;
    font-weight: bold;
    border-color: Green;
    border-width: 2px;
}

.result
{
    border: 1px solid #C0C0C0;
   
}

.result th
{
    background: url(../Images/tabs.png) repeat-x 0 -200px;
    padding: 2px;
    font-size: 80%;
}

.result th a
{
	font-size: 100%;
}

.result tr
{
    width: 100%;
	background-color: #FFFBFB;
}

.result tr:hover
{
	background-color: #FFF3F0;
}

.result td
{
    padding: 5px;
    font-size: 80%;
}

.fleet td
{
    padding: 0px;
}

.result td a
{
    
}

.result td a:hover
{
    font-weight: bold; 
}

.loginInfo
{
    width: 300px;
    padding: 3px;
}

.layerButton
{
    border: 1px solid #808080;
    background: url(../Images/inputButtonBg.gif) repeat-x;
    text-align: center;
    width: 60px;
    cursor: pointer;
}
.layerButton_selected
{
    border: 1px solid #C90000;
    background: url(../Images/inputButtonBg.gif) repeat-x;
    text-align: center;
    width: 60px;
    cursor: pointer;
    font-weight: bold;
}

.context_menu
{
	background-color: #E6E6E6;
	border: 2px ridge #FFFFFF;
	position: absolute;
	z-index: -1;
	margin-top: -120px;
	margin-left: -5px;
}

.context_item
{
    color: #000000;
    margin: 8px;  
    cursor: pointer;
    background-color: #E6E6E6;
}

.context_item td
{
    color: #000000;
}

#divStationsList
{
    background-color: #E6E6E6;
    border: 2px ridge #FFFFFF;
    visibility: hidden; 
    position:absolute; 
    margin-left: 60px;
    padding: 8px;
    width: 300px;
    max-height: 300px;
    overflow: auto;
    font-size: 90%;
}

#divInformation
{
    padding : 4px;
    border-left-style: solid;
    border-left-width: 14px;
    border-left-color: #EEEEEE;
    
    /*background-color: #F4F4F4;*/
}

#divInformation .coordinates
{
    padding-left: 5px;
    font-size: 90%;
}

#scaleInfo
{
    padding: 4px 6px 4px 6px;
    font-weight: bold;
    margin-right: 10px;
}

.tooltip 
{
	text-align: center;
	opacity: .80;
	-moz-opacity:.80;
	filter:Alpha(opacity=80);
	white-space: nowrap;
	margin: 0;
	padding: 2px 0.5ex;
	border: 1px solid #000;
	font-weight: bold;
	background-color: #fff;
}

h4.red
{
    color: #FF0000;
    margin: 18px 10px 10px 10px;
    font-size: 120%;
}

/* window start */
#snow_window{
  width: 400px;
  
}
#snow_window_contents{
  /*background: url('../Images/window/snowWindow_contents.png') bottom center no-repeat #C3D9FF;*/
  background-color: #FFF;
  font-family: "courier new";
  font-size: 12px;
  overflow: auto;
  max-height: 400px;
}
#snow_window_contents div{
  font-style: italic;
  margin: 0 10px;
}
#snow_window_tl{
  width: 14px;
  height: 14px;
  background: url('../Images/window/snowWindow_tl.png') top left no-repeat transparent;
}
* html #snow_window_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Images/window/snowWindow_tl.png', sizingMethod='crop');
}
#snow_window_t{
  background: url('../Images/window/snowWindow_t.png') top left repeat-x transparent;
}
#snow_window_tr{
  width: 14px;
  height: 14px;
  background: url('../Images/window/snowWindow_tr.png') top left no-repeat transparent;
}
* html #snow_window_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Images/window/snowWindow_tr.png', sizingMethod='crop');
}
#snow_window_l{
  width: 3px;
  background: url('../Images/window/snowWindow_l.png') top left repeat-y transparent;
}
#snow_window_r{
  width: 3px;
  background: url('../Images/window/snowWindow_r.png') top right repeat-y transparent;
}
#snow_window_bl{
  width: 14px;
  height: 14px;
  background: url('../Images/window/snowWindow_bl.png') top left no-repeat transparent;
}
* html #snow_window_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Images/window/snowWindow_bl.png', sizingMethod='crop');
}
#snow_window_b{
  background: url('../Images/window/snowWindow_b.png') top left repeat-x transparent;
}
#snow_window_br{
  width: 14px;
  height: 14px;
  background: url('../Images/window/snowWindow_br.png') top left no-repeat transparent;
}
* html #snow_window_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Images/window/snowWindow_br.png', sizingMethod='crop');
}
#snow_window_close
{
    width: 57px;
    height: 20px;
    background: url(  '../Images/window/snowWindow_close.png' ) top left no-repeat transparent;
    margin: 2px 0 0 38px;
    cursor: pointer;
}
* html #snow_window_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Images/window/snowWindow_close.png', sizingMethod='crop');
}
#snow_window_beak{
  width: 27px;
  height: 37px;
  background: url('../Images/window/snowWindow_beak.png') top left no-repeat transparent;
}
* html #snow_window_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Images/window/snowWindow_beak.png', sizingMethod='crop');
}
/* window end */

.error
{
    color: Red;
}


/* Map Tool Panel */

td.descTitle
{
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
}
div.descContainer
{
	width: 135px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2000;
}
div.descSmall, div.showHideBtContainer
{
	padding-top: 8px;
	width: 53px;
	height: 38px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	text-align: right;
}
div.descSmall
{
	background-image: url(../Images/dhidebg.png);
	width: 70px;
}
div.descTop, div.descContent, div.descBottom
{
	width: 135px;
	font-size: 12px;
	font-family: Verdana;
	color: Black;
	background-position: left top;
}
div.descTextPadding
{
	padding-left: 12px;
	padding-top: 12px;
}
div.descTop
{
	height: 29px;
	font-weight: bold;
	background-image: url(../Images/dtop.png);
	background-repeat: no-repeat;
}
div.descContent
{
	font-size: 10px;
	line-height: 16px;
	overflow: auto;
	background-repeat: repeat-y;
	background-image: url(../Images/dcontent.png);
	text-align: left;
	vertical-align: middle;
}
div.descContentPad
{
	padding: 16px;
	padding-right: 16px;
	text-align: left;
	overflow: hidden;
}
div.descBottom
{
	height: 28px;
	font-size: 38px;
	background-image: url(../Images/dbottom.png);
	background-repeat: no-repeat;
	padding: 0px;
}
#hidebt, #showbt
{
	width: 14px;
	height: 14px;
	border-width: 0px;
	cursor: hand;
	position: absolute;
	z-index: 100px;
	top: 10px;
}
#hidebt
{
	background-image: url(../Images/dhide.png);
	right: 15px;
}
#showbt
{
	background-image: url(../Images/dshow.png);
	right: 15px;
	display: none;
}

td.button
{
	padding-left: 2px;
	text-align: center;
}

/* panel Info */
div.infoContainer
{
	width: 135px;
	position: absolute;
	right: 185px;
	top: 10px;
	z-index: 2000;
}

div.infoContent
{
	background-repeat: repeat-y;
	background-image: url(../Images/dcontent.png);
	font-size: 10px;
	overflow: auto;
	text-align: left;
	vertical-align: middle;
	padding: 9px;
}

.autocomplete_dropdown{font-size:0.8em}
.autocomplete_dropdown div:hover{color:Black !important;background-color:#EEEEEE !important; cursor: pointer}
.autocomplete_dropdown div {color:Black !important;background-color:#FFFFFF !important; cursor: pointer}

/* RADIOS */

input[type="radio"], input[type="checkbox"]
{
    border: 0px solid #FF6000;
    background-color:Transparent;
}

.red_radio
{
    text-align: center;
    vertical-align: middle;
    background: #FF4242;
     width: 20px;
    height: 20px;
    border: 1px solid #FF6000;
}
.green_radio
{
    text-align: center;
    vertical-align: middle;
    background: #9FFF9F;
     width: 20px;
    height: 20px;
    border: 1px solid #FF6000;
}
.blue_radio
{
    text-align: center;
    vertical-align: middle;
    background: #A4A4FF;
    width: 20px;
    height: 20px;
    border: 1px solid #FF6000;
}
.yellow_radio
{
    text-align: center;
    vertical-align: middle;
    background: #FFFFB7;
    width: 20px;
    height: 20px;
    border: 1px solid #FF6000;
}
.pink_radio
{
    text-align: center;
    vertical-align: middle;
    background: #FFD5DC;
     width: 20px;
    height: 20px;
    border: 1px solid #FF6000;
}
.orange_radio
{
    text-align: center;
    vertical-align: middle;
    background: #FFDA95;
    width: 20px;
    height: 20px;
    border: 1px solid #FF6000;
}
.white_radio
{
    text-align: center;
    vertical-align: middle;
    background: #FFFFFF;
     width: 20px;
    height: 20px;
    border: 1px solid #FF6000;
}

.current_page_anchor
{
	background-color: #999999;
	color: #ffffff;
	font-weight:bolder;
}


.AccordionHeader, .AccordionHeaderSelected
{
	background: url(../Images/bg.gif) repeat-x;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
	border-style: solid;
	border-width: 1px 1px 1px 10px;
	border-color: #DADADA #DADADA #DADADA #999999;
}

.AccordionContent
{
	background-color: #FCFCFC;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

.AccordionHeaderSelected
{
	color: #C90000;
	border-left: 10px solid #C90000;	
}


.modalPopupHead
{
	background: url(../Images/inputButtonBg.gif) repeat-x;
	cursor: move;
	border: 1px outset #EEEEEE;
	color: Black;
	height: 18px;
	font-weight: bold;
	margin: -2px;
	width: 370px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	border: 1px solid #CCCCCC;
	background-color: #FFFBF9;
	padding: 3px;
	width: 370px;
	z-index: 998;
}

.modalPopup p {
    padding: 5px;
}

.popupMenu
{
	border: 1px solid #CCCCCC;
	position: absolute;
	visibility: hidden;
	background-color: #F5F5F5;
	padding: 2px;
	z-index: 3000;
}


