.jppagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #DB5473;
}
.pageheadline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #DB5473;
	border:1px solid #DB5473;
	background-color:#FCC2D1;
}
.sectionheadline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #DB5473;
	border-bottom:1px solid #DB5473; 
}
.tableborder{
	border-width: thin;
	border-style: dashed;
	border-color:#DB5473;
}
.maintext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.sortlnks{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #DB5473;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
}
.sortlnks:link, .sortlnks:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #DB5473;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
}

.sortlnks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #DB5473;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
}

	/* -------------------------------------------------- */
	/* toplinks */
	/* -------------------------------------------------- */
	#toplinks {
		clear:left;
		float:left;
		width:100%;
		line-height:0px;
		background:#F580FF;
		font-family:Trebuchet MS, Helvetica, sans-serif;
		border-bottom:1px solid #F148FF;
		overflow:hidden;
	}
	#toplinks ul {
		clear:left;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		left:50%;
		text-align:center;
	}
	#toplinks ul span {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
	#toplinks ul span.first {
		border-left:1px solid #F148FF;
	}
	#toplinks ul span.last {
		border-right:1px solid #F899FF;
	}
	#toplinks ul span a {
		display:block;
		margin:0;
		padding:.3em .9em;
		padding-top:.5em;
		color:#AD00BB;
		text-decoration:none;
		border-left:1px solid #F899FF;
		border-right:1px solid #F148FF;
		line-height:1.1em;
	}
	#toplinks ul li a span {
		font-weight:bold;
	}
	#toplinks ul span a:hover {
		color:#CE00DF;
	}	
	#toplinks ul span a span {
		display:block;
	}

	/* -------------------------------------------------- */
	/* captcha label*/
	/* -------------------------------------------------- */
	.captchalab{
		font-size: 12px;
		font-weight: bolder;
		color: red;
	}

a.pageLink:link, a.pageLink:active, a.pageLink:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:27px;
	padding:3px 15px;
	text-decoration: none;
	color: #DB5473;
	border:1px solid #FCC2D1;
}

a.pageLink:hover{
	border:1px solid #DB5473;
}

.curloc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #DB5473;
}
.curloclnk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DB5473;
}
.curloclnk:link, .curloclnk:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DB5473;
}

.curloclnk:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F97798;
	text-decoration: underline;
}

.cattdeven {
	background-color: #F9FCCF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3300;
	font-weight: bold;
}
.cattdodd {
	background-color: #F7FBBB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #FF3300;
	font-weight: bold;
}
.even {
	background-color: #FEEEF4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.odd {
	background-color: #FFD6E2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.jobstatusmsg {
	color: Red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

	/* -------------------------------------------------- */
	/* resume links */
	/* -------------------------------------------------- */
	dl.tabs {
		float: left;
		margin: 10px 0 -1px 0;
		z-index: 50;
	}

	dl.tabs dt {
		float: left;
		padding: 4px 10px;
		border-left: 1px solid #DB5473;
		border-right: 1px solid #DB5473;
		border-top: 1px solid #DB5473;
		margin-left: 3px;
		background: #FCC2D1;
		color: #DB5473;
		font-weight: bold;
	}

	dl.tabs dt.open {
		background: #F9F9F9;
		border-bottom: 1px solid #F9F9F9;
		z-index: 100;
		color: #DB5473;
	}

	div.current { 
		clear: both; 
		border: 1px solid #DB5473; 
		padding: 10px 10px;
	}

	div.current dd 
	{ 
		padding: 0; 
		margin: 0;
	}
.tbfilters {
	border: 1px solid #DB5473;
	background-color: #F9F9F9;
}
.cplinks
{
	width:300px; 
	float:left; 
	margin:5px;  
	color: #e61e1e;
	font-size: 14pt;
}
.cplinks:hover
{
	color: #2c2c2c;
}
.cplinks a
{text-decoration:none;}

.jsjobsmsg{
	font-size: 12px;
	font-weight: bolder;
	color: red;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.testrating{
    color: #8a0101;
    font-size: larger;
    background-color: #99D8FF;
}
.jsjobs_title{
  float: left;
    position: relative;
  left: 5px;
 width: 70%;
 height: 100%;
}
.jsjobs_applynow{
  position: relative;
  top: 0;
  left: 25px;
  float: left;
  width: 15%;
  height: 100%;
  margin-top: 5px;
}
.jsjobs_status {
    position:relative;
    float: left;
    left: 25px;
    width: 12%;
    height: 28px;
}
.jsjobs_status span span{display:none;}
 .jsjobs_status span.jsjobs_new {
     background:url('../images/hotjob.png') no-repeat left top  ;
     display: block;
     width: 83px;
     height: 83px;
 }

.jsjobs_divsubcontainer{
    float: left;
    position: relative;
    width: 70%;
    height: 100%
}
.jsjobs_address{
    float: left;
    left: 5px;
    position: relative;
    width: 95%;
    height: 20%;
}
.jsjobs_leftdiv{
    position: relative;
    left: 5px;
    float: left;
    width: 95%;
    height: 100%;
}
.jsjobs_rightdiv{

    float: left;
    left: 25px;
    position: relative;
    width: 25%;
    height: 100%;
}
.jsjobs_titlestyle{
font-style: italic;
color: #067AB4;

}
.jsjobs_myjobsicons{
 position: relative;
 clear: left;
 float: left;
 text-align: center;
 left: 300px;

}
.jsjobs_resumetop{
    position: relative;
    width: 100%;
    float: left;
    left: 5px;
    top: 3px;
}
.jsjobs_resumeimg {
    position: relative;
    float: left;
    width: 25%;

}
.jsjobs_resumeworkexp{
    position: relative;
    float: left;
    width: 36%;
    top: 10px;


}
.jsjobs_resumeinfo{
    position: relative;
    float: left;
    width: 36%;
    top: 10px;

}
.jsjobs_resumebottom{
    position: relative;
    float: left;
    left: 248px;
    width: 40%;
}
.jsjobs_titlestyle{
    font-style: italic;
    font-size: large;
    color: black;


}
.jsjobs_titlestylewx{
   font:bold ;
    font-size: small;
    color: black;
   text-decoration: underline;


}
.jsjobs_addresslocationset{
    margin-left: 30px;

}
.jsjobs_titlelocationset{
    margin-left: 80px;
    font-size: small;

}
