/*** Plain HTML Tags *************************************************************************************/

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0px 3px 0px;
	margin: 6px 0px 3px 0px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 6px 0px 6px 0px;
}

p {
	margin: 11px 0px 11px 0px;
	padding: 0px;
}

img {
	border-color: #d7d7d7;
}

a:link,
a:active,
a:visited {
	background-color: inherit;
	color: #7da6c2;
}

a:hover {
	background-color: inherit;
	color: #92b3c9;
}

/*** Tab Navigation ****************************************************************************************/

.tab_list {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 4px 0px;
	list-style-type: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.tab,
.tab_on {
	display: inline;
}

.tab a:link,
.tab a:active,
.tab a:visited {
	text-decoration: none;
	color: #a9a9a9;
	background-color: #e5e5e5;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	padding: 4px 4px 4px 4px;
	margin: 0px;
}

.tab a:hover {
	color: #959595;
	border-top: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
}

.tab_on a:link,
.tab_on a:active,
.tab_on a:visited,
.tab_on a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #4e4e4e;
	border-top: 1px solid #4e4e4e;
	border-left: 1px solid #4e4e4e;
	border-right: 1px solid #4e4e4e;
	padding: 4px 4px 4px 4px;
	margin: 0px;
}

/*** List Page Elements *********************************************************************************************/

.checkbox_row td {
	padding: 0px;
}

.calendar_data {
	font-size: 9px;
	padding-top: 1px;
}

.list_row td {
	background-color: #f5f5f5;
	border-bottom: 1px solid #e7e7e7;
	color: inherit;
}

.list_row.approved td {
	background-color: #ffffff;
}

.list_cell {
	background-color: #f5f5f5;
	border-bottom: 1px solid #e7e7e7;
	color: inherit;
	border-right: 1px solid #e7e7e7;
	height: 52px;
}

.list_row:hover td {
	background-color: #e2edf5;
}

.inactive,
.inactive a:link,
.inactive a:hover,
.inactive a:visited,
.inactive a:active {
	color: #b7b7b7;
}

.no_records {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f5f5f5;
	color: inherit;
	white-space: nowrap;
}

/*** Form Elements **************************************************************************************************/

.nested_field_cell {
	padding-right: 7px;
}

#hints_text {
	width: 70px;
	text-align: left;
}

#hints_text a:link,
#hints_text a:active,
#hints_text a:visited,
#hints_text a:hover {
	color: #6e6e6e;
}

.hints_icon {
	/*width: 14px;*/
	padding-right: 4px;
	padding-bottom: 0px;
}

.required_icon {
	/*width: 13px;*/
	padding-right: 4px;
	padding-bottom: 2px;
}

form {
	padding: 0px;
	margin: 0px;
}

input,
textarea,
select {
	font-size: 11px;
	font-family: sans-serif;
}

.form_table {
	width: 100%;
	border-bottom: 1px solid #4e4e4e;
	border-right: 1px solid #4e4e4e;
	border-left: 1px solid #4e4e4e;
	background-color: #f5f5f5;
}

.required_help {
	border-top: 1px solid #6e6e6e;
	border-bottom: 1px solid #6e6e6e;
	text-align: right;
	color: #6e6e6e;
	background-image: url(/images/form_title_bg.gif);
	background-color: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.form_title {
	font-weight: bold;
	color: #4e4e4e;
	border-top: 1px solid #4e4e4e;
	border-bottom: 1px solid #4e4e4e;
	background-image: url(/images/form_title_bg.gif);
	padding-bottom: 4px;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
}

.form_title a:link,
.form_title a:active,
.form_title a:visited,
.form_title a:hover {
	color: #4e4e4e;
	text-decoration: none;
}

.form_subtitle {
	padding: 5px 5px 5px 3px;
	vertical-align: top;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e7e7e7;
	/*color: inherit;*/
	color: #656565;
	white-space: nowrap;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.form_search_cell {
	vertical-align: top;
	background-color: #ededed;
	border-bottom: 1px solid #e7e7e7;
	color: #656565;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 3px 4px 2px 3px;
}

.form_search_input {
	width: 92%;
}

.form_search_select {
	width: 95%;
}

.form_label {
	/*width: 32%;*/
	width: 258px;
	padding: 6px 5px 3px 3px;
	vertical-align: top;
	text-align: right;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e7e7e7;
	color: inherit;
	white-space: nowrap;
}

.form_label_display {
	/*width: 32%;*/
	width: 258px;
	padding: 3px 20px 3px 3px;
	vertical-align: top;
	text-align: right;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e7e7e7;
	color: inherit;
	white-space: nowrap;
}

.form_label_bottom,
.list_row_bottom td {
	border-bottom: 0px solid #e7e7e7;
	padding-bottom: 4px;
}

.form_value {
	/*width: 68%;*/
	padding: 3px 3px 2px 2px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e7e7e7;
	color: inherit;
	/*white-space: nowrap;*/
}

.form_value_bottom {
	border-bottom: 0px solid #e7e7e7;
	padding-bottom: 3px;
}

.help_text {
	color: #bbbbbb;
	padding-left: 3px;
	background-color: inherit;
	font-size: 10px;
	visibility: hidden;
}

.error_box {
	background-color: #ffdadb;
}

.disabled_box {

}

.form_new td {
	white-space: nowrap;
}

.form_new_container {
	/*height: 26px;*/
	vertical-align: bottom;
	white-space: nowrap;
	width: 100%;
}

.form_tabs {
	vertical-align: bottom;
	height: 26px;
	padding: 0px;
}

.form_new td {
	padding-left: 0px;
	padding-right: 0px;
}

.form_list_row td {
	background-color: #f5f5f5;
	border-bottom: 1px solid #e7e7e7;
	color: inherit;
	padding: 4px 3px 4px 3px;
}

.form_title_checkbox {
	padding:0px 3px 0px 0px;
}

.form_title_label {
	padding:3px 3px 4px 3px;
}

/*** Random Interior Stuff *********************************************************************************/

ul.no_padding_list {
	margin-left: 8px;
	padding-left: 8px;
	margin-right: 0px;
	padding-right: 0px;
	padding-top: 3px;
	margin-top: 3px;
	padding-bottom: 9px;
	margin-bottom: 9px;
}

ul.no_padding_list li,
ol.no_padding_list li {
	padding-top: 6px;
}

ol.no_padding_list {
	margin-left: 11px;
	padding-left: 11px;
	margin-right: 0px;
	padding-right: 0px;
	padding-top: 3px;
	margin-top: 3px;
	padding-bottom: 9px;
	margin-bottom: 9px;
}

#ajax_table {
	visibility: hidden;
}

.no_wrap {
	white-space: nowrap;
}

.no_padding {
	padding: 0px;
	margin: 0px;
}

.no_border {
	border: 0px solid black;
}

.hide {
	visibility: hidden;
}

.hidden {
	visibility: hidden;
}

.gray_text {
	color: #bbbbbb;
}

.shadow {
	/*opacity: 0.3;
	filter: 'alpha(opacity=30)';*/
}

.shadow td {
	/*border-bottom: 1px solid #e7e7e7;
	background-color: #f5f5f5;*/
}

.base {
	background-color: #aaaaaa;
}

.float tr,
.float td {
	background-color: #e2edf5;
}

p.importError,
p.importWarning,
p.importAddition,
p.importUpdate {
	padding-left: 30px;
	padding-top: 5px;
	background-repeat: no-repeat;
	min-height: 25px;
}

p.importError {
	background-image: url('/images/error.png');
}

p.importWarning {
	background-image: url('/images/warning.png');
}

p.importAddition,
p.importUpdate {
	background-image: url('/images/info.png');
}

img.importError,
img.importWarning,
img.importAddition,
img.importUpdate {
	vertical-align: text-top;
}
