html, body, #aspnetForm
{
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	font-family: Arial;
}

hr
{
	border: 0;
	height: 1px;
	color: #a8a9ad;
	background: #a8a9ad;
}

#layout_body
{
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-family: Arial;
	width: 100%;
}

#table_main
{
	height: 100%;
	margin: 0;
	width: 100%;
}

#cell_content_content
{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 30px;
	height: 100%;
}

.content-wrapper-inner, .content-wrapper-outer
{
	margin: 0;
	padding: 0;
}

#content_title_text
{
	font-weight: bold;
	font-family: Arial;
	font-size: 18pt;
	padding: 15px 0px 10px 0px;
}

#cell_content_area
{
	padding: 0px 0px 0px 0px;
}

#cell_status_text
{
	padding: 4px 0px 15px 0px;
	width: 90%;
}

#cell_instruction
{
	padding: 0px 0px 0px 0px;
	width: 90%;
}

#cell_button_area
{
	padding: 0px 0px 25px 0px;
}

#leftColumn, #rightColumn
{
	height: 100%;
}

a, a:visited, a:hover
{
	font-family: Arial;
	text-decoration: none;
}

a.default, a.default:visited, a.default:hover
{
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
}

select
{
    font-family: Arial;
    font-size: 10pt;
}

input
{
    font-family: Arial;
    font-size: 10pt;
}

.form_label, .form_label_bold
{
    font-family: Arial;
    font-size: 10pt;
}

.form_label_bold
{
    font-weight: bolder;
}

.message_detail
{
    font-family: Arial;
    font-size: 10pt;
}

.message_status
{
    font-family: Arial;
    font-weight: bolder;
    font-size: 10pt;
}

.message_error
{
    font-family: Arial;
    font-weight: bolder;
    font-size: 10pt;
}

.subheader
{
    font-family: Arial;
    font-weight: bolder;
    font-size: 13pt;
}

.subheader_detail
{
    font-family: Arial;
    font-weight: bolder;
    font-size: 10pt;
}

.subheader_hr
{
	margin-bottom: 8px;
}

.subheader_hr_close
{
	width: 100%;
	margin-top: -2px !important;
}

.input_instructions
{
    font-family: Arial;
    font-size: 8pt;
}

.popupTitle
{
font-weight: bold;
font-family: Arial;
font-size: 14pt;
}

.content-inner-divider
{
	width: 100%;
}

.mobile-switch-box { padding-top: 15px; }