﻿/* Default.css */
/*
#browser_map_wrapper
{
    width: 100%;
    height: 100%;
}
*/
#map
{
	width: 100%;
	height: 500px;
	border: 1px solid #888888;
}


#detail
{
	padding: 6px;
	font-size: 0.85em;
}

/* add the icon to the h1 as a background image to avoid float and various other issues */
#detail h1
{
	background: url('../../Icons/MagnifyingGlass.jpg') no-repeat top left;
	font-size: 1.80em;
	padding: 4px 0px 7px 46px;
}

/* remove these elements from the source once you are happy with the display */
#detail h1 img, #detail hr
{
	display: none !important;
}

#detail p
{
	display: block !important;
	margin-top: 10px;
	float: none;
	clear: both;
}

#detail div
{
	border: 1px solid #cccccc;
	height: 83%;
	overflow: auto;
	padding: 4px;
}

#detail div h3
{
	display: block;
	float: none;
	clear: both;
	margin-top: 5px;
	border-bottom-width: 1px;
}

#back
{
	top: 90%;
	float: right;
	width: 23%;
	height: 10%;
}

#magGlass
{
	float: left;
	padding-right: 10px;
	width: 40px;
	height: 40px;
}

#reset
{
	width: 27px;
	height: 28px;
	top: 376px;
	left: 13px;
	position: relative;
}

.icon_detail
{
	/*vertical-align: middle;*/
	float: left; /*position:relative;*/
	padding-right: 5px;
}

/* Home.css */
#browser_map_wrapper
{
	width: 100%;
	height: 100%;
}

#map
{
	position: absolute;
	top: 0px !important;
	left: 0px !important;
	width: 75%;
	height: 100%;
	border: 1px solid #888888;
}

html, body
{
	/*overflow:hidden;*/
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#detail
{
	position: absolute;
	margin-left: 75%;
	top: 0px;
	width: 24%;
	bottom: 0px; /* overflow:hidden;*/
	padding: 6px;
	font-size: 0.85em;
	border-left: 1px solid #888888;
	height: 100%;
}

/* add the icon to the h1 as a background image to avoid float and various other issues */
#detail h1
{
	background: url('../../Icons/MagnifyingGlass.jpg') no-repeat top left;
	font-size: 1.80em;
	padding: 4px 0px 7px 46px;
}

/* remove these elements from the source once you are happy with the display */
#detail h1 img, #detail hr
{
	display: none !important;
}

#detail p
{
	display: block !important;
	margin-top: 10px;
	float: none;
	clear: both;
}

#detail div
{
	border: 1px solid #cccccc;
	height: 83%;
	overflow: auto;
	padding: 4px;
}

#detail div h3
{
	display: block;
	float: none;
	clear: both;
	margin-top: 5px;
	border-bottom-width: 1px;
}

#back
{
	top: 90%;
	float: right;
	width: 23%;
	height: 10%;
}

#magGlass
{
	float: left;
	padding-right: 10px;
	width: 40px;
	height: 40px;
}

#reset
{
	width: 27px;
	height: 28px;
	top: 376px;
	left: 13px;
	position: relative;
}

.icon_detail
{
	/*vertical-align: middle;*/
	float: left; /*position:relative;*/
	padding-right: 5px;
}

/* map.css */
html, body
{
	/* overflow:hidden;*/
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#browser_map_wrapper
{
	width: 100%;
	height: 100%;
}

#map
{
	position: absolute;
	top: 0px !important;
	left: 0px !important;
	width: 75%;
	height: 100%;
	border: 1px solid #888888;
}



#mapChoice
{
	position: absolute;
	margin-left: 75%;
	top: 0px;
	width: 24%;
	bottom: 0px; /*overflow:hidden;*/
	padding: 6px;
	font-size: 0.85em;
	border-left: 1px solid #888888;
	height: 135px;
}


/* add the icon to the h1 as a background image to avoid float and various other issues */
#mapChoice h1
{
	background: url('dorsetimages/MagnifyingGlass.jpg') no-repeat top left;
	font-size: 1.80em;
	padding: 4px 0px 7px 46px;
}

/* remove these elements from the source once you are happy with the display */
#mapChoice h1 img, #mapLayers hr
{
	display: none !important;
}

#mapChoice p
{
	display: block !important;
	margin-top: 10px;
	float: none;
	clear: both;
}

#mapChoice div
{
	border: 1px solid #cccccc;
	height: 83%;
	overflow: auto;
	padding: 4px;
}

#mapChoice div h3
{
	display: block;
	float: none;
	clear: both;
	margin-top: 5px;
	border-bottom-width: 1px;
	text-align: left;
}


#detail
{
	position: absolute;
	margin-left: 75%;
	top: 140px;
	width: 24%;
	bottom: 0px; /*overflow:hidden;*/
	padding: 6px;
	font-size: 0.85em;
	border-left: 1px solid #888888;
	height: 75%;
}

/* add the icon to the h1 as a background image to avoid float and various other issues */
#detail h1
{
	background: url('dorsetimages/MagnifyingGlass.jpg') no-repeat top left;
	font-size: 1.80em;
	padding: 4px 0px 7px 46px;
}

/* remove these elements from the source once you are happy with the display */
#detail h1 img, #detail hr
{
	display: none !important;
}

#detail p
{
	display: block !important;
	margin-top: 10px;
	float: none;
	clear: both;
}

#detail div
{
	border: 1px solid #cccccc;
	height: 83%;
	overflow: auto;
	padding: 4px;
}

#detail div h3
{
	display: block;
	float: none;
	clear: both;
	margin-top: 5px;
	border-bottom-width: 1px;
}

#back
{
	top: 90%;
	float: right;
	width: 23%;
	height: 10%;
}

#magGlass
{
	float: left;
	padding-right: 10px;
	width: 40px;
	height: 40px;
}

#reset
{
	width: 27px;
	height: 28px;
	top: 376px;
	left: 13px;
	position: relative;
}

.icon_detail
{
	/*vertical-align: middle;*/
	float: left; /*position:relative;*/
	padding-right: 5px;
}

div.ajax-loading
{
	background: #EEEEEE url(dorsetimages/ajax-load-red.gif) no-repeat scroll 6px center;
	border: 1px solid #CCCCCC;
	color: #222299 !important;
	font-size: 95%;
	font-weight: 600;
	left: 20px;
	padding: 8px 10px 8px 28px;
	position: absolute;
	top: 20px;
	white-space: nowrap;
	z-index: 1000;
}

#cmdRefresh
{
	float: none;
	clear: both;
	display: block;
	left: 5px !important;
	position: absolute;
	width: 150px;
}

/* mapexplained.css */
.icon
{
	width: 60px;
	height: 60px;
	vertical-align: middle;
}

.icon_small_inline
{
	width: 20px;
	height: 20px;
}

.icon_small
{
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.back
{
	border: solid 0px white;
}

.icon_div
{
	padding: 5px 30px 5px 0px;
	width: 60px !important;
	height: 60px !important;
}

#map_example
{
	background-image: url("../../Icons/MapExplained/Map_Example.jpg");
	background-repeat: no-repeat;
	width: 800px;
	height: 600px;
	overflow: scroll;
}

/* navigation.css */
ul#nav-primary
{
	width: 163px;
	display: block;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0 0 10px 0;
	background-color: #D7EEFE;
	border-color: #0299FF;
	border-width: 1px;
	border-style: solid;
}

ul#nav-primary li
{
	border-color: #99B0C0;
	margin-left: 10px;
	margin-right: 10px;
	padding: 8px 8px 8px 20px;
	background: url(dorsetimages/links_li_bg.gif) 0 12px no-repeat;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

ul#nav-primary li a
{
	display: block;
	text-transform: uppercase;
}

ul#nav-primary li.current a
{
	font-weight: bold;
}

ul#nav-user
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

ul#nav-user li
{
	display: inline;
	top: -10px;
}

ul#nav-user li
{
	display: block;
}

ul#nav-user li span
{
	position: absolute;
	top: -999em;
	left: -999em;
}

ul#nav-user li#nav-user-login a
{
	/*background: #fff url(dorsetimages/nav-login.png) -6px 0 no-repeat;*/
	padding: 15px 41px 19px 38px;
	height: 0.1em;
	position: absolute;
	top: 0px;
	right: 80px;
}

ul#nav-user li#nav-user-register a
{
	/*background: transparent url(dorsetimages/nav-register.png) 0 0 no-repeat;*/
	padding: 15px 41px 19px 38px;
	height: 0.1em;
	position: absolute;
	top: 0px;
	right: 0px;
}

ul#nav-user li#nav-user-alerts a
{
	background: transparent url(dorsetimages/nav-register.png) 0 0 no-repeat;
	padding: 15px 41px 19px 38px;
	height: 0.1em;
	position: absolute;
	top: 0px;
	right: 145px;
}

ul#nav-footer
{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	float: right;
}

ul#nav-footer li
{
	float: left;
}

ul#nav-footer li a
{
	color: #fff;
	display: block;
	padding: 4px 20px;
	border-right: 1px solid #fff;
}

ul#site-info
{
	clear: both;
	color: #fff;
	text-align: right;
	list-style: none;
	padding: 20px 30px 40px 5px;
}

ul#site-info a
{
	color: #fff;
}

#Browsediv ul
{
	list-style-type: none;
}
#Browsediv ul li
{
	padding-right: 0px;
	display: inline;
	padding-left: 0px;
	min-height: 1px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

#Browsediv ul li div
{
	padding-right: 0px;
	padding-left: 0px;
	min-height: 1px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
* hTML #Browsediv ul li div
{
	height: 1px;
}
#Browsediv a
{
	padding-right: 0px;
	border-top: #ffffff 1px solid;
	display: block;
	padding-left: 20px;
	font-weight: normal;
	background: url(dorsetimages/topic-nav-arrow.gif) transparent no-repeat 4px 50%;
	padding-bottom: 0.2em;
	width: 100%;
	color: #333333;
	padding-top: 0.2em;
	border-bottom: #cccccc 1px solid;
	text-decoration: none;
	font-size: 100%;
}
#Browsediv a:active
{
	background: url(dorsetimages/topic-nav-arrow-focus.gif) transparent no-repeat 4px 50%;
}
#Browsediv a:hover
{
	background: url(dorsetimages/topic-nav-arrow-focus.gif) transparent no-repeat 4px 50%;
}
#Browsediv a:focus
{
	background: url(dorsetimages/topic-nav-arrow-focus.gif) transparent no-repeat 4px 50%;
}
#Browsediv a:hover:focus
{
	background: url(dorsetimages/topic-nav-arrow-focus.gif) transparent no-repeat 4px 50%;
}
#Browsediv ul ul li a
{
	padding-left: 21px;
	background-image: none;
	width: auto;
}
#Browsediv ul ul ul li a
{
	padding-left: 30px;
}
#Browsediv ul ul ul ul ul li a
{
	padding-left: 45px;
}

/* theme.css */
body
{
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
}

#container
{
	background: transparent url(dorsetimages/header-centre.png) 0 0 repeat-x; /*max-width:1024px; 	width:expression(document.body.clientWidth > 1024? "1024px": "auto" );*/
	min-width: 770px; /*width:expression(document.body.clientWidth < 770? "770px": "auto" );*/
}

#header
{
	background: transparent url(dorsetimages/header-right.png) 100% 0 no-repeat;
	margin: 0;
	padding: 0;
	position: static;
}

#header h1
{
	background: transparent url(dorsetimages/header-left.png) 0 0 no-repeat;
	margin: 0;
	padding: 38px 0 0 80px;
	height: 5em;
	font-size: 1.7em;
}

#header span, #header p
{
	position: absolute;
	top: -999em;
	left: -999em;
}

#content-outer
{
	background: transparent url(dorsetimages/content-centre.png) 0 1px repeat-x;
}

#content-outer-b
{
	background: transparent url(dorsetimages/content-bot-centre.png) 0 100% repeat-x;
}

#content
{
	background: transparent url(dorsetimages/content-right.png) 100% 1px no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
}

html > body #content
{
	margin: 0;
}

#content-inner
{
	background: transparent url(dorsetimages/content-left.png) 0 0 no-repeat;
	height: 1%;
}

#content-inner-b
{
	background: transparent url(dorsetimages/content-bot-left.png) 0 100% no-repeat;
}

#content-inner-c
{
	background: transparent url(dorsetimages/content-bot-right.png) 100% 100% no-repeat;
	padding: 40px 0 70px 0;
}

#map-container
{
	padding: 40px 20px 20px 20px;
}
#map
{
	height: 30em;
	border: 1px solid #ccc;
}

#latest-issues
{
	padding: 0 20px;
}

#latest-issues h2
{
	background: transparent url(dorsetimages/h2-latest-right.png) 100% 0 no-repeat;
	color: #fff;
	padding: 0;
	margin: 0;
}

#latest-issues h2 span
{
	display: block;
	padding: 10px 8px 4px 8px;
	margin: 0;
	background: transparent url(dorsetimages/h2-latest-left.png) 0 0 no-repeat;
}

#latest-issues p
{
	padding: 4px 8px;
}

#latest-issues p.date
{
	background-color: #ff9853;
	color: #fff;
	margin: 0;
	font-weight: bold;
}

/*Tables*/
table
{
	width: 100%;
}

table th
{
	background-color: #fff;
	text-align: left;
}

table tr
{
	background-color: #d7e1e7;
}

table tr.odd
{
	background-color: #c6d5de;
}

table td, table th
{
	padding: 4px;
}

/* START Widths for latest issues columns*/
#latest-issues #issue
{
	width: 10%;
}

#latest-issues #issue-name
{
	width: 50%;
}
/* END Widths for latest issues columns*/
#operational-status
{
	float: left;
	width: 65%;
	margin: 0 0 0 20px;
}

#feeds
{
	float: right;
	width: 25%;
	margin: 0 20px 0 0;
	clear: both;
}

#feeds ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#feeds ul li a
{
	display: block;
}

#feeds-mobile a
{
	background: transparent url(dorsetimages/icon-mobile.png) 8px 50% no-repeat;
	padding: 25px 5px 25px 50px;
}

#feeds-rss a
{
	background: transparent url(dorsetimages/icon-rss.png) 0 50% no-repeat;
	padding: 15px 5px 15px 50px;
}

#footer-outer
{
	background: transparent url(dorsetimages/footer-centre.png) 0 100% repeat-x;
	clear: both;
	margin: 0;
	padding: 0;
}

#footer
{
	background: transparent url(dorsetimages/footer-left.png) 0 100% no-repeat;
	margin: 0;
	padding: 0;
}

#footer-inner
{
	background: transparent url(dorsetimages/footer-right.png) 100% 100% no-repeat;
	margin: 0;
	padding: 0;
}

/* Generic lists */

ul.list
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.list li
{
	background: transparent url(dorsetimages/bullet_orange.gif) 0 0 no-repeat;
	padding-left: 18px;
}

/* ------------Main.css from yorkshire------------------ */
.cloud-amber table th.sortable, th.sortable-text, th.sortable-date, th.sortable-keep, th.sortable-date-dmy, th.sortable-numeric, th.sortable-currency, th.sortable-sortByTwelveHourTimestamp, th.sortable-sortIPAddress, th.sortable-sortEnglishLonghandDateFormat, th.sortable-sortScientificNotation, th.sortable-sortImage, th.sortable-sortFileSize, th.sortable-sortAlphaNumeric
{
	cursor: crosshair;
	background: #ECE9D8; /* url(../media/bg_header_sortable.jpg) no-repeat;*/
	padding: 13px 0px 9px 3px;
	padding: 0;
	color: #000000;
	text-decoration: none;
	border: none;
}

.cloud-amber table
{
	color: #000000;
	text-decoration: none;
	border: none;
	font-size: 100%;
	padding: 0px;
	margin: 0 0 20px 0px;
	text-decoration: none;
	width: 100%;
}

.cloud-amber td
{
	height: auto !important;
	text-align: left;
	margin: 0;
	padding: 0;
}

.cloud-amber table th.sortable-text, th.sortable-numeric
{
	color: #000000;
	text-decoration: none;
}
.cloud-amber table th.sortable-text a, th.sortable-numeric a
{
	color: #000000;
	text-decoration: none;
}
.cloud-amber table th.sortable-text a:active, th.sortable-numeric a:active
{
	color: #000000;
	border-bottom: 1px dotted #FFFFFF !important; /*background: transparent !important;*/
	text-decoration: none;
}

.cloud-amber td
{
	border-width: 2px;
	border-color: #ffffff;
	border-style: solid;
}

.cloud-amber table td.alt
{
	background: #ECE9D8;
}
.cloud-amber table td
{
	border: 1px solid #999999; /* !important;*/
}
.cloud-amber td img
{
	margin: 0px auto;
	display: block;
	border-width: 0px;
}
.cloud-amber table.selectable tbody tr:hover td, table.selectable tbody tr:hover th
{
	background-color: #C1D2EE;
	border-top: 1px solid #316AC5;
	border-bottom: 1px solid #316AC5;
	cursor: default;
	text-decoration: none;
}
.cloud-amber table tbody tr.alt
{
	background-color: #D7E1E7;
}
.cloud-amber table tbody tr
{
	background-color: #D7E1E7;
}
.cloud-amber table tbody th a:active
{
	color: #000000;
	border-bottom: 1px dotted #FFFFFF !important; /*background: transparent !important;*/
	padding: 13px 0px 9px 3px;
	text-decoration: none;
}

.cloud-amber td, th
{
	font-size: 100%;
	padding: 8px 0px 4px 3px;
	text-decoration: none;
}

.cloud-amber table th
{
	color: #000000;
	background: #FFFFFF;
	text-align: center;
	padding: 13px 0px 9px 3px;
	text-decoration: none;
	border: none;
	width: 15%;
}

.cloud-amber table caption
{
	height: 40px;
	background: url(dorsetimages/Dorset_Caption.gif) 0 100% no-repeat; /*box_right_int_header_back.gif);*/
	width: 100%;
	padding-left: 13px;
	font-size: 100%;
	font-weight: bold;
	vertical-align: text-bottom;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 0;
	color: #000000;
	text-align: left;
	display: table-caption;
}

.cloud-amber td a
{
	word-break: BREAK-ALL;
	word-wrap: normal; /*word-wrap: break-word;*/
}

.cloud-amber table tbody tr:hover
{
	background-color: #C1D2EE;
	border-top: 1px solid #316AC5;
	border-bottom: 1px solid #316AC5;
	cursor: default;
}
.cloud-amber table tbody tr.alt:hover
{
	background-color: #C1D2EE;
	border-top: 1px solid #316AC5;
	border-bottom: 1px solid #316AC5;
	cursor: default;
}


.hidden
{
	display: none;
}

.filter-Table table
{
	color: #000000;
	text-decoration: none;
	border: none;
	width: 96%;
	margin-bottom: 20px;
	margin-left: 2%;
}

.filter-Table table td
{
	border-width: 2px;
	border-color: #ffffff;
	border-style: solid;
}

.filter-Table table td.alt
{
	background: #ECE9D8;
}


/* Pagination list styles */

ul.fdtablePaginater
{
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	text-align: center; /*height: 2em;*/
	width: auto;
	margin-bottom: 2em;
	font-family: "Century Gothic" , "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
}
ul.fdtablePaginater li
{
	display: table-cell;
	padding-right: 4px;
	color: #666;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}
ul.fdtablePaginater li a.currentPage
{
	background: #008fd8 !important;
	color: #ffffff !important;
	font-weight: bold;
}
ul.fdtablePaginater li a:active
{
	border-color: #222 !important;
	color: #222;
}
ul.fdtablePaginater li a, ul.fdtablePaginater li div
{
	display: block;
	padding: 0px 6px;
	margin: 0px;
	text-decoration: none;
	outline: none;
	background: #e1e1e1;
	border: 1px solid #666666 !important;
	color: #239 !important;
}

ul.fdtablePaginater li div
{
	cursor: normal;
	opacity: .5;
	filter: alpha(opacity=50);
}
ul.fdtablePaginater li a span, ul.fdtablePaginater li div span
{
	display: table-cell; /*line-height: 1.25em;*/
	height: 20px;
}
ul.fdtablePaginater li a
{
	cursor: pointer;
}
ul.fdtablePaginater li a:focus
{
	color: #333;
	text-decoration: none;
	border-color: #aaa;
}
.fdtablePaginaterWrap
{
	text-align: center;
	clear: both;
	display: block;
	text-decoration: none;
	margin-top: 10px;
	padding-left: 40%;
}
ul.fdtablePaginater li .next-page span, ul.fdtablePaginater li .previous-page span, ul.fdtablePaginater li .first-page span, ul.fdtablePaginater li .last-page span
{
	font-weight: bold !important;
}
/*.menulinks
{
	padding-top: 80px;
	padding-left: 120px;
}*/

#divTop
{
	height: 20px;
	display: block;
}
#divLeft
{
	float: left;
	width: 100px;
	display: block;
}
#divcontent
{
	padding-left: 0px;
	padding-top: 0;
	width: 98% !important;
}

.tblSetWidth
{
	width: 80% !important;
}

.setPadding
{
	padding: 120px 0 0 120px;
}

.filtersTd
{
	align: right;
}

.filtersInput
{
	width: 20%;
	float: left;
}

.filtersLabel
{
	vertical-align: middle;
	float: right;
	text-align: left;
	width: 72%;
	background-repeat: no-repeat;
}

.cloud-amber
{
	margin-top: 0px;
	margin-left: 0px;
}

/* columns */
.cloud-amber .col1
{
	/*width: 30%;*/
	width: 150;
	float: left;
}
.cloud-amber .col4
{
	width: 40%;
	float: left;
}

.cloud-amber .col2
{
	/*width: 50%; 	float: none;*/
	width: 100%; /*63%*/
	float: right;
}

.cloud-amber .col3
{
	clear: both;
}

.cloud-amber .col1 img
{
	display: none;
	width: 250px;
	height: 250px;
}

.cloud-amber .col1 h3
{
	display: none;
}

.cloud-amber .col1 table
{
	width: 95%;
	float: left;
	height: auto;
}

.cloud-amber .col2 table
{
	width: 100%;
	float: right;
	height: auto;
}

.col2table
{
	width: 82%;
	float: right;
	height: auto;
}

.TextLink
{
	padding: 0px 0px 0px 0px;
	text-align: center;
	margin: 0px 0px 0px 10px;
	border: none;
	white-space: wrap;
	word-break: Keep-ALL;
	word-wrap: normal;
}

.TextLink:active
{
	background: white;
	color: #006699;
	border-width: 0px;
	white-space: wrap;
	word-break: Keep-ALL;
	word-wrap: normal;
}

.ImageLink
{
	background: transparent !important;
	padding: 0px 12px 0px 8px;
	margin: 0;
	border: none;
}

.ImageLink:hover
{
	text-decoration: none;
}

.ImageLink:active
{
	background: transparent !important;
	border-width: 0px;
}

.menulinks
{
	padding-top: 0px;
	padding-left: 20px;
}
.menulinks table
{
	border: solid 1px #ffffff;
	background-color: #ffffff;
	padding: 0;
	margin: 0 0 0 -10px;
	clear: both;
	float: left;
	display: block;
}

.menulinks table td
{
	border: solid 1px #ffffff;
	background-color: #ffffff;
	text-align: center;
	width: auto;
	height: auto;
	align: center;
	padding: 0;
	margin: 0;
}
.menulinks table td a
{
	white-space: wrap !important;
	word-break: Keep-ALL;
	word-wrap: normal;
}
.menulinks table tr
{
	border: solid 1px #ffffff;
	background-color: #ffffff;
}

/* HEADINGS */
h1
{
	font-size: 2em;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #f60;
}
h2
{
	font-size: 1.5em;
	line-height: 2em;
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #f60;
}
h3
{
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
	color: #f60;
	border-bottom: 2px solid #ccc;
}
h4
{
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 1em 0 0.25em 0;
	padding: 0;
	color: #f60; /*border-bottom:2px solid #ccc;*/
}
h5
{
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
	color: #f60;
	border-bottom: 2px solid #ccc;
}

.cloudCalendar
{
	width: 100%;
	padding: 0 0 0 0px;
	margin: 0;
}
.cloudCalendar tr:hover td
{
	background-color: transparent;
}
.CalendarTd1
{
	width: 26%;
}
.CalendarTd2
{
	width: 9%;
	margin: 0;
	padding: 0;
}
.CalendarTd3
{
	width: 25%;
}
.CalendarTd4
{
	width: 9%;
	margin: 0;
	padding: 0;
}
.CalendarTd5
{
	width: 12%;
}

.SearchLeftColumn
{
	vertical-align: top; /* width: 15%; 	 height: 100%;*/
	width: 150px;
	height: auto;
	float: left;
	padding-left: 0px;
}

.SearchResultColumn
{
	vertical-align: top; /* width: 80%;*/
	width: 79%;
	height: 100%;
	float: right;
}

.GridHeaderStyle
{
	background-color: #8BA4B3;
	border: 2px solid #8BA4B3;
	color: white;
	float: left;
	font-family: verdana;
	font-size: 9pt;
	min-height: 50px;
	text-align: left;
	width: 70%;
}
.tdHeaderWhiteStyle
{
	background-color: White;
}
.MessageText
{
	background-color: #FFFFFF;
	color: Black;
	font-weight: bold;
	min-height: 30px;
	padding: 8px 0 0 0;
	text-align: center;
	width: 100%;
}
.ErrorMessageText
{
	background-color: #FFFFFF;
	color: Red;
	font-weight: bold;
	min-height: 30px;
	padding: 8px 0 0;
	text-align: center;
	width: 100%;
}
.MessageHeader
{
	background-color: #8BA4B3;
	border: 2px solid #8BA4B3;
	height: 20px;
	padding: 5px 0 0 0;
	width: 100%;
}
.naptanLink
{
	color: #000 !important;
}
.naptanLink : active
{
	color: #000 !important;
}
.naptanLink : hover
{
	color: #000 !important;
}

.viewmap
{
	display: block;
	clear: both;
}
.cloud-amber .VMSSignDisplay
{
	width: auto;
	display: inline;
	height: auto;
	float: left;
}
.cloud-amber .cctvDisplay
{
	width: 60%;
	float: left;
	margin: 0;
	padding: 0;
}
.cloud-amber .cctvDisplay img
{
	width: 350px;
	height: 250px;
}
.icon_small_inline
{
	width: 40px;
	height: 40px;
}

.map_left
{
	width: 40px;
	height: 40px;
	vertical-align: text-bottom;
}

.body
{
	background-color: White;
}

.top
{
	vertical-align: text-bottom;
}

.label1
{
	color: #0051b8;
	font-weight: bold;
}

.label2
{
	color: #0051b8;
}

.line
{
	color: #0051b8;
}

.map-container
{
}

/* Tools.css */

.offleft
{
	position: absolute;
	top: -999em;
	left: -999em;
}

.clear
{
	clear: both;
}

img
{
	border: 0;
}

.right
{
	float: right;
	margin: 0 0 10px 10px;
}
.left
{
	float: left;
	margin: 0 10px 10px 0;
}
.margin-zero
{
	margin: 0;
}

/* CSS for the box starts here */
.box
{
	padding: 0 12px 0 0;
	background: #fff url(dorsetimages/borders.png) 100% 0 repeat-y;
}
.bi
{
	padding: 0 0 0 12px;
	background: #fff url(dorsetimages/borders.png) 0 0 repeat-y;
}
.bt
{
	height: 17px;
	margin: 0 -12px;
	background: url(dorsetimages/box.png) 100% 0 no-repeat;
}
.bt div
{
	width: 18px;
	height: 17px;
	background: url(dorsetimages/box.png) 0 0 no-repeat;
}
.bb
{
	height: 17px;
	margin: 0 -12px;
	background: url(dorsetimages/box.png) 100% 100% no-repeat;
}
.bb div
{
	width: 18px;
	height: 17px;
	background: url(dorsetimages/box.png) 0 100% no-repeat;
}
.box h3
{
	margin: 0;
	padding: 0.3em 10px;
	background: #fff;
}
.box p, .box ul
{
	margin: 0;
	padding: 4px 10px;
	background: #fff;
}
.box li
{
	margin: 0 0 0 2em;
	padding: 0;
}

/* typo.css */
body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

/* LINKS */
a, a:link a:active
{
	color: #f60;
	background-color: transparent;
	text-decoration: none;
}
a:visited
{
	color: #f60;
	background-color: transparent;
}
a:hover
{
	color: #f60;
	background-color: transparent;
	text-decoration: underline;
}
/* END LINKS */

/* HEADINGS */
h1
{
	font-size: 2em;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #f70;
}
h2
{
	font-size: 1.5em;
	line-height: 2em;
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #f60;
}
h3
{
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
	color: #f60;
	border-bottom: 2px solid #f60;
}
h4
{
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 1em 0 0.25em 0;
	padding: 0;
	color: #f60; /*border-bottom:2px solid #f60;*/
}
h5
{
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
	color: #f60;
	border-bottom: 2px solid #f60;
}
/* END HEADINGS */

/* TEXT */
p
{
	font-size: 1em;
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1.4em;
	background-color: transparent;
}

span
{
	font-size: 1em;
	padding: 0;
	line-height: 1.4em;
}

ul
{
	font-size: 1em;
}

/* END TEXT */

/*New Classes*/
.WizardNavButton
{
	float: left;
}

.SavedStatus
{
	font-weight: bold;
	text-align: center;
	margin-left: 35%;
}

.iframe_map
{
	width: 1000;
	height: 600px;
}

div.ajax__calendar_body
{
	width: 225px;
	height: 190px;
}
div.ajax__calendar_container
{
	width: 230px;
}

.RouteMap
{
	width: 250px;
}

.Wizard
{
	background-color: White;
	border: 1px solid #FF6600;
	padding: 10px;
	vertical-align: top;
	width: 100%;
	float: right;
	margin: 0;
}

.WizardSideBar
{
	background-color: #FEFDFD;
	border-right: 1px solid #FF6600;
	vertical-align: top;
	width: 22%;
}

.SideBarSelected a
{
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

.HelpCollapsed
{
	cursor: pointer;
	color: #969696;
	margin-bottom: 5px;
	margin-top: -10px;
	font-size: 9pt;
}
.HelpCollapsed img
{
	position: relative;
	top: 8px;
}
.HelpExpanded
{
	height: 0px;
	overflow: hidden;
	color: #969696;
	margin-left: 13px;
}

.Accordion
{
	border: 1px solid buttonface;	
}
.AccordionHeader
{
	background-position: left top;
	background-image: url(../../Common/Images/menu/AccHeaderBgd.gif);
	background-repeat: repeat-x;
	color: #FF6600;
	/*text-decoration: none;*/
	font-weight: bold;
	cursor: pointer;
	font-size: 9pt;
	padding: 3px;	
}
.LargeIcon
{
	padding-left: 10px;
	padding-right: 10px;
	width: 30px;	
}
.AccordionContent
{
	font-size: 8pt;
	border-bottom: 1px solid buttonface;
	background-color: White;
	padding: 3px;
	padding-left: 10px;	

}
/*table tr
{
		display :block ;
}
	
	div#Browsediv table tr
{
		display :block ;
}

.popupBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
*/
.gvObjects
{
    display: block !important;
}
.ObjectName
{
	text-decoration: underline !important;
}

/*New Classes*/

.cssFortxtOn
{
	margin-left: 2px;
}

.GridPaging table
{
width:auto!important;
margin:0px auto!important;
}

.GridPaging table a, .GridPaging table span
{
border:1px solid black;
padding: 2px 5px;
}
