﻿body
{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: white;
    font-family:tahoma;
font-size:11px;
overflow:hidden;
}

form
{
    height: 100%;
    width: 100%;
    position: absolute;
}

/* title */
#title
{
    position: absolute;
    top: 0;
    height: 109px;
    width: 100%;
    background-image: url('../images/page/title_gradient.png');
    font-family: Trebuchet MS;
    font-size: 26px;
    font-weight: bold;
    text-shadow: 2px 2px 0 white;
}

#title_text
{
    left: 20px;
    position: absolute;
    top: 20px;
}

#title_left
{
    color: #666666;
}

#title_right
{
    color: #75aa22;
}

/* left */
#left
{
    border-bottom: 1px solid #93897d;
    border-right: 1px solid #93897d;
    border-top: 1px solid #93897d;
    top: 0;
    bottom: -1px;
    position: absolute;
    width: 280px;
    background-color: #ffffff;
    -moz-box-shadow: 0 0 2px #93897d;
}

#left, #left input, #left select
{
    font-family: tahoma;
    font-size: 11px;
    color: #31312D;
}

#left select
{    
    max-width:190px;
}

#left a
{
    color: #6a8e2f;
}

.link_arrow
{
    background-image: url(../images/search/link_arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 8px;
}

.inline
{
    display: inline;
}

.center
{
    text-align: center;
}

.padding_left
{
    padding-left:10px;
}

.full_width
{
    width:100%;
}

.button
{
    background-color: transparent;
    background-image: url(../images/search/button.png);
    border: 0 none;
    color: white !important;
    height: 21px;
    width: 71px;
}

.search_header
{
    font-family: trebuchet MS;
    font-size: 15px;
    font-weight: bold;
    color: #797979;
    margin-top: 1px;
    padding: 5px 15px;
    display: block;
}

.search_title
{
    color: #75AA22;
}

.search_background
{
    background-color: #F4F4EC;
}

.scroll
{
    bottom: 0;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 100%;
}

.error
{
    color:Red;
    text-align:center;
}

.directions_header_link
{
    color:#75AA22;
    cursor:pointer;
    text-decoration:underline;
}

.visible
{
    overflow-y:visible !important;
}

.panelHeading
{
    background-color:#F2F4E4;
    margin:1px 0;
    padding:3px 5px;
}

/* autocomplete */
.autocomplete_completionListElement 
{
	visibility : hidden;
	margin : 0px!important;
	padding : 0px!important;
	background-color : inherit;	
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;		
    text-align : left; 
    list-style-type : none;
}

.autocomplete_highlightedListItem
{
	background-color: #ffff99;	
	padding: 1px;
}

.autocomplete_listItem 
{
	background-color : window;	
	padding : 1px;
}

/* middle */
#middle
{
    position: absolute;
    top: 70px;
    bottom: 142px;
    width: 100%;
}

/* main */
#main
{
    left: 285px;
    right: 190px;
    height: 100%;
    border-top: solid 1px #93897d;
    border-left: solid 1px #93897d;
    border-right: solid 1px #93897d;
    position: absolute;
    background-color: #ffffff;
    -moz-box-shadow: 0 0 2px #93897d;
}

/* map */
.map
{
    height: 100% !important;
    width: 100% !important;
    position: absolute;
}

.copyright
{
bottom:10px;
color:#31312D;
position:absolute;
right:10px;
}

.scaleBar
{
bottom:0;
left:10px;
position:absolute;
}

.zoomLevel
{
position:absolute;
right:10px;
top:10px;
}

/* tips */
.maptipTitle
{
    font-weight: normal;
    font-size:11px;
    color:#31312D;
}

.zoneTitle
{
    font-weight:bold;
    font-size:11px;
    color:#31312D;
}

.maptipContent
{
    font-size:11px;
    color:#31312D;
}

.roundedShadow { background-image:url(../images/map/maptip_shadow.png); width:1014px; height:1014px; _background-image:none; 
		    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='../images/map/maptip_shadow.png'); }

.stopsFrame
{
    width:100%;
    height:130px;
    border: none;
}

/* map toolbar*/
#toolbar
{
    left: 5px;
    position: absolute;
    right: 5px;
    top: 3px;
}

/* resize map */
#toggleBottom
{
    bottom: -1px;
    height: 19px;
    position: absolute;
    width: 100%;
    text-align: center;
}

#toggleBottom img
{
    display: inline;
    cursor: pointer;
}

#toggleLeft
{
    bottom: 0;
    left:-1px;
    width: 19px;
    position: absolute;
    height: 100%;
}

#toggleLeft img
{
    position: absolute;
    top: 50%;
    margin-top: -73px;
    cursor: pointer;
}

/* toggle map layers */
#toggle
{
    position: absolute;
    bottom: 0;
    width: 100%;
}

#toggle table
{
    border-spacing: 0px;
    width: 100%;
}

.toggleSeparator
{
    width: 3px;
    border-top: solid 1px grey;
    border-left: solid 1px grey;
    border-right: solid 1px grey;
    padding: 0;
    background-color: #e8e3d8;
}

.toggleButton_on
{
    border-top: 1px solid white;
    border-bottom: solid 1px #93897d;
    padding: 2px;
    cursor: pointer;
}

.toggleButton_off
{
    background-color: #F4F4EC;
    border-bottom: 1px solid #93897d;
    border-top: 1px solid #93897d;
    padding: 2px;
    cursor: pointer;
}

.toggleButton_off .toggle_text
{
    opacity: 0.7;
}

.toggle_text
{
    font-size: 11px;
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left:32px;
    height: 30px;
    width: 80px;
    font-family: tahoma;
    font-size: 11px;
}

.toggle_title
{
    color: #31312D;
    cursor:pointer;
}

.toggle_events
{
color:#DB3533;
}

#mapBorder
{
    bottom: 38px;
    left: 3px;
    position: absolute;
    right: 3px;
    border: 1px solid #BDBCBD;
}

/* right */
#right
{
    background-color: white;
    border-bottom: 1px solid #93897d;
    border-left: 1px solid #93897d;
    border-top: 1px solid #93897d;
    bottom: -1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 185px;
    -moz-box-shadow: 0 0 2px #93897d;
}

.menu_link
{    
color:#686868;
display:inline-block;
font-family:tahoma;
font-size:11px;
margin:7px 2px 0 3px;
min-height:30px;
padding-left:10px;
}

.menu_link span
{
    display:block;
margin-top:5px;
}

.left
{
    text-align: left;
}

.announcement
{
    color: #DB3533;
    display: inline-block;
    font-family: tahoma;
    font-size: 11px;
    margin-left: 5px;
    padding-bottom: 10px;
}

.menu_splitter
{
    background-color: #E1E0D8;
    height: 1px;
    margin:5px 2px 0 5px;
}

/* bottom */
#bottom
{
    border-top: 1px solid #93897d;
    bottom: 16px;
    height: 120px;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    -moz-box-shadow: 0 0 2px #93897d;
}

/* tabs */
.tab_vis .ajax__tab_outer
{
    vertical-align: middle;
    border-right: 1px solid #d9d8d4;
    text-align: center;
    width: 170px; 
    background-image:url(../images/tabs/border.png);
    background-position:left bottom;
    background-repeat:repeat-x;
}

.tab_vis .ajax__tab_inner
{
    vertical-align: middle;
    font-size: 11px;
    font-family: Tahoma;
    font-size: 11px;
    padding: 3px;
}

.ajax__tab_active
{
    color: #6a8e2f;
    
}

.ajax__tab_active .ajax__tab_outer
{
background-color: #ffffff;

 background-image:url(../images/tabs/white_border.png);
    background-position:left bottom;
    background-repeat:repeat-x;
}

.tab_vis .ajax__tab_body
{
    vertical-align: middle;
}

.tab_vis .ajax__tab_header
{
    vertical-align: middle;    
    background-color: #eff2e6;
    background-image:url(../images/tabs/border.png);
    background-position:left bottom;
    background-repeat:repeat-x;
}

/* bottom slider */
.infoMiddle
{
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.info td
{
    height: 100px;       
    vertical-align:top;
}

.info div
{
    width: 300px;
    padding: 0px;
    margin: 0px;
}


.infoSlider
{
    width: 100%;
    height: 100%;
    border-spacing: 0px;
    padding: 0;
    margin: 0;
}

.infoTitle
{
    color: #F01402;
    font-family: tahoma;
    font-size: 11px;
}

.infoContent
{
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    font-family: tahoma;
    font-size: 11px;
    width:270px;
    cursor:pointer;
	min-height:20px;
}

.infoSeparator
{
    padding:15px 0 0 0;
    vertical-align:top;
    width:1px;
}

.infoButton
{
    width: 25px;
}

.cameraSingle
{
float:left;
padding-top:5px !important;
text-align:center;
width:60px !important;
cursor:pointer;
}

.grey_text
{
    font-family:tahoma;
font-size:11px;
color:#686868;
}

.type1
{
    background-image: url(../images/event/accident.png);
}

.type2
{
    background-image: url(../images/event/job.png);
}

.type3
{
    background-image: url(../images/event/stop.png);
}

.type4
{
    background-image: url(../images/event/jam.png);
}

.type_load
{
    background-image: url(../images/event/load.png);
}

.type_parking
{
    background-image: url(../images/event/zone.png);
}

.cameraType1
{
    background-image: url(../images/event/camera1.png);
    height:22px;
    margin-top:30px;
}

.cameraType2
{
    background-image: url(../images/event/camera2.png);
    height:22px;
    margin-top:30px;
}

/**/
#page_copyright
{
    position: absolute;
    bottom: 0;
    height: 15px;
    width: 100%;
    background-image: url('../images/page/copyright_background.png');
    font-family: Tahoma;
    font-size: 9px;
    color: #8d8d8d;
    text-align: center;
    left: 0;
}

#page_copyright label
{
    display: block;
    padding-top: 2px;
}


/* common */
.top_spacer
{
    top: 36px;
}