body {
	font-family: 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	background-color: #eee;
	margin: 0;
	padding: 0;
}

#header {
	margin: 0;
	padding: 0;
	height: 65px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background-color: #ccc;
}

#header #header_inner {
	height: 65px;
	width: 960px;
	margin: auto;
	padding: 0;
}

#header h1 {
	width: 186px;
	height: 50px;
	background-image: url(../img/logo.png);
	text-indent: -9999px;
	float: left;
	clear: left;
	margin: 7px 0 0 0;
}

#header ul.nav {
	margin: 23px 0 0 0;
	padding: 0;
	width: 750px;
	float: right;
	clear: right;
}

#header ul.nav li {
	list-style: none;
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0;
	float: right;
}

#header ul.nav li a {
	display: inline-block;
	width: 110px;
	height: 30px;
	background-color: #444;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 12px 0 0 0;
	text-align: center;
	margin: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#header ul.nav li a:hover {
	background-color: #777;
}

#header ul.nav li a.logout {
	background-color: #800;
	width: 75px;
}

#header ul.nav li a.logout:hover {
	background-color: #b00;
}

#header ul.nav li a.selected {
	background-color: #eee;
	color: #444;
}

#wrapper {
	width: 960px;
	margin: 80px auto auto auto;
	overflow: auto;
	padding-bottom: 40px;
}

h1, h2, h3 {
	margin: 0 0 10px 0;
	padding: 0;
} 

input[type=text],input[type=password],select {
	font-size: 17px;
	height: 21px;
}

select[multiple=multiple] {
	height: 200px;
}

input[type=text],input[type=password],textarea {
	padding: 3px;
	border: 1px solid #999;
	
}

input[type=submit] {
	font-size: 16px;
	text-align: right;
	display: block;
	float: right;
	clear: both;
	background-image: url(../img/icons/tick_16.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 25px !important;
}

input.spellcheck {
	background-image: url(../img/icons/flag_16.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 25px !important;
}

input.loading {
	background-image: url(../img/icons/spinner.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 25px !important;
}

input.complete {
	background-image: url(../img/icons/tick_16.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 25px !important;
}

input.search {
	background-image: url(../img/icons/search_16.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 25px !important;
}

a.previous span {
	background-image: url(../img/icons/left_16.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 30px !important;
}

a.next span {
	background-image: url(../img/icons/right_16.png);
	background-repeat: no-repeat;
	background-position: 60px center;
	padding-right: 30px !important;
}

a.add_button span {
	background-image: url(../img/icons/plus_16.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 30px !important;
}

a.pdf_button span {
	background-image: url(../img/icons/document_16.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 30px !important;
}

a.print_button span {
	background-image: url(../img/icons/print_16.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 30px !important;
}

a.small_button span {
	font-size: 80%;
}

.formsection {
	border: solid 1px #444;
	padding: 10px;
	width: 938px;
	overflow: auto;
	margin-bottom:10px;
	border-radius: 10px;
	background-color: #fff;
	clear: both;
}

.leftsection {
	width: 450px;
	float: left;
	clear: left;
}

.rightsection {
	width: 450px;
	float: right;
	clear: right;
}

.submitsection {
	clear: right;
	overflow: auto;
	float: right;
	width: 400px;
	text-align: right;
}

.formfield {
	overflow:auto;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	margin-top: 5px;
}

.formfield_label {
	width: 20%;
	display: block;
	float: left;
	clear: left;
	font-size: 12px;
}

.formfield_field {
	width: 78%;
	display: block;
	float: right;
	clear: right;
}

.formfield_field input[type=text],.formfield_field input[type=password],.formfield_field textarea {
	width: 95%;
}

.formfield_field input[type=text] {
	padding: 4px;
}

.formfield_field textarea {
	height: 75px;
}

.formfield_field input.date_field,input.date_field {
	width: 150px;
	background-image: url(../img/icons/calendar_16.png);
	background-repeat: no-repeat;
	background-position: 135px center;
	cursor:default;
}

.editable_table {
	width: 100%;
}

.editable_table input {
	width: 95%;
}

.billtable {
	width: 100%;
}

.data_table {
	width: 100%;
	background-color: #fff;
}

.data_table td {
	cursor: pointer;
}

.data_table tr.even td,
.data_table tr.even td.sorting_1 {
	background-color: #eee;
}

.data_table tr.odd td,
.data_table tr.odd td.sorting_1 {
	background-color: #fff;
}

.data_table tr:hover, 
.data_table tr.even:hover td.sorting_1,
.data_table tr.odd:hover td.sorting_1,
.data_table tr.even:hover td,
.data_table tr.odd:hover td {
	background-color: #ddd;
}

.delete_column {
	width: 16px;
}

.delete_button {
	display: block;
	text-indent: -9999px;
	margin-left: 5px;
	background-image: url(../img/icons/delete_16.png);
	width: 16px;
	height: 16px;
}

ul.radio_buttons {
	margin: 0;
	padding: 0;
}

ul.radio_buttons li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}

.form_header {
	position: relative;
	height: 70px;
	width: 500px;
	float: left;
	clear: left;
}

.form_header h2 {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 28px;
	height: 70px;
	background-color: #eee;
	padding: 0 0 0 38px;
	background-repeat: no-repeat;
	width: 100%;
}

.form_header h2.editing {
	background-image: url(../img/icons/pencil_32.png);
}

.form_header h2.saved {
	background-image: url(../img/icons/tick_32.png);
}

.form_header h2.issue {
	background-image: url(../img/icons/warning_32.png);
}


.list_field_list {
	width: 100%;
	border: solid 1px #999;
}

.list_field_list tr:nth-of-type(even) td {
	background-color: #dedede;
}

.list_menu {
	position: absolute;
	z-index: 100;
	border: #444 solid 1px;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.list_menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list_menu li a {
	display: block;
	color: #222;
	text-decoration: none;
	background-color: #fff;
}

.list_menu li a:hover {
	background-color: #222;
	color: #fff;
}

#candidates_listfield {
	width: 300px;
}

.list_field_add input[type=text] {
	width: 175px;
}

input[type=text].imagefield {
	width: 550px; 
}

input[type=button].imagefield {
	width: 70px;
	margin-left: 10px;
}

div.imagefield {
	width: 700px;
	margin: 10px auto auto auto;
	padding: 10px;
	border: #ccc solid 1px;
}

img.imagefield {
	width: 700px;
	display: block;
}

#login_box {
	width: 300px;
	margin: 100px auto auto auto;
}

#login_box h2 {
	font-size: 18px;
}

#login_box label {
	display: block;
	clear: both;
	color: #222;
}

#login_box .login_field {
	height: 55px;
}

#login_box input[type=text],#login_box input[type=password] {
	width: 290px;
	font-size: 18px;
	height: 22px;
}

#login_box input[type=submit] {
	margin-top: 10px;
	width: 95px;
}

#footer {
	width: 960px;
	margin: 0 auto auto auto;
	font-size: 13px;
	clear: both;
}

#footer .report {
	display: block;
	width: 168px;
	float: left;
	clear: left;
	margin-top: 15px;
}

#footer .powered {
	display: block;
	width: 168px;
	height: 50px;
	float: right;
	clear: right;
	background-image: url(../img/adfero_logo.png);
	text-indent: -9999px;
}

.dataTables_wrapper {
	height: auto;
}

.error_message {
	padding: 10px 10px 10px 10px;
	border: #f7b71a solid 1px;
	background-color: #fadb8e;
	margin-bottom: 10px;
}

.collapse {
	border: solid 1px #4297d7;
	background-color: #8db9db;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: none;
	overflow: auto;
	padding: 10px 10px 0 10px;;
}

.collapse .collapse_header {
	overflow: auto;
	height: 46px;
}

.collapse .collapse_header .collapse_title {
	width: 250px;
	float: left;
	clear: left;
	cursor: pointer;
	padding: 0 0 0 40px;
	background-image: url(../img/icons/info_32.png);
	background-repeat: no-repeat;
	font-size: 27px;
	height: 32px;
	color: #fff;
}

.collapse .collapse_header .collapse_menu {
	width: 630px;
	float: right;
	clear: right;
	margin: 2px 0 0 0;
	padding: 0;
}

.collapse .collapse_header .collapse_menu li {
	display: block;
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

.collapse .collapse_header .collapse_menu li .ui-button {
	font-size: 85%;
}

.collapse .collapse_space {
	clear: both;
	display: none;
	padding: 10px;
	background-color: #fff;
	border: solid 1px #4297d7;
}

.collapse .collapse_space .submitsection {
	float: none;
	clear: both;
	width: 100%;
	text-align: right;
}

.form_segment {
	width: 200px;
	margin: auto;
	display: inline-block;
}

.form_segment_footer {
	clear: both;
	height: 40px;
	margin-bottom: 10px;
	text-align: right;
}

.dataTables_wrapper .ui-widget-header {
	border-top: none;
}

.dataTables_filter {
	display: none;
}

#hiddenframe {
	display:none;
}

.dataTables_paginate {
	font-size: 13px;
}

#importdisplay {
	display: block;
	margin: 0;
	padding: 10px 10px 10px 20px;
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #000;
	color: #fff;
	display: none;
}

#progressbar {
	margin: 0 0 10px 0;
}

#importdisplay li {
	list-style: none;
}

#uploadmessage {
}

#uploadmessage h3 {
	text-align: center;
}

.upload {
	margin: 10px;
}

.next_prev {
	width: 300px;
	float: left;
	clear: left;
}
