/* @group Import */

@import 'enhance.css';

/* @end */

/* @group General */

/* @group Layout */

body,html {
	color: #333;
	font-family: 'lucida grande', verdana, helvetica, arial, sans-serif;
}

p {
	margin-bottom: 1.5em;
}

/* @end */

/* @group List */

ul,li {
	list-style: disc;
	margin: 0 12px;
}

/* @end */

/* @group Table */

table {
	border-collapse: collapse;
	margin-bottom: 1em;
	width: 100%;
}

tr th,tr td {
	border: 1px solid #bbb;
	padding: 0.4em;
	text-align:left;
	vertical-align:left;
}

tr.altrow td {
	background: #f2f2f2;
}

tr td.actions {
	white-space: nowrap;
	width: 13%;
}
.related table{
	width:40%;
}
.jobs.index table th{
	background: #9BB5CF;
}
.jobs.index.admin table th{
	background:#ebebeb;
}
/* @end */

/* @group Typography */

strong {
	font-weight: 700;
}

a {
	background: inherit;
	color: #003d4c;
	font-weight: 700;
	text-decoration: underline;
}

h1,h2,h3,h4 {
	background: inherit;
	font-weight: 400;
}

h1 {
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}

h2 {
	color: #e32;
	font-family: 'Gill Sans', 'lucida grande', helvetica, arial, sans-serif;
	font-size: 189%;
	letter-spacing: -1px;
	margin: 0;
}

h3 {
	color: #993;
	font-family: 'Gill Sans', 'lucida grande', helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}

h4 {
	color: #993;
	font-weight: 400;
	padding-top: 0.5em;
}

/* @end */

/* @end */

/* @group Communication */

#communication ul {
	border-bottom: 1px dotted #ccc;
	padding: 0 0 1em 0;
	margin: 0;
	width: 50%;
}

#communication ul li {
	list-style: none;
}

#communication ul li strong {
	font-size: 110%;
}

/* @end */

/* @group Disruption */

.disruptions {
	line-height: 2em;
	margin-bottom: 1.5em;
	width: 75%;
}

/* @end */

/* @group Marker */

/* @group Map */

#map {
	background-image: url("../img/map.png");
	border: 7px solid #ececec;
	height: 498px;
	position: relative;
	width: 906px;
}

#map img {
	z-index: 1;
}

#map span {
	color: #fff;
	font-weight: 700;
	position: absolute;
	width: 15px;
	z-index: 3;
}

#map span:hover {
	cursor: pointer;
}

#map span#edit_marker {
	background: #ececec;
	padding: 0.15em 0.7em 0.65em 0.4em;
	width: auto;
}

#map .info {
	background: #eff6e4;
	border: 2px solid #ebebeb;
	display: none;
	line-height: 1.3em;
	opacity: 0.95;
	padding: 1em;
	position: absolute;
	width: 35%;
	z-index: 100;
}

#map .info table td {
	background: #fff;
}

#map .info ul li {
	font-size: 85%;
	list-style: none;
}

#map .info_more {
	background: url("../img/hover2.png") no-repeat;
	display: none;
	height: 90px;
	padding: 5px 10px;
	position: absolute;
	width: 180px;
	z-index: 0;
}

#map .info_thumb {
	border: 1px solid #ccc;
}

#map .info_thumb a:hover {
	background: none;
}

#map .close_info {
	float: right;
	font-size: x-small;
	font-weight: 700;
	margin-right: 10px;
}

.marker_span {
	cursor: text;
	font-size: 1.1em;
	left: 17px;
	top: 17px;
}

.image_marker {
	cursor: pointer;
	height: 42px;
	position: absolute;
	width: 30px;
}

/* @end */

/* @end */

/* @group Pages */

.pages p{
	line-height:1.5em;	
}
.pages h2, h3{
	padding:0;	
}

/* @end */

/* @end */

/* @group CakePHP */

/* @group Paging */

div.paging {
	background: #fff;
	color: #ccc;
	margin-bottom: 2em;
}

div.paging div.disabled {
	color: #ddd;
	display: inline;
}

div.paging span.current {
	color: #000;
}

p.paging_info {
	color: #777;
	font-size: 93%;
	font-style: italic;
	text-align: center;
}

/* @end */

/* @end */