﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
	background: #b6b7bc;
	font-size: .80em;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #696969;
}

p
{
	margin-bottom: 10px;
	line-height: 1.6em;
}

.mainContentWidth
{
	width: 80%;
}

/*
.menuover, a.menuover:hover{

background-color:#ff9900;
width:150px;
		height:38px;
		color:#3e57a7;
		font-weight:bold;
}

.menuoverorange, a.menuoverorange:hover{

background-color:#3e57a7;
width:150px;
		height:38px;
}*/

/* HEADINGS   
----------------------------------------------------------*/
.title
{
	display: block;
	float: left;
	text-align: left;
	width:auto;
}

.tramlines
{
	position: relative;
	left: 0px;
	top: 0px;
}

.header
{
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #FFF;
	width: 100%;
}

.header h1
{
	font-weight: 700;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #ff9900;
	border: none;
	line-height: 0em;
	font-size: 3em;
	position: relative;
	top: 80px;
	left: 10px;
}

h1
{
	font-size: 1.6em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	position: relative;
	top: 100px;
	left: -120px;
}

h2
{
	font-size: 1.9em;
	font-weight: bold;
	position: relative;
	top: 0px; /*-15px*/
	left: 0px;
	padding-bottom: 3px;
}

h1, h2
{
	color: #FE9900;
	text-transform: none;
	margin-bottom: 10px;
}

h3
{
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: none;
	color: #777;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0px;
}


/* TABLE ELEMENTS
----------------------------------------------------------*/

table
{
	border: "1";
	border-color: #3e57a7;
}

thead
{
	background-color: #00529B;
	color: White;
}

tr
{
	border: 1;
	border-color: #00529B;
}

/* Text Boxes
----------------------------------------------------------*/

.textBox50
{
	width: 50px;
}

.textBox100
{
	width: 100px;
}

.textBox250
{
	width: 250px;
}

.textBox400
{
	width: 400px;
}

/***********Content Place Holders*************************/
.bespokeContent
{
	top: 0px;
	padding: 10px 16px;
	min-height: 420px;
	width: 100%;
}

.rightContent
{
	float: left;
	padding: 40px 10px;
	width: 23%;
}

.mainContent
{
	float: left;
	top: 0px;
	padding: 0px 16px;
	width: 70%;
}



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
	width: 960px;
	background-color: #fff;
	margin: 20px auto 0px auto;
	border: 1px solid #496077;
}

a
{
	color:#ff9900;
}

.leftCol
{
	padding: 6px 0px;
	margin: 12px 8px 8px 8px;
	width: 200px;
	min-height: 200px;
}

.footer
{
	color: #4e5766;
	padding: 8px 0px 0px 0px;
	margin: 0px auto;
	text-align: center;
	line-height: normal;
}


.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 1em 0px;
	padding: 1em;
	border: 1px solid #ccc;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
	display: block;
}

fieldset label.inline
{
	display: inline;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input.textEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

input.passwordEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

div.accountInfo
{
	position: relative;
	top: 0px;
	width: 60%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
	clear: both;
}

.loginDisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	padding: 10px;
	color: #3e57a7;
}

.loginDisplay a:link
{
	color: #ff9900;
}

.loginDisplay a:visited
{
	color: #3e57a7;
}

.loginDisplay a:hover
{
	color: #ff9900;
}

.mandatoryborder
{
	background: #FEF1EC;
    border: 1px solid #CD0A0A;
}

.weight600
{
    font-weight:600;
}

.failureNotification
{
	font-size: 1.2em;
	color: Red;
}

.failureMessage
{
	position: relative;
	top: 6px;
	border: solid 1px #f00;
	padding: 10px;
	background-color: #fee;
	color: #f00;
	margin: 0px;
	font-weight: bold;
}

.successMessage
{
	position: relative;
	top: 6px;
	border: solid 1px #0a0;
	padding: 10px;
	background-color: #efe;
	color: #0a0;
	margin: 0px;
	font-weight: bold;
}

.bold
{
	font-weight: bold;
}

.button
{
	color: White;
	background-color: #00529B;
	border: 1px solid #ff9900;
	font-weight: bold;
}

.submitButton
{
	text-align: right;
	padding-right: 10px;
}

.resultheader
{
	font-weight: bold;
	color: #fff;
	background-color: #00529B;
	padding-top: 5px;
	margin-bottom: 5px;
}

.resultitem
{
	background-color: #f4f4f4;
}

.resultalternatingitem
{
	background-color: #fff;
}

.highlight
{
	/*behavior: url(http://http://www2.blackpool.gov.uk/BCHJobs/styles/rollover.htc);*/
}

.row
{
	padding: 5px 5px 2px 5px;
}

.pointer
{
	cursor: pointer;
}

.th
{
	background-color: #777;
	color: white;
	text-align: left;
}

.th a
{
	color: Blue;
}

.th a:hover
{
	color: #222;
}

/* Navigation Menu
----------------------------------------------------------*/
.NavMenu
{
	position: relative;
	top: -2px;
	left: -20px;
	width:100%;
}

.NavMenu li
{
	display: inline;
	list-style: none;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

.NavMenu li a
{
	display: inline;
	height: 25px;
	margin-right: 5px;
	padding: 5px 0 5px 10px;
	color: #FE9900;
}

.NavMenu li a span
{
	cursor: pointer;
	display: inline;
	float: left;
	height: 12px;
	padding: 5px 10px 5px 0;
}

.NavMenu li a:hover
{
	color: White;
	padding: 5px 0 5px 10px;
}

.NavMenu li a:hover span
{
	color: White;
	padding: 5px 10px 5px 0;
}

#coolMenu, #coolMenu ul
{
	list-style: none;
}
#coolMenu
{
	position: relative;
	top: -5px;
	left: -170px;
}
#coolMenu > li
{
	float: left;
	font-size: 1.4em;
	font-weight: bold;
}
#coolMenu li a
{
	display: block;
	height: 2em;
	line-height: 2em;
	padding-right: 1.5em;
	text-decoration: none;
	color: #FE9900;
}
#coolMenu ul
{
	position: absolute;
	display: none;
	z-index: 999;
}
#coolMenu ul li a
{
	width: 150px;
}
#coolMenu li:hover ul
{
	display: block;
}

/* Main menu ------------------------------------------*/
#coolMenu
{
	font-family: Arial;
	font-size: 12px;
}
#coolMenu > li > a
{
	color: #fff;
	font-weight: bold;
}
#coolMenu > li:hover > a
{
	background: #fff;
	color: #000;
}
/* Submenu ------------------------------------------*/
#coolMenu ul
{
	background: #FE9900;
}
#coolMenu ul li a
{
	color: #000;
}
#coolMenu ul li:hover a
{
	background: #ffc97c;
}
#coolMenu li a span
{
	cursor: pointer;
	display: inline;
	float: left;
	height: 12px;
}

#coolMenu li a:hover
{
	color: White;
}

#coolMenu li a:hover span
{
	color: White;
}