/* ************************* */
/* General
/* ************************* */  

#contenttitle {
	margin-bottom: 20px;
}
#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 {
	background-color: #F3F3F3;
}

/* ************************* */
/* 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;
	background-color: #EEEEEE;
	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%;
}
.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, .sectionhead {
	border-bottom: 1px solid #444444;
	margin-top: 12px;
	margin-bottom: 6px;
	padding: 3px 3px 0px 3px;
	background-color: #EEEEEE;
	font-weight: bold;
}

.formtable .fieldinfo {
	font-style: italic;
}

.formtable td.noinput {
	padding-top: 3px;
}

.sectioninstruction {
	margin-bottom: 12px;
}

.errormsg {
	background-color: #ffe0e0;
	padding: 4px 8px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	color: black;
}

.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;*/
}

/* ************************* */
/* Button Styles
/* ************************* */  

.buttons {
	display: inline;
}

.buttons a, .buttons button{
    margin:0 7px 0 0;
    border:1px solid #222;
    border-top:1px solid #bbb;
    border-left:1px solid #bbb;
    font-size:100%;
    line-height:120%;
    text-decoration:none !important;
    color:white !important;
    cursor:pointer;
    padding:2px 12px 3px 9px; /* Links */
}
.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: #983D3A;
}

.buttons button:hover, .buttons a:hover {
	background-color: #4C4D51;
}

