/* Snaphire Studio Default CSS Document */

/*-----------------------------------------------------------------------------

CREATION
---------------------------------
bm version:     6.0.3
date:      		27 July 2010
author:    		Jeremy Wiersma
email:     		jeremy@snaphire.com
website:   		www.snaphire.com
client:			Studio Zen


NOTES
---------------------------------

Cleanup of code;

- Remove redundant comments
- Add comments where appropriate/useful
- Optimise css by removing duplicated code, unused selectors, etc..
- Combining multiple codeblocks into reusable snippets

*/

/* Default Styles
-----------------------------------------------------------------------------*/	

body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	color: #000;
	background: #ddd;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
}


/* Utility Styles
-----------------------------------------------------------------------------*/	

.sh_Clear {
	height: 0;
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden;
}
	

/* Framework Styles
-----------------------------------------------------------------------------*/	

#sh_Masthead {
	margin: 0 auto;
	width: 980px;
}

div#sh_Wrapper {
	margin: 0 auto;
	padding: 15px;
	width: 930px;
	background: #fff;
	font-size: 1.2em;
	text-align: left;
	overflow: hidden;
}


/* Topography Styles
-----------------------------------------------------------------------------*/	

h1, h2, h3, h4, h5 {
	margin: 10px 0 5px 0;
	color: #36a8d7;
	font-weight: normal;
}

h1 {
	margin: 0 0 10px 0;
	color: #8b500c;
	font-size: 2em;
	font-weight: bold;
}

h2 {
	margin: 0 0 8px 0;
	font-size: 1.6em;
}

h3 {
	margin: 0 0 6px 0;
	font-size: 1.4em;
}

h4 {
	margin: 0 0 4px 0;
	font-size: 1.2em;
}

h5 {
	margin: 0 0 2px 0;
	font-size: 1em;
}

a,
button,
input {
	outline: none;
}

a,
a:visited {
	color: #36a8d7;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 10px 0;
	color: #000;
	line-height: 140%;
}


/* Default tag styles
-----------------------------------------------------------------------------*/	

table {
	border-collapse: collapse;
	font-size: 1em;
}

th, td {
	padding: 0;
	text-align: left;
	vertical-align: top;
}

input,
select,
textarea {
	background: #fff url(/images/form_input_bg.png) top left no-repeat;
}

input.radio,
input.checkbox,
input.checkbox_tree {
	background: none;
}

.wicket-modal {
	font-size: 1.2em;
}


/* Button style
-----------------------------------------------------------------------------*/	

button {
	padding: 2px 5px 2px 5px;
	margin: 0 5px 0 0;
	width: auto; /* For IE */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
    overflow: visible;
}


/* Form elements
---------------------------------*/

/* Default form styles, for specific form implementations please modify these base styles e.g. within a modal, using a wrapper div, etc */

.sh_Form {
	font-size: 1em;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

	.sh_Form div.formRow {
		margin: 0 0 10px 0;
		padding: 0;
		overflow: hidden; /* Clears floated content above/within */
	}
	
	/* Added for FurtherDetails questions */
	.sh_Form div.formRow .furtherdetails {
		clear: both;
	}
	
		.sh_Form div.formRow .furtherdetails .sh_FormPanelHeader {
			font-size :1em;
			margin: 0;
			padding: 5px 0 0 20px;
		}
		
		.sh_Form div.formRow .furtherdetails .sh_FormPanelContent {
			margin-top: -5px;
			padding: 0 0 5px 20px;
		}
	
	/* Added for multiple fields in a form row */
	.sh_Form div.formCell {
		margin: 0 10px 0 0;
		float: left;
	}
	
		.sh_Form div.formCell input {
			width: 90%;
		}
	
	/* STATIC FORM CLASSES
	-----------------------------------------------------------------------------	*/
	
	
	/*  Personal details form
	---------------------------*/

	.sh_Form div.first-name {
	}
	
		.sh_Form div.first-name input {
			width: 130px;
		}
	
	.sh_Form div.middle-name {
	}
	
		.sh_Form div.middle-name input {
			width: 130px;
		}
	
	.sh_Form div.last-name {
	}
	
		.sh_Form div.last-name input {
			width: 130px;
		}
	
	
	.sh_Form div.street {
	}
	
		.sh_Form div.street textarea {
			height: 3em;
		}
	
	.sh_Form div.city {
	}
	
		.sh_Form div.city input {
			width: 160px
		}
	
	.sh_Form div.state {
	}
	
		.sh_Form div.state input {
			width: 75px;
		}
	
	.sh_Form div.post-code {
	}
	
		.sh_Form div.post-code input {
			width: 75px;
		}
	
	.sh_Form div.country {
	}
	
		.sh_Form div.country select.select {
			width: 350px;
		}
	
	
	.sh_Form div.phone1 {
	}
	
		.sh_Form div.phone1 input {
			width: 125px;
		}
	
	.sh_Form div.phone2 {
	}
	
		.sh_Form div.phone2 input {
			width: 125px;
		}
	
	.sh_Form div.www {
	}
	
		.sh_Form div.www input {
			width: 250px;
		}
	
	.sh_Form div.email {
	}
	
		.sh_Form div.email input {
			width: 250px;
		}
	
	
	/* Email a Friend
	--------------------------*/
	
	.sh_Form div.senders-name {
	}
	
		.sh_Form div.senders-name input {
			width: 200px;
		}
	
	.sh_Form div.friends-name {
	}
	
		.sh_Form div.friends-name input {
			width: 200px;
		}
	
	.sh_Form div.friends-email {
	}
	
		.sh_Form div.friends-email input {
			width: 300px;
		}
	
	.sh_Form div.refer-message {
	}
	
		.sh_Form div.refer-message textarea {
			width: 400px;
			height: 150px;
		}
	
	
	.sh_Form div.mergeRow label {
		font-weight: normal;
	}
	
		.sh_Form div.formRow a,
		.sh_Form div.formRow a:visited {
		}
	
		.sh_Form div.formRow a:hover {
		}
	
	.sh_Form div.command {
		/*padding: 10px 0 0 0;*/
		padding: 0;
		margin: 0;
	}
	
		.sh_Form div.formRow span.formLabel {
			padding: 0 10px 2px 0;
			display: block;
		}
		
		.sh_Form label {
			/*display: inline !important;*/
			font-weight: normal;
			font-size: 1em;
			color: #000;
		}
		
		.sh_Form div.formRow span.formControl {
			display: block;
			text-align: left;
		}
		
			.sh_Form div.formRow span.formControl p {
				margin: 0;
				padding: 0;
			}
			
		.sh_Form .checkradio {
			overflow: hidden;
			/*clear: both;
			display: block;  i.e. Can be wrapped in a inline element and still work
			float: none;
			position: relative;
			padding: 0 0 18px 0; */
		}
		
			.sh_Form .checkradio input {
				/*position: absolute;*/
				margin: 4px 0 0 0;
				border: none;
				background: none;
				float: left;
				width: 15px;
			}
			
			.sh_Form .checkradio label {
				color: #000;
				padding-top: 4px;
				padding-left: 5px;
				float: left;
				/*width: 285px;
				display: block;
				margin-left: 17px;
				position: absolute;*/
			}
			
			/* Adjust margin/padding to correct mystery inheritance issue */
			div.wicket-modal .sh_Form .checkradio {
				/*padding: 0 0 18px 0;*/
			}
		
				div.wicket-modal .sh_Form .checkradio label {
					/*margin-left: 20px;*/
				}
		
		.sh_Form div.advSearchRow {
			margin: 5px 0;
		}
		
		
		.sh_Form div.formRow span.formCommands {
			display: block;
		}
		
	.sh_Form ul {
	}
	
		.sh_Form ul li {
			list-style: none;
		}

	.sh_Form input, 
	.sh_Form select, 
	.sh_Form textarea {
		margin: 0;
		border: 1px solid #bbb;
		font-size: 1.1em;
		padding: 4px;
	}
	
	.sh_Form input.textbox:hover,
	.sh_Form select:hover, 
	.sh_Form textarea:hover {
		border: 1px dotted #36a8d7;
		color: #000;
	}
	
	.sh_Form input.textbox:focus,
	.sh_Form select:focus, 
	.sh_Form textarea:focus {
		border: 1px solid #36a8d7;
		/*background-color: #fdfddd;*/
		color: #000;
	}
	
	.sh_Form input.textbox,
	.sh_Form input.upload,
	.sh_Form textarea.textarea {
		padding: 4px;
		width: 200px;
	}
	
	.sh_Form select.select {
		padding: 4px;
	}
	
	
	/* Document/Resume styles */
	
	div.documentcontainer {
	}
	
		div.documentcontainer div.formRow {
			margin: 0;
		}
	
	.wicketExtensionsWizardView .sh_FormPanel .wizard-resume {
		font-size: 2em;
	}
	
	.sh_Form div.uploadcontainer {
		background: #f5fbfd;
		border: 1px solid #C0E6F6;
		margin: 10px 0 5px 20px;
		padding: 10px;
		clear: both;
		width: 60%;
		/* -moz-border-radius: 5px; */
	}
	
		.sh_Form div.uploadcontainer input.hover {
			border: none;
		}
		
		.uploadcontainer label {
			font-weight: bold;
		}
		
			.uploadcontainer label.current {
				padding-right: 20px;
			}
			
			.uploadcontainer label.new {
				padding-right: 38px;
			}
	
	.uploadeddoclink {
		padding: 0 0 5px 0;
	}
	
		.uploadeddoclink label a,
		.uploadeddoclink label a:visited, {
		}
		
		.uploadeddoclink label a:hover {
		}
	
	/* // Document/Resume styles */

	.sh_Form input.upload {
		margin-bottom: 8px;
	}
	
	.sh_Form textarea.textarea {
		font-family: Arial, Verdana, Sans-Serif;
		font-size: 12px;
		height: 5em;
		width: 350px;
	}

	.sh_Form .richContainer {
		margin: 7px 0 0 20px;
		padding-top: 5px;
		display: block;
		clear: both;
	}

	.sh_Form textarea.richEditor {
		width: 200px;
	}

	.sh_Form input.radio,
	.sh_Form input.checkbox {
		margin: 4px 0 0 0;
		border: none;
		background: none;
	}
	
	.sh_Form div.formRow div.formControlRow {
		padding: 3px 0;
		overflow: hidden;
	}

		.sh_Form div.formRow div.formControlRow span {
			width: 20px;
			display: block;
			float: left;
			text-align: left;
		}
		
		.sh_Form div.formRow div.formControlRow input.radio,
		.sh_Form div.formRow div.formControlRow input.checkbox {
			margin: 0;
		}
		
		.sh_Form div.formRow div.formControlRow label {
			width: 100px;
			display: block;
			float: left;
			font-weight: normal;
		}
	

/* Rounded Corner Styles - Firefox only - CSS for IE implementation
-----------------------------------------------------------------------------*/	

/* Mozilla/Webkit rounded corner styles
/* 
	-moz-border-radius-topleft  / -webkit-border-top-left-radius
 	-moz-border-radius-topright / -webkit-border-top-right-radius
 	-moz-border-radius-bottomleft / -webkit-border-bottom-left-radius
 	-moz-border-radius-bottomright / -webkit-border-bottom-right-radius
*/

/* GENERIC - Change width and height to match corner size - Used mainly for IE compatibility */

.cnr_topleft {
	/*width: 7px; height: 7px;
	position: absolute; top: 0; left: 0;
	background: url(/images/cnr_7_white_tl.png) top left no-repeat;*/
}

.cnr_topright {
	/*width: 7px; height: 7px;
	position: absolute; top: 0; right: 0;
	background: url(/images/cnr_7_white_tr.png) top right no-repeat;*/
}

.cnr_botleft {
	/*width: 7px; height: 7px;
	position: absolute; bottom: 0; left: 0;
	background: url(/images/cnr_7_white_bl.png) bottom left no-repeat;*/
}

.cnr_botright {
	/*width: 7px; height: 7px;
	position: absolute; bottom: 0; right: 0;
	background: url(/images/cnr_7_white_br.png) bottom right no-repeat;*/
}

/* Google Watchlist - Reverse Colour - NOT IMPLEMENTED 

.cnr_topleft_gwl {
	width: 7px; height: 7px;
	position: absolute; top: 0; left: 0;
	background: url(/images/cnr_7_grey_tl.png) top left no-repeat;
}

.cnr_topright_gwl {
	width: 7px; height: 7px;
	position: absolute; top: 0; right: 0;
	background: url(/images/cnr_7_grey_tr.png) top right no-repeat;
}

.cnr_botleft_gwl {
	width: 7px; height: 7px;
	position: absolute; bottom: 0; left: 0;
	background: url(/images/cnr_7_grey_bl.png) bottom left no-repeat;
}

.cnr_botright_gwl {
	width: 7px; height: 7px;
	position: absolute; bottom: 0; right: 0;
	background: url(/images/cnr_7_grey_br.png) bottom right no-repeat;
}*/


/* 5 pixel CSS */

.cnr_5_tl {
	width: 5px; height: 5px;
	position: absolute; top: 0; left: 0;
	background: url(/images/cnr_5_white_tl.png) top left no-repeat;
}

.cnr_5_tr {
	width: 5px; height: 5px;
	position: absolute; top: 0; right: 0;
	background: url(/images/cnr_5_white_tr.png) top right no-repeat;
}

.cnr_5_bl {
	width: 5px; height: 5px;
	position: absolute; bottom: 0; left: 0;
	background: url(/images/cnr_5_white_bl.png) bottom left no-repeat;
}

.cnr_5_br {
	width: 5px; height: 5px;
	position: absolute; bottom: 0; right: 0;
	background: url(/images/cnr_5_white_br.png) bottom right no-repeat;
}

/* 7 pixel CSS */

.cnr_7_tl {
	width: 7px; height: 7px;
	position: absolute; top: 0; left: 0;
	background: url(/images/cnr_7_white_tl.png) top left no-repeat;
}

.cnr_7_tr {
	width: 7px; height: 7px;
	position: absolute; top: 0; right: 0;
	background: url(/images/cnr_7_white_tr.png) top right no-repeat;
}

.cnr_7_bl {
	width: 7px; height: 7px;
	position: absolute; bottom: 0; left: 0;
	background: url(/images/cnr_7_white_bl.png) bottom left no-repeat;
}

.cnr_7_br {
	width: 7px; height: 7px;
	position: absolute; bottom: 0; right: 0;
	background: url(/images/cnr_7_white_br.png) bottom right no-repeat;
}

/* 10 pixel CSS */

.cnr_10_tl {
	width: 10px; height: 10px;
	position: absolute; top: 0; left: 0;
	background: url(/images/cnr_10_white_tl.png) top left no-repeat;
	z-index: 100;
}

.cnr_10_tr {
	width: 10px; height: 10px;
	position: absolute; top: 0; right: 0;
	background: url(/images/cnr_10_white_tr.png) top right no-repeat;
	z-index: 100;
}

.cnr_10_bl {
	width: 10px; height: 10px;
	position: absolute; bottom: 0; left: 0;
	background: url(/images/cnr_10_white_bl.png) bottom left no-repeat;
	z-index: 100;
}

.cnr_10_br {
	width: 10px; height: 10px;
	position: absolute; bottom: 0; right: 0;
	background: url(/images/cnr_10_white_br.png) bottom right no-repeat;
	z-index: 100;
}

/* 15 pixel CSS */

.cnr_15_tl {
	width: 15px; height: 15px;
	position: absolute; top: 0; left: 0;
	background: url(/images/cnr_15_white_tl.png) top left no-repeat;
	z-index: 100;
}

.cnr_15_tr {

	width: 15px; height: 15px;
	position: absolute; top: 0; right: 0;
	background: url(/images/cnr_15_white_tr.png) top right no-repeat;
	z-index: 100;
}

.cnr_15_bl {
	width: 15px; height: 15px;
	position: absolute; bottom: 0; left: 0;
	background: url(/images/cnr_15_white_bl.png) bottom left no-repeat;
	z-index: 100;
}

.cnr_15_br {
	width: 15px; height: 15px;
	position: absolute; bottom: 0; right: 0;
	background: url(/images/cnr_15_white_br.png) bottom right no-repeat;
	z-index: 100;
}

/* 20 pixel CSS */

.cnr_20_tl {
	width: 20px; height: 20px;
	position: absolute; top: 0; left: 0;
	background: url(/images/cnr_20_white_tl.png) top left no-repeat;
	z-index: 100;
}

.cnr_20_tr {
	width: 20px; height: 20px;
	position: absolute; top: 0; right: 0;
	background: url(/images/cnr_20_white_tr.png) top right no-repeat;
	z-index: 100;
}

.cnr_20_bl {
	width: 20px; height: 20px;
	position: absolute; bottom: 0; left: 0;
	background: url(/images/cnr_20_white_bl.png) bottom left no-repeat;
	z-index: 100;
}

.cnr_20_br {
	width: 20px; height: 20px;
	position: absolute; bottom: 0; right: 0;
	background: url(/images/cnr_20_white_br.png) bottom right no-repeat;
	z-index: 100;
}


/* Top Bar Style - Not used by default 
-----------------------------------------------------------------------------*/

div#sh_Wrapper span.topBar {
	background: #eee;
	display: none;
	overflow: hidden;
}


/* Menu Styles
-----------------------------------------------------------------------------*/	

div.sh_Menu {
	margin: 0 0 15px 0;
	float: left; /* Required if Login panel to show on right hand side of Top Menu */
	padding: 0 0 6px 6px;
	font-size: 1em;
	background: #ebf7fc;
	position: relative;
  /*-moz-border-radius: 7px;
	-webkit-border-radius: 7px;*/
}

	div.sh_Menu ul {
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	
	div.sh_Menu ul li {
		list-style: none;
		float: left;
		margin: 6px 6px 0 0;
	}
		
	div.sh_Menu ul li a,
	div.sh_Menu ul li a:visited {
		margin: 0;
		padding: 3px 15px;
		display: block;
		background: #2F94BD;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		/*
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		*/
	}
	
	div.sh_Menu ul li.first a {
		margin-left: 0;
	}
		

	div.sh_Menu ul li a:hover {
		color: #fff;
		background: #36a8d7;
	}
		
	div.sh_Menu ul li a span {
	}
	
	div.sh_Menu ul li a.active {
		background: #36a8d7;
		color: #fff;
	}
	
		div.sh_Menu ul li a.active span {
		}
		
	div.sh_Menu ul li.active a,
	div.sh_Menu ul li.active a:visited {
	}
		
	div.sh_Menu ul li.active a:hover {
	}
		
	div.sh_Menu ul li.active a span {
	}
	
	div.sh_Menu ul li.active a.active {
	}
	
		div.sh_Menu ul li.active a.active span {
		}


/* Sub Menu Styles
-----------------------------------------------------------------------------*/	

div.sh_SubMenu {
	margin: 0 0 15px 0;
	padding: 0 0 6px 6px;
	font-size: 1em;
	background: #eee;
	position: relative;
 	display: none;
  -moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

	div.sh_SubMenu ul {
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
		
	div.sh_SubMenu ul li {
		list-style: none;
		float: left;
		margin: 6px 6px 0 0;
	}
		
	div.sh_SubMenu ul li a,
	div.sh_SubMenu ul li a:visited {
		margin: 0;
		padding: 3px 15px;
		display: block;
		background: #aaa;
		color: #000;
		font-weight: bold;
		text-decoration: none;
		/*-moz-border-radius: 4px;
		-webkit-border-radius: 4px;*/
	}
	
	div.sh_SubMenu ul li.first a {
		margin-left: 0;
	}
		
	div.sh_SubMenu ul li a:hover {
		color: #fff;
		background: #36a8d7;
	}
		
	div.sh_SubMenu ul li a span {
	}
	
	div.sh_SubMenu ul li a.active {
		background: #36a8d7;
		color: #fff;
	}
	
		div.sh_SubMenu ul li a.active span {
		}
		
	div.sh_SubMenu ul li.active a,
	div.sh_SubMenu ul li.active a:visited {
	}
		
	div.sh_SubMenu ul li.active a:hover {
	}

		
	div.sh_SubMenu ul li.active a span {
	}
	
	div.sh_SubMenu ul li.active a.active {
	}
	
		div.sh_SubMenu ul li.active a.active span {
		}


/* Tab Styles (w/ Upper page border line)
-----------------------------------------------------------------------------*/

.tab-row {
	padding: 0 0 0 10px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #36a8d7;
}

.tab-row ul {
	list-style: none;
	padding: 0;
	margin: 0 0 -1px 0;
}

	.tab-row ul li {
		margin: 0 3px 0 0;
		padding: 0;
		display: inline;
	}
	
		.tab-row ul li a,
		.tab-row ul li a:visited {
			padding: 4px 10px;
			background: #ebf7fc;
			display: inline-block;
			color: #36a8d7;
			font-size: 1em;
			font-weight: normal;
			border-bottom: none;
			border-top: 1px solid #36a8d7;
			border-left: 1px solid #36a8d7;
			border-right: 1px solid #36a8d7;
			text-decoration: none;
		}
		
		.tab-row ul li a:hover {
			background: #36a8d7;
			color: #fff;
			border-top: 1px solid #36a8d7;
			border-left: 1px solid #36a8d7;
			border-right: 1px solid #36a8d7;
		}
	
	/* Alerts */
	.tab-row ul li a.alerts {
	}
		
		.tab-row ul li a.alerts,
		.tab-row ul li a.alerts:visited {
			background: #f8e3dd;
			color: #D24119;
			border-top: 1px solid #D24119;
			border-left: 1px solid #D24119;
			border-right: 1px solid #D24119;
		}
	
		.tab-row ul li a.alerts:hover {
			background: #D24119;
			color: #fff;
		}
		
	/* Imperative */
	.tab-row ul li a.imperative {
	}

		.tab-row ul li a.imperative,
		.tab-row ul li a.imperative:visited {
			background: #d5fbd9;
			color: #36a836;
			border-top: 1px solid #36a836;
			border-left: 1px solid #36a836;
			border-right: 1px solid #36a836;
		}
	
		.tab-row ul li a.imperative:hover {
			background: #36a836;
			color: #fff;
		}
		
	/* Selected */
	.tab-row ul li.selected {	
	}
	
		.tab-row ul li.selected a,
		.tab-row ul li.selected a:visited {
			background: #fff;
			color: #000;
			font-weight: bold;
			border: 1px solid #36a8d7;
			border-bottom: 1px solid #fff;
		}
		
		.tab-row ul li.selected a:hover {
		}
		
			/* Selected Alerts */
			.tab-row ul li.selected a.alerts,
			.tab-row ul li.selected a.alerts:visited {
				background: #fff;
				color: #D24119;
			}
		
			.tab-row ul li.selected a.alerts:hover {
				color: #D24119;
			}
		
			/* Selected Imperative */
			.tab-row ul li.selected a.imperative,
			.tab-row ul li.selected a.imperative:visited {
				background: #fff;
				color: #36a836;
				border-top: 1px solid #36a836;
				border-left: 1px solid #36a836;
				border-right: 1px solid #36a836;
			}
		
			.tab-row ul li.selected a.imperative:hover {
				color: #36a836;
			}

.tab-panel {
}
		

/* Tab Styles (w/o Upper page border line)
-----------------------------------------------------------------------------

.tab-row {
	padding: 0;
	margin: 0 0 15px 0;
	border: none;
}

.tab-row ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	.tab-row ul li {
		margin: 0 2px 0 0;
		padding: 0;
		display: inline;
	}
	
		.tab-row ul li a,
		.tab-row ul li a:visited {
			padding: 4px 10px;
			background: #ebf7fc;
			display: inline-block;
			color: #36a8d7;
			font-size: 1em;
			font-weight: normal;
			border: 1px solid #96d6f1;
			text-decoration: none;
			margin-bottom: 8px;
		}
		
		.tab-row ul li a:hover {
			background: #36a8d7;
			color: #fff;
			border: 1px solid #36a8d7;
		}
	
	.tab-row ul li a.alerts {
	}
		
		.tab-row ul li a.alerts,
		.tab-row ul li a.alerts:visited {
			background: #f8e3dd;
			color: #D24119;
			border: 1px solid #D24119;
		}
	
		.tab-row ul li a.alerts:hover {
			background: #D24119;
			color: #fff;
		}
		
	.tab-row ul li a.imperative {
	}

		.tab-row ul li a.imperative,
		.tab-row ul li a.imperative:visited {
			background: #d5fbd9;
			color: #36a836;
			border: 1px solid #36a836;
		}
	
		.tab-row ul li a.imperative:hover {
			background: #36a836;
			color: #fff;
		}
		
	.tab-row ul li.selected {	
	}
	
		.tab-row ul li.selected a,
		.tab-row ul li.selected a:visited {
			background: #fff;
			color: #000;
			font-weight: bold;
			border: 1px solid #96d6f1;
		}
		
		.tab-row ul li.selected a:hover {
		}
		
			.tab-row ul li.selected a.alerts,
			.tab-row ul li.selected a.alerts:visited {
				background: #fff;
				color: #D24119;
				border: 1px solid #D24119;
			}
		
			.tab-row ul li.selected a.alerts:hover {
				color: #D24119;
			}
		
			.tab-row ul li.selected a.imperative,
			.tab-row ul li.selected a.imperative:visited {
				background: #fff;
				color: #36a836;
				border: 1px solid #36a836;
			}
		
			.tab-row ul li.selected a.imperative:hover {
				color: #36a836;
			}

.tab-panel {
}

*/


/* Sub Tab Styles
----------------------------------------------------------------------------- */

.subtab-row {
	padding: 5px 10px;
	margin: 0 0 15px 0;
	border: none;
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	/*background: #ebf7fC;
	border: 1px solid #caeaf8;*/
}

.subtab-row ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	.subtab-row ul li {
		margin: 0 2px 0 0;
		padding: 0;
		display: inline;
	}
	
		.subtab-row ul li a,
		.subtab-row ul li a:visited {
			padding: 4px 10px 4px 0;
			/*
			background: #ebf7fc;
			display: inline-block;
			border: 1px solid #96d6f1;
			*/
			color: #36a8d7;
			font-size: 1em;
			font-weight: normal;
			text-decoration: none;
			margin-bottom: 8px;
		}
		
		.subtab-row ul li a:hover {
			/*
			background: #36a8d7;
			border: 1px solid #36a8d7;
			*/
			text-decoration: underline;
		}
	
	.subtab-row ul li a.alerts {
	}
		
		.subtab-row ul li a.alerts,
		.subtab-row ul li a.alerts:visited {
			/*background: #f8e3dd;
			border: 1px solid #D24119;*/
			color: #D24119;
		}
	
		.subtab-row ul li a.alerts:hover {
			/*background: #D24119;*/
			text-decoration: underline;
		}
		
	.subtab-row ul li a.imperative {
	}

		.subtab-row ul li a.imperative,
		.subtab-row ul li a.imperative:visited {
			/*background: #d5fbd9;
			border: 1px solid #36a836;*/
			color: #36a836;
		}
	
		.subtab-row ul li a.imperative:hover {
			/*background: #36a836;*/
			text-decoration: underline;
		}
		
	.subtab-row ul li.selected {	
	}
	
		.subtab-row ul li.selected a,
		.subtab-row ul li.selected a:visited {
			/*background: #fff;
			border: 1px solid #96d6f1;*/
			text-decoration: underline;
			font-weight: bold;
		}
		
		.subtab-row ul li.selected a:hover {
		}
		
			.subtab-row ul li.selected a.alerts,
			.subtab-row ul li.selected a.alerts:visited {
				/*background: #fff;
				border: 1px solid #D24119;*/
				color: #D24119;
			}
		
			.subtab-row ul li.selected a.alerts:hover {
				text-decoration: underline;
				color: #000;
			}
		
			.subtab-row ul li.selected a.imperative,
			.subtab-row ul li.selected a.imperative:visited {
				/*background: #fff;
				border: 1px solid #36a836;*/
				color: #36a836;
			}
		
			.subtab-row ul li.selected a.imperative:hover {
				text-decoration: underline;
				color: #000;
			}

.tab-panel {
}


/* Status Panel
-----------------------------------------------------------------------------*/
/*
div.sh_LoginStatus {
	float: right; 
	margin: 0 0 15px 0;
	padding: 0 0 6px 6px;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	background: #ebf7fc;
	position: relative;
	overflow: hidden;
	display: block;
	min-height: 1%;
}
     
	div.sh_LoginStatus span.message {
		padding: 10px 10px 0 6px;
		float: left;
		font-weight: normal;
	}
	
	div.sh_LoginStatus span.icon {
		padding-top: 1px;
		display: none;
		float: left;
		margin-right: 10px;
	}
	
	div.sh_LoginStatus a,
	div.sh_LoginStatus a:visited {
		margin: 6px 6px 0 0;
		padding: 3px 15px;
		display: block;
		float: right;
		text-align: center;
		background: #2F94BD;
		font-weight: bold;
		color: #fff;
		overflow: hidden;
		text-decoration: none;
	}
	
	div.sh_LoginStatus a:hover {
		color: #fff;
		background: #36a8d7;
	}
	
	div.sh_LoginStatus a.span {}
*/
.sh_LoginStatus {
	text-align: right;
	float: right;
	padding: 6px;
	background: #ebf7fc;
}

.sh_LoginStatus a, .sh_LoginStatus a:visited {
	padding: 3px 6px;
	background: #2F94BD;
	margin: 0;
	line-height: 18px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: inline-block;
}

.sh_LoginStatus a:hover {
	background: #36a8d7;
}

.sh_LoginStatus div {
	overflow: hidden;
	margin: 3px;
}

div.sh_LoginStatus span.message {
	margin: 0 6px 0 0;
}


/* Error/Warning/Ok Panels (Inline)
-----------------------------------------------------------------------------*/	

div.sh_MessagePanel {
	margin: 10px 0;
	font-size: 12px;
	font-weight: normal;
	/*
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	*/
	clear: both;
}

div.modal-innerContent div.sh_MessagePanel {
	margin: 10px 0;
	padding: 5px;
}

div.sh_MessagePanel span {
}

	div.sh_MessagePanel ul {
		margin: 0;
		padding: 5px 5px 5px 20px;
	}
	
		div.sh_MessagePanel ul li {
			list-style: square;
			padding: 3px 0;
		}

	div.sh_MessagePanel a,
	div.sh_MessagePanel a:visited {
		display: block;
		padding: 5px;
	}

	div.error {
		color: #D24119;
		background: #f8e3dd;
		border: 2px solid #D24119;
		text-align: left;
	}
	
		div.error a,
		div.error a:visited {
			color: #D24119;
			font-weight: bold;
			text-decoration: underline;
		}

		div.error a:hover {
			color: #ea5830;
		}

		
	div.warning {
		color: #7f7d10;
		background: #fafa9a;
		border: 2px solid #d2cf33;
		text-align: left;
	}
	
		div.warning a,
		div.warning a:visited {
			color: #7f7d10;
			font-weight: bold;
			text-decoration: underline;
		}
		
		div.warning a:hover {
			color: #a6a41d;
		}

	div.success {
		color: #008800;
		background: #d5fbd9;
		border: 2px solid #9edea1;
		text-align: left;
	}
	
		div.success a,
		div.success a:visited {
			color: #008800;
			font-weight: bold;
			text-decoration: underline;
		}

		div.success a:hover {
			color: #0cb90c;
		}


/* Standard Panel
-----------------------------------------------------------------------------*/	

div.sh_Panel {
	margin: 0 0 15px 0;
	padding: 10px;
	position: relative;
	background: #ebf7fc;
	/*
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	*/
}

	div.sh_Panel div.sh_PanelHeader {
		padding: 0 0 10px 0;
		font-size: 1.3em;
		font-weight: bold;
		text-transform: uppercase;
		color: #36a8d7;
		/*
		-moz-border-radius-topleft: 7px;
		-webkit-border-top-left-radius: 7px;
		-moz-border-radius-topright: 7px;
		-webkit-border-top-right-radius: 7px;
		*/
	}

	div.sh_Panel div.sh_PanelHeader span.showall {
		float: right;
		text-align: right;
	}	

	div.sh_Panel div.sh_PanelHeader span.showall a {
		font-size: 0.8em;
		text-transform: lowercase;
	}
	
	div.sh_Panel div.sh_PanelContent {
		padding: 0;
		clear: both;
	}

	div.sh_Panel p {
		margin: 0;
		padding: 0 0 10px 0;
		text-align: left;
		font-size: 1em;
	}
	
	div.sh_Panel h3 {
		margin: 0 0 5px 0;
		font-weight: bold;
		color: #fff;
	}
	
	div.sh_Panel span.formCommands {
		overflow: hidden;
	}
	
		div.sh_Panel span.formCommands button {
			padding: 0 3px;
			margin: 0;
			font-size: 1em;
			float: right;
		}
	
		div.sh_Panel span.formCommands button:hover {
		}
		
		.sh_Form div.formRow span.advSearchLink {
			float: left;
			padding-top: 4px;
		}
		
	div.sh_Panel .sh_Form input,
	div.sh_Panel .sh_Form input,
	div.sh_Panel .sh_Form textarea,
	div.sh_Panel .sh_Form select {
		width: 169px;
	}

	div.sh_Panel .sh_Form select.select {
		width: 179px;
	}
	
	
/* Form Panel
-----------------------------------------------------------------------------*/

/* Primary form styles; As seen on a standard non-modal content page. */

.sh_FormPanel {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1em;
	position: relative;
	clear: both;
  /*
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	*/
}

	.blueForm { /* Make a form into a blue panelled form */
		background: #ebf7fc;
		border: 2px solid #96d6f1;
		padding: 10px;
		margin: 0;
	}
	
		.blueForm .formRow div.command {
			padding: 10px 0 0 0;
			padding: 0;
			margin: 0;
		}
	
	.emailPreview { /* NOT IMPLEMENTED */
		margin-top: 10px;
	}

	.sh_FormPanel .mandatoryIndicator {
		display: none;
	}

		.sh_FormPanel .mandatory .mandatoryIndicator {
			padding-left: 3px;
			display: inline;
			font-weight: bold;
			color: #D24119;
		}
		#snaphire 		.sh_FormPanel .notmandatory .mandatoryIndicator,
.wicket-modal 	.sh_FormPanel .notmandatory .mandatoryIndicator {
	display: none;
}

	/* NOT IMPLEMENTED */
	.sh_FormPanel div.mandatory .sh_Form input, 
	.sh_FormPanel div.mandatory .sh_Form select, 
	.sh_FormPanel div.mandatory .sh_Form textarea {
		border-left: 2px solid #D24119;
	}

	/* Use different link style within a form (not recommended) */
	.sh_FormPanel a,
	.sh_FormPanel a:visited {
	}
	
	.sh_FormPanel a:hover {
	}

	.sh_FormPanel .sh_FormPanelHeader {
		margin: 0 0 5px 0;
		padding: 0;
		font-size: 1.2em;
		font-weight: bold;
		color: #000;
	}
	
		.sh_FormPanel .sh_FormPanelHeader div.text {
			float: left;
			width: 60%;
			padding-top: 6px;
		}
		
		.sh_FormPanel .sh_FormPanelHeader div.edit {
			float: right;
			width: 35%;
			text-align: right;
		}
	
	.sh_FormPanel .sh_FormPanelMessage {
		margin: 0;
		padding: 5px;
		border: none;
		font-weight: normal;
		color: #000;
		background: #ddd;
	}
	
	.sh_FormPanel .emailPreviewPanel {
		border: 1px solid #C0E6F6;
		background: #F5FBFD;
		padding: 10px;
		margin: 10px 12px 7px 0;
		font-size: 1.2em;
	}
		.sh_FormPanel .emailPreviewPanel pre {
			margin: 0;
			overflow: hidden;
			font-size: 0.9em;
		}
		
			.sh_FormPanel .emailPreviewPanel pre span {
				display: block;
			}
	
	/* Form panel feedback styles only. DISABLED. 
	
	.sh_FormPanel .warning {
		color: #7f7d10;
		background: #fafa9a;
		border: 2px solid #d2cf33;
	}
	
	.sh_FormPanel .error {
		color: #D24119;
		background: #f8e3dd;
		border: 2px solid #D24119;
	}
	
	.sh_FormPanel .success {
		color: #107f18;
		background: #d5fbd9;
		border: 2px solid #107f18;
	}
	
		.sh_FormPanel div.warning ul,
		.sh_FormPanel div.error ul,
		.sh_FormPanel div.success ul {
			margin: 0 0 0 13px;
		}*/
		
	.sh_FormPanel div.incTable {
		padding: 0;
	}
	
	.sh_FormPanel div.formSelectedValues {
		background: #f5fbfd;
		border: 1px solid #c0e6f6;
		margin: 0 10px 10px 0;
		padding: 7px;
	}
	
	.sh_FormPanel span.mandatory {
		padding-left: 3px;
		color: #D24119;
		font-weight: bold;
	}

	.sh_FormPanel .sh_FormPanelContent {
		margin: 0;
		padding: 0 0 5px 12px;
		border: none;
		line-height: normal;
	}
	
		.sh_FormPanel .sh_FormPanelContent div.instruction {
			font-size: 1em;
			margin: 0 0 5px 0;
		}

			.sh_FormPanel .sh_FormPanelContent div.instruction span {
				display: block; /* Used to support styling, can be reset on next line for content */
			}
			
			/*.sh_FormPanel .sh_FormPanelContent div.instruction span span {
				display: inline;
			}*/
			
			.sh_FormPanel .sh_FormPanelContent div.instruction span.recipient {
				font-weight: bold;
				padding-bottom: 5px;
			}
		
		.sh_FormPanel .sh_FormPanelContent span.helper {
			color: #999;
			padding: 2px 0 2px 10px;
			background: url(/images/icons/helper-bullet.png) left center no-repeat;
			display: block;
		}
	
	
/* Login Styles
-----------------------------------------------------------------------------*/

div.sh_Login {
	width: 49%;
	float: left;
}

div.sh_Register {
	width: 49%;
	float: right;
}

	div.sh_Register .sh_FormPanel div.instruction {
		font-size: 0.9em;
		line-height: 150%;
	}
	
	div.sh_Register .sh_FormPanelHeader {
		color: #36a8d7;
	}
	
	div.sh_Login div.formRow,
	div.sh_Register div.formRow {
		margin: 0;
		padding: 3px 0;
	}
	
	div.sh_Login div.mergeRow,
	div.sh_Register div.mergeRow {
		margin: 0;
		padding: 10px 0 3px 0;
	}
	
	div.sh_Login div.advSearchRow,
	div.sh_Register div.advSearchRow {
		margin: 5px 0;
	}

	div.sh_Login div.altRow,
	div.sh_Register div.altRow {
		background: #e5e5e5;
		border: none;
	}
	
	div.sh_Login div.command,
	div.sh_Register div.command {
		padding: 10px 0 0 0;
	}
	
	div.sh_Login div.formRow span.formLabel,
	div.sh_Register div.formRow span.formLabel {
	}
		
	div.sh_Login label,
	div.sh_Register label {
		font-weight: normal;
	}
	
	div.sh_Login div.mergeRow span.formLabel,
	div.sh_Register div.mergeRow span.formLabel {
		float: left;
		width: 80%;
		padding-left: 6px;
	}
	
	div.sh_Login div.mergeRow span.formControl,
	div.sh_Register div.mergeRow span.formControl {
		float: left;
	}

	div.sh_Login input,
	div.sh_Login input,
	div.sh_Login textarea,
	div.sh_Login select,
	div.sh_Register input,
	div.sh_Register input,
	div.sh_Register textarea,
	div.sh_Register select {
		margin: 0;
	}
	
	div.sh_Login select.select,
	div.sh_Register select.select {
		width: 179px;
	}

div.sh_Login div.existinguser {
	font-size: 1.3em;
}

div.sh_Register div.newuser {
	font-size: 1.3em;
	color: #36a8d7;
}

div.sh_Login .checkradio,
div.sh_Register .checkradio {
	/*height: 25px;
	padding: 0;*/
}

div.wicket-modal div.sh_Login .checkradio label {
	/*margin-left: 15px;
	font-size: 0.9em;*/
}

div.nospam {
	float: right;
	margin: 5px 15px 0 0;
}

	div.nospam a,
	div.nospam a:visited {
	}
	
	div.nospam a:hover {
	}

	
/* Table Styles
-----------------------------------------------------------------------------*/

div#sh_Wrapper div.sh_TableWrapper {
	margin-left: 1px;
	margin-bottom: 10px;
	/*width: 100%;*/
}

table {
	font-size: 1em;
	border-spacing: 0;
	border-collapse: collapse;
}

	table.sh_Table {
	}
	
	table button {
		cursor: pointer;
		margin: 0 5px;
	}
	
	table tr td.jobDate,
	table tr th.jobDate,
	table tr td.jobStatus,
	table tr th.jobStatus,
	table tr td.jobAction,
	table tr th.jobAction {
		text-align: left;
		padding-left: 0;
	}
	
	/* THEAD */
	
	table thead {
	
		color: #000;
		padding-bottom: 5px;
	}
	
	table thead tr {
	}
	
	table thead tr th {
		margin-bottom: 5px;
		font-weight: normal;
	}
	
		table thead tr th.labelColumn {
			width: 125px;
		}
		
		table.questions thead tr th.labelColumn {
			width: auto;
			text-align: left;
		}
		
		table.jobDetails thead tr th.labelColumn {
			width: 200px;
			text-align: left;
		}
		
	table thead tr th span {
		display: block;
		padding: 10px;
	}
	
	table thead tr th a,
	table thead tr th a:visited {
		color: #000;
		text-decoration: underline;
	}
	
	table thead tr th a:hover {
	}
	
	table thead tr.sh_TableHeader {
		background: #e5e5e5;
		margin-bottom: 5px;
	}
	
		table thead tr.sh_TableHeader a,
		table thead tr.sh_TableHeader a:visited {
			color: #000;
			text-decoration: underline;
		}
		
		table thead tr.sh_TableHeader a:hover {
		}
		
		table thead tr.sh_TableHeader th.minimise {
			height: 1%;
			border: none;
		}
		
	/* TFOOT */
	
	table tfoot {
		display: none;

		color: #000;
		background-color: #e5e5e5;
	}
	
	table tfoot tr td {
		padding: 5px 10px;
		font-weight: normal;
		border-top: 1px dotted #000;
	}
	
	table tfoot tr td.sh_TableFooter {
	}
	
	/* TBODY */
	
	table tbody tr td {
		padding: 4px 8px;
		border: 1px solid #0a699f;
		background: #fff;
		font-weight: normal;
	}
	
		table tbody tr td a,
		table tbody tr td a:visited {
			font-weight: bold;
		}
		
		table tbody tr td a:hover {
		}
	
	/* Alternate rows */
	
	table tbody tr.even td,
	table tbody.even tr td {
		background: #fff;
	}
	
	table tbody tr.odd td,
	table tbody.odd tr td {
		background: #f2f4f5;
	}
	
	
	/* classicTable Styles */
	
	table.classicTable thead tr th,
	table.classicTable thead tr td {
		padding: 4px 8px;
		border: 1px solid #0a699f;
		background: #36a8d7;
		color: #fff;
		font-weight: bold;
	}
	
	table.classicTable tbody tr td {
		border: 1px solid #649fc1;
		vertical-align: middle;
	}
	
	table.classicTable thead tr th span {
		display: inline;
		padding: 0;
	}
	
	table.classicTable tbody tr td.firstColumn {
	}
	
	table.classicTable tbody tr td.lastRow {
		border: none;
		border-top: 1px solid #0a699f;
		height: 2px;
	}
	
	
	/* Application Overrides */
	div.sh_Applications .labelColumn {
		width: 125px;
	}
		
	div.sh_Applications tr td a {
		padding-left: 10px;
	}
	
	div.sh_Applications div.drafts .panel,
	div.sh_Applications div.submission .panel {
		width: 400px;
		padding: 5px 10px;
		margin: 0 0 20px 0;
		background: #ebf7fc;
		overflow: hidden;
		border: 2px solid #96d6f1;
	}
	
		div.sh_Applications div.drafts div.error,
		div.sh_Applications div.submission div.error {
			border: none;
			background: none;
			margin: 0 0 5px 0;
			padding: 10px 0 0 0;
			color: #D24119;
		}
		
		div.sh_Applications div.submission {
			width: auto;
			display: inline-block;
		}
		
		div.sh_Applications div.drafts table,
		div.sh_Applications div.submission table,
		div.sh_Applications div.drafts .sh_FormPanelMessage,
		div.sh_Applications div.submission .sh_FormPanelMessage {
			margin: 5px 0;
		}
		
			div.sh_Applications .actionRow,
			div.sh_Applications .buttonRow {
				padding: 5px 0;
				overflow: hidden;
			}
			
		div.sh_Applications div.todo {
			background: #fafa9a;
			margin: 0;
			padding: 5px;
			font-size: 1em;
		}
			
	table tbody tr td.data {
	}
	
	table tbody tr td.label {
		color: #fff;
		border: 1px solid #0a699f;
		background: #36a8d7;
		font-weight: bold;
	}
	
	table tbody tr td.jobDate {
		padding-top: 7px;
	}
	
	/* AGENCY */
	
	div#sh_Wrapper table.sh_Agency td button {
		padding: 1px 3px;
		font-size: 0.8em;
		cursor: pointer;
	}
	
	table.jobList tbody tr td {
		padding-bottom: 10px;
	}
	
	table.jobList tbody tr.data td {
		background: #f2f4f5;
		font-weight: bold;
		padding-bottom: 5px;
	}
	
	/* STATUS */	
	table tbody tr td.jobStatus {
		padding-top: 7px;
		font-weight: bold;
	}
	
	/* ACTIONS */
	table tbody tr td.jobAction {
	}
	
		table tbody tr td.jobAction button,
		table tbody tr td.jobAction button:visited {
			margin: 0 4px 0 0;
			font-weight: normal;
		}
		
		table tbody tr td.jobAction button:hover {
		}
		
	table tbody tr.row {
		background: #fff;
	}
	
	table tbody tr.altRow {
		background: #f8f8f8;
	}
	
	table tbody tr.commandRow {
		/*background: #eee;*/
	}
	
		table tbody tr.commandRow td.commandCell {
			padding: 5px 0 2px 0;
			border: none;
		}
		
		table tbody tr.commandRow td.commandCell button {
			margin: 0 5px 0 0;
		}


/* Pagination styles
-----------------------------------------------------------------------------*/	

div#sh_Wrapper div.jobList div.pagination {
	padding: 5px;
	margin: 10px 0px;
	background: #f5f5f5;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	font-size: 1em;
	text-align: left;
	display: block; /* Fix until tiles display as spans by default */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div#sh_Wrapper div.jobList div.pagination div {
	display: block; /* Fix until tiles display as spans by default */
}
	
	div.pagination div.page-display {
		margin: 0 0 5px 0;
		font-size: 1.2em;
	}
	
		div.pagination div.page-display em {
			font-size: 1em;
			font-weight: bold;
			font-style: normal;
		}
	
	div.pagination div.page-links {
		text-align: center;
		font-size: 1em;
	}
	
		div.pagination div.page-links .inner-link-panel {
			overflow: hidden;
			margin: 0 auto;
			display: inline-block;
		}
	
	div.pagination div.page-links em {
		font-style: normal;
	}
	
		div.pagination div.page-links a,
		div.pagination div.page-links a:visited {
			width: 20px;
			height: 17px;
			padding: 4px 1px 0 0;
			margin: 0 3px 0 0;
			display: block;
			float: left;
			background: #d6ebf3;
			color: #36a8d7;
			font-size: 0.9em;
			font-weight: bold;
			text-decoration: none;
			text-align: center;
			border: 1px solid #96D6F1;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
		
		div.pagination div.page-links a:hover {
			background: #36a8d7;
			color: #fff;
		}
	
		div.pagination div.page-links span.selected {
			width: 20px;
			height: 17px;
			padding: 4px 1px 0 0;
			margin: 0 3px 0 0;
			display: block;
			float: left;
			background: #36a8d7;
			color: #fff;
			font-size: 0.9em;
			font-weight: bold;
			text-decoration: none;
			text-align: center;
			border: 1px solid #36a8d7;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
		
	/* Disabled */
	div.pagination div.page-links span.disabled {
	}
		
		div.pagination div.page-links span.disabled,
		div.pagination div.page-links span.disabled:visited {
			width: 20px;
			height: 17px;
			padding: 4px 1px 0 0;
			margin: 0 3px 0 0;
			display: block;
			float: left;
			background: #f1f1f1;
			color: #c2c2c2;
			font-size: 0.9em;
			font-weight: bold;
			text-decoration: none;
			text-align: center;
			border: 1px solid #d1d1d1;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
	
	/* Selected */
	div.pagination div.page-links .selected {	
	}
	
		div.pagination div.page-links .selected a,
		div.pagination div.page-links .selected a:visited {
			background: #36a8d7;
			color: #fff;
			font-weight: bold;
		}
		
		div.pagination div.page-links .selected a:hover {
		}

	/* Visiblility switches */
	
		div#sh_Wrapper div.jobList div.pagination-top div.page-display {
		}
		
		div#sh_Wrapper div.jobList div.pagination-top div.page-links {
		}
		
		div#sh_Wrapper div.jobList div.pagination-bottom div.page-display {
			display: none;
		}
		
		div#sh_Wrapper div.jobList div.pagination-bottom div.page-links {
		}


/* Panel Styles
-----------------------------------------------------------------------------*/	

/* MiniList
-------------------------*/

div.sh_MiniList {
	padding-bottom: 10px;
}

div.sh_MiniListList {
}

	div.sh_MiniListList div.sh_MiniListHeader {
		margin: 0 0 5px 0;
		padding: 0 0 2px 0;
		color: #000;
		font-weight: normal;
		border-bottom: 1px solid #000;
	}

	div.sh_MiniListList div.sh_MiniListHeader span {
	}

	div.sh_MiniListList a.sh_MiniListItem,
	div.sh_MiniListList a.sh_MiniListItem:visited {
		display: block;
		padding: 4px 0 4px 8px;
	}
	
	div.sh_MiniListList a.sh_MiniListItem:hover {
	}
	
	div.sh_MiniListList a.altItem {
		background: #e0f4fc;
	}
	
		div.sh_MiniListList a.sh_MiniListItem span.bullet {}
		
		div.sh_MiniListList a.sh_MiniListItem span.item {}
		
		div.sh_MiniListList a.sh_MiniListItem span.ext {}


/* Search Column
-----------------------------------------------------------------------------*/	

div#sh_Wrapper div#sh_SearchColumn {
	width: 199px;
	float: left;
	margin: 0 0 1px 0;
	padding: 0;
	font-size: 1em;
	color: #000;
}

/* Search panel; For category selector modal links */
		
.sh_Form div.formRow span.modalLink {
	background: #fff url(/images/form_input_bg.png) top left no-repeat;
	border: 1px solid #999;
}

.sh_Form div.formRow span.modalLink:hover {
	border: 1px dotted #36a8d7;
}

	.sh_Form div.formRow span.modalLink a,
	.sh_Form div.formRow span.modalLink a:visited {
		display: block;
		padding: 4px 3px 4px 6px;
		color: #000;
		font-weight: normal;
		text-decoration: none;
		background: url(/images/select_divider_black.gif) repeat-y;
		background-position: 153px 0;
		position: relative;
	}

	.sh_Form div.formRow span.modalLink a:hover {
	}

	.sh_Form div.formRow span.modalLink a span.icon {
		width: 23px;
		height: 22px;
		top: 0;
		right: 0;
		display: block;
		background: #fafafa url(/images/icons/arrow_black_down.gif) center no-repeat;
		position: absolute;
	}


/* Content Column
-----------------------------------------------------------------------------*/	

div.sh_Content {
	width: 715px;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1em;
	float: right;
	background-color: #fff;
	vertical-align: top;
	overflow: hidden;
}

	div.sh_Content h1 {
	}

	div.sh_Content p {
		text-align: left;
	}
	
	div.sh_Content div.sh_ChangePassword {
		float: right;
		text-align: center;
	/*	margin-top: -60px; */
	}
	
		div.sh_Content div.sh_ChangePassword button {
			margin: 0;
		}
	
	div.sh_Content #internalexternal {
		margin: 5px 0 10px 0;
	}
	

/* Float center column with Ads Column
--------------------------------------*/

div#sh_Wrapper div.cColumn {
	/*width: 500px;
	float: left;*/
}

								
/* Ads Column
-----------------------------------------------------------------------------*/

div#sh_Wrapper div#sh_AdColumn {
	width: 199px;
	float: right;
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 1em;
	color: #000;
	display: none;
}


/* Agency styles
-----------------------------------------------------------------------------*/	

div.new-candidate {
	margin: 10px 0 0 0;
}

div.sh_AgencyChangePassword {
	float: right;
}


/* Spam message
-----------------------------------------------------------------------------*/	

div.spam-message {
	margin: 10px 0 0 0;
}


/* Question Styles (used on send message screen)
-----------------------------------------------------------------------------*/	

div.questionContainer {
	padding-left: 11px;
}

div.questionContainer .questionList {}

div.questionContainer .questionList .questionItem {}



/* Job listing styles
-----------------------------------------------------------------------------*/	

/* Generic */

.job-status-indicators {
	padding-left: 5px;
}

	.job-status-indicators div {
		display: inline;
	}

	.job-status-indicators img {
	}
		
/* Featured Jobs */

div.sh_FeaturedJobs {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}

	div.sh_FeaturedJobs a img {
		border: none;
	}
	
	div.sh_FeaturedJobs .clicker {
		text-align: right;
	}

	div.sh_FeaturedJobs div.jobListHeader {
		padding: 5px;
		margin: 15px 0 0 0;
		background: #f5f5f5;
		color: #999;
		overflow: hidden;
		border: 1px solid #e5e5e5;
		font-size: 1.4em;
		font-weight: bold;
		text-align: left;
		display: block; /* Fix until tiles display as spans by default */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	
	div#sh_Wrapper div.jobList div.pagination {
	padding: 5px;
	margin: 10px 0px;
	background: #f5f5f5;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	font-size: 1em;
	text-align: left;
	display: block; /* Fix until tiles display as spans by default */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
	
	div.sh_FeaturedJobs div.jobList {
		padding: 5px 0;
	}
	
	div.sh_FeaturedJobs div.jobList div {
		display: inline;
	}
	
		div.sh_FeaturedJobs div.jobList a.clicker-link,
		div.sh_FeaturedJobs div.jobList a.clicker-link:visited {
			display: block;
			padding: 10px 5px;
			margin: 0;
			color: #000;
			font-weight: normal;
			text-decoration: none;
			cursor: pointer;
			border-bottom: 1px dashed #CAD5D9;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			overflow: hidden;
		}
		
		div.sh_FeaturedJobs div.jobList a.clicker-link:hover {
			background: #ebf7fc;
		}
		
		div.sh_FeaturedJobs div.jobList a.clicker-link:hover span.name {
		}
		
			div.sh_FeaturedJobs div.jobList a span.name {
				display: block;
				padding: 0;
				margin: 0 0 5px 0;
				color: #36a8d7;
				font-size: 1.2em;
				font-weight: bold;
				text-decoration: none;
			}
			
			div.sh_FeaturedJobs div.jobList a:hover span.name {
			}
		
		div.sh_FeaturedJobs div.jobList a span.detail {
			display: block;
			color: #96abb3;
			margin: 0 0 5px 0;
		}
		
			div.sh_FeaturedJobs div.jobList a span.detail span.detail-item {
				padding: 0 5px 0 0;
			}
			
				div.sh_FeaturedJobs div.jobList a span.detail span.detail-item span.label {
					display: none; /* DEFAULT: none */
					font-weight: bold;
					padding-right: 3px;
				}

			div.sh_FeaturedJobs div.jobList a span.detail span.divider {
				padding: 0 5px 0 0
			}
			
		div.sh_FeaturedJobs div.jobList a span.description {
			display: block;
			margin: 0 0 5px 0;
			color: #000;
			line-height: 140%;
		}
		
		div.sh_FeaturedJobs div.jobList a span.image {
			float: right;
			margin: 0 0 0 20px;
		}
		
			div.sh_FeaturedJobs div.jobList a span.image img {
				max-height: 100px;
				display: block;
				padding: 5px;
				border: 1px dotted #ccc;
				background: #fff;
			}

							
/* Top Jobs  */

div.sh_TopJobs {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1em;
}

	div.sh_TopJobs a img {
		border: none;
	}
	
	div.sh_TopJobs .clicker {
		text-align: right;
	}

	div.sh_TopJobs div.jobListHeader {
		padding: 5px;
		margin: 15px 0 0 0;
		background: #f5f5f5;
		color: #999;
		overflow: hidden;
		border: 1px solid #e5e5e5;
		font-size: 1.4em;
		font-weight: bold;
		text-align: left;
		display: block; /* Fix until tiles display as spans by default */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	
	div.sh_TopJobs div.jobList {
		padding: 5px 0;
	}
	
	div.sh_TopJobs div.jobList div {
		display: inline;
	}
	
		div.sh_TopJobs div.jobList a.clicker-link,
		div.sh_TopJobs div.jobList a.clicker-link:visited {
			display: block;
			padding: 10px 5px;
			margin: 0;
			color: #000;
			font-weight: normal;
			text-decoration: none;
			cursor: pointer;
			border-bottom: 1px dashed #CAD5D9;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			overflow: hidden;
		}
		
		div.sh_TopJobs div.jobList a.clicker-link:hover {
			background: #ebf7fc;
		}
		
		div.sh_TopJobs div.jobList a.clicker-link:hover span.name {
		}
		
			div.sh_TopJobs div.jobList a span.name {
				display: block;
				padding: 0;
				margin: 0 0 5px 0;
				color: #36a8d7;
				font-size: 1.2em;
				font-weight: bold;
				text-decoration: none;
			}
			
			div.sh_TopJobs div.jobList a:hover span.name {
			}
		
		div.sh_TopJobs div.jobList .indicators {
		padding-left: 5px;
		}
		
			div.sh_TopJobs div.jobList .indicators p {
				display: inline;
			}
		
		div.sh_TopJobs div.jobList a span.detail {
			display: block;
			color: #96abb3;
			margin: 0 0 5px 0;
		}
		
			div.sh_TopJobs div.jobList a span.detail span.detail-item {
				padding: 0 5px 0 0;
			}
			
				div.sh_TopJobs div.jobList a span.detail span.detail-item span.label {
					display: none; /* DEFAULT: none */
					font-weight: bold;
					padding-right: 3px;
				}

			div.sh_TopJobs div.jobList a span.detail span.divider {
				padding: 0 5px 0 0
			}
			
		div.sh_TopJobs div.jobList a span.description {
			clear: both;
			margin: 0 0 5px 0;
			display: block;
			color: #000;
			line-height: 140%;
		}
								
								
/* Search Results
-----------------------------------------------------------------------------*/

div.sh_SearchResults {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1em;
}

	div.sh_SearchResults a img {
		border: none;
	}
	
	div.sh_SearchResults .clicker {
		text-align: right;
	}

	div.sh_SearchResults div.jobListHeader {
		padding: 5px;
		margin: 15px 0 0 0;
		background: #f5f5f5;
		color: #999;
		overflow: hidden;
		border: 1px solid #e5e5e5;
		font-size: 1.4em;
		font-weight: bold;
		text-align: left;
		display: none; /* Fix until tiles display as spans by default */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	
		div.sh_SearchResults div.jobListHeader span.parameters {
			font-weight: bold;
		}
	
	div.sh_SearchResults div.jobList {
		padding: 0 0 10px 0;
	}
	
	div.sh_SearchResults div.jobList div {
		display: inline;
	}
	
		div.sh_SearchResults div.jobList a.clicker-link,
		div.sh_SearchResults div.jobList a.clicker-link:visited {
			display: block;
			padding: 10px 5px;
			margin: 0;
			color: #000;
			text-decoration: none;
			font-weight: normal;
			background: #fff;
			cursor: pointer;
			overflow: hidden;
			border-bottom: 1px dashed #CAD5D9;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
		
		div.sh_SearchResults div.jobList a.clicker-link:hover {
			background: #ebf7fc;
		}
		
		div.sh_SearchResults div.jobList a.clicker-link:hover span.name {
		}
		
			div.sh_SearchResults div.jobList a span.name {
				display: block;
				padding: 0;
				margin: 0 0 5px 0;
				color: #36a8d7;
				font-size: 1.2em;
				font-weight: bold;
				text-decoration: none;
			}
			
			div.sh_SearchResults div.jobList a:hover span.name {
			}
		
		div.sh_SearchResults div.jobList .indicators {
		padding-left: 5px;
		}
		
			div.sh_SearchResults div.jobList .indicators p {
				display: inline;
			}
		
		div.sh_SearchResults div.jobList a span.detail {
			display: block;
			color: #96abb3;
			margin: 0 0 5px 0;
		}
		
			div.sh_SearchResults div.jobList a span.detail span.detail-item {
				padding: 0 5px 0 0;
			}
			
			div.sh_SearchResults div.jobList a span.detail span.detail-item div {
				display: inline;
			}
			
				div.sh_SearchResults div.jobList a span.detail span.detail-item span.label {
					display: none; /* DEFAULT: none */
					font-weight: bold;
					padding-right: 3px;
				}

			div.sh_SearchResults div.jobList a span.detail span.divider {
				padding: 0 5px 0 0
			}
			
		div.sh_SearchResults div.jobList a span.description {
			margin: 0 0 5px 0;
			clear: both;
			display: block;
			color: #000;
			line-height: 140%;
		}
								

/* Job Details
-----------------------------------------------------------------------------*/

div.sh_JobDescription {
	margin: 0;
	padding: 0;
}

	div.sh_JobDescription div.image {
		float: right;
		margin: 5px 0 15px 15px;
	}
	
		div.sh_JobDescription div.image img {
			padding: 5px;
			border: 1px dotted #ccc;
			display: block;
			background: #fff;
		}

	div.sh_JobDescription div.description {
		margin: 0 0 30px 0;
	}
						
	div.sh_JobDescription div.jobDetails {
		margin: 0 0 15px 0;
		padding: 5px;
		background: #eee;
		position: relative;
	}

		div.sh_JobDescription div.jobDetailsHeader {
			font-size: 1.2em;
			font-weight: bold;
			padding: 0 0 5px 8px;
			color: #000;
		}
		
		div.sh_JobDescription div.jobDetails div.jobDetailsInner {
			display: block;
			background: #fff;
			padding: 5px;
		}
	
		div.sh_JobDescription div.jobDetails div.jobDetailsRow {
			padding: 3px;
			overflow: hidden;
		}
		
			div.sh_JobDescription div.jobDetails div.jobDetailsRow span.jobDetailsRowInner {}
		
			div.sh_JobDescription div.jobDetails div.jobDetailsRow span.label {
				float: left;
				width: 15%;
				text-align: left;
				font-size: 0.9em;
				font-weight: bold;
			}
		
			div.sh_JobDescription div.jobDetails div.jobDetailsRow span.content {
				float: left;
				padding: 0 0 0 10px;
				width: 83%;
				text-align: left;
				font-size: 0.9em;
				font-weight: normal;
			}

div.jobDetailsCommandRow {}


/* Application Summary
-----------------------------------------------------------------------------*/

.applicationSummary {}

     .applicationSummary h1, h2, h3 {
           margin: 20px 0 10px 0;
     }
     
     .applicationSummary .first {
           margin: 0 0 10px 0;
     }
     
     .applicationSummary .summaryField {
           margin: 0 0 10px 0;
overflow: hidden;
                width: 475px; /* Added: 4/10/10: Fix non-space lines breaking morph */
     }
     
           .applicationSummary .summaryField .summaryHeader {
float: left;
    padding: 5px;
    width: 25%;
}
           
           .applicationSummary .summaryField .summaryContent {
float: right;
    padding: 5px 5px 5px 10px;
    width: 69%;
    word-wrap: break-word; /* Added: 4/10/10: CSS3 fix */
}
           
.applicationSummary  .questionGroup {
     margin: 0 0 0 10px;
}



/* Messaging
-----------------------------------------------------------------------------*/

div.sh_Messaging {}

	div.sh_Messaging .messageRow {
		border-bottom: 1px dotted #bbb;
		padding: 10px 0;
	}
	
	div.sh_Messaging .messageAltRow {}
	
	div.sh_Messaging .messageDetails {
		background: #EBF7FC;
		border: 1px solid #96D6F1;
		padding: 5px;
		width: 50%;
		/*-moz-border-radius: 5px;
		-webkit-border-radius: 5px;*/
	}
	
		div.sh_Messaging .messageDetails .context {
			font-weight: bold;
			padding-right: 20px;
		}
		
		div.sh_Messaging .messageDetails .datetime {
			float: right;
		}
	
	div.sh_Messaging .messageBody {
		padding: 10px 5px;
	}


/* Modal Overrides
-----------------------------------------------------------------------------*/

div.wicket-mask-dark {	
	position: fixed;	
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%;
	opacity: 0.4; 
	-moz-opacity:0.1;  
	background-color: black; 
	filter: alpha(opacity=10); 
	background-image: url('/images/transparent2.png');
}

div.wicket-mask-transparent {
	position: fixed;	
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%;
	background-image: url('/images/transparent1.gif');
}

div.wicket-modal {	
	position: fixed;
	_position: absolute;
	z-index: 20001; 
	visibility: hidden;
}

	div.wicket-modal div.w_top_1 {	
		width: 100%;	
		overflow: hidden;
	}
	
	div.wicket-modal div.w_top {
		height: 25px; 
		background-position: 0px -25px; 
		overflow: hidden;
		cursor: n-resize;
		padding: 0px;
		margin: 0px;		
	}
	
	div.wicket-modal .w_topLeft {
		width: 25px; 
		height: 15px;	/* Was 25px, adjusted to make header style work */
		float: left;
		background-position: 0px 0px; 
		overflow: hidden; 
		cursor: nw-resize;
	}
	
	div.wicket-modal div.w_topRight {
		width: 25px; 
		height: 15px;	/* Was 25px, adjusted to make header style work */
		float: right; 
		background-position: -25px 0px;
		overflow: hidden; 
		cursor: ne-resize;
	}
	
	div.wicket-modal div.w_left {
		background-position: 0px 0px; 
		background-repeat: repeat-y;
		cursor: w-resize; 
		width: 100%;
	}
	
	div.wicket-modal div.w_right_1 {
		margin-left:25px;	
	}
	
	div.wicket-modal div.w_right {
		background-position: right;
		background-repeat: repeat-y; 
		cursor:e-resize; 
		width: 100%;	
	}
	
	div.wicket-modal div.w_content_1 {
		margin-right: 25px;
		cursor: auto;	
		text-align: left;
	}
	
	div.wicket-modal div.w_caption {
		cursor: default;
		background-color: #fff;
		cursor: default;
		overflow: hidden;
		position: relative;
	}
	
	div.wicket-modal div.w_caption {
		/*background: #36a8d7 url("/images/modal-header-bg.png") repeat-x top;*/
		margin: -10px -10px 0 -10px;
		padding: 3px;
		height: 20px; /* might be 26px for IE6 */
	}
	
	div.wicket-modal a.w_close {	
		height: 15px; 
		width: 15px; 
		background-position: -100px 0px;
		padding: 0px;
		margin: 0px;
		position: absolute;
		right: 10px;
		top: 5px; /* was 11 */
		overflow: hidden;
	}
	
		div.wicket-modal a.w_close:hover {
			float: right; 
			height: 15px; 
			width: 15px; 
			overflow: hidden;
			background-position: -115px 0px;
		}
	
	div.wicket-modal span.w_captionText {
		color: #fff;
		display: block;
		font-size: 1.3em;
		font-weight: bold;
		padding-bottom: 3px;
		text-transform: uppercase;
	}
	
	div.wicket-modal div.w_content_2 {
		width: 100%; 
		background-color: #fff;
		padding-top: 10px;
	}
	
	div.wicket-modal div.w_content_3 {
	}
	
	div.wicket-modal div.w_content {
		width: 100%;
		margin: 0;
	}
	
	div.wicket-modal iframe {
		border: 0;
		height: 50px;
		margin: 0;
		/*overflow: hidden;*/
		padding: 0;
		text-align: left;
		width: 100%;
	}
	
		div.wicket-modal iframe p {
			padding: 0;
		}
	
	div.wicket-modal div.w_bottom_1 {
		width: 100%;
		overflow: hidden;
		cursor: n-resize; 
	}
	
	div.wicket-modal div.w_bottom {
		height: 25px; 
		background-position: 0px -50px; 
		overflow:hidden; 
	}
	
	div.wicket-modal div.w_bottomRight {
		width: 25px; 
		height: 25px;
		float: right;
		background-position: -75px 0px; 
		cursor: nw-resize; 
		overflow: hidden;
	}
	
	div.wicket-modal div.w_bottomLeft {
		width: 25px; 
		height: 25px;
		float: left;
		background-position: -50px 0px; 
		overflow: hidden; 
		cursor: ne-resize;
	}
	
	div.wicket-modal div.w_blue div.w_left,
	div.wicket-modal div.w_blue div.w_right {
		background-image: url('/images/frame-blue-2-alpha.png'); 
		_background-image: url('/images/frame-blue-2-ie.png');
	}
	
	div.wicket-modal div.w_blue div.w_top,
	div.wicket-modal div.w_blue div.w_bottom,
	div.wicket-modal div.w_blue div.w_topLeft,
	div.wicket-modal div.w_blue div.w_topRight,
	div.wicket-modal div.w_blue div.w_bottomRight,
	div.wicket-modal div.w_blue div.w_bottomLeft,
	div.wicket-modal div.w_blue a.w_close {
		background-image: url('/images/frame-blue-1-alpha.png'); 
		_background-image: url('/images/frame-blue-1-ie.png');
	}
	
	div.wicket-modal div.w_silver div.w_left,
	div.wicket-modal div.w_silver div.w_right {
		background-image: url('/images/frame-gray-2-alpha.png'); 
		_background-image: url('/images/frame-gray-2-ie.png');
	}
	
	div.wicket-modal div.w_silver div.w_top,
	div.wicket-modal div.w_silver div.w_bottom,
	div.wicket-modal div.w_silver div.w_topLeft,
	div.wicket-modal div.w_silver div.w_topRight,
	div.wicket-modal div.w_silver div.w_bottomRight,
	div.wicket-modal div.w_silver div.w_bottomLeft,
	div.wicket-modal div.w_silver a.w_close {
		background-image: url('/images/frame-gray-1-alpha.png'); 
		_background-image: url('/images/frame-gray-1-ie.png');
	}
	
	div.wicket-modal div.w_sh div.w_left,
	div.wicket-modal div.w_sh div.w_right {
		background-image: url('/images/sh_modal_2_square.png'); 
		_background-image: url('/images/sh_modal_2_square.png');
	}
	
	div.wicket-modal div.w_sh div.w_top,
	div.wicket-modal div.w_sh div.w_bottom,
	div.wicket-modal div.w_sh div.w_topLeft,
	div.wicket-modal div.w_sh div.w_topRight,
	div.wicket-modal div.w_sh div.w_bottomRight,
	div.wicket-modal div.w_sh div.w_bottomLeft,
	div.wicket-modal div.w_sh a.w_close {
		background-image: url('/images/sh_modal_1_square.png'); 
		_background-image: url('/images/sh_modal_1_square.png');
	}
	
	div.wicket-modal div.w_sh div.modal-content {
		float: none;
		margin-right: -10px;
	}
	
		div.wicket-modal div.w_sh div.modal-content .sh_Content {
			width: auto;
			float: none;
			padding-right: 10px;
		}
		
		div.wicket-modal div.w_sh div.modal-content .instruction {
			margin: 0 10px 10px 0;
		}
		
		div.wicket-modal div.w_sh div.modal-content .modal-innerContent {
			width: auto;
			float: none;
			padding-right: 10px;
		}
		
		div.wicket-modal div.w_sh div.modal-content div.sh_FormPanel {
			/*margin-right: 10px;*/
		}
	

/* Wizard styles
-----------------------------------------------------------------------------*/

div.sh_Wizard {
	padding: 0;
	margin: 0;
	/*background: url("/images/wizard-zen-bg.gif") repeat-y center;*/
}

	div.sh_Wizard div.sh_WizardMenu	{
		float: left;
		width: 185px;
		padding: 5px 0 25px 0;
		margin: 0 -1px 0 0;
		border: none;
	}
	
		div.sh_Wizard div.sh_WizardMenu ul {
			margin: 0 0 0 0;
			padding: 0;
		}
		
			div.sh_Wizard div.sh_WizardMenu ul li {
				list-style: none;
				margin-bottom: 5px;
			}
			
				div.sh_Wizard div.sh_WizardMenu ul li span {
				}
				
				div.sh_Wizard div.sh_WizardMenu ul li a,
				div.sh_Wizard div.sh_WizardMenu ul li a:visited {
					padding: 7px 5px 7px 23px;
					display: block;
					font-size: 1em;
					color: #000;
					background: #ddd url(/images/icons/ico_wiz_neutral.gif) left no-repeat;
					background-position: 3px 7px;
					text-decoration: none;
					border-top: 1px solid #eeeeee;
					border-bottom: 1px solid #eeeeee;
					border-left: 1px solid #eeeeee;
					border-right: 1px solid #96d6f1;
					/*
					-moz-border-radius-topleft: 5px;
					-webkit-border-top-left-radius: 5px;
				 	-moz-border-radius-bottomleft: 5px;
					-webkit-border-bottom-left-radius: 5px;
					*/
 				}
				
				div.sh_Wizard div.sh_WizardMenu ul li a.active {
					background: #ebf7fc url(/images/icons/ico_wiz_neutral.gif) 2px no-repeat  !important;
					background-position: 3px 7px;
					font-weight: bold;
					border-top: 2px solid #96d6f1  !important;
					border-bottom: 2px solid #96d6f1  !important;
					border-left: 2px solid #96d6f1  !important;
					border-right: 2px solid #ebf7fc  !important;
					margin-right: -1px;
				}
								
				div.sh_Wizard div.sh_WizardMenu ul li a.firsttime {
					background: #f5f5f5;
					/*  url(/images/icons/ico_wiz_neutral.gif) left no-repeat */
					background-position: 3px 7px;
				}
								
				div.sh_Wizard div.sh_WizardMenu ul li a.active:hover {
					border-top: 2px solid #96d6f1;
					border-bottom: 2px solid #96d6f1;
					border-left: 2px solid #96d6f1;
					border-right: 2px solid #ebf7fc;
				}
				
				div.sh_Wizard div.sh_WizardMenu ul li a.complete {
					background: #f5f5f5 url(/images/icons/ico_wiz_complete.gif) left no-repeat;
					background-position: 3px 7px;
				}
								
				div.sh_Wizard div.sh_WizardMenu ul li a.incomplete {
					background: #f5f5f5 url(/images/icons/ico_wiz_incomplete.gif) left no-repeat;
					background-position: 3px 7px;
				}
								
				div.sh_Wizard div.sh_WizardMenu span.disabled {
					padding: 7px 5px 7px 23px;
					display: block;
					border-right: 1px solid #96d6f1;
					font-size: 1em;
					color: #999;
				}
								
				div.sh_Wizard div.sh_WizardMenu ul li a:hover,
				div.sh_Wizard div.sh_WizardMenu ul li a.incomplete:hover,
				div.sh_Wizard div.sh_WizardMenu ul li a.complete:hover,
				div.sh_Wizard div.sh_WizardMenu ul li a.firsttime:hover {
					color: #000;
					background-color: #eeeeee;
					border-top: 1px solid #eeeeee;
					border-bottom: 1px solid #eeeeee;
					border-left: 1px solid #eeeeee;
					border-right: 1px solid #96d6f1;
				}
				
				div.sh_Wizard div.sh_WizardMenu ul li a img {
					display: none;
				}
				
				div.sh_Wizard div.sh_WizardMenu ul li a span {
				}

	div.sh_Wizard div.sh_WizardContent {
		padding: 10px 15px 15px 15px;
		background: #ebf7fc;
		margin: 0;
		/*border-top: 2px solid #96D6F1;
		border-left: 2px solid #96D6F1;*/
		border: 2px solid #96D6F1;
		min-height: 500px;
		overflow: hidden;
		}
	
		div.sh_Wizard div.sh_WizardContent table td {
			border: none;
			padding: 0;
			margin: 0;
			background: none;
		}
	
		div.sh_Wizard div.sh_WizardContent .wicketExtensionsWizard {
		}
		
		div.sh_Wizard div.sh_WizardContent .wicketExtensionsWizardForm {
		}
		
		div.sh_Wizard div.sh_WizardContent .wicketExtensionsWizardOuterTable {
			width: 100%;
		}
	
		div.sh_Wizard div.sh_WizardContent .wicketExtensionsWizardInnerTable {
			border: none;
			width: 100%;
		}
		
		div.sh_Wizard div.sh_WizardContent .wicketExtensionsWizardHeaderRow {
		}
		
		div.sh_Wizard div.sh_WizardContent .wicketExtensionsWizardHeader {
			padding: 0;
		}
		
			div.sh_Wizard div.sh_WizardContent .wicketExtensionsWizardHeader span {
			}
		
			div.sh_Wizard div.sh_WizardContent .wicketExtensionsWizardHeaderTitle {
				margin: 0 0 5px 0;
				font-size: 2em;
				font-weight: bold;
			}
			
			div.sh_Wizard div.sh_WizardContent .wicketExtensionsWizardHeaderSummary {
				font-size: 1em;
				padding-bottom: 10px;
				font-style: normal;
			}
		
		div.sh_Wizard div.sh_WizardContent .wicketExtensionsWizardViewInner {
			font-size: 1em;
		}
		
			div.sh_Wizard div.sh_WizardContent .wicketExtensionsWizardViewInner .checkradio {
				/*padding: 0 0 15px 0;*/
			}
			
				div.sh_Wizard div.sh_WizardContent .wicketExtensionsWizardViewInner .checkradio label {
					/*margin-left: 18px;*/
				}
		
			div.sh_Wizard div.sh_WizardContent .wicketExtensionsWizardViewRow {
				height: auto;
			}
			
				div.sh_Wizard div.sh_WizardContent .wicketExtensionsWizardView {
				}
		
		div.sh_Wizard div.sh_WizardContent .wicketExtensionsWizardFeedbackRow {
		}
		
			div.sh_Wizard div.sh_WizardContent .wicketExtensionsWizardFeedback {
			}
			
		div.sh_Wizard div.sh_WizardContent .wicketExtensionsWizardButtonBarRow {
			text-align: right;
		}
		
			div.sh_Wizard div.sh_WizardContent .wicketExtensionsWizardButtonBar {
				padding-top: 15px;
			}
			
			div.sh_Wizard div.sh_WizardContent .wicketExtensionsWizardButtonBar .wizardbuttons {
				width: 465px; /* Temporary until no-breaking-line parsing issue can be resolved (see SNAPSTUD-733) */
			}
			
				div.sh_Wizard div.sh_WizardContent .wicketExtensionsWizardButtonBar .wizardbuttons button {
					margin: 0;
				}
				
					div.sh_Wizard div.sh_WizardContent .wicketExtensionsWizardButtonBar .wizardbuttons button.wbprevious {
						float: left;
					}
					
					div.sh_Wizard div.sh_WizardContent .wicketExtensionsWizardButtonBar .wizardbuttons button.wbnext {
						float: left;
						margin-left: 10px;
					}
					
					div.sh_Wizard div.sh_WizardContent .wicketExtensionsWizardButtonBar .wizardbuttons button.wbfinishlater {
						float: right;
						margin-left: 10px;
					}
					
					div.sh_Wizard div.sh_WizardContent .wicketExtensionsWizardButtonBar .wizardbuttons button.wbfinish {
						float: right;
						margin-left: 10px;
						font-weight: bold;
					}
					
					div.sh_Wizard div.sh_WizardContent .wicketExtensionsWizardButtonBar .wizardbuttons button.wbsubmit {
						float: right;
						margin-left: 10px;
						font-weight: bold;
					}
					
	div.sh_Wizard div.sh_WizardFoot {
		display: none;
		background: url("/images/wizard-zen-foot.gif") no-repeat top right;
		height: 2px;
	}


/* Wicket Tree styles
-----------------------------------------------------------------------------	

#snaphire table.wicket-tree-content {
	border-collapse: collapse;
	empty-cells: show;
}

#snaphire table.wicket-tree-content,
#snaphire table.wicket-tree-content td,
#snaphire table.wicket-tree-content tr,
#snaphire table.wicket-tree-content th {
	padding: 0px;
	margin: 0px;
	border: none;
	background: none;
	text-align: left;
}

#snaphire table.wicket-tree-content td.spacer {
	width: 18px;
	height: 100%;
}

#snaphire table.wicket-tree-content td.spacer span,
#snaphire table.wicket-tree-content td.line span {
	display: block;
	width: 18px;
	height: 18px;
}

#snaphire table.wicket-tree-content td.line {
	width: 18px;
	height: 100%;
	background-image: url("/images/base-tree-images.png");
	background-position: -36px center;
	background-repeat: repeat-y;
}

#snaphire table.wicket-tree-content td.half-line {
	width: 18px;
	height: 100%;
	background-image: url("/images/base-tree-images.png");
	background-position: -72px center;
	background-repeat: no-repeat;
}

#snaphire table.wicket-tree-content a.junction-open,

#snaphire table.wicket-tree-content a.junction-closed,
#snaphire table.wicket-tree-content span.junction-corner {
	width: 18px;
	height: 18px;
	display: block;
	background-image: url("/images/base-tree-images.png");
	background-repeat: no-repeat;
	margin: 0px; padding: 0px; border-width: 0px;
}

#snaphire table.wicket-tree-content a.junction-open {
	background-position: -18px center;
}

#snaphire table.wicket-tree-content a.junction-closed {
	background-position: 0px center;
}

#snaphire table.wicket-tree-content span.junction-corner {
	background-position: -54px center;
}

#snaphire table.wicket-tree-content table.icon-panel {
	border-collapse: collapse;
	empty-cells: show;
}

#snaphire table.wicket-tree-content table.icon-panel, 
#snaphire table.wicket-tree-content table.icon-panel tr,
#snaphire table.wicket-tree-content table.icon-panel td {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#snaphire table.wicket-tree-content table.icon-panel img {
	padding: 0px;
	margin: 0px;
	display: block;
	border-width: 0px;
	margin-left: 2px;
	margin-top: -1px;
}

#snaphire table.wicket-tree-content.selected {
	background-color: #E0E8FF;
	font-weight: bold;	
}

#snaphire table.wicket-tree-content.selected .content {
	font-weight: bold;
}

#snaphire table.wicket-tree-content.childselected {
	background-color: #f5f5f5;
}

#snaphire table.wicket-tree-content table.icon-panel a {
	text-decoration: none;
	color: #3311aa;
}

#snaphire table.wicket-tree-content table.icon-panel a:hover {
	text-decoration: underline;
	color: #3311aa;
}

#snaphire table.wicket-tree-content table.icon-panel img.icon {
	cursor: pointer;
}

#snaphire table.icon-panel {
	width: 100%;
}

#snaphire table.icon-panel td.content {
	display: block;
	position: relative;
	padding: 0 0 8px 0;
	width: 100%;
}

	#snaphire table.icon-panel td.content input {
		margin: 2px 0 0 1px;
	}

		#snaphire table.icon-panel td.content input.checkbox_tree {
			background: none;
		}

	#snaphire table.icon-panel td.content label {
		color: #000000;
		font-size: 1em;
		margin: 0 0 0 6px;
		padding: 0;
		width: 300px;
	}

		#snaphire table.icon-panel td.content label span.content {
		}
	
	#snaphire table.icon-panel td.content a {
		padding-right: 0.4em;
	}

#snaphire div.selectionTreeContainer {
	margin: 0 0 10px;
	border: 0 !important;
	height: 363px !important;
	overflow: auto;
}

#snaphire div.selectionTreeHeader {
	padding: 2px 0 0 0;
	margin: 0 5px 0 0;
	font-size: 1em;
	font-weight: bold;
}

#snaphire div.selectionTreeHeader span.icon {
	display: block;
	width: 15px;
	height: 20px;
	float: left;
	background: url("/images/base-tree-images.png") no-repeat;
	background-position: 0px -969px;
}

#snaphire div.selectionTreeHeader span.title {
	padding: 0 0 0 3px;
}*/


/*******************************************/

table.wicket-tree-content {
border-collapse:collapse;
empty-cells:show;
width:100%;
}
table.wicket-tree-content, table.wicket-tree-content td, table.wicket-tree-content tr, table.wicket-tree-content th {
border:medium none;
margin:0;
padding:0;
text-align:left;
}
table.wicket-tree-content td.spacer {
height:100%;
width:18px;
}
table.wicket-tree-content td.spacer span, table.wicket-tree-content td.line span {
display:block;
height:18px;
width:18px;
}
table.wicket-tree-content td.line {
background-image:url("/images/base-tree-images.png");
background-position:-36px center;
background-repeat:repeat-y;
height:100%;
width:18px;
}
table.wicket-tree-content td.half-line {
background-image:url("/images/base-tree-images.png");
background-position:-72px center;
background-repeat:no-repeat;
height:100%;
width:18px;
}
table.wicket-tree-content a.junction-open, table.wicket-tree-content a.junction-closed, table.wicket-tree-content span.junction-corner {
background-image:url("/images/base-tree-images.png");
background-repeat:no-repeat;
border-width:0;
display:block;
height:18px;
margin:0;
padding:0;
width:18px;
}
table.wicket-tree-content a.junction-open {
background-position:-18px center;
}
table.wicket-tree-content a.junction-closed {
background-position:0 center;
}
table.wicket-tree-content span.junction-corner {
background-position:-54px center;
}
table.wicket-tree-content table.icon-panel {
border-collapse:collapse;
empty-cells:show;
}
table.wicket-tree-content table.icon-panel, table.wicket-tree-content table.icon-panel tr, table.wicket-tree-content table.icon-panel td {
margin:0;
padding:0;
text-align:left;
}
table.wicket-tree-content table.icon-panel img {
border-width:0;
display:block;
margin:-1px 0 0 2px;
padding:0;
}
table.wicket-tree-content.selected {
font-weight:bold;
}
table.wicket-tree-content.selected .content {
font-weight:bold;
}
table.wicket-tree-content.childselected {
background-color:#F5F5F5;
}
table.wicket-tree-content table.icon-panel a {
color:#3311AA;
text-decoration:none;
}
table.wicket-tree-content table.icon-panel a:hover {
color:#3311AA;
text-decoration:underline;
}
table.wicket-tree-content table.icon-panel img.icon {
cursor:pointer;
}
table.icon-panel {
}
table.icon-panel td.content {
display:block;
padding:0 0 8px;
position:relative;
width:100%;
}
table.icon-panel td.content input {
margin:2px 0 0 1px;
}
table.icon-panel td.content input.checkbox_tree {
}
table.icon-panel td.content label {
color:#000000;
font-size:1em;
margin:0 0 0 6px;
padding:0;
width:300px;
}
table.icon-panel td.content a {
padding-right:0.4em;
}

#snaphire div.selectionTreeContainer {
	margin: 0 0 10px;
	border: 0 !important;
	height: 363px !important;
	overflow: auto;
}

#snaphire div.selectionTreeHeader {
	padding: 2px 0 0 0;
	margin: 0 5px 0 0;
	font-size: 1em;
	font-weight: bold;
}

#snaphire div.selectionTreeHeader span.icon {
	display: block;
	width: 15px;
	height: 20px;
	float: left;
	background: url("/images/base-tree-images.png") no-repeat;
	background-position: 0px -969px;
}

#snaphire div.selectionTreeHeader span.title {
	padding: 0 0 0 3px;
}

/********************************************/


/* Google Map Styles
-----------------------------------------------------------------------------*/	

div.sh_MapPanel {
	position: relative;
	margin: 0 0 15px 0;
	clear: both;
}

	div.sh_MapPanel div.functionBar {
		padding: 10px;
		background: #ebf7fc;
		/*
		background: #b5b5b5;
		background: #ddd url(/images/content_pnl_header.png) top repeat-x;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
		*/
		min-height: 1%;
	}
	
	div.sh_MapPanel div.mapControls {
		min-height: 1%;
		color: #fff;
		font-size: 1.1em;
		font-weight: bold;
	} 
	
		div.sh_MapPanel span.title {
			padding-right: 5px;
			color: #000;
		}
	
		div.sh_MapPanel div.mapControls div.geoSearch {
			float: left;
		}
		
			div.sh_MapPanel div.mapControls div.geoSearch input {
				border: 1px solid #999;
				padding: 3px;
				font-size: 0.9em;
				width: 150px;
				background: #fff url(/images/form_input_bg.png) top left no-repeat;
			}
			
			div.sh_MapPanel div.mapControls div.geoSearch input:hover {
				border: 1px dotted #000;
			}
			
			div.sh_MapPanel div.mapControls div.geoSearch input:focus {
				border: 1px solid #000;
			}
			
			div.sh_MapPanel div.mapControls div.geoSearch button {
				margin: 0 0 0 5px;
			}	

		div.sh_MapPanel div.mapControls div.geoControls {
			float: right;
			text-align: right
		}

			/*div.sh_MapPanel div.mapControls a.enlargeLink,
			div.sh_MapPanel div.mapControls a.enlargeLink:visited {
				float: right;
				color: #fff;
				font-weight: normal;
				text-decoration: none;
			}
			
			div.sh_MapPanel div.mapControls a.enlargeLink:hover {
				text-decoration: underline;
			}*/
			
			div.sh_MapPanel div.mapControls div.geoControls button.addto {
				margin: 0;
			}
		
		div.sh_MapPanel div.mapControls div.geoSearch .sh_Form,
		div.sh_MapPanel div.mapControls div.geoControls .sh_Form {
			display: inline;
		}
			
	div.sh_MapPanel div.wrapper {
		height: 300px;
		/*
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
		*/
	}
	
	div.sh_MapPanel div.map {
		width: 520px;
		height: 290px;
		float: left;
		background: #f5f5f5 url(/images/sample_map.jpg) top left;
	}
	
	div.sh_MapPanel div.fullMap {
		width: 100%;
		height: 290px;
		float: left;
		background: url(/images/sample_map.jpg) top left;
		border: 1px solid #ddd;
	}
	
	div.sh_MapPanel div.map iframe {
		/*-moz-border-radius: 5px;
		-webkit-border-radius: 5px;*/
	}
	
	div.sh_MapPanel div.watchlist {
		float: right;
		padding: 0;
		width: 193px;
		height: 290px;
	}
	
		div.sh_MapPanel div.watchlist div.wl_Header {
			height: 30px !important;
			height: 40px;
			padding: 5px;
			margin-bottom: 1px;
			color: #000;
			font-size: 1em;
			font-weight: bold;
			text-transform: uppercase;
		}
		
		div.sh_MapPanel div.watchlist div.wl_LoginStatus {
			display: none;
			padding: 5px;
			background: #ddd;
			color: #000;
			font-size: 0.9em;
			font-weight: normal;
			border-bottom: 1px solid #fff;
		}
		
			div#sh_Wrapper div.sh_MapPanel div.watchlist div.wl_LoginStatus div.sh_LoginStatus {
				padding: 0;
				margin: 0;
				/*-moz-border-radius-bottomleft: 0;
				-moz-border-radius-bottomright: 0;
				-moz-border-radius-topleft: 0;
				-moz-border-radius-topright: 0;*/
				background: none;
				display: inline;
				float: none;
				font-size: 1em;
				font-weight: normal;
				min-height: inherit;
				overflow: auto;
				position: inherit;
				text-align: left;
			}
			
			div#sh_Wrapper div.sh_MapPanel div.watchlist div.wl_LoginStatus div.sh_LoginStatus a,
			div#sh_Wrapper div.sh_MapPanel div.watchlist div.wl_LoginStatus div.sh_LoginStatus a:visited {
				margin: 0;
				padding: 0;
				/*-moz-border-radius-bottomleft: 0;
				-moz-border-radius-bottomright: 0;
				-moz-border-radius-topleft: 0;
				-moz-border-radius-topright: 0;*/
				background: none;
				color: #000;
				display: inline;
				float: none;
				overflow: hidden;
				text-align: left;
				text-decoration: underline;
			}
			
		div.sh_MapPanel div.watchlist div.wl_List {
		}
		
		div.sh_MapPanel div.watchlist div.wl_List div.wl_InnerList {
			display: block;
			padding: 0 1px 0 0;
			height: 249px;
			overflow: auto;
			padding-right: 5px;
		}
		
		div.sh_MapPanel div.watchlist div.wl_List div.wl_InnerList div.wl_ListItemRow {
			overflow: hidden;
		}
		
		div.sh_MapPanel div.watchlist div.wl_List div.wl_InnerList a.wl_ListItem,
		div.sh_MapPanel div.watchlist div.wl_List div.wl_InnerList a.wl_ListItem:visited {
			display: block;
			float: left;
			padding: 5px;
			margin: 0;
			color: #36a8d7;
			font-size: 1em;
			text-decoration: none;
			/*
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			*/
		}
		
		div.sh_MapPanel div.watchlist div.wl_List div.wl_InnerList a.wl_ListItem:hover {
			text-decoration: underline;
		}
		
		div.sh_MapPanel div.watchlist div.wl_List div.wl_InnerList a.wl_RemoveListItem,
		div.sh_MapPanel div.watchlist div.wl_List div.wl_InnerList a.wl_RemoveListItem:visited {
			display: block;
			width: 14px;
			float: right;
			padding: 5px 2px 5px 7px;
			margin: 0 0 1px 0;
			background: #36a8d7;
			color: #000;
			font-size: 0.9em;
			font-weight: normal;
			text-decoration: none;
			/*
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			*/
		}
		
		div.sh_MapPanel div.watchlist div.wl_List div.wl_InnerList a.wl_RemoveListItem:hover {
			background: #D24119;
		}
		
		div.sh_MapPanel div.watchlist div.wl_List div.wl_InnerList a.wl_RemoveListItem img {
			border: none;
		}
	

/* Google InfoWindow Styles
-----------------------------------------------------------------------------*/	

div.sampleGoogleMap {
	width: 306px;
	height: 367px;
	padding: 31px 0 0 32px;
	margin: 0 0 15px 0;
	background: url(/images/sample_map_fragment.jpg) top left no-repeat;
}

div.sh_GoogleInfoWindow {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	width: 240px;
	margin: 0;
	padding: 0;
}

div.sh_GoogleInfoWindow div.giw_Header {
	padding: 0;
	position: relative;
	overflow: hidden;
	/*
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	*/
}

	div.sh_GoogleInfoWindow div.giw_Header div.title {
		color: #000;
		font-size: 1em;
		font-weight: bold;
	}
	
	div.sh_GoogleInfoWindow div.giw_Header div.description {
		font-size: 0.9em;
		padding: 3px 0 0 0;
	}

	div.sh_GoogleInfoWindow div.giw_WatchlistOption {
		padding: 5px 0;
	}
	
		div.sh_GoogleInfoWindow div.giw_WatchlistOption input {
			margin: 4px 0 0 0;
			border: none;
			background: none;
			float: right;
		}
		
		div.sh_GoogleInfoWindow div.giw_WatchlistOption label {
			color: #000;
			display: block;
			font-size: 0.9em;
			padding: 3px 5px 0 0;
			float: right;
		}

div.sh_GoogleInfoWindow div.TitleListPanel {
	padding: 5px 0;
	margin-top: 17px;
	position: relative;
	clear: both;
  overflow: hidden;
	/*
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	*/
}
          
	div.sh_GoogleInfoWindow div.TitleListPanel div.TitleListPanelHeader {
		color: #000;
		font-size: 0.9em;
		font-weight: bold;
	}
	
	div.sh_GoogleInfoWindow div.TitleListPanel div.AjaxSpinner {
		padding-top: 5px;
		text-align: center;
		display: none;
	}
              
	div.sh_GoogleInfoWindow div.TitleListPanel div.TitleListContainer {
		width: 232px;
		padding: 2px;
		border: 2px solid #96abb3;
		background: #ebf7fc;
	}
	
	div.sh_GoogleInfoWindow div.TitleListPanel div.TitleListList {

		height: 105px;
		overflow: auto;
	}
	
		div.sh_GoogleInfoWindow div.TitleListPanel div.TitleListList a,
		div.sh_GoogleInfoWindow div.TitleListPanel div.TitleListList a:visited {
			display: block;
			padding: 3px 3px 4px 3px;
			margin: 0;
			font-size: 0.9em;
			font-weight: normal;
			text-decoration: none;
			/*
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			*/
		}
		
		div.sh_GoogleInfoWindow div.TitleListPanel div.TitleListList a:hover {
			text-decoration: underline;
		}
		
		div.sh_GoogleInfoWindow div.TitleListPanel div.TitleListList a span {}


/* Footer Styles
-----------------------------------------------------------------------------*/	

div#sh_Wrapper div.sh_Footer {
	margin: 0;
	padding: 10px 6px;
	position: relative;
  background: #888;
	text-align: center;
	/*background: #e6f6d6;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;*/
}

div#sh_Wrapper div.sh_Footer div.content {
	font-size: 0.9em;
	font-weight: normal;
	text-align: center;
	color: #fff;
}

/*** drag and drop ***/
.sorting {
	width: 45%;
	float: right;
	overflow:hidden;
	padding: 0 10px 0 0;
	margin: 0;
}
.sorting  ul {
	padding: 0;
}
.sorting li {
	


}
.sorting .ui-state-default {
	padding: 5px;
	margin-bottom: 5px;
	overflow:hidden;
}
.sorting .ui-icon {
float:left;
} 
.sorting .ui-icon-grip-dotted-vertical {
	background-position:0 -225px;
}
.sorting .dragitem {
	float:left;
}
.sorting .draglabel {
	text-shadow:0 1px 0 #FFFFFF;
	padding-top:1px;
white-space:nowrap;
}
.sorting a.remove {
	width:16px;
	position:absolute;


	top: 0;
	right:0
}
.sorting .ui-icon-circle-close{
	float: right;
}
.selection {
	width: 45%;
	float: left;
	overflow:hidden;
}


/* Scoring Summary - Added for build 8110 (10/11/10)
-----------------------------------------------------------------------------*/
.wicket-modal .sh_Scoring_Preview {
overflow: hidden;
}
.wicket-modal .sh_Scoring_Preview h3 {
margin-left: 4px;
}
.wicket-modal .sh_Scoring_Preview ul {
list-style: none;
margin: 5px 0 0 0;
overflow: hidden;
padding-left: 0;
}
.wicket-modal .sh_Scoring_Preview ul li {
padding-bottom: 15px;
padding-left: 50px;
position: relative;
}
.wicket-modal .sh_Scoring_Preview .sh_Scoring_Question {
font-weight: bold;
padding: 0 5px;
}
.wicket-modal .sh_Scoring_Preview .sh_Scoring_Value {
padding: 5px;
}
.wicket-modal .sh_Scoring_Preview .sh_Scoring_Info {
padding: 5px;
margin-left: 5px;
}
.wicket-modal .sh_Scoring_Preview .sh_Scoring_Score {
left: 0;
padding: 5px;
position: absolute;
top: 0;
width: 30px;
background: #eee;
border: 1px dashed #ccc;
font-size: 1.6em;
text-transform: uppercase;
text-align: center;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.ie6 .wicket-modal .sh_Scoring_Preview .sh_Scoring_Score {
left: -55px;
}
.wicket-modal .sh_Scoring_Preview .sh_Scoring_Info {
/* Default */
border-top: 2px solid #ccc;
color: #aaa;
font-style: italic;
-moz-border-radius: 3px;
}
.wicket-modal .sh_Scoring_Preview .sh_Scoring_KnockedOut {
color: #D24119;
background: #f8e3dd;
border: 1px solid #D24119;
}
.wicket-modal .sh_Scoring_Summary {
margin: 15px 0 0;
padding: 20px 0 5px 0;
border-top: 3px solid #36A8D7;
font-weight: bold;
}
.wicket-modal .sh_Scoring_Summary .sh_Scoring_Total,
.wicket-modal .sh_Scoring_Summary .sh_Scoring_Required,
.wicket-modal .sh_Scoring_Summary .sh_Scoring_Knockouts,
.wicket-modal .sh_Scoring_Summary .sh_Scoring_Result {
padding: 10px;
margin-bottom: 10px;
background: #eee;
border: 1px dashed #ccc;
font-size: 1.2em;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.wicket-modal .sh_Scoring_Summary .sh_Scoring_Result {
/* Default */
color: #008800;
background: #d5fbd9;
border: 2px solid #9edea1;
}
.wicket-modal .sh_Scoring_Summary .sh_Scoring_ScreenedOut {
color: #D24119;
background: #f8e3dd;
border: 1px solid #D24119;
}
.wicket-modal .sh_Scoring_Summary .sh_Scoring_Total_Label,
.wicket-modal .sh_Scoring_Summary .sh_Scoring_Required_Label,
.wicket-modal .sh_Scoring_Summary .sh_Scoring_Knockouts_Label,
.wicket-modal .sh_Scoring_Summary .sh_Scoring_Result_Label {
display: inline;
padding-right: 15px;
font-weight: normal;
}
.wicket-modal .sh_Scoring_Summary .sh_Scoring_Total_Score,
.wicket-modal .sh_Scoring_Summary .sh_Scoring_Required_Score,
.wicket-modal .sh_Scoring_Summary .sh_Scoring_Knockouts_Score,
.wicket-modal .sh_Scoring_Summary .sh_Scoring_Result_Score {
display: inline;
font-weight: bold;
}

/* iFrame in Recruiter - 7.8 - SNAPSTUD-1646
-----------------------------------------------------------------------------*/

/* Edit Details */
#sh_RecruiterDisplay #sh_Masthead {
     margin: 0;
     width: 720px; /* Support 1024 wide resolution */
}
#sh_RecruiterDisplay #sh_Wrapper {
     width: auto;
}
#sh_RecruiterDisplay #sh_Wrapper .sh_Content {
     float: none;
     width: auto;
}
/* Job Wizard */
#sh_RecruiterDisplay .wicket-modal {
     visibility: visible;
     position: relative;
     z-index: 1;
}
#sh_RecruiterDisplay .wicket-modal .wicket-modal {
     position: fixed;
     _position: absolute;
     z-index: 20001;
     visibility: hidden;
}

#sh_RecruiterDisplay .wicket-modal h1 {
     display: none;
}
#sh_RecruiterDisplay .sh_Wizard .sh_WizardContent {
     width: 535px;
}


/* Soundbite - SNAPSTUD-503 & ??? - 7.8.4
-------------------------------------------------- */

.sh_Soundbite {
}

.sh_Soundbite .sh_Instruction {
}

.sh_Soundbite .sh_CallingDetails {
}

.sh_Soundbite .sh_MessageCentre {
background: #F9FDFF;
border: 1px solid #C0E6F6;
border-radius: 5px;
margin-top: 10px;
padding: 5px;
}

.sh_Soundbite .sh_Centre {
border-bottom: 1px dotted #FFD104;
overflow: hidden;
padding: 5px 10px;
}

/*.sh_Soundbite .sh_MessageCentre div .sh_Centre:nth-child(even) {
background: #f1fbfe;
}*/

.sh_Soundbite .sh_MessageCentre div .sh_Centre:last-child {
border-bottom: none;
}

.sh_Soundbite .sh_Centre h4 {
color: #444444;
float: left;
font-weight: normal;
margin: 0;
width: 150px;
}

.sh_Soundbite .sh_Centre ul {
float: left;
margin: 0;
padding: 0;
}

.sh_Soundbite .sh_Centre ul li {
display: inline;
font-size: 1.4em;
font-weight: bold;
list-style: none;
}

.sh_Soundbite .sh_AccessCode {
background: #FFD104;
border-radius: 5px;
margin: 10px 0;
overflow: hidden;
padding: 5px;
}

.sh_Soundbite .sh_AccessCode h3 {
color: #fff;
float: left;
margin: 0;
padding: 3px 0 0 10px;
width: 150px;
}

.sh_Soundbite .sh_AccessCode ul {
float: left;
margin: 0;
padding: 0;
}

.sh_Soundbite .sh_AccessCode ul li {
background: #fff;
border-radius: 5px;
display: inline-block;
font-size: 1.4em;
font-weight: bold;
list-style: none;
margin-right: 5px;
padding: 3px 10px;
}

.sh_Soundbite .sh_AccessCode ul li span {
}

.sh_Soundbite .sh_Command {
}

.sh_Soundbite .sh_Command button {
margin: 0 10px 0 0;
}
