/* CSS Document */

#choosearea {
        position: relative;
        width: 498px;
        height: 280px; 
        top: 0px;
        left: 0px;
}
#singlecolumn .general {
        position: absolute;
        top: 0px;
        left: 0px;
}
#singlecolumn .financial {
        position: absolute;
        top: 0px;
        left: 226px;
}




.jobsummary {
	margin: 20px 0px 40px 0px;
	padding: 0px 0px 1px 0px;
	border-top: solid 1px #CF0264;
	border-bottom: solid 1px #CF0264;
}

.jobsummary h4 {
	font-size: 155%;
	font-weight: normal;
	font-family: "Helvetica Neue Light", Arial, sans-serif;
	color: #CF0264;
	letter-spacing: -0.05em;
	margin: 0px;
	background: #E2F6FF;
	padding: 5px 5px;
	border-bottom: solid 1px #fff;
}

.jobsummary h5 {
	font-size: 115%;
	font-weight: normal;
	font-family: "Helvetica Neue Light", Arial, sans-serif;
	color: #CF0264;
	margin: 0px;
	background: #FFD7EA;
	padding: 1px 5px;
	border-bottom: solid 1px #fff;
}

.jobsummary h3 {
	font-size: 115%;
	font-weight: normal;
	font-family: "Helvetica Neue Light", Arial, sans-serif;
	color: #CF0264;
	margin: 0px;
	background: #E2F6FF;
	padding: 10px 5px;
}

.jobsummary p, .jobsummary .expandableSection {
	font-size: 100%;
	font-weight: normal;
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #333;
	line-height: 1.25em;
	letter-spacing: 0.1em;
	background: #fff;
	padding: 7px 5px;
	margin: 0px;
}

.expandableSectionHeader{background-color:#FFD7EA;cursor:pointer;cursor:hand;padding:5px;margin:0px;}
.expandableSection {display:none;padding:10px;margin:0px;overflow:hidden;}


#singlecolumn .jobsummary a {
	font-size: 100%;
	font-weight: normal;
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #000;
	line-height: 1.25em;
	letter-spacing: 0.1em;
	text-decoration: none;
}

#singlecolumn .jobsummary a:hover {
	font-size: 100%;
	font-weight: normal;
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #000;
	line-height: 1.25em;
	letter-spacing: 0.1em;
	text-decoration: none;
	background-color: #FFD7EA;
}




.textBox
{
		vertical-align: middle;
		border-top: #003C73 1px solid;
		border-bottom: #003C73 1px solid;
		border-left: #003C73 1px solid;
    border-right: #003C73 1px solid;
    color: #003C73;
    background-color: #fff;
		font-size: 100%;
}





#applicationtable tbody tr.odd  td
{
background-color: #FFD7EA;
padding: 4px;
margin: 0px;
border: 0px;
}
    
#applicationtable tbody tr td
{
background-color: #E2F6FF;
padding: 5px;
margin: 0px;
border: 0px;
font-size: 100%;
font-weight: normal;
font-family: "Helvetica Neue", Arial, sans-serif;
color: #CF0264;
line-height: 1.25em;
letter-spacing: 0.1em;
}



