/* TABLES
-------------------------------------------------------------------------*/
	/*Common Styles--*/
table.tablelist,table.tabledata {
	width: 100%;
}

table.tablelist td,table.tabledata td {
	text-align: left !important;
	vertical-align: top !important;
}

tr.first {
	
}

tr.last {
	
}

td.first {
	
}

td.last {
	
}

/*List Table--*/
table.tablelist td.sectiontableheader {
	
}

table.tablelist tr.sectiontableentry1 td {
	
}

table.tablelist tr.sectiontableentry2 td {
	
}

/*Data Table--*/
table.tabledata td.sectiontableheader {
	
}

table.tabledata tr.sectiontableentry1 td {
	
}

table.tabledata tr.sectiontableentry2 td {
	
}

/*Jobs List--*/
table.joblist td {
	
}

table.joblist td.sectiontableheader {
	
}

table.joblist tr.sectiontableentry1 td {
	
}

table.joblist tr.sectiontableentry2 td {
	
}

table.tabledata td.col1 {
	width: 20%;
}

table.tabledata td.col2 {
	width: 79%;
}

table.tablelist td.hot {
	background-color: AntiqueWhite;
}

/*Resume--*/
table.resumedetails td {
	
}

table.resumedetails td.sectiontableheader {
	
}

table.resumedetails tr.sectiontableentry1 td {
	
}

table.resumedetails tr.sectiontableentry2 td {
	
}

/* DETAIL PAGES
-------------------------------------------------------------------------*/
	/*Company---*/
h4.co-name {
	
}

.co-img {
	
}

.co-des {
	
}

/*Candidate---*/
h4.can-name {
	
}

.can-img {
	
}

.can-des {
	
}

/* MISC
-------------------------------------------------------------------------*/
	/*Tooltips--*/
.tool-tip {
	z-index: 999;
	background: #FFFFCC;
	padding: 5px;
	border: 1px solid #C3C39C;
	width: 200px;
}

.messengers {
	width: 100%;
	text-align: center;
}

.ui-accordion .ui-accordion-content {
	overflow-x: scroll;
	overflow-y: scroll;
	width: 100%;
	height: 0px;
}

h4.show,h4.hide {
	cursor: pointer;
}

/* To be updated ---*/
td.jobs-pagination .inputbox {
	padding: 0px !important;
}

td.jobs-pagination ul.pagination {
	background: none;
	margin: 0;
	padding: 0;
}

.hasTip img {
	margin: 0 !important;
	vertical-align: middle;
}

.tool-tip {
	background: #FFFFFF;
	border: 1px solid #cccccc;
	float: left;
	width: 400px !important;
	max-width: 400px !important;
	padding: 5px;
}

div.jobs-pagination {
	padding: 20px 0 0;
}

div.jobs-pagination .list-footer {
	width: 100% !important;
	float: left;
	clear: both;
}

div.jobs-pagination .limit {
	float: right;
}

div.jobs-pagination .counter {
	width: 100%;
	float: none;
	text-align: center;
	clear: both;
	font-size: 92%;
	color: #666;
}

a.button {
	padding: 3px 5px;
}

a.button:hover,a.button:focus,a.button:active {
	text-decoration: none;
}

pre,.code {
	background: none !important;
	border-left: 0 !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-size-adjust: none !important;
	font-stretch: normal !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	line-height: 1.5 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.jajb-item-note .jajb-note-text {
	background: #F6F6F6;
	border-bottom: 1px solid #E5E5E5;
	margin: 10px 0 0;
	overflow: auto;
	padding: 5px 10px;
}

.jajb-item-note .jajb-header {
	font-weight: bold;
	margin: 0 -10px 10px;
	padding: 3px 10px 5px 10px;
}

#ja-splitcontent {
	border: 1px solid #E7E8E6;
	border-bottom: none;
	padding: 5px 15px;
	color: #626A69;
	background: #F8F8F7;
}

.jajb-title {
	font-weight: bold;
}

table.jobdetails tr {
	border: 1px dotted silver !important;
}

table.jobdetails td {
	border: none !important;
}

/* My Application */
#ja-list-applications {
	height: 1%;
	min-height: 323px;
	position: relative;
}

#ja-list-applications .ja-application {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #F5F5F5 none repeat scroll 0 0;
	border-bottom: 1px solid #CCCCCC;
	clear: both;
}

#ja-list-applications .ja-application:hover {
	background: white;
}

#ja-list-applications .ja-letter {
	float: left;
	min-height: 2.5em;
	padding: 5px 6px;
	width: 80%;
}

#ja-list-applications .apply-time {
	float: right;
	padding: 6px;
	text-align: right;
}

#ja-applications-top {
	border-bottom: 1px solid #CCCCCC;
	height: 32px;
	width: 100%;
	position: relative;
	float: left;
	clear: both;
	color: #0099CC;
}

.apply-top-left {
	float: left;
	width: 60%;
}

.apply-top-right {
	float: right;
	text-align: right;
	width: 15%;
}

.apply-top-left,.apply-top-right {
	font-weight: bold;
	line-height: 18px;
	padding: 7px 0;
}

#ja-list-applications a {
	color: blue !important;
}

.note {
	font-weight: bold;
	color: red;
	float: right;
}

.div-filter-right,.div-filter-left {
	background: white !important;
}
.sectiontableheader{
	background: #55A7CD;
}
#ja-box-action {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;	
	height: 30px;
	padding-right: 0;
	padding-top: 6px;
	position: fixed;
	right: 0;	
	width: 100%;
	bottom: -60px;
	z-index: 1000;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;  
	-moz-border-radius-topright: 3px;
}
#ja-box-action .jalist-actions-right{
	float: right;
	width: 40%;
	padding-right: 20px;
}
#ja-box-action .jalist-count{
	float: left;
	width: 49%;
	padding-left: 20px;
}

.jalist-actions-right ul{
	padding-top: 0;
}
#ja-box-action li{
	display: inline;
	background: none;
}
#ja-box-action li a{
	font-weight: bold;
	font-size: 120%;
	/*color: white;*/
	text-decoration: none;
}
#ja-box-action li a:hover{	
	text-decoration: underline;
}