﻿/* 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('images/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('images/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(images/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(images/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;}

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(images/nav-login.png) -6px 0 no-repeat;
	padding:15px 39px 19px 38px;
	height:0.1em;
	position:absolute;
	top:-25px;
	right:150px;}	
	
ul#nav-user li#nav-user-register a{
	background: transparent url(images/nav-register.png) 0 0 no-repeat;
	padding:15px 41px 19px 38px;
	height:0.1em;
	position:absolute;
	top:-21px;
	right:58px;}

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(images/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(images/topic-nav-arrow-focus.gif) transparent no-repeat 4px 50%;
}
#Browsediv a:hover
{
	background: url(images/topic-nav-arrow-focus.gif) transparent no-repeat 4px 50%;
}
#Browsediv a:focus
{
	background: url(images/topic-nav-arrow-focus.gif) transparent no-repeat 4px 50%;
}
#Browsediv a:hover:focus
{
	background: url(images/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(images/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(images/header-right.png) 100% 0 no-repeat;
	margin: 0;
	padding: 0;
	position: static;
}

#header h1
{
	background: transparent url(images/header-left.png) 0 0 no-repeat;
	margin: 0;
	padding: 38px 0 0 80px;
	height: 5em;
	font-size: 1.7em;
	border: none;
}

#header span, #header p
{
	position: absolute;
	top: -999em;
	left: -999em;
}

#content-outer
{
	background: transparent url(images/content-centre.png) 0 1px repeat-x;
}

#content-outer-b
{
	background: transparent url(images/content-bot-centre.png) 0 100% repeat-x;
}

#content
{
	background: transparent url(images/content-right.png) 100% 1px no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
}

html > body #content
{
	margin: 0;
}

#content-inner
{
	background: transparent url(images/content-left.png) 0 0 no-repeat;
	height: 1%;
}

#content-inner-b
{
	background: transparent url(images/content-bot-left.png) 0 100% no-repeat;
}

#content-inner-c
{
	background: transparent url(images/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(images/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(images/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(images/icon-mobile.png) 8px 50% no-repeat;
	padding: 25px 5px 25px 50px;
}

#feeds-rss a
{
	background: transparent url(images/icon-rss.png) 0 50% no-repeat;
	padding: 15px 5px 15px 50px;
}

#footer-outer
{
	background: transparent url(images/footer-centre.png) 0 100% repeat-x;
	clear: both;
	margin: 0;
	padding: 0;
}

#footer
{
	background: transparent url(images/footer-left.png) 0 100% no-repeat;
	margin: 0;
	padding: 0;
}

#footer-inner
{
	background: transparent url(images/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(images/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: 0.2em 0.5em;
	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(images/Dorset_Caption.gif) left top no-repeat; /*box_right_int_header_back.gif);*/
	width: 100%;
	padding-left: 13px;
	font-size: 100%;
	font-weight: bold;
	vertical-align: top;
	margin-bottom: 0;
	margin-top:10px;
	padding-top: 20px;
	padding-bottom: 0;
	color: #000000;
	text-align: left;
	display: table-caption;
}

.cloud-amber td a
{
	word-break: Keep-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;
	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;
}
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: default;
	opacity: .5;
}
ul.fdtablePaginater li a span, ul.fdtablePaginater li div span
{
	display: table-cell;
	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: 150px;
	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: pre-wrap;
	word-break: Keep-ALL;
	/*word-wrap: normal;*/
}

.TextLink:active
{
	background: white;
	color: #006699;
	border-width: 0px;
	white-space: pre-wrap;
	word-break: Keep-ALL;
}

.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;
	max-width: 108px;
	height: auto;
	padding: 0;
	margin: 0;
}
.menulinks table td a
{
	white-space: pre-wrap !important;
	word-break: Keep-ALL;
}
.menulinks table td a:hover
{
	text-decoration: none;
}
.menulinks table tr
{
	border: solid 1px #ffffff;
	background-color: #ffffff;
}

/* HEADINGS */
h1
{
	font-size: 1.4em;
	border-bottom:2px solid #FF6600;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #f60;
}
h2
{
	font-size: 1.2em;
	/*ine-height:0.5em;*/
	height:17px;
	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: auto;
	padding: 0;
	margin: 0;
	background-color: #fff;
}
.cloudCalendar tr:hover td
{
	background-color: #fff;
}
.cloudCalendar td
{
	background-color: #fff;
}
.cloudCalendar td  input[type="text"]
{
	vertical-align: middle;
}
.cloudCalendar td  input[type="select"]
{
	vertical-align: middle;
}
.cloudCalendar td img
{
	vertical-align: middle !important;
}

.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(images/borders.png) 100% 0 repeat-y;
	}
	.bi {
		padding:0 0 0 12px;
		background:#fff url(images/borders.png) 0 0 repeat-y;
	}
	.bt {
		height:17px;
		margin:0 -12px;
		background:url(images/box.png) 100% 0 no-repeat;
	}
	.bt div {
		width:18px;
		height:17px;
		background:url(images/box.png) 0 0 no-repeat;
	}
	.bb {
		height:17px;
		margin:0 -12px;
		background:url(images/box.png) 100% 100% no-repeat;
	}
	.bb div {
		width:18px;
		height:17px;
		background:url(images/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 */

/* TEXT */
	p  {
		font-size: 1em;
		margin: 0 0 0.5em 0;
		padding: 0;
		line-height:1.4em;
		background-color: transparent;
	}
	
	span  {
		font-size: 1em;
		line-height:2.1em;
		padding: 0;
		margin: 0;
	}
	
	ul{
		font-size:1em;
		}
		
/* END TEXT */
.jteAnchor, .jteAnchor:hover
{
	text-decoration: underline;
	color: blue;
	background-color: #fff;
}

.jteHeading
{
	list-style-type: none;
	color: #004870;
}

.jteText
{
	list-style-type: none;
}

ul#jtelinks
{
	font-size: 1.2em;
}

.NormalLinks
{
	padding: 0;
	margin:0;
}

.NormalLinks li table
{
	margin: 0;
	padding: 0;
}

.NormalLinks li table td
{
	background-color:#FFFFFF;
	border:medium none;
	text-align:center;
	width:135px;
	font-family: Verdana, Arial;
}
.NormalLinks li
{
	list-style-type: none;
	
}

.NormalLinks li a
{
	text-decoration: underline;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: normal;
	text-align: center;
}

.NormalLinks li input[type="text"]
{
    width: 150px;
    vertical-align: middle;
}

.NormalLinks li input[type="submit"]
{
    /*width: 30px;*/
    vertical-align: bottom;
}

.NormalLinks li input[type="button"]
{
    /*width: 30px;*/
    vertical-align: bottom;
}

.cloud-amber .NormalLinks
{
	padding: 0;
	margin:0;
}

.cloud-amber .NormalLinks li table
{
	margin: 0;
	padding: 0;
}

.cloud-amber .NormalLinks li table td
{
	background-color:#FFFFFF;
	border:medium none;
	text-align:center;
	width:120px;
	font-family: Verdana, Arial;
}
.cloud-amber .NormalLinks li
{
	list-style-type: none;
	
}
.cloud-amber .NormalLinks li a
{
	text-decoration: underline;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: normal;
	text-align: center;
}

.stoplinks
{
	background-color: #ffffff !important;
	width: 48% !important;
	padding: 0;
	margin : 0;
}

.stoplinks tr
{
	background-color: #ffffff !important;
}

.stoplinks td
{
	background-color: #ffffff !important;
	width: auto;
	position: static;
}

.stoplinks td img
{
	background-color: #ffffff;
	width: auto;
}

.ErroMessage
{
	color: Red;
	white-space: nowrap;
}

.noTram
{
	display: none;
}

.cloud-amber .xsl-out table caption {
width: 100%;
}
.searchColumn1
{
	width: 50% !important;
	text-align: left !important;
	margin: 0;
	padding: 0;
}

.searchColumn2
{
	width: 50% !important;
	text-align: left !important;
	margin: 0;
	padding: 0;
}

.DepartureLink
{
	border:medium none;
	clear:both;
	padding:0;
	text-decoration:underline !important;
	color: #212F6C;
	font-size: 0.8em;
	font-weight: normal;
}

/* to restrict inline styles */
.tblfullwidth
{ width: 100% }
.tblpercentwidth
{ width: 40% }
.severitycolumn
{ white-space: pre-wrap; text-align: center; }
.iconincell
{ vertical-align: middle; }
.cargraphiccell
{ text-align: center !important; margin: 0 auto 0 auto; }
.carpark-occupancy-percent
{ border: 1px solid #999; width: 75px; height: 10px; text-align: left; margin: 0 auto; }
.carpark-occupancy-percentspan
{ position: absolute; left: -5000px; top: -5000px; }
.carpark-occupancy-percentdiv
{ border: 1px solid #FF6600; height: 8px; background-color: #FF6600; }
.detailpagediv
{ clear: both; padding-top: 50px; }
.clearboth
{ clear: both; }
.backtosearch
{ font-size: small; float: left; color: #000 !important; }
.detailpagecaption
{ text-transform: none; white-space: normal; }
.naptanintrotext
{ width: auto; text-align: left; white-space: nowrap; margin: 0; Padding: 0;}
.nomarginandpadding
{ margin: 0 !important; Padding: 0 !important;}
.errormessagecell
{ text-align: left;}
.faulttextbox
{ width: 500px;}
.regionlbl { vertical-align: top; padding-right: 10px}
.regionchk { vertical-align: top;}






/*.tabSelected a{
	color:white;
	text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}*/

.tabUnSelected {

	width:120px;
	background: #fff url(images/toolbar-bg.png) repeat-x;
	background-color:#fff;
	font-family: verdana;
	text-decoration: none;
	font-size: 12px;
	
	border-bottom:0px solid #000;	
}

/*.tabUnSelected a{
	font-family: verdana;
	font-size: 12px;
	color:white;
	font-weight:bold;		
}

 Drop Down Menu #d3d3d3*/
.drop_mnu{
    position:absolute;
    left:0px;
    top:0px;
    z-index:1000000001;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    display:none;
    padding:0px;
    text-align:left;
    background-color:#fff;
}

a.drop_down{
    width:130px;
    text-align:left;
    font-family:  verdana;
    font-size: 11px;
    line-height:20px;
    font-weight:normal;
    color:#33338c;
    background-color:#fff;
    
    border-top:1px solid #fafafa;
    border-bottom:1px solid #d3d3d3;
    display:block;
}

a.drop_down:Hover{
    
    width:130px;
    text-align:left;
    color:#0070BA;
    font-weight:normal;
    text-decoration:underline;
    background-color:#ffffcc;
}

.td_color
{
	background:url(images/toolbar-bg.png) #98afb1 repeat-x;
	background-color: #98afb1;
}


table
{
	width: 100%;
}
table th
{
	background-color: #008FDC;
	color: #fff;
	text-align: left;
}
table tr
{
	/*background-color: #d7e1e7;*/
}
table tr.odd
{
	background-color: #c6d5de;
}
table td, table th
{
	padding: 0px;
}

.cloud-amber .col2 table
{
	width: 100%;
	float: left;
	height: auto;
}
.cloud-amber .col1 img
{
	display: none;
	width: auto;
	height: auto;
	border: 1px solid #C0C0C0;
}
.cloud-amber .col1 h3
{
	display: none;
}
.cloud-amber .col1
{
	width: 50%;
}
.cloud-amber .col1 table
{
	width: 100% !important;
}
.cloud-amber .col2 img
{
	width: 270px;
	height: 176px;
}
.cloud-amber .VMSSignDisplay
{
	/*width: 50%;
	max-height: 250px;*/
	width: auto;
	height: auto;
	clear: both;
}
.cloud-amber .VMSSignDisplay img
{
	/*width: 50%;
	max-height: 250px;*/
	width: auto;
	height: auto;
}
.cloud-amber .cctvDisplay
{
	width: 60%;
	float: left;
}
.cloud-amber .cctvDisplay img
{
	width: 350px;
	height: 250px;
}

.network td.td_border1 {
 
  border-right:none !important;
  border-bottom: 2px #fff solid !important;

}
.td_border2 {
 border-right: 2px #fff solid !important;
 border-bottom: 2px #fff solid !important;

}

/*
**********************************************
*/
.network
{
	width:100%;
	border-collapse:separate;
	table-layout:fixed
}

.network div table
{
	margin:0px;
	width:120px !important;
}
.searchlinks,  .searchlinks tr,  .searchlinks td  
{
	BORDER: none !important;
	BACKGROUND: none transparent !important;
}

