/* ************************* */
/* General
/* ************************* */  

#contenttitle {
	margin-bottom: 20px;
	font-size: 26px;
	clear:both;
}
#asbreadcrumbs {
	margin-bottom: 10px;
}
#asbranding {
	margin-top: 40px;
	text-align: right;
}
#asbranding img {
	border: 0;
}

#ascontainer table th, #ascontainer table td {
    vertical-align: top;
}

#ascontainer table {
	border-collapse: collapse;
}

#asfooter {
	margin-top: 20px;
	text-align: center;
}
#asfooter a:hover {
	text-decoration: underline;
}
#asfooter, #asfooter a {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}

.inputtext, .textarea, .inputpassword {
	background-color: #F3F3F3;
}

.file {
	background: url('/images/icons/attach.png') no-repeat top left;
	padding-left: 18px;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* ************************* */
/* Display table
/* ************************* */  

.displaytable {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.displaytable th, .displaytable td {
	padding: 3px 6px;
	text-align: left;
}

.displaytable td {	
    border: none;
}

.displaytable th {
	border-bottom: 1px solid #aaa;
	background-color: #ddd;
	font-weight: bold;
}

.displaytable th.sortable {
    cursor: pointer;	
}

.tablepager {
	font-size: smaller;
	font-style: italic;
	text-align: right;
}

/* ************************* */
/* Listing
/* ************************* */  

.listingtitle {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

.apply, .applyemail {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

.applyemail {
	border: 1px solid black;
	padding: 5px 10px;
}

a#apply-a, a#apply-a:link, a#apply-a:visited{
	padding: 5px 20px 5px 20px;
	background: #983D3A;
	border: 1px #D45951 solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: smaller;
	color: #FFFFFF !important;
}

a#apply-a:hover {
	text-decoration: none;
	border: 1px #575C5F solid;	
	background: #4C4D51;
}

/* ************************* */
/* Application / Questions
/* ************************* */  

.question {
    margin-left: 20px;
    margin-bottom: 10px;
}

.answer {
    margin-top: 6px;
    margin-left: 30px;
}

.qtable {
	width:100%;
	margin: 10px 0px;
}
.qtable td {
}

.qtable_q {
	width:50%;
	padding-right: 10px;
	text-align:right;
}

.qtable_q2 {
	padding:4px;
}

.qtable_h1 {
	text-align:center; 
	background-color:#666; 
	font-weight:bold;
	color: white;
}

/* ************************* */
/* Tables
/* ************************* */  

.formtable th {
    padding-top: 3px;
    padding-bottom: 2px;
}

.formtable td {
    padding-top: 0px;
    padding-bottom: 2px;
}

.formtable td.noinput {
    padding-top: 3px;
}

.formtable th {
	/*padding-top: 3px;*/
    font-weight: normal;
    border-bottom-width: 0px;
	white-space: nowrap;
}

.formtable th, .formtable td {
    border: none;
}

.formtable div.sectionhead, .sectionhead {
	border: 1px solid #ccc;
	margin-top: 12px;
	margin-bottom: 6px;
	padding: 5px 8px;
	background-color: #ddd;
/*	font-weight: bold;*/
}

.formtable .fieldinfo {
	font-style: italic;
}

.formtable td.noinput {
	padding-top: 3px;
}

@media (max-width: 767px) {
	.formtable th, .formtable td {
		display: block;
	}
	.formtable th {
		font-weight: bold;
		text-align: left !important;
	}
	.formtable td {
		margin-bottom: 6px;
	}
	.formtable textarea, .formtable input[type="text"], .formtable input[type="tel"], .formtable input[type="date"], .formtable input[type="email"], .formtable input[type="password"] {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.formtable th {
		text-align: right;
		padding-right: 16px;		
	}
}

.sectioninstruction {
	margin-bottom: 12px;
}

.errormsg {
	background-color: #ffbbbb;
	padding: 4px 8px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	color: black;
}

.errormsg li {
	color: black;
	font-weight: bold;
	text-align:left;
}

.successmsg {
	background-color: #e9ffd3;
	padding: 4px 8px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	color: black;
}

.showtable th {
	text-align: right;
	padding-right: 6px;
	white-space: nowrap;
	font-weight: bold;
}

.showtable th, .showtable td {
	padding-top: 2px;
	padding-bottom: 2px;
    vertical-align: top;
    border: none;
}

/* ************************* */
/* Email Thread Styles
/* ************************* */  

.msgtable th {
	text-align: left;
	font-weight: normal;
}

.msgtable {
	text-align: left;
}

.msgsubject {
}

.msgbodytd {
	border: 1px solid #888888;
	padding: 3px 6px;
}

.msgbody {
	width: 500px;
}

.msgactions {
	padding-left: 5px;
}

.msgsubject {
	margin-bottom: 10px;
	font-weight: bold;
}

.msgfrom, .msgdate, .replyfrom {
	margin-right: 10px;
	text-align: right;
}

.replysubmit {
	margin-top: 10px;
}

.vspacer {
	height: 10px;
}

.replyconfirm {
	font-weight: bold;
	font-style: italic;
}

/* ************************* */
/* Application Styles
/* ************************* */  

div.app_name {
	font-size: larger;
}

div.jobdetail {
/*	padding: 3px 6px;
	border: 2px solid #666666;*/
}

#ascontainer a{
    color: #0366d6;
    text-decoration: underline;
}

/* ************************* */
/* Button Styles
/* ************************* */  

.buttons {
	display: inline;
}

.buttons a, .buttons button{
    margin:0 7px 0 0;
    border:1px solid #999;
    font-size: 13px;
  	line-height: 1.42857143;
    text-decoration:none !important;
    color:white !important;
    cursor:pointer;
    padding:7px 20px 8px 17px;
    border-radius: 4px;
    white-space: nowrap;
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:1px 12px 0px 9px; /* IE6 */
}
.buttons button[type]{
    padding:2px 12px 2px 9px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:1px 12px 0px 9px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

.buttons button, .buttons a {
	background-color: #648DBF;
}

.buttons button:hover, .buttons a:hover {
	background-color: #999;
}

.btn-xs a {
    border-radius: 3px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    padding: 5px 7px 4px 7px !important;
}

.btn-default a {
    background-color: #fff !important;
    border-color: #ccc !important;
    color: #333 !important;
}

.btn-default a:hover {
	background-color: #e6e6e6 !important;
}

/* ************************* */
/* Date Chooser Styles
/* ************************* */  

.calendar * { margin: 0; padding: 0; border: 0; font-family: Tahoma, serif; font-weight: normal; color: #000; }
.calendar .invalidday a, .calendar .invalidday a:hover { color: #ccc; background: #fff; cursor: default; }
.calendar .selectedday { background: #ddd; }
.calendar .today { font-weight: bold; color: #f00; }
.calendar a { padding: 0 2px; color: #000; text-decoration: none; }
.calendar a:hover { background: #bbb; }
.calendar table { border-collapse: collapse; font-size: 90%; }
.calendar tbody td { width: 20px; }
.calendar td, .calendar th { padding: 1px; text-align: center; }
.calendar thead td { border-bottom: 1px solid #aaa; }
.calendar thead td { font-weight: bold; }
.calendar thead th a { font-size: 95%; font-weight: bold; }
.calendar thead th { padding: 2px 0; vertical-align: middle; background: #ddd; }
.calendar { padding-bottom: 2px; border: 1px solid #aaa; font-size: small; background: #fff; }
.calendaricon { cursor: pointer; }
.calendarlink, .calendaricon { margin: 0 3px; }