/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Form Styling
 */


/* FIELDSETS
---------------------------------------- */
fieldset {
	border: 0;
}

/* ACTION BUTTONS
---------------------------------------- */
input.action {
	padding: 2px;
	font-size: 11px ;
	font-family: Verdana, Tahoma, Sans-serif;
}
input.action:hover,
input.action:focus {
	cursor: pointer;
}

/* FIELD FORMATING
---------------------------------------- */
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	padding:0;
	width: 306px;
	clear: left;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}
	
	.middleColumn .middleColumn {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	
	.middleColumn .message {
		margin: 0;
	}
/* INPUT BOXS
---------------------------------------- */

input.text, textarea {
	padding: 4px;
	border: 1px solid #999999;
	color: #000;
	font-size: 10px;
	font-weight: normal;
	width: 300px;
	margin: 0 0 10px 0;
}
select {
	padding: 3px;
	border: 1px solid #999999;
	color: #000;
	font-size: 10px;
	font-weight: normal;
	width: 300px;
	margin: 0 20px 10px 0;	

}

textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

/* SELECT DROPDOWN
---------------------------------------- */

select {
	width: auto;
}

/* LABELS
---------------------------------------- */
.typography label {
	display: block;
	margin: 10px 0 -10px 0;
	color: #092964;
	font-size: 11px;
}

label.right {
	display:inline;
}
/* SEARCH BOX 
---------------------------------------- */
#Search {
	width: 105px;
}
	input#Search_Form_SearchForm_Search {
		width: 110px;
		padding: 3px;
		margin-left: -4px;
		font-size: 12px;
	}
#Sidebar input.action {
	font-size: 12px;
	float: right;
	padding: 1px;
	margin: -22px 10px 0 0;
}

/* CHECKBOXES
---------------------------------------- */
ul.optionset {
	margin: 0;
	overflow: hidden;
}
	ul.optionset li {
		margin: 6px 0;
		clear: both;
	}
		ul.optionset li input {
			float: left;
			margin: 0 6px;
		}
		ul.optionset li label {
			margin: 0;
		}
		
/* FCG
---------------------------------------- */

input#Form_edit_account_save_WorksiteAddress.text, input#Form_edit_account_save_BillingAddress.text {
	margin: 0 0 0 0;
}
input#Form_save_job_action_save_job.action, input#Form_edit_account_save_action_edit_account_save.action, input#generalSubmitButton {
	width:93px;
	height:63px;
	background-image: url(/themes/blackcandy/images/submit-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0 0 28px 0;
	color:#ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;

}
.headerRow {
	background-image: url(/themes/blackcandy/images/table-header-bckgrd.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 33px;
	color:#000000;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.headerRow th {
	font-weight: bold;
	padding: 0 10px 0 10px;

}
.headerRow th.first, .headerRow td.first {
	background-image: url(/themes/blackcandy/images/table-header-bckgrd-first.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.headerRow th.last, .headerRow td.last {
	background-image: url(/themes/blackcandy/images/table-header-bckgrd-last.png);
	background-repeat: no-repeat;
	background-position: right top;
}



#jobSearchSubmit {
	background-image: url(/themes/blackcandy/images/search-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	border:none;
	padding: 1px 0 0 0;
	height: 18px;
	width: 18px;
}
.viewJobButton {
	background-image: url(/themes/blackcandy/images/viewjob-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	display:inline-block;
	width:71px;
	height:21px;
	margin: 0 0 -6px 5px;
}
.viewJobButton span {
	display:none;
}
.sidebarBox table {
	padding: 0 0 0 30px;
}

a#generalApplyNow {
	width:105px;
	height:63px;
	background-image: url(/themes/blackcandy/images/applynow-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 7px 0 0 0;
	color:#ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	cursor: pointer;
	display:block;
	text-decoration:none;
	text-align: center;
}
#widget {
	float:right;
	width:180px;
	margin-left:20px;
	clear: both;	
}
#widget li {
	float:right;
	list-style-type: none;
	padding-left:20px;
}
li.print {
	background-image: url(/themes/blackcandy/images/icons/printer_empty.png);
	background-repeat: no-repeat;
	background-position: left;
	list-style-type: none;

}
li.share {
	background-image: url(/themes/blackcandy/images/icons/page_white_stack.png);
	background-repeat: no-repeat;
	background-position: left;
	list-style-type: none;

}
li.back {
	background-image: url(/themes/blackcandy/images/icons/resultset_first.png);
	background-repeat: no-repeat;
	background-position: left;
	list-style-type: none;
}
li.add {
	background-image: url(/themes/blackcandy/images/icons/add.png);
	background-repeat: no-repeat;
	background-position: left;
	text-align: right;
	list-style-type: none;
}
.typography form p {
	color:#092964;
	padding:0;
	margin:0 0 15px 0;
}
a#customerApplyNow {
	width:105px;
	height:63px;
	background-image: url(/themes/blackcandy/images/applynow-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 9px 0 0 0;
	color:#ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	cursor: pointer;
	display:block;
	text-decoration:none;
	text-align: center;
}
.headerRowFull {

	height:33px;
	padding:8px;
}
#sorttable.full {
	background-image: url(/themes/blackcandy/images/fullwidth-tableheader.png);
	background-repeat: no-repeat;
	background-position: left top;
}



/*-------Map--------*/

#mapBorder {	
	padding: 10px;
	border: 1px solid #CCCCCC;
	position: relative;
}
#map {
	float:left;
	width:460px;
	height:500px;
	position: relative;
	left: 0px;
	top: 0px;
}
	#list { float:left; list-style:none; padding:0; margin:0; }
	#list li { padding:10px 6px 10px 15px ;margin:0; display:block; }
	#list li:hover { background:#E7EAF0; color:#666; cursor: pointer; }



#sorttable {
	background-image: url(/themes/blackcandy/images/regwidth-tableheader.png);
	background-repeat: no-repeat;
	background-position: left top;
}

