/*

Studio override file for snaphire_bx.css
----------------------------------------

bm version:     6.0.3
date:      		2 Aug 2010
author:    		Jeremy Wiersma
client:			The Warehouse

Structure:		1) Call: sh_bx_color_ovr.css
				2) Call: sh_bx_border_ovr.css (not implemented)
				3) Call: sh_bx_forms_ovr.css (not implemented)
				4) Direct selector overrides

*/

/* LOAD OVERRIDE SETS
-------------------------------------------------------------- */

@import url("sh_bx_color_ovr.css");
/*
@import url("sh_bx_border_ovr.css");
@import url("sh_bx_forms_ovr.css");
*/


/* DIRECT SELECTOR OVERRIDES
-------------------------------------------------------------- */

body {
	background: #eee url("/morph/images/bg.png") repeat-x center top;
}

div.sh_Panel {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0;
	background: #fff;
}

.twl-top {
	background: url(/morph/images/sh_panel_top_bg.png) center top no-repeat;
	height: 5px;
}

.twl-bottom {
	background: url(/morph/images/sh_panel_bottom_bg.png) center bottom no-repeat;
	height: 5px;
	margin: 0 0 10px 0;
}

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:167px;
}

.sh_Form div.formRow span.modalLink a, .sh_Form div.formRow span.modalLink a:visited {
	background: url("/images/select_divider_black.gif") repeat-y 151px 0;
}

.sh_FormPanel .sh_FormPanelHeader {
	color: #777;
}

.sh_LoginStatus {
	background: #fff;
}

.sh_LoginStatus a,
.sh_LoginStatus a:visited {
	color: #000;
	font-weight: normal;
}

.sh_LoginStatus a:hover {
	color: #fff;
}

.applicationSummary .summaryField {
		border-bottom: 1px dashed #D6BA40;
	}
	
	.applicationSummary .summaryField .summaryHeader {
		background: #FCECA8;
	}
	
	.applicationSummary .summaryField .summaryContent {
		width: 60%;
	}

.sh_FormPanel .emailPreviewPanel {
	border: 1px solid #f6f0c0;
	background: #fdfcf5;
}

.bread-crumb ul {
	list-style: none;
}

#job-status {
        display: inline;
}
