/* ************************* */
/* General
/* ************************* */  

#contenttitle {
	margin-bottom: 20px;
	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;
}

.file {
	background: url('/images/icons/attach.png') no-repeat top left;
	padding-left: 18px;
}

/* ************************* */
/* Display table
/* ************************* */  

.displaytable {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.displaytable th, .displaytable td {
	padding: 3px 6px;
	text-align: left;
}

.displaytable td {	
    border: none;
}

.displaytable th {
	border-bottom: 3px double #666666;
}

.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%;
}
.qtable td {
	width:50%;
	padding: 4px;
}

.qtable_q {
	text-align:right;
}

.qtable_h1 {
	text-align:center; 
	background-color:#CCC; 
	font-weight:bold
}

/* ************************* */
/* 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 {
    text-align: right;
	/*padding-top: 3px;*/
    padding-right: 12px;
    font-weight: normal;
    border-bottom-width: 0px;
	white-space: nowrap;
}

.formtable th, .formtable td {
    border: none;
}

.formtable div.sectionhead {
	border-bottom: 1px solid #444444;
	margin-top: 12px;
	margin-bottom: 6px;
	padding: 3px 3px 0px 3px;
}

.formtable .fieldinfo {
	font-style: italic;
}

.formtable td.noinput {
	padding-top: 3px;
}

.sectionhead {
	border-bottom: 1px solid #444444;
	margin-top: 12px;
	margin-bottom: 6px;
	padding: 3px 3px 0px 3px;
}

.sectioninstruction {
	margin-bottom: 12px;
}

.errormsg {
	background-color: #ffbbbb;
	padding: 4px 8px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

.successmsg {
	background-color: #e9ffd3;
	padding: 4px 8px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

.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;*/
}

