.messageDialog div {
    padding: 8px;
    background-color: white;
    font-family: Verdana;
}

.dijitTooltip {
    font-family: Verdana;
    font-size: 10pt;
     &.upload{
    	 width: 520px !important;
    }
}

.termsOfUseDlg div {
    padding: 8px;
    background-color: white;
    font-family: Verdana;
}
.termsOfUseTitle {
    background-color: #7AB800;
    font-size: larger;
    font-weight: bold;
}
.termsOfUseBody {
    background-color: #eee;
}
.termsOfUseAccept {
    text-align: center;
    background-color: red;
}
.messageDialog .dlgTitleBar {
	background-color: #666666;	
    background-image: url("../img/titlebar.png?_buildid_");
    background-repeat: repeat-x;
    border-color: -moz-use-text-color #FFFFFF #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 5px 7px 4px;
    font-family: verdana;
    color: white;
}
/*
.messageDialog.error .dlgTitleBar {
	background-color: #d46464;
}
*/
#diagnosticsNode_title {
    font-family: verdana;
}
.diagnosticsDialog {
    border: 1px solid #666666 !important;
    width: 800px;
    height: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) !important;
    z-index: 12000 !important;
    overflow: scroll;
}
.diagnosticsDialogTitleBar {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #666666;
    background-image: url("../img/titlebar.png");
    background-repeat: repeat-x;
    border-color: -moz-use-text-color #FFFFFF #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 5px 7px 4px;
    font-family: verdana;
    color: white;
}
.diagnosticsBody {
}
.diagnosticsSubHead {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #666666;
    background-image: url("../img/titlebar.png?_buildid_");
    background-repeat: repeat-x;
    border-color: -moz-use-text-color #FFFFFF #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 5px 7px 4px;
    font-family: verdana;
    color: white;
    text-align: center;
}
td.diagnosticsLabel {
    font-family: Verdana;
    font-weight: bold;
    font-size: 8pt;
    text-align: right;
}
td.diagnosticsValue {
    font-family: monospace;
    font-size: 8pt;
}
#diagnostics_fade_node {
    font-family: Verdana;
    text-align: center;
    text-shadow: #222 2px 2px 1px;
}
.timeRestrictionDialog div{
	padding: 0px; !important;
}
.dijitTimePickerPopup{
	z-index: 1001 !important;
}
.timeRestrictCheckboxes td{
	padding-top:10px;
}
.report-filter-form{
	margin: 10px 20px 0px 20px;
}
.report-filter-row{
	margin-left: 20px;
}
#reportFromDate,#reportToDate{
	line-height:normal;
}#geocodeInput .TomTom-Button span {
	width: auto;
}
#geocodeInput a {
	vertical-align: bottom;
}
#geocodeInput {
	width: 100%;
	border: 0;
	position: relative;
	padding: 0;
}
#geocodeInput .TomTom-Button {
	margin: -2px -4px -4px -1px;
}
#geocodeControl {
	position:relative;
	z-index: 12000;	
	float:left;
}
#geocodeControl input {
	font: inherit;
	font-size: x-small;
	width: 160px;
	float:left;
}
#geocodeSelector .results {
	border: 0px solid #e9e9e9;
	margin-top: 0px;
	padding-bottom: 5px;
}
#geocodeError {
	width: 200px;
}
#filterControlInput {
	position:relative;
	z-index: 12000;
	float:left;	
}
#placesFilterInput {
	width: 100%;
	border: 0;
	position: relative;
	padding: 0;
}
#placesFilterInput .TomTom-Button span {
	width: auto;
}
#placesFilterInput .TomTom-Button {
	margin: -2px 0px -4px -1px;
}
#placesFilterInput img{
	margin: -2px 0px -4px -1px;
	cursor: pointer;
}
#searchAndFilterControl {
	right: 15px;
	top: 30px;
	position: absolute;
	z-index: 12000;
	float:right;	
}
#searchAndFilterControl input {
	font: inherit;
	font-size: x-small;
}
#placesFilterButton{
	position:relative;
	float:left;
	z-index: 12000;
}
.filtered{
	margin: -2px 0px -4px -1px;
	cursor: pointer;
	background: url(../img/filter_icon_disabled.png) no-repeat;
	width:19px;
	height:22px;
	float: left;
}
.notfiltered{
	margin: -2px 0px -4px -1px;
	cursor: pointer;
	background: url(../img/filter_icon_enabled.png) no-repeat;
	width:19px;
	height:22px;
	float: left;
}
table.placemat {
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
}
table.placemat td {
	padding: 0;
}

table.placemat td.left, table.placemat td.right {
	width: 9px;
	background-image: url(../img/geocoding/placematSides.png);
}

table.placemat td.top, table.placemat td.bottom {
	height: 9px;
	background-image: url(../img/geocoding/placematPieces.png);
}

table.placemat td.left {
	background-position: top left;
}
table.placemat td.middle {
	background-color: #FFF;
}
table.placemat td.right {
	background-position: top right;
}

table.placemat td.top {
	background-position: 0 18px;
}
table.placemat td.top.left {
	background-position: 0 45px;
}
table.placemat td.top.right {
	background-position: 0 0;
}

table.placemat td.bottom {
	background-position: 0 9px;
}
table.placemat td.bottom.left {
	background-position: 0 36px;
}
table.placemat td.bottom.right {
	background-position: 0 27px;
}

html,body{margin:0;padding:0;height:100%}#header{position:absolute;height:96px;width:100%;background:#fff}#footer{position:absolute;bottom:0;height:35px;width:100%}#wrapper{position:absolute;top:0;left:0;bottom:0;right:0;min-height:768px;min-width:760px;overflow:hidden}#content{position:absolute;top:96px;bottom:35px;left:0;right:0;background:#f2f2f2 url("../img/rialto/layout/bg.gif?_buildid_") repeat-x top left}#signature{position:absolute;color:#616161;right:10px;padding-top:11px;font:11px Verdana,Tahoma,Helvetica,Arial,sans-serif}#panel{position:absolute;top:0;left:0;right:0;bottom:0}#panel h1{display:block;width:309px;height:26px;font:18px Arial,sans-serif;color:#7bb900;margin:0;padding:15px 0 0 11px;background:url("../img/rialto/layout/panel-top-bottom.png?_buildid_") no-repeat}#panel h1 sup{font:10px Verdana,sans-serif;color:#989898;margin:-2px}#panel-content{background:url("../img/rialto/layout/panel-bg.png?_buildid_") repeat-y top left;position:absolute;top:41px;bottom :0;right:0;left:0;width:300px;height:100%;padding:0 12px 0 8px}#panel-bottom{position:absolute;bottom:0;background:url("../img/rialto/layout/panel-top-bottom.png?_buildid_") no-repeat 0 -46px;width:320px;height:13px}#map-frame{position:absolute;top:31px;left:320px;right:6px;bottom:0;background:#fff url("../img/rialto/layout/map-frame-top.gif?_buildid_") repeat-x}#map-frame-bottom{height:9px;bottom:0;width:100%;position:absolute;background:url("../img/rialto/layout/map-frame-bottom.gif?_buildid_") repeat-x}#map-frame-left{width:9px;height:100%;position:absolute;background:url("../img/rialto/layout/map-frame-left-right.gif?_buildid_") repeat-y}#map-frame-left b,#map-frame-right b{position:absolute;display:block;width:14px;height:11px}#map-frame-left b:first-child{top:0;left:0;background:url("../img/rialto/layout/map-frame-corners.gif?_buildid_") no-repeat}#map-frame-left b+b{bottom:0;left:0;background:url("../img/rialto/layout/map-frame-corners.gif?_buildid_") no-repeat 0 -11px}#map-frame-right{width:9px;height:100%;position:absolute;right:0;background:url("../img/rialto/layout/map-frame-left-right.gif?_buildid_") repeat-y -9px 0}#map-frame-right b:first-child{top:0;right:0;background:url("../img/rialto/layout/map-frame-corners.gif?_buildid_") no-repeat -14px 0}#map-frame-right b+b{bottom:0;right:0;background:url("../img/rialto/layout/map-frame-corners.gif?_buildid_") no-repeat -14px -11px}#map-container{background:#f2f2f2;position:absolute;top:10px;left:10px;right:10px;bottom:10px}.map-overview{position:absolute;bottom:0;right:0;border-top:6px solid #fff;border-left:6px solid #fff;background-color:white}.map-overview-extend{overflow:hidden;background-image:url("../img/rialto/blank.gif?_buildid_");cursor:move;border:2px solid orange}.map-overview-button-open,.map-overview-button-close{position:absolute;cursor:pointer;bottom:0!important;right:0!important;width:20px;height:20px;background:url("../img/rialto/layout/minimap-arrow.png?_buildid_") no-repeat;z-index:2000}.map-overview-button-close{background-position:0 -20px}#panel-arrow{cursor:pointer;position:absolute;top:50%;margin-top:-13px;left:10px;width:22px;height:26px;background:url("../img/rialto/layout/panel-arrow.png?_buildid_") no-repeat;z-index:2000;display:none}#actions-menu{position:absolute;list-style-type:none;margin:0;padding:0;top:10px;left:225px}#actions-menu>li{display:block;float:left;white-space:nowrap;margin-right:10px}#actions-menu li a{color:#616161;font:11px Verdana,Tahoma,Helvetica,Arial,sans-serif;text-decoration:none;background:url("../img/rialto/layout/icons.gif?_buildid_") no-repeat 0 -23px;padding:0 8px 0 16px}#actions-menu li a:hover{color:#005777;text-decoration:underline}#menu-item-link:hover{background-position:0 -3px}#menu-item-legend,#menu-item-help,#menu-item-routeplanner,#menu-item-moreinfo,#menu-item-forum{background-position:0 -63px!important},#menu-item-legend:hover,#menu-item-help:hover,#menu-item-routeplanner:hover,#menu-item-moreinfo:hover{background-position:0 -43px!important}#menu-item-print{background-position:0 -143px!important}#menu-item-print:hover{background-position:0 -123px!important}#menu-item-home{background-position:0 -183px!important}#menu-item-home:hover{background-position:0 -163px!important}#menu-item-favorite{background-position:0 -223px!important}#menu-item-favorite:hover{background-position:0 -203px!important}#header{text-align:left;font:11px/1.5 Verdana,sans-serif}#header a,#header a:hover,#header a:visited{text-decoration:underline;color:#737373}#header #logo{display:block;float:left;height:54px;background-image:none;text-indent:0;width:auto;margin-left:13px}#header #logo img{border-width:0;margin-top:13px}#header .shopping-cart{margin-right:1em}#header .shopping-cart{padding-left:18px;line-height:20px;background:url("../img/rialto/layout/shopping-basket.gif?_buildid_") 0 3px no-repeat}#header .shopping-cart,#header .shopping-cart:hover,#header .shopping-cart:visited{color:#818181;text-decoration:none}#header .header-menu{position:relative;clear:both;z-index:1000;list-style-type:none;height:35px;margin:0;padding:0;background-image:url("../img/rialto/layout/menubar-bg.gif?_buildid_");font-size:11.2px}#header .header-menu a,#header .header-menu a:hover,#header .header-menu a:visited{color:#fff;text-decoration:none}#header .header-menu li{float:left;background:url("../img/rialto/layout/menubar-sep.gif?_buildid_") top right no-repeat;width:auto!important;width:1px;white-space:nowrap}#header .header-menu li a{display:block;background-image:url("../img/rialto/layout/menubar-item.gif?_buildid_")}#header .header-menu li.home a{background:url("../img/rialto/layout/menubar-item-home.gif?_buildid_")}#header .header-menu li.home a span{padding:0;text-indent:-999em}#header .header-menu li.home span{width:20px;margin-left:18px}#header .header-menu li.down a{background-position:0 -70px}#header .header-menu li a span{display:block;height:35px;line-height:35px;padding:0 1.165em 0 0;margin-left:1.165em;cursor:pointer}#header .header-menu li.last a{background-position:0 0!important}#header .header-menu li.last a span{cursor:default}#header .header-menu li.login{position:relative;float:right}#header .header-menu li.login a{background:url("../img/rialto/layout/menubar-login.gif?_buildid_") left top no-repeat}#header .header-menu li.login a span{background:url("../img/rialto/layout/menubar-login.gif?_buildid_") right top no-repeat}#header .header-menu li.down a{background-position:0 -70px}#header .header-menu li.down a span{background-position:right -70px}#header .header-menu li.active a{background-position:0 -70px}#header .header-menu li.active a span{background-position:right -70px}#header .header-search{padding-top:.6em;float:right;margin-right:5px}#header .header-search .search-text{padding:2px 2px 1px;border-right:none}#header .header-search .search-submit{line-height:1em;background:gray url("../img/rialto/layout/search-input.gif?_buildid_") no-repeat 0 -1px;border:none;text-indent:-5000px;width:19px;height:19px;cursor:pointer}#header .header-menu li:hover a{background-position:0 -35px}#header .header-menu li:hover a span{background-position:right -35px}#header .shadow{display:block;position:relative;z-index:200;top:-4px;left:4px;height:4px;background:url("../img/rialto/layout/menubar-shadow.gif?_buildid_") top left repeat-x}#footer{background-color:#f2f2f2;color:#a8a8a8;font:9px Verdana,Arial,sans-serif}#footer p{margin-top:8px;text-indent:10px}#locale-select-link{color:#507fa0;font-weight:bold;display:block;position:absolute;right:6px;top:0;height:32px;padding-right:36px;font-size:11px;line-height:28px;background:none no-repeat right;text-decoration:none}#terms-of-use-link{color:#a8a8a8;text-decoration:underline}#terms-of-use-link:hover{color:#545454}#map{height:100%;width:100%}div.olMap{z-index:0;padding:0!important;margin:0!important;cursor:default}div.olMapViewport{text-align:left}div.olLayerDiv{-moz-user-select:none}.olTileImage{background-color:transparent;position:absolute;display:block;-moz-user-select:none}.olControlOverviewMapExtentRectangle{overflow:hidden;background-image:url("../img/rialto/blank.gif?_buildid_");cursor:move;border:2px solid orange}.olControlOverviewMapRectReplacement{overflow:hidden;cursor:move;background-image:url("../img/rialto/ui/overview_replacement.gif?_buildid_");background-repeat:no-repeat;background-position:center}.olControlScale{right:3px;bottom:3em;display:block;position:absolute;font-size:smaller}.olControlScaleLine{display:block;position:absolute;left:10px;bottom:15px;font:9px Verdana,sans-serif}.olControlScaleLineBottom{border:solid 2px black;border-bottom:none;margin-top:-2px;text-align:center}.olControlScaleLineTop{border:solid 2px black;border-top:none;text-align:center}.component{margin-left:0;z-index:1000;position:absolute}.slider-horizontal{width:173px;top:36px;left:85px}.slider-horizontal a.slider-button{height:28px;width:21px;background:url("../img/rialto/ui/slider-horizontal.png?_buildid_") no-repeat 0 0;cursor:pointer;display:block;float:left;outline:none}.slider-horizontal a.slider-minus{background-position:-183px 0}.slider-horizontal a.slider-minus:hover{background-position:-183px -28px}.slider-horizontal a.slider-plus{background-position:-183px -56px}.slider-horizontal a.slider-plus:hover{background-position:-183px -84px}.slider-horizontal div.slider-bar{background:url("../img/rialto/ui/slider-horizontal.png?_buildid_") no-repeat -0px -95px;width:131px;height:28px;cursor:pointer;display:block;float:left;position:relative}.slider-horizontal a.slider-thumb{position:absolute;left:62px;width:9px;height:21px;background:url("../img/rialto/ui/slider-horizontal.png?_buildid_") no-repeat -160px -92px;cursor:pointer}.slider-horizontal a.slider-thumb:hover{background:url("../img/rialto/ui/slider-horizontal.png?_buildid_") no-repeat -160px -119px}.slider-vertical{width:22px;top:90px;left:39px}.slider-vertical a.slider-button{height:18px;width:22px;background:url("../img/rialto/ui/slider-vertical.png?_buildid_") no-repeat 0 0;cursor:pointer;outline:none;display:block}.slider-vertical a.slider-minus{background-position:-126px 0}.slider-vertical a.slider-minus:hover{background-position:-98px 0}.slider-vertical a.slider-plus{background-position:-70px -2px}.slider-vertical a.slider-plus:hover{background-position:-42px -2px}.slider-vertical div.slider-bar{background:url("../img/rialto/ui/slider-vertical.png?_buildid_") no-repeat -31px -70px;width:22px;height:131px;cursor:pointer;position:relative}.slider-vertical a.slider-thumb{position:absolute;left:3px;width:16px;height:9px;background:url("../img/rialto/ui/slider-vertical.png?_buildid_") no-repeat -74px -194px;cursor:pointer}.TomTom-Marker,.TomTom-Traffic-Marker{position:absolute;width:28px;height:28px;margin-top:-14px;margin-left:-14px;background:url("../img/rialto/traffic-icons/marker.png?_buildid_") no-repeat left top}.TomTom-Marker-emphasized,.TomTom-Traffic-Marker-emphasized{width:56px;height:56px;margin-top:-28px;margin-left:-28px;background-position:-28px 0;z-index:2}.TomTom-Traffic-Marker{background-image:url("../img/rialto/traffic-icons/traffic-unknown.png?_buildid_")}.traffic-icon-0-0,.traffic-icon-2-0,.traffic-icon-3-0,.traffic-icon-4-0,.traffic-icon-5-0,.traffic-icon-6-0,.traffic-icon-10-0,.traffic-icon-11-0,.traffic-icon-12-0,.traffic-icon-0-4,.traffic-icon-2-4,.traffic-icon-3-4,.traffic-icon-4-4,.traffic-icon-5-4,.traffic-icon-6-4,.traffic-icon-10-4,.traffic-icon-11-4,.traffic-icon-12-4{background-image:url("../img/rialto/traffic-icons/traffic-unknown.png?_buildid_")}.traffic-icon-0-1,.traffic-icon-2-1,.traffic-icon-3-1,.traffic-icon-4-1,.traffic-icon-5-1,.traffic-icon-6-1,.traffic-icon-10-1,.traffic-icon-11-1,.traffic-icon-12-1{background-image:url("../img/rialto/traffic-icons/traffic-minor.png?_buildid_")}.traffic-icon-0-2,.traffic-icon-2-2,.traffic-icon-3-2,.traffic-icon-4-2,.traffic-icon-5-2,.traffic-icon-6-2,.traffic-icon-10-2,.traffic-icon-11-2,.traffic-icon-12-2{background-image:url("../img/rialto/traffic-icons/traffic-moderate.png?_buildid_")}.traffic-icon-0-3,.traffic-icon-2-3,.traffic-icon-3-3,.traffic-icon-4-3,.traffic-icon-5-3,.traffic-icon-6-3,.traffic-icon-10-3,.traffic-icon-11-3,.traffic-icon-12-3{background-image:url("../img/rialto/traffic-icons/traffic-major.png?_buildid_")}.traffic-icon-1-0,.traffic-icon-1-4{background-image:url("../img/rialto/traffic-icons/accdnt-unknown.png?_buildid_")}.traffic-icon-1-1{background-image:url("../img/rialto/traffic-icons/accdnt-minor.png?_buildid_")}.traffic-icon-1-2{background-image:url("../img/rialto/traffic-icons/accdnt-moderate.png?_buildid_")}.traffic-icon-1-3{background-image:url("../img/rialto/traffic-icons/accdnt-major.png?_buildid_")}.traffic-icon-7-0,.traffic-icon-7-4{background-image:url("../img/rialto/traffic-icons/closed-unknown.png?_buildid_")}.traffic-icon-7-1{background-image:url("../img/rialto/traffic-icons/closed-minor.png?_buildid_")}.traffic-icon-7-2{background-image:url("../img/rialto/traffic-icons/closed-moderate.png?_buildid_")}.traffic-icon-7-3{background-image:url("../img/rialto/traffic-icons/closed-major.png?_buildid_")}.traffic-icon-8-0,.traffic-icon-8-1,.traffic-icon-8-2,.traffic-icon-8-3,.traffic-icon-8-4{background-image:url("../img/rialto/traffic-icons/block-unknown.png?_buildid_")}.traffic-icon-9-0,.traffic-icon-9-1,.traffic-icon-9-2,.traffic-icon-9-3,.traffic-icon-9-4{background-image:url("../img/rialto/traffic-icons/rworks-unknown.png?_buildid_")}.TomTom-Cluster-Marker{position:absolute;width:32px;height:16px;margin-top:-16px;margin-left:-16px;padding-top:17px;background:url("../img/rialto/traffic-icons/cluster-unknown.png?_buildid_") no-repeat left top;color:#fff;font:10px Arial;text-align:center;overflow:hidden}.TomTom-Cluster-Marker-emphasized{width:56px;height:25px;margin-top:-28px;margin-left:-28px;padding-top:31px;background-position:-32px 0;z-index:2;font-size:14px}.TomTom-Cluster-Marker-Minor{background-image:url("../img/rialto/traffic-icons/cluster-minor.png?_buildid_")}.TomTom-Cluster-Marker-Moderate{background-image:url("../img/rialto/traffic-icons/cluster-moderate.png?_buildid_")}.TomTom-Cluster-Marker-Major{background-image:url("../img/rialto/traffic-icons/cluster-major.png?_buildid_")}.Region-Marker{width:40px;height:20px;margin-top:-20px;margin-left:-20px;padding-top:21px;background:url("../img/rialto/traffic-icons/region-unknown.png?_buildid_") no-repeat left top}.TomTom-Cluster-Marker-emphasized.Region-Marker{width:56px;height:25px;margin-top:-28px;margin-left:-28px;padding-top:31px;background-position:-40px 0;z-index:2;font-size:14px}.TomTom-Cluster-Marker-Minor.Region-Marker{background-image:url("../img/rialto/traffic-icons/region-minor.png?_buildid_")}.TomTom-Cluster-Marker-Moderate.Region-Marker{background-image:url("../img/rialto/traffic-icons/region-moderate.png?_buildid_")}.TomTom-Cluster-Marker-Major.Region-Marker{background-image:url("../img/rialto/traffic-icons/region-major.png?_buildid_")}.TomTom-Location-Marker{position:absolute;height:60px;width:51px;margin-top:-52px;margin-left:-21px;background-image:url("../img/rialto/markers/location-marker.png?_buildid_")}.TomTom-Balloon{position:absolute;top:0;left:0;width:351px;color:#545454;font:11px Verdana;margin:-4px 0 0 -31px;z-index:3}.TomTom-Balloon .content{padding:0 10px 10px 10px;margin-top:20px;background:url(../img/rialto/ui/balloon-bg.png?_buildid_) bottom left}.TomTom-Balloon .content h4{margin:0 0 6px 0;padding:2px;background:#ebf5d9;font:bold 11px Verdana}.TomTom-Balloon .arrow{position:absolute;width:100%;top:0;background:url(../img/rialto/ui/balloon-arrows.png?_buildid_) 0 -40px;height:20px}.TomTom-Balloon-BottomLeft .content{padding:10px 10px 0 10px;background:url(../img/rialto/ui/balloon-bg.png?_buildid_)}.TomTom-Balloon-BottomLeft .arrow{position:static;background-position:0 0}.TomTom-Balloon-BottomRight{margin:0 0 0 -320px}.TomTom-Balloon-BottomRight .content{padding:10px 10px 0 10px;background-position:0 0}.TomTom-Balloon-BottomRight .arrow{position:static;background-position:0 -20px}.TomTom-Balloon-TopRight{margin:-4px 0 0 -320px}.TomTom-Balloon-TopRight .content{padding:0 10px 10px 10px;margin-top:20px}.TomTom-Balloon-TopRight .arrow{position:absolute;width:100%;top:0;background-position:0 -60px}.Incident-Balloon{z-index:1001}.Incident-Balloon .content{display:none}.Incident-Balloon .incident h4{height:33px;overflow:hidden}.Incident-Balloon div{font:11px Verdana;color:#434343}.Incident-Balloon label{font:9px Verdana;color:#989898}.Incident-Balloon .icon{width:28px;height:33px;float:left}.Incident-Balloon .road{width:180px;float:left;height:33px;line-height:3em}.Incident-Balloon .incident>div{margin:0 2em;padding-bottom:1em}.Incident-Balloon .incident .to{background:url("../img/rialto/ui/List/dotted.gif?_buildid_") repeat-x bottom}.Incident-Balloon .description{background:url("../img/rialto/ui/List/dotted.gif?_buildid_") repeat-x bottom;display:block;padding:4px 0}.Incident-Balloon .cluster .description{border-top:1px solid #e0e0e0;font-weight:bold}.Incident-Balloon .cluster .description label{font-weight:normal;margin-left:1em}.Incident-Balloon .to{padding:2px 0 4px 0}.Incident-Balloon .from label,.Incident-Balloon .to label{display:inline-block;width:50px;padding-right:1em;text-align:right;text-transform:lowercase}.Incident-Balloon .from-to span,.Incident-Balloon .to span{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:105px}.Incident-Balloon .delay,.Incident-Balloon .length{float:left;width:55px}.Incident-Balloon .delay label,.Incident-Balloon .length label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Copyright-Balloon{min-height:80px;z-index:760}.Copyright-Balloon .content{min-height:100px}.Copyright-Balloon .logo{float:left;padding-right:15px;height:75px;width:75px}.Legend-Balloon{z-index:1001}.Legend-Balloon .balloon-body{margin:10px 5px}.Legend-Balloon .divider{background-color:#E0E0E0;clear:both;height:1px;overflow:hidden;width:322px}.Legend-Balloon .delay-list{padding-left:4px;white-space:nowrap;list-style:none;margin:0}.Legend-Balloon .delay-list li{height:23px;padding-left:83px;background-position:6px center;background-repeat:no-repeat;padding-top:6px;margin:0}.Legend-Balloon .minor-delay{background-image:url("../img/rialto/legend/delay-minor.png?_buildid_")}.Legend-Balloon .major-delay{background-image:url("../img/rialto/legend/delay-major.png?_buildid_")}.Legend-Balloon .moderate-delay{background-image:url("../img/rialto/legend/delay-moderate.png?_buildid_")}.Legend-Balloon .unknown-delay{background-image:url("../img/rialto/legend/delay-unknown.png?_buildid_")}.Legend-Balloon .bw-icon{clear:both;float:left;padding-bottom:8px;background:url("../img/rialto/legend/bw-icons.gif?_buildid_") no-repeat center;height:128px;width:45px}.Legend-Balloon .incident-list{float:left;padding:26px 6px 30px;list-style:none;margin:0}.Legend-Balloon .incident-list li{height:17px;padding-top:13px;padding-left:8px;font-weight:normal;line-height:14pt;margin:0}.Legend-Balloon .road-table{clear:both;padding:4px 0;list-style:none;margin:0}.Legend-Balloon .road-table li{height:23px;padding:7px 0 0 55px;white-space:nowrap;margin:0}.Legend-Balloon .road-works{background:url("../img/rialto/legend/roadworks.gif?_buildid_") no-repeat 8px center}.Legend-Balloon .blocked-road{background:url("../img/rialto/legend/road-closed.gif?_buildid_") no-repeat 7px center}.Legend-Balloon .cluster-icon{background:url("../img/rialto/legend/cluster-icon.png?_buildid_") no-repeat 5px center;height:33px;padding:19px 0 0 55px}.Legend-Balloon .traffic-available{height:25px;padding:12px 0 0 55px;white-space:nowrap;background:url("../img/rialto/legend/traffic-available.png?_buildid_") no-repeat 7px center}.TomTom-Button{display:inline-block;border:0;height:22px;padding:0 10px 0 0;background-position:top right;background-repeat:no-repeat;background-color:transparent;font:normal 11px Arial;text-decoration:none!important;outline:none}.TomTom-Button span{cursor:pointer;display:inline-block;height:22px;line-height:19px;padding:0 2px 0 10px;background-position:top left;background-repeat:no-repeat;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.TomTom-Button{background-image:url("../img/rialto/ui/button-blue-normal-right.png?_buildid_")}.TomTom-Button span{background-image:url("../img/rialto/ui/button-blue-normal-left.png?_buildid_")}.TomTom-Button-Action{background-image:url("../img/rialto/ui/button-blue-arrow-right.png?_buildid_");padding-right:15px}.TomTom-Button-Back span{background-image:url("../img/rialto/ui/button-blue-arrow-back-left.png?_buildid_");padding-left:18px}.TomTom-Button:hover,.TomTom-Button:focus{background-position:right -30px!important}.TomTom-Button:hover span,.TomTom-Button:focus span{background-position:left -30px!important}.TomTom-Button:active{background-position:right -60px!important}.TomTom-Button:active span{background-position:left -60px!important}.TomTom-Button-disabled,.TomTom-Button-disabled:hover,.TomTom-Button-disabled:focus{background-position:right -90px!important;cursor:default}.TomTom-Button-disabled span,.TomTom-Button-disabled:hover span,.TomTom-Button-disabled:focus span{background-position:left -90px!important;cursor:default}
.TomTom-Button-inactive{display:inline-block;border:0;height:22px;padding:0 10px 0 0;margin-top: 2px;background-position:top right;background-repeat:no-repeat;background-color:transparent;font:normal 11px Arial;text-decoration:none!important;outline:none}
.TomTom-Button-inactive span{cursor:pointer;display:inline-block;height:22px;line-height:19px;padding:0 2px 0 10px;background-position:top left;background-repeat:no-repeat;color:#009ed9;white-space:nowrap;overflow:hidden;text-overflow:ellipsisis}
.TomTom-Button-inactive{background-image:url("../img/rialto/ui/button-blue-normal-right.png?_buildid_");background-position:right -120px!important}
.TomTom-Button-inactive span{background-image:url("../img/rialto/ui/button-blue-normal-left.png?_buildid_");background-position:left -120px!important}
.TomTom-Button-inactive-Action{background-image:url("../img/rialto/ui/button-blue-arrow-right.png?_buildid_");padding-right:15px}
.TomTom-Button-inactive:hover,.TomTom-Button-inactive:hover:focus{background-position:right -150px!important}
.TomTom-Button-inactive:hover:hover span,.TomTom-Button-inactive:hover:focus span{background-position:left -150px!important}
.TomTom-Button-inactive:hover:active{background-position:right -180px!important}
.TomTom-Button-inactive:hover:active span{background-position:left -180px!important}
.TomTom-Button-disabled:active span{line-height:19px}
.TomTom-Copyright{position:absolute;bottom:8px;right:23px;font:bold 9px Verdana,Tahoma,Helvetica,Arial,sans-serif;z-index:750;-moz-user-select:none;text-shadow:0 2px 1px #FFF,0 -2px 1px #FFF,2px 0 1px #FFF,-2px 0 1px #FFF}.TomTom-Copyright .label{cursor:pointer;text-decoration:underline;text-shadow:0 1px 1px #FFF,0 -2px 1px #FFF,2px 0 1px #FFF,-2px 0 1px #FFF}.panner{display:block;left:20px;top:20px;height:63px;width:62px;cursor:pointer;background-image:url("../img/rialto/ui/slider-horizontal.png?_buildid_")}.pan_n,.pan_e,.pan_s,.pan_w{position:absolute;display:block;width:16px;height:16px;font-size:1pt;background-image:url("../img/rialto/ui/slider-horizontal.png?_buildid_")}.pan_n{left:23px;top:7px;background-position:-23px -7px}.pan_w{left:7px;top:23px;background-position:-7px -23px}.pan_e{left:39px;top:23px;background-position:-39px -23px}.pan_s{left:23px;top:39px;background-position:-23px -39px}.pan_n:hover{background-position:-144px -7px}.pan_w:hover{background-position:-128px -23px}.pan_e:hover{background-position:-161px -23px}.pan_s:hover{background-position:-144px -40px}.zoombox-icon{background:url("../img/rialto/ui/widgets/magnifier.png?_buildid_") no-repeat;left:265px;top:35px;width:28px;height:28px;cursor:pointer}.zoombox-mask{position:absolute;height:100%;width:100%;top:0;left:0;z-index:1000;display:none}.zoombox-center,.zoombox-top,.zoombox-bottom,.zoombox-left,.zoombox-right{opacity:.25;filter:alpha(opacity=25);position:absolute;background:black}.zoombox-top{height:30%;width:100%;top:0;left:0}.zoombox-bottom{height:70%;width:100%;top:30%;left:0}.zoombox-left{height:0;width:50%;top:30%;left:0}.zoombox-right{height:0;width:50%;top:30%;left:50%}.zoombox-center{height:100%;width:100%;top:0;left:0;background-color:white;opacity:0;filter:alpha(opacity=0)}.journaling-panel{font:11px Verdana,Tahoma,Helvetica,Arial,sans-serif;color:#545454;width:100%;height:100%}.journaling-panel .TomTom-Scrollable-List .Pager{width:300px}.TomTom-Scrollable-List{height:100%}.TomTom-Scrollable-List .Header{position:relative;border-top:1px solid #e0e0e0}.TomTom-Scrollable-List .Pager{font-weight:bold;padding:5px 3px;display:none;border-bottom:1px solid #E0E0E0;cursor:pointer;position:absolute;height:17px}.TomTom-Scrollable-List .Pager .Next-Button{position:absolute;right:10px;background:url("../img/rialto/ui/List/pagerRight.png?_buildid_") no-repeat right;padding-right:12px;-moz-user-select:none}.TomTom-Scrollable-List .Pager .Previous-Button{position:absolute;background:url("../img/rialto/ui/List/pagerLeft.png?_buildid_") no-repeat left;padding-left:12px;-moz-user-select:none}.TomTom-Scrollable-List .Pager .disabled{cursor:auto;background:none;color:gray}.TomTom-Scrollable-List .List-Viewport{width:95%;position:absolute;overflow:hidden;z-index:100}.TomTom-Scrollable-List .List-Viewport .TomTom-List{position:absolute}.TomTom-List{width:100%;table-layout:fixed;border-collapse:collapse;empty-cells:show}.TomTom-List th{font-weight:bold;text-align:left;padding:5px 4px 5px 4px}.TomTom-List th.sortable{cursor:pointer;padding:5px 0}.TomTom-List th.descending span{background:url("../img/rialto/ui/List/sortDown.png?_buildid_") no-repeat right;padding-right:14px}.TomTom-List th.ascending span{background:url("../img/rialto/ui/List/sortUp.png?_buildid_") no-repeat right;padding-right:14px}.TomTom-List thead{background:url("../img/rialto/ui/List/dotted.gif?_buildid_") repeat-x bottom}.TomTom-List td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TomTom-List-Item.hover td{background-color:#ebf5d9}.TomTom-List-Item td{padding:4px;cursor:pointer;background:url("../img/rialto/ui/List/dotted.gif?_buildid_") repeat-x bottom}.TomTom-List-Last-Item td{padding:4px;cursor:pointer;background:none;border-bottom:1px solid #e0e0e0}.Incident-List th.wide{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:105px}.Incident-List th{border-top:1px solid #e0e0e0}.Incident-List .icon-cell{overflow:visible;padding-top:2px}.Incident-List .icon-cell div{width:28px;height:32px}.Incident-List .TomTom-List-First-Item .icon-cell{width:29px}.Incident-List .TomTom-List-First-Item .road-cell{width:33px}.Incident-List .TomTom-List-First-Item .to-cell{width:23px}.Incident-List td{padding-left:4px;padding-right:4px}.Incident-List .to-cell{color:#989898;font-size:9px;text-align:right;vertical-align:bottom;padding:0 0 5px 3px;overflow:visible}.TomTom-List-Item td.region div{background-repeat:no-repeat;background-position:4px center;height:18px;padding-left:30px;padding-top:4px}.TomTom-Summary{clear:both;padding:2px}.TomTom-Summary .alas{border-top:solid #E89C2F 1px;background-color:#FFD674;color:#7c4908;margin:9px -10px 0 -9px;padding:3px 5px 3px 6px;width:304px}.TomTom-Summary .hooray{border-top:solid #00B2E4 1px;background-color:#E2F6FF;color:#005473;margin:9px -10px 0 -9px;padding:3px 5px 3px 6px;font-weight:bold;width:304px}.TomTom-Summary .status,.TomTom-Summary .footnote{color:#989898;font-size:9px;padding-left:4px}.TomTom-Summary .footnote{display:none}.TomTom-Summary .reports{margin:1em 0}.TomTom-Summary a{color:#616161;font:11px Verdana,Tahoma,Helvetica,Arial,sans-serif;text-decoration:underline;background:url("../img/rialto/layout/icons.gif?_buildid_") no-repeat 0 -63px;padding:0 8px 7px 16px;cursor:pointer;border-bottom:1px solid #E9E9E9}.TomTom-Summary a:hover{color:#005777;background-position:0 -43px!important}.TomTom-Places{padding-top:3px}.TomTom-Places input{width:210px;margin-right:5px;float:left}.TomTom-Places .TomTom-Button{float:left;margin-top:2px}.TomTom-Places .TomTom-Button span{width:52px;text-align:center}.TomTom-Places .status{color:#989898;font-size:9px;clear:left}.TomTom-Places .results{margin-top:10px;padding-bottom:10px;border-top:1px solid #E9E9E9;border-bottom:1px solid #E9E9E9}.TomTom-Places .top-result{background:url("../img/rialto/markers/marker_small.png?_buildid_") no-repeat 0 0 #EBF5D9;height:20px;padding-top:6px;padding-left:20px;margin-bottom:5px;font-size:12px}.TomTom-Places ul{margin:0;padding:0;clear:both}.TomTom-Places li{list-style-type:none;text-decoration:underline;cursor:pointer;padding-left:20px;line-height:20px}.TomTom-Places .alternatives-title{padding-left:20px;color:#989898;font-size:9px}.TomTom-Places .close{background:url("../img/rialto/ui/close-icon.png") no-repeat right;float:right;padding-right:10px;cursor:pointer;text-transform:lowercase;margin-bottom:5px}/* Copied from Rialto */
html, body {
    margin : 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font:11px/1.5 Verdana,sans-serif;
}
body.waiting {
	cursor: wait;
}
img {
	border: 0px;
}
p {
    line-height: 150%;
}
#header {
    position: absolute;
    height: 96px;
    width: 100%;
    background: #fff;
    z-index: 1000;
}

#footer {
    position: absolute;
    bottom: 0;
    height: 35px;
    width: 100%;
}

noscript #logo {
    padding-top: 20px;
}

#noscript {
    width: 300px;
    padding: 10px;
}

#wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-height: 400px;
    min-width: 900px;
    overflow: hidden;
}

#content {
    position: absolute;
    top: 96px;
    bottom: 35px;
    left: 0;
    right: 0;

    background: #f2f2f2 url("../img/rialto/layout/bg.gif?_buildid_") repeat-x top left;
}

#titleTab {
	position:relative;
    display: block;
    width: 195px;
    height: 19px;
    font: 18px Arial, sans-serif;
    color: #7bb900;
    margin: 5px 0 0 0;
    padding: 10px 0 0 11px;
    background-color: #fff;
    border-bottom-style: none;
    z-index: 50;

    -webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;

	-webkit-box-shadow: 1px -1px 1px #ccc;
	-moz-box-shadow: 1px -1px 1px #ccc;
	box-shadow: 1px -1px 1px #ccc;
}

#borderContainer {
	position: absolute;
	top: 34px;
	bottom: 0;
	left: 0;
	right: 0;
}

#sidebar {
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	left: 0 !important;
	top: 0 !important;
}
#sidebarContainer {
	height: 100%;
	overflow: auto;
}
/* prevents horizontal scrollbar for short browser windows */
#sidebarContainer > div {
	width: 100% !important;
}
#geocodeInput > div {
	clear: both;
}
#historyNavigation, #formsNavigation {
	margin: 16px 0;
}
a.inlineLink {
	background: url("../img/rialto/layout/icons.gif?_buildid_") no-repeat 0 -63px;
	text-decoration: none;
	padding-left: 16px;
	color: #616161;
}
a.inlineLink:hover {
	color: #005777;
	text-decoration: underline;
}

#sidebar_splitter {
	margin-left: -5px;
}

#mapContainer {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	top: 0 !important;
}

#sidebar, #mapContainer {
	-webkit-box-shadow: 0 0 3px #ccc;
	-moz-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
}

.claro .dijitBorderContainer-dijitContentPane {
	padding: 6px;
}

div#preloadedImages {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}
#actions-menu.hidden > li {
    display: none;
}
.clearing {
	clear: both;
	height: 1px;
}
.buttonLeft {
	float: left;
}
.buttonRight {
	float: right;
}
.buttonCenter {
	padding-top: 10px;
	text-align: center;
}
.leftAlign {
	float: left;
	display: inline-block;
	vertical-align: middle;
	margin: auto 0;
}
.rightAlign {
	float: right;
	display: inline-block;
	vertical-align: middle;
	margin: auto 0;
}
.copyrightLogo {
	float: left;
	padding-right: 18px;	
}
.copyrightDetailLink {
	border-bottom: thin solid #000000;
	cursor: pointer;
}
.infoButton {
	margin: 8px;
}
.footnote {
	color:#989898;
	font-size:9px;
}
.spaceAbove {
	padding-top: 20px;
}
/* MKS 773793 - consistent form header label sizing across browsers */
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.5em;
	margin: 12px 0;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}

/* consistent line spacing w/ and w/o sup/sub */
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: text-bottom;
	position: relative;	
}
sup {
	bottom: .75ex;
}
sub {
	top: .5ex;
}

#sidebar .module {
	margin: 8px 0;
}

/* styling as h2 - some of the markup is in the translation files */
#formSubmittedThanksMessage p:first-child {
	font-size: 1.5em;
	margin: 12px 0;
	font-weight: bold;
}
/* works around bug 895119 - display none on the geocode text input field was causing problems showing message dialogs?!?!? */
.gone {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}
/* Copied from the TomTom website (via Rialto) */
#header { text-align:left; font:11px/1.5 Verdana, sans-serif;}

#header a, #header a:hover, #header a:visited {text-decoration:underline; color:#737373;}

#header #logo {display: block;float: left; height: 54px; background-image:none; text-indent:0;width:auto;margin-left:13px}
#header #logo img {border-width:0; margin-top:13px; }

#header .shopping-cart {margin-right: 1em;}
#header .shopping-cart { padding-left:18px; line-height:20px; background:url("../img/rialto/layout/shopping-basket.gif") 0px 3px no-repeat;}
#header .shopping-cart, #header .shopping-cart:hover,#header .shopping-cart:visited {color:#818181; text-decoration:none;}

#header .header-menu { position:relative; clear:both; z-index:1000; list-style-type:none; height:35px; margin:0; padding:0; background-image:url("../img/rialto/layout/menubar-bg.gif?_buildid_"); font-size:11.2px; }
#header .header-menu a, #header .header-menu a:hover, #header .header-menu a:visited { color:#fff; text-decoration:none; }
#header .header-menu li { float:left; background:url("../img/rialto/layout/menubar-sep.gif?_buildid_") top right no-repeat; width:auto!important; width:1px; white-space:nowrap; }
#header .header-menu li a { display:block; background-image:url("../img/rialto/layout/menubar-item.gif?_buildid_");  }
#header .header-menu li.home a { background:url("../img/rialto/layout/menubar-item-home.gif?_buildid_"); }
#header .header-menu li.home a span { padding:0; text-indent:-999em; }
#header .header-menu li.home span { width:20px; margin-left:18px; }
#header .header-menu li.down a { background-position:0 -70px; }
#header .header-menu li a span { display:block; height:35px; line-height:35px; padding:0 1.165em 0 0; margin-left:1.165em; cursor:pointer; }
#header .header-menu li.last a { background-position:0 0 !important; }
#header .header-menu li.last a span { cursor:default; }
#header .header-menu li.login { position:relative; float:right; }
#header .header-menu li.login a { background:url("../img/rialto/layout/menubar-login.gif?_buildid_") left top no-repeat; }
#header .header-menu li.login a span { background:url("../img/rialto/layout/menubar-login.gif?_buildid_") right top no-repeat; }
#header .header-menu li.down a { background-position:0 -70px; }
#header .header-menu li.down a span { background-position:right -70px; }
#header .header-menu li.active a { background-position:0px -70px; }
#header .header-menu li.active a span { background-position:right -70px; }
#header .header-search {padding-top:0.6em; float:right; margin-right:5px;}
#header .header-search .search-text { padding:2px 2px 1px; border-right:none; }
#header .header-search .search-submit { line-height:1em; background:gray url("../img/rialto/layout/search-input.gif?_buildid_") no-repeat 0 -1px; border:none; text-indent:-5000px; width:19px; height:19px; cursor:pointer; }

#header .header-menu li:hover a { background-position:0 -35px; }
#header .header-menu li:hover a span { background-position:right -35px; }

#header .shadow {
    display:block;
    position:relative;
    z-index: 200;
    top:-4px;
    left:4px;
    height:4px;
    background: url("../img/rialto/layout/menubar-shadow.gif?_buildid_") top left repeat-x;
}

#footer {
    background-color:#f2f2f2;
    color:#a8a8a8; font: 9px Verdana, Arial, sans-serif;
}

#footer p {
    margin-top: 8px;
    text-indent: 10px;
}

#locale-select-link {
    color: #507fa0;
    font-weight: bold;
    display: block;
    position: absolute;
    right: 6px;
    top: 0px;
    height: 32px;
    padding-right: 36px;
    font-size: 11px;
    line-height: 28px;
    background: none no-repeat right;
    text-decoration: none;
}

#terms-of-use-link {
    color: #a8a8a8;
    text-decoration: underline;
}

#terms-of-use-link:hover {
    color: #545454;
}
.zoombox-icon {
    background: url("../img/magnifier.png?bid_null") no-repeat;
}
.zoombox-icon.active {
    background-position: right top;
}
#formSelectorPinBar {
	margin: 0 10px;	
}
#formSelectorPinBar div.pinMessage {
	padding-top: 16px;
}
#pinBar {
	position: relative;
	width: 62px;
	height: 62px;
	float: right;
	background: url("../img/map/pin-bg.png?bid_null") no-repeat;
	z-index: 1000;
	background-position: 0px 0px;
	margin: 0 0 0 10px;
}
#pinBar.active {
	background-position: -124px 0px;	
}
#pinBar.active.hover { 
	background-position: -186px 0px;
}
#pinBar.lifted {
	background-position: -62px 0px;
}
#pinBar.hidden {
	display: none;
}
#pin {
	display: none;
	position: absolute;
	margin-top: 6px;
	margin-left: 12px;
	left: 0;
	top: 0;
	z-index: 2000;
}
.slider-horizontal div.slider-bar {
	background-position: 0 -66px;
}
.slider-horizontal div.slider-bar.zoomPrompt {
	background-position: 0 -95px;
}
.TomTom-Balloon {
	z-index: 99999;
	color: #000;
}
.TomTom-Balloon th {
	color: #545454;
	font-weight: normal;
	text-align: left;
	padding-right: 12px;
	font-size: smaller;
}
.TomTom-Balloon div.content td {
	font-weight: normal;
	padding-right: 12px;
}
.TomTom-Balloon div.reportDetail{
	overflow-x: auto;
	overflow-y:hidden;
}
.TomTom-Balloon div.reportDetail td {
	padding-right: 4px;
	word-wrap: break-word;
}
.TomTom-Balloon div.reportDetail .label {
	color: #838383;
	text-align: right;
	text-transform: lowercase;
	font-size: smaller;
	white-space: nowrap;
	width: 20%;
	vertical-align: top;
}
.TomTom-Balloon div.reportDetail table {
	width: 100%;
	/*table-layout: fixed;*/
}

.controlLatLon {
    -moz-user-select: none;
    font: bold 9px Verdana,Tahoma,Helvetica,Arial,sans-serif;
    text-shadow: 0 2px 1px #FFFFFF, 0 -2px 1px #FFFFFF, 2px 0 1px #FFFFFF, -2px 0 1px #FFFFFF;
    z-index: 750;
}
#pinPrompt {
	left: 52px;
	top: 144px;
}
#zoomPrompt {
	left: 224px;
	top: 62px;	
}
#pinPrompt h3, #zoomPrompt h3 {
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
}
#mapPane {
	width: 100%; 
	height: 100%;
}
#mapContainer {
	overflow: hidden;
}
#mapMask {
	width: inherit;
	height: inherit;
	visibility: hidden;
	background-color: white;
	z-index: 15000;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 6px;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 */
	filter: alpha(opacity=50); /* IE7 */
	opacity: .5; /* CSS standard */	
}
/* only tested w/ top-left balloons */
.TomTom-Balloon.small {
	width: 280px;
}
.TomTom-Balloon.small .content {
	background-image:url(../img/rialto/ui/balloon-bg-small.png?bid_null);
}
.TomTom-Balloon.small .arrow {
	background-image:url(../img/rialto/ui/balloon-arrows-small.png?bid_null);
}
/* for MSIE, add url to list like url(img/cursorGrabbable.cur?bid_null)
	took out because MSIE won't change cursors while dragging w/o ugly hacks
 */
#pin {
	cursor: url(../img/cursorGrabbable.cur?bid_null), pointer;
}
#pin.dojoMoveItem {
	cursor: url(../img/cursorGrabbing.cur?bid_null), pointer;	
}
#attributionBox {
	left: 6px;
	bottom: 14px;
	position: relative;
	-moz-user-select: none;
	font: bold 9px Verdana,Tahoma,Helvetica,Arial,sans-serif;
	text-shadow: 0 2px 1px #FFFFFF, 0 -2px 1px #FFFFFF, 2px 0 1px #FFFFFF, -2px 0 1px #FFFFFF;
	z-index: 1000;
}
body.waiting div.olMap{
	cursor: wait;
}
table.cameraRows {
	width: 100%;
	border-spacing: 0;
	border-collapse:collapse;
}
.cameraRows td {
	padding: 4px;	
}
.cameraRows tr:nth-child(even) {
	background: #FBF5E9;	
}
.cameraRows tr:hover {
	background-color: #ABD6FF;	
	background-position: 0px 0px;
	background-image: url("../img/claroHighlight.png");
	background-repeat: repeat-x;	
}
.cameraRows img {
	vertical-align: middle;
}
h4.cameras {
	margin-bottom: 0 !important;
}
table.placesRows {
	width: 100%;
	border-spacing: 0;
	border-collapse:collapse;
}
.placesRows td {
	padding: 4px;	
	word-break:break-all;	
}
.placesRows tr:nth-child(even) {
	background: #FBF5E9;	
}
.placesRows tr:hover {
	background-color: #ABD6FF;	
	background-position: 0px 0px;
	background-image: url("../img/claroHighlight.png");
	background-repeat: repeat-x;	
}
.placesRows img {
	vertical-align: middle;
}
.balloonheader div.places {
	margin-bottom: 0 !important;
}
.placeBalloon{
	max-height:270px;
	overflow-y:auto;
	overflow-x:hidden;
}
.placeBalloon table.balloonheader{
	background: none repeat scroll 0 0 #EBF5D9;
	width: 100%;
}
h4.places {
	margin-bottom: 0 !important;
}
.extraPinDetails{
	font: 11px Verdana,Tahoma,Helvetica,Arial,sans-serif;
	color: #545454;
	margin-top:8px;
}

/*.pin-guidance-details {
	background: #F5F10A;
	margin-top: 25px;
	padding: 0px 0px 12px 8px;
	font-weight: bold;
}*/

.pin-guidance-details {
	background: #99cc00;
	margin-top: 25px;
	padding: 0 5px 10px 10px;
	font: bold 12px Arial;
}
a:focus {
	outline: none;
}
#panel {
	background: #754c24;
	height: 500px;
	/*display: none;*/
}
.slide {
	margin: 0;
	padding: 0;
	/*border-top: solid 4px #422410;*/
	/*background: url(images/btn-slide.gif) no-repeat center top;*/
	width:50px;
	background-color: #000000;
}
.btn-slide {
	background: url(img/white-arrow.gif) no-repeat right -45px;
	text-align: center;
	width: 28px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}
.cluster-title{
	word-break:break-word;
	font-weight:bold;
}
.placeBalloon .dijitTitlePaneContentInner
{ 
	padding:0px; !important
}
.cluster-balloon-icon{
	width:15px;
	height:15px;
}
.claro .dijitTitlePaneTextNode {
    display: inline-block;
    width: 90%;
}

/*  Start Flag Css  */
#spdLmtStartBar {
	position: relative;
	/*background: url("../img/reports/start_flag.png?bid_null") no-repeat;*/
	z-index: 1000;
	width: 32px;
	height: 32px;
}
#spdLmtStartBar.active {
	background: url("../img/reports/start_flag.png?bid_null") no-repeat;
}
#spdLmtStartBar.active.hover { 
	background: url("../img/reports/start_flag.png?bid_null") no-repeat;
}
#spdLmtStartBar.lifted {
	background: url("../img/reports/start_flag_grey.png?bid_null") no-repeat;
}
#spdLmtStartBar.disabled {
	background: url("../img/reports/start_flag_grey.png?bid_null") no-repeat;
}
#spdLmtStartBar.hidden {
	display: none;
}
#imgSpdLmtStart {
	/*display: none;*/
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2000;
}
#imgSpdLmtStart {
	cursor: url(../img/cursorGrabbable.cur?bid_null), pointer;
}
#imgSpdLmtStart.dojoMoveItem {
	cursor: url(../img/cursorGrabbing.cur?bid_null), pointer;	
}


/*  End Flag Css  */
#spdLmtEndBar {
	position: relative;
	/*background: url("../img/reports/end_flag.png?bid_null") no-repeat;*/
	z-index: 1000;
	width: 32px;
	height: 32px;
}
#spdLmtEndBar.active {
	background: url("../img/reports/end_flag.png?bid_null") no-repeat;
}
#spdLmtEndBar.active.hover { 
	background: url("../img/reports/end_flag.png?bid_null") no-repeat;
}
#spdLmtEndBar.lifted {
	background: url("../img/reports/end_flag_grey.png?bid_null") no-repeat;
}
#spdLmtEndBar.disabled {
	background: url("../img/reports/end_flag_grey.png?bid_null") no-repeat;
}
#spdLmtEndBar.hidden {
	display: none;
}
#imgSpdLmtEnd {
	/*display: none;*/
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2000;
}
#imgSpdLmtEnd {
	cursor: url(../img/cursorGrabbable.cur?bid_null), pointer;
}
#imgSpdLmtEnd.dojoMoveItem {
	cursor: url(../img/cursorGrabbing.cur?bid_null), pointer;	
}
.copyrightBalloon{
	max-height:400px;
	overflow-y:auto;
	overflow-x:auto;
}
.copyrightBalloon .copyrightLogo img{
	width: 100%;
}#signInPane {
    padding-top: 10px;
}
#signInPane > div, #signInForm > div {
	margin: 10px 10%;
}
#signInPane label {
	display: block;
	padding-top: 5px;
}
#signInPane input {
    width: 100%;
}
#signInForm button, #signInForm button span {
	/* Fix display of button in IE */
	width: auto;
	overflow: visible;
}
#socialPane {
    padding-top: 10px;
}
#socialPane > div {
	margin: 10px 10%;
}
#socialPane img {
	/* Fix display of button in IE */
	width: auto;
	overflow: visible;
}
#sociallogin_header {
	margin-bottom : 20px !important;
}
@-moz-document url-prefix() {
	/* Fix the display of the button in firefox */
	#signInForm button span {
		margin-top: -2px;
		margin-right: -3px;
	}
}
#termsOfUseNode_title {
    font-family: verdana;
}
.termsOfUseDialog {
    border: 1px solid #666666 !important;
    width: 600px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) !important;
    z-index: 12000 !important;
}
.termsOfUseDialog .dijitDialogPaneContent {
	/* prevent Dojo from setting this value so the scrollbar isn't lost */
	width: auto !important;
}

.termsOfUseDialogTitleBar {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #666666;
    background-image: url("../img/titlebar.png?_buildid_");
    background-repeat: repeat-x;
    border-color: -moz-use-text-color #FFFFFF #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 5px 7px 4px;
    font-family: verdana;
    color: white;
}
.termsOfUseDialogCloseIcon {
    display: none;
    height: 15px;
    position: absolute;
    right: 5px;
    width: 21px;
}
hr {
    color: #fff;
    background-color: #fff;
    border: 1px dotted #000;
    border-style: none none dotted;
}
.recaptcha_only_if_privacy{
	line-height: 12px;
}#historyPane > div {padding: 4px 0;}
#historyTable {clear: both;}
        
.claro .dojoxGridSortNode {
	background: none;
	overflow: hidden;
	text-overflow: ellipses;
	border: none;
	border-top: 1px solid #E0E0E0;
   	cursor: pointer;
}
.claro .dojoxGridHeader .dojoxGridCell {
  	background: none;
   	border: none;
}      
.claro .dojoxGridCellFocus {
	border: none;
}        
.claro .dojoxGridRowTable {
	table-layout: fixed;
	border-collapse: collapse;
	empty-cells: show;
}
      
.claro .dojoxGridRowTable tr:hover td {
	background-color: #EBF5D9;
}
.claro .dojoxGridRowOver .dojoxGridCell {
	background: none;
	border-top: none;
	border-bottom: none;
}
.dj_ie6 .claro .dojoxGridRowOver .dojoxGridCell,
.dj_ie7 .claro .dojoxGridRowOver .dojoxGridCell {
	border-left: none;
	border-right: none;
}
.claro .dojoxGridRowActive .dojoxGridCell {
	background: none;
}
.dj_ie6 .claro .dojoxGridRowActive .dojoxGridCell,
.dj_ie7 .claro .dojoxGridRowActive .dojoxGridCell {
	border-left: none;
	border-right: none;	
}

.Incident-List th img {
	vertical-align: top;
}

.Incident-List th, 
.Incident-List td, 
.Incident-List th.sortable {
	padding-left: 4px;
	width: 90px;
}

.Incident-List td.wide, 
.Incident-List th.wide {
	width: 96px;
}

.Incident-List th.last, 
.Incident-List td.last {
	width: auto;
}
.List-Viewport {
	overflow: auto;
}
.TomTom-Scrollable-List .List-Viewport {
	width: 100%;
}

.Incident-List td {
	padding-right: 0;
	text-overflow: visible;
	white-space: normal;
	vertical-align: top;
}
/* border: solid 1px #769DC0; */
tr.TomTom-List-Item:hover {
	background-color: #ABD6FF;	
	background-position: 0px 0px;
	background-image: url("../img/claroHighlight.png");
	background-repeat: repeat-x;	
}
.Incident-List tr.selected {
	background-color: #ebf5da;
	background-image: url("../img/claroHighlight.png");
}
.TomTom-List th.ascending.unsortable span, .TomTom-List th.descending.unsortable span{
	background-image: none;
}
#commentsValue {
	word-wrap: break-word;
}
.List-Viewport.Data {
	overflow: auto;
}

#reportStatsMessage {
	font-weight: bold;
}
div#formSelector td {
	float: left; 
	width: 30%; /* a little space for the padding */
	list-style-type: none;
	text-align: center;
	padding: 8px 4px;
	margin: 0;	
	cursor: pointer;
}

div#formSelector td img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div#formSelectorBackButton {
	clear: both;
	text-align: left;	
}

div#formSelectorBackButton a {
	margin-top: 30px;
}

#formSelector table {
	margin-left:auto; 
    margin-right:auto;
}

#reportForm label {
	display: block;
	margin-top: 12px;	
	margin-bottom: 2px;
	margin-left: 1px;
}

#camera_speed_subForm label,
#camera_redlightSpeed_subForm label {
	display: inline;
	margin-top: 12px;	
	margin-bottom: 2px;
	margin-left: 1px;
}

#mandatoryFieldsLabel {
/*	padding-bottom: 15px;*/
}

.hoverLink:hover {
	text-decoration:underline;
	color:#02A7DF;
}


.claro .dijitTextBox .dijitInputInner {
	display: block;
}

.dijitTextArea {
	min-height: 48px;
	resize: none;
}

.claro .dijitTextBox {
	font: inherit;
	color: inherit;	
}

#progressWheel { 
	display: block; 
	margin: 16px auto; 
}

.subForm {
	margin: 5px 0 0 35px;
}

/* This adds a little right padding to a dijit select drop down text.
   Without it, it looks really cramped. */
.dijitSelectLabel {
	padding: 0 10px 0 0;
}

label.dijitFocusedLabel {
	outline: none;
}

div.option {
	padding-top: 15px;
	padding-bottom: 5px;
}

span.dtrfImage,
span.bearingImage {
	vertical-align: middle;
}

span.dtrfImage svg {
	vertical-align: middle;
}

span.dtrfImage img,
span.bearingImage img {
	vertical-align: middle;
}

.dtrfImage div {
	display: inline;
	position: relative !important;
}

.dtrfImage div > v\:group {
	position: relative !important;
}

#streetName {
	font-weight: bold;
}

#dynamicForm {
	margin-left: 3px;
	margin-right: 3px;
}
#dynamicForm label.option {
	display: inline;
}

fieldset {
	border: none;
}

#existingStreetNames {
	margin-top: 12px;
}

legend {
	margin-left: -8px;
}

#dynamicForm ul {
	padding-left: 20px;
	margin: 0;
}

#dynamicForm .instructions {
	margin-bottom: 18px;
}

.formTitle {
	margin-bottom: 20px;
}

#reportSubmissionAgain {
	margin: 16px 0 0;	
}

.dijitSelect.singleOption,
.dijitSelect.singleOption .dijitStretch,
.dijitSelect.singleOption .dijitArrowButton, 
.dijitSelect.singleOption .dijitArrowButton .dijitArrowButtonInner {
	border: none;
	background: none;
}

.dijitSelect.singleOption .dijitButtonNode,
.dijitSelect.singleOption .dijitButtonNode * {
	cursor: default;
}

#photoFields {
	margin: 0 3px;
}

.wideTextBox{
	width: 25em;
}

.historyPaneGuestInput{
	width: 98%;
}

#historyPaneGuest label {
    margin-bottom: 2px;
    margin-left: 1px;
    margin-top: 12px;
}

#historyPaneGuest #SearchReportById label {
    display: block;
}

.errorMessage {
	color: red;
}

.chzn-choices{
	padding-left:0px !important;
}
.chzn-results{
	padding-left:0px !important;
}

.boldlegend{
	font-weight: bold;
}

.highlight{
	border: 1px solid #FF6600 !important;
}
#spdRestForm div {
	padding-top: 3px;
	padding-bottom: 3px;
}
.link-button{
	color:#02A7DF; 
	cursor: pointer;
}


#nav ul { 
	margin: 0px; list-style: none; 
	}
#nav .grid li { 
	float: left; 
	width: 75px; 
	height: 100px;  
	padding-top: 5px; 
	padding-right: 5px; 
	padding-bottom: 5px; 
	border: 0px solid #000; 
	display: inline-block;	
	vertical-align: top; 
	cursor: pointer; 
	margin: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center; 
}
#nav .grid li img{
	display: block;
}
#nav .grid li div.reportLabel{
	display: block;
	text-align:center;
}
#reportDefaultConfig {
	vertical-align: top;
}
#imageList{
	width: 170px;
  	table-layout: fixed;
}
#imageList tr td{
	text-overflow: ellipsis;
 	overflow: hidden;
	white-space: nowrap;
}
#imageList tr td:hover{
	cursor:pointer;
}
.activeLink{
	color:#02A7DF;
	cursor: pointer;
}
.inactiveLink{
	pointer-events: none;
	cursor: text;
	background-image: none;
}@CHARSET "ISO-8859-1";
#addImage {
		cursor: pointer;
		display: inline !important;
		font: normal 11px Arial;
		color: #fff;
		border-top: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
		padding: 2px 6px 2px 6px;
		border-radius: 4px;
		background-color: #E2E2E2;
		padding-left: 10px;
		background-image:url("../img/rialto/ui/button-blue-normal-left.png?bid_null")
		
}
.disabled{
	pointer-events: none;
	cursor: text;
	background-image: none !important;
	color: Black !important;
}
#imageUploader{
	padding-top: 5px;
	padding-bottom: 10px;
}

#newFeatureIndicator {
  background-color: #BDD731;
  padding: 4px;
  border-radius: 8px;
  font-weight: bold;
}