/*general style for Button*/
.Careers_Button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #59a4c5;
	height: 20px;	
}

.CareersButton {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: normal;
	font-weight: normal;
	text-decoration: underline;
	margin-left: 5px;	
	text-align: center;
}

.CareersButton:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: normal;
	font-weight: normal;
	text-decoration: underline;	
	margin-left: 5px;
	text-align: center;
}

.MyClass {
	margin-left:5px;
}


/*general style for Caption*/
.Careers_Caption {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #325c6e;
}

/*genaral style for Information*/
.Careers_Text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #325c6e;
}

/*general style for header*/
.Careers_Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #9f3609;
}


/*general style for textbox*/
.Careers_TextBox {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #325c6e;
	border: 1px solid #59a4c5;
}

/*general style for Drop Down*/
.Careers_DropDown {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #325c6e;
	background-color : #FFFFFF;
	border: 1px solid #59a4c5;
	width: 200px;
}

/*general style for grid*/
.Careers_Grid {
	border: 1px solid #59a4c5;
}

.CareersRow {
	background-color: #FFFFFF;
}

.CareersRow1 {
	background-color: #F4F4F4;
}

.GridHeader {
	background-color: #6a6a6a;
	color: #FFFFFF;
}

.SortButton {
	background-color: #6a6a6a;
	color: #FFFFFF;
}

/*style of the selected item*/
.PagerCSS {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	white-space: nowrap;
	word-spacing: 5px;
	display: table-row-group;
	min-width: 8px;
	color: #0000ff;		
}

/*style for whole pager element when mouse over*/
.PagerCSS:hover {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	white-space: nowrap;
	word-spacing: 5px;
	display: table-row-group;
	min-width: 8px;
	color: #000000;		
}


/*style for the items of the pager*/
.PagerCSS a{
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	white-space: nowrap;
	word-spacing: 5px;
	display: table-row-group;
	min-width: 8px;
	color: #0000ff;		
}

/*style for hover-element inside the items*/
.PagerCSS a:hover {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	white-space: nowrap;
	word-spacing: 5px;
	display: table-row-group;
	min-width: 8px;
	color: #000000;		
}

table.Careers_Grid td {
	padding-left: 3px;
}


.Careers_Table
{
 	background-color:#e9e9e9; 
	border: solid 1px #59bff4; 
	width: 100%
}

table.atable1 
{
	margin:0px;
	border: solid 1px white;
	border-spacing:0px;
	border-collapse:collapse;
	border-top: solid 1px #333366;
    
}
table.atable 
{
	margin:0px;
	border: solid 1px white;
	border-spacing:0px;
	border-collapse:collapse;
}

table.atable th
{
	background-color: #E5E4EF;
	height: 28px;
	font: bold 9pt Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #847BAC;
	text-align: left;
	vertical-align: middle;
	padding-left: 20px;
	border: solid 1px white;
}

table.atable th a
{
	background-color: #E5E4EF;
	font: bold 9pt Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #847BAC;	
}

table.atable td 
{
	font: 9pt Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #333366;
	height: 28px;
	background-color: #F3F2F8;
	padding-left: 5px;
	vertical-align:middle;
	border: solid 1px white;
    
}
table.atable td a
{
	font: 10pt Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #333366;
	/*background-color: #F3F2F8;*/
}
 
table.atable tfoot tr td
{
	font: 10pt Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #333366;
	height: 70px;
	background-color: white;
	background-position: bottom left;
	background-repeat:repeat-x;
	vertical-align:middle;
    	text-align: center;
}

.firstbutton
{
	border: none;
	background-image: url(../images/button_first.gif);
	width: 16px;
	height: 16px;
}
.firstbuttondis
{
	border: none;
	background-image: url(../images/button_first_dis.gif);
	width: 16px;
	height: 16px;
}
.prevbutton
{
	border: none;
	background-image: url(../images/button_prev.gif);
	width: 16px;
	height: 16px;
}
.prevbuttoncal
{
	border: none;
	background-image: url(../images/button_prev_cal.gif);
	width: 16px;
	height: 16px;
}
.prevbuttondis
{
	border: none;
	background-image: url(../images/button_prev_dis.gif);
	width: 16px;
	height: 16px;
}
.nextbutton
{
	border: none;
	background-image: url(../images/button_next.gif);
	width: 16px;
	height: 16px;
}
.nextbuttoncal
{
	border: none;
	background-image: url(../images/button_next_cal.gif);
	width: 16px;
	height: 16px;
}
.nextbuttondis
{
	border: none;
	background-image: url(../images/button_next_dis.gif);
	width: 16px;
	height: 16px;
}
.lastbutton
{
	border: none;
	background-image: url(../images/button_last.gif);
	width: 16px;
	height: 16px;
}
.lastbuttondis
{
	border: none;
	background-image: url(../images/button_last_dis.gif);
	width: 16px;
	height: 16px;
}

