/**
 * HealthPlan Services, Inc.
 * STANDARD CSS LAYOUT
 *
 * @author      JChinapen
 * @contributor KKvakic, JAcevedo
 * @package
 * @subpackage  SiteVW
 * @category    css
 * @filesource  standard.css
 * @version     1.14
 * @since       08/08/2010 10:07 AM
 * @copyright   (c) 2010, HealthPlan Services, Inc.
 *
 */
.display_none {
	display: none !important;
}

.display_block {
	display: block !important;
}

.display_inline {
	display: inline !important;
}

.display_inline_block {
	display: inline-block !important;
}

.list_style_type_none {
	list-style-type: none !important;
}

.list_style_type_circle {
	list-style-type: circle !important;
}

.list_style_type_disc {
	list-style-type: disc !important;
}

.list_style_type_square {
	list-style-type: square !important;
}

.hidden_label {
	text-indent: -24em !important;
}

.layer_bottom {
	z-index: 0 !important;
}

.layer_top {
	z-index: 99999999999999 !important;
}

.restore_case {
	text-transform: none !important;
}

.uppercase {
	text-transform: uppercase !important;
}

.lowercase {
	text-transform: lowercase !important;
}

.capitalize {
	text-transform: capitalize !important;
}

.light {
	color: #777777 !important;
}

.lighter {
	color: #aaaaaa !important;
}

.underline {
	text-decoration: underline !important;
}

.no_underline {
	text-decoration: none !important;
}

.denied {
	color: #ff0000 !important;
}

.highlight {
	background-color: #ffffaa !important;
}

.border_collapse {
	border-collapse: collapse !important;
}

.border_separate {
	border-collapse: separate !important;
}

.border_inherit {
	border-collapse: inherit !important;
}

.border_solid {
	border-style: solid !important;
}

.border_dashed {
	border-style: dashed !important;
}

.border_dotted {
	border-style: dotted !important;
}

.no_border {
	border: 0px !important;
}

.no_border_left {
	border-left: 0px !important;
}

.no_border_right {
	border-right: 0px !important;
}

.no_border_top {
	border-top: 0px !important;
}

.no_border_bottom {
	border-bottom: 0px !important;
}

.no_background_color {
	background-color: transparent !important;
}

.no_background_image {
	background-image: none !important;
}

.overflow_visible {
	overflow: visible !important;
}

.overflow_hidden {
	overflow: hidden !important;
}

.overflow_scroll {
	overflow: scroll !important;
}

.overflow_auto {
	overflow: auto !important;
}

.overflow_inherit {
	overflow: inherit !important;
}

.cursor_pointer {
	cursor: pointer !important;
}

.cursor_hand {
	cursor: hand !important;
}

.cursor_crosshair {
	cursor: crosshair !important;
}

.cursor_help {
	cursor: help !important;
}

.cursor_wait {
	cursor: wait !important;
}

.position_relative {
	position: relative !important;
}

.position_absolute {
	position: absolute !important;
}

.position_fixed {
	position: fixed !important;
}

.position_top_0px {
	top: 0px !important;
}

.position_bottom_0px {
	bottom: 0px !important;
}

.position_left_0px {
	left: 0px !important;
}

.position_right_0px {
	right: 0px !important;
}

.display_block {
	display: block !important;
}

.display_none {
	display: none !important
}

.display_inline {
	display: inline !important;
}

.float_left {
	float: left !important;
}

.float_right {
	float: right !important;
}

.float_none {
	float: none !important;
}

.clear_left {
	clear: left !important;
}

.clear_right {
	clear: right !important;
}

.clear_both {
	clear: both !important;
}

.clear_none {
	clear: none !important;
}

.vspace_10 {
	width: 0px !important;
	height: 10px !important;
	font-size: 0px !important;
}

.vspace_15 {
	width: 0px !important;
	height: 15px !important;
	font-size: 0px !important;
}

.vspace_20 {
	width: 0px !important;
	height: 20px !important;
	font-size: 0px !important;
}

.vspace_25 {
	width: 0px !important;
	height: 25px !important;
	font-size: 0px !important;
}

.vspace_30 {
	width: 0px !important;
	height: 30px !important;
	font-size: 0px !important;
}

.vspace_35 {
	width: 0px !important;
	height: 35px !important;
	font-size: 0px !important;
}

.vspace_40 {
	width: 0px !important;
	height: 40px !important;
	font-size: 0px !important;
}

.vspace_45 {
	width: 0px !important;
	height: 45px !important;
	font-size: 0px !important;
}

.vspace_50 {
	width: 0px !important;
	height: 50px !important;
	font-size: 0px !important;
}

.hspace_10 {
	display: inline !important;
	width: 0px !important;
	padding: 0px 5px 0px 5px !important;
	height: 0px !important;
	font-size: 0px !important;
}

.hspace_15 {
	display: inline !important;
	width: 0px !important;
	padding: 0px 7px 0px 8px !important;
	height: 0px !important;
	font-size: 0px !important;
}

.hspace_20 {
	display: inline !important;
	width: 0px !important;
	padding: 0px 10px 0px 10px !important;
	height: 0px !important;
	font-size: 0px !important;
}

.hspace_25 {
	display: inline !important;
	width: 0px !important;
	padding: 0px 12px 0px 13px !important;
	height: 0px !important;
	font-size: 0px !important;
}

.hspace_30 {
	display: inline !important;
	width: 0px !important;
	padding: 0px 15px 0px 15px !important;
	height: 0px !important;
	font-size: 0px !important;
}

.hspace_35 {
	display: inline !important;
	width: 0px !important;
	padding: 0px 17px 0px 18px !important;
	height: 0px !important;
	font-size: 0px !important;
}

.hspace_40 {
	display: inline !important;
	width: 0px !important;
	padding: 0px 20px 0px 20px !important;
	height: 0px !important;
	font-size: 0px !important;
}

.hspace_45 {
	display: inline !important;
	width: 0px !important;
	padding: 0px 22px 0px 23px !important;
	height: 0px !important;
	font-size: 0px !important;
}

.hspace_50 {
	display: inline !important;
	width: 0px !important;
	padding: 0px 25px 0px 25px !important;
	height: 0px !important;
	font-size: 0px !important;
}

.hspace_60 {
	display: inline !important;
	width: 0px !important;
	padding: 0px 30px 0px 30px !important;
	height: 0px !important;
	font-size: 0px !important;
}

.hspace_64 {
	display: inline !important;
	width: 0px !important;
	padding: 0px 32px 0px 32px !important;
	height: 0px !important;
	font-size: 0px !important;
}

.padding_zero, .padding_0px {
	padding: 0px !important;
}

.padding_5px {
	padding: 5px !important;
}

.padding_10px {
	padding: 10px !important;
}

.padding_15px {
	padding: 15px !important;
}

.padding_20px {
	padding: 20px !important;
}

.padding_25px {
	padding: 25px !important;
}

.padding_30px {
	padding: 30px !important;
}

.padding_35px {
	padding: 35px !important;
}

.padding_40px {
	padding: 40px !important;
}

.padding_45px {
	padding: 45px !important;
}

.padding_50px {
	padding: 50px !important;
}

.padding_left_0px {
	padding-left: 0px !important;
}

.padding_5px_left {
	padding-left: 5px !important;
}

.padding_10px_left {
	padding-left: 10px !important;
}

.padding_15px_left {
	padding-left: 15px !important;
}

.padding_20px_left {
	padding-left: 20px !important;
}

.padding_25px_left {
	padding-left: 25px !important;
}

.padding_30px_left {
	padding-left: 30px !important;
}

.padding_35px_left {
	padding-left: 35px !important;
}

.padding_40px_left {
	padding-left: 40px !important;
}

.padding_45px_left {
	padding-left: 45px !important;
}

.padding_50px_left {
	padding-left: 50px !important;
}

.padding_right_0px {
	padding-right: 0px !important;
}

.padding_5px_right {
	padding-right: 5px !important;
}

.padding_10px_right {
	padding-right: 10px !important;
}

.padding_15px_right {
	padding-right: 15px !important;
}

.padding_20px_right {
	padding-right: 20px !important;
}

.padding_25px_right {
	padding-right: 25px !important;
}

.padding_30px_right {
	padding-right: 30px !important;
}

.padding_35px_right {
	padding-right: 35px !important;
}

.padding_40px_right {
	padding-right: 40px !important;
}

.padding_45px_right {
	padding-right: 45px !important;
}

.padding_50px_right {
	padding-right: 50px !important;
}

.padding_top_0px {
	padding-top: 0px !important;
}

.padding_5px_top {
	padding-top: 5px !important;
}

.padding_10px_top {
	padding-top: 10px !important;
}

.padding_15px_top {
	padding-top: 15px !important;
}

.padding_20px_top {
	padding-top: 20px !important;
}

.padding_25px_top {
	padding-top: 25px !important;
}

.padding_30px_top {
	padding-top: 30px !important;
}

.padding_35px_top {
	padding-top: 35px !important;
}

.padding_40px_top {
	padding-top: 40px !important;
}

.padding_45px_top {
	padding-top: 45px !important;
}

.padding_50px_top {
	padding-top: 50px !important;
}

.padding_bottom_0px {
	padding-bottom: 0px !important;
}

.padding_5px_bottom {
	padding-bottom: 5px !important;
}

.padding_10px_bottom {
	padding-bottom: 10px !important;
}

.padding_15px_bottom {
	padding-bottom: 15px !important;
}

.padding_20px_bottom {
	padding-bottom: 20px !important;
}

.padding_25px_bottom {
	padding-bottom: 25px !important;
}

.padding_30px_bottom {
	padding-bottom: 30px !important;
}

.padding_35px_bottom {
	padding-bottom: 35px !important;
}

.padding_40px_bottom {
	padding-bottom: 40px !important;
}

.padding_45px_bottom {
	padding-bottom: 45px !important;
}

.padding_50px_bottom {
	padding-bottom: 50px !important;
}

.margin_zero, .margin_0px {
	margin: 0px !important;
}

.margin_5px {
	margin: 5px !important;
}

.margin_10px {
	margin: 10px !important;
}

.margin_15px {
	margin: 15px !important;
}

.margin_20px {
	margin: 20px !important;
}

.margin_25px {
	margin: 25px !important;
}

.margin_30px {
	margin: 30px !important;
}

.margin_35px {
	margin: 35px !important;
}

.margin_40px {
	margin: 40px !important;
}

.margin_45px {
	margin: 45px !important;
}

.margin_50px {
	margin: 50px !important;
}

.margin_0px_left {
	margin-left: 0px !important;
}

.margin_5px_left {
	margin-left: 5px !important;
}

.margin_10px_left {
	margin-left: 10px !important;
}

.margin_15px_left {
	margin-left: 15px !important;
}

.margin_20px_left {
	margin-left: 20px !important;
}

.margin_25px_left {
	margin-left: 25px !important;
}

.margin_30px_left {
	margin-left: 30px !important;
}

.margin_35px_left {
	margin-left: 35px !important;
}

.margin_40px_left {
	margin-left: 40px !important;
}

.margin_45px_left {
	margin-left: 45px !important;
}

.margin_50px_left {
	margin-left: 50px !important;
}

.margin_60px_left {
	margin-left: 60px !important;
}

.margin_0px_right {
	margin-right: 0px !important;
}

.margin_5px_right {
	margin-right: 5px !important;
}

.margin_10px_right {
	margin-right: 10px !important;
}

.margin_15px_right {
	margin-right: 15px !important;
}

.margin_20px_right {
	margin-right: 20px !important;
}

.margin_25px_right {
	margin-right: 25px !important;
}

.margin_30px_right {
	margin-right: 30px !important;
}

.margin_35px_right {
	margin-right: 35px !important;
}

.margin_40px_right {
	margin-right: 40px !important;
}

.margin_45px_right {
	margin-right: 45px !important;
}

.margin_50px_right {
	margin-right: 50px !important;
}

.margin_60px_right {
	margin-right: 60px !important;
}

.margin_0px_top {
	margin-top: 0px !important;
}

.margin_5px_top {
	margin-top: 5px !important;
}

.margin_10px_top {
	margin-top: 10px !important;
}

.margin_15px_top {
	margin-top: 15px !important;
}

.margin_20px_top {
	margin-top: 20px !important;
}

.margin_25px_top {
	margin-top: 25px !important;
}

.margin_30px_top {
	margin-top: 30px !important;
}

.margin_35px_top {
	margin-top: 35px !important;
}

.margin_40px_top {
	margin-top: 40px !important;
}

.margin_45px_top {
	margin-top: 45px !important;
}

.margin_50px_top {
	margin-top: 50px !important;
}

.margin_0px_bottom {
	margin-bottom: 0px !important;
}

.margin_5px_bottom {
	margin-bottom: 5px !important;
}

.margin_10px_bottom {
	margin-bottom: 10px !important;
}

.margin_15px_bottom {
	margin-bottom: 15px !important;
}

.margin_20px_bottom {
	margin-bottom: 20px !important;
}

.margin_25px_bottom {
	margin-bottom: 25px !important;
}

.margin_30px_bottom {
	margin-bottom: 30px !important;
}

.margin_35px_bottom {
	margin-bottom: 35px !important;
}

.margin_40px_bottom {
	margin-bottom: 40px !important;
}

.margin_45px_bottom {
	margin-bottom: 45px !important;
}

.margin_50px_bottom {
	margin-bottom: 50px !important;
}

.normal_wrap {
	white-space: normal !important;
}

.no_wrap, .nowrap {
	white-space: nowrap !important;
}

.pre_wrap {
	white-space: pre-wrap !important;
}

.width_auto {
	width: auto !important;
	min-width: inherit !important;
}

.width_5 {
	width: 5% !important;
}

.width_10 {
	width: 10% !important;
}

.width_15 {
	width: 15% !important;
}

.width_20 {
	width: 20% !important;
}

.width_25 {
	width: 25% !important;
}

.width_30 {
	width: 30% !important;
}

.width_33 {
	width: 33% !important;
}

.width_35 {
	width: 35% !important;
}

.width_40 {
	width: 40% !important;
}

.width_50 {
	width: 50% !important;
}

.width_60 {
	width: 60% !important;
}

.width_65 {
	width: 65% !important;
}

.width_70 {
	width: 70% !important;
}

.width_75 {
	width: 75% !important;
}

.width_80 {
	width: 80% !important;
}

.width_90 {
	width: 90% !important;
}

.width_100 {
	width: 100% !important;
}

.width_10px {
	width: 10px !important;
}

.width_20px {
	width: 20px !important;
}

.width_30px {
	width: 30px !important;
}

.width_40px {
	width: 40px !important;
}

.width_50px {
	width: 50px !important;
}

.width_60px {
	width: 60px !important;
}

.width_70px {
	width: 70px !important;
}

.width_80px {
	width: 80px !important;
}

.width_90px {
	width: 90px !important;
}

.width_100px {
	width: 100px !important;
}

.width_150px {
	width: 150px !important;
}

.width_200px {
	width: 200px !important;
}

.width_250px {
	width: 250px !important;
}

.width_300px {
	width: 300px !important;
}

.width_350px {
	width: 350px !important;
}

.width_400px {
	width: 400px !important;
}

.width_450px {
	width: 450px !important;
}

.width_500px {
	width: 500px !important;
}

.height_10 {
	height: 10% !important;
}

.height_20 {
	height: 20% !important;
}

.height_25 {
	height: 25% !important;
}

.height_30 {
	height: 30% !important;
}

.height_40 {
	height: 40% !important;
}

.height_50 {
	height: 50% !important;
}

.height_60 {
	height: 60% !important;
}

.height_70 {
	height: 70% !important;
}

.height_75 {
	height: 75% !important;
}

.height_80 {
	height: 80% !important;
}

.height_90 {
	height: 90% !important;
}

.height_100 {
	height: 100% !important;
}

.height_10px {
	height: 10px !important;
}

.height_20px {
	height: 20px !important;
}

.height_30px {
	height: 30px !important;
}

.height_40px {
	height: 40px !important;
}

.height_50px {
	height: 50px !important;
}

.height_60px {
	height: 60px !important;
}

.height_70px {
	height: 70px !important;
}

.height_80px {
	height: 80px !important;
}

.height_90px {
	height: 90px !important;
}

.height_100px {
	height: 100px !important;
}

.height_150px {
	height: 150px !important;
}

.height_200px {
	height: 200px !important;
}

.height_250px {
	height: 250px !important;
}

.height_300px {
	height: 300px !important;
}

.height_350px {
	height: 350px !important;
}

.height_400px {
	height: 400px !important;
}

.height_450px {
	height: 450px !important;
}

.height_500px {
	height: 500px !important;
}

.halign_center {
	text-align: center !important;
}

.halign_left {
	text-align: left !important;
}

.halign_right {
	text-align: right !important;
}

.valign_middle {
	vertical-align: middle !important;
}

.font_weight_normal {
	font-weight: normal !important;
}

.font_weight_bold {
	font-weight: bold !important;
}

.font_size_8px {
	font-size: 8px !important! !important;
}
.font_size_10px {
	font-size: 10px !important! !important;
}

.font_size_12px {
	font-size: 12px !important! !important;
}

.font_size_14px {
	font-size: 14px !important! !important;
}

.font_size_16px {
	font-size: 16px !important! !important;
}

.font_size_18px {
	font-size: 18px !important! !important;
}

.font_size_20px {
	font-size: 20px !important! !important;
}

.font_size_22px {
	font-size: 22px !important! !important;
}

.font_size_24px {
	font-size: 24px !important! !important;
}

.line_height_8px {
	line-height: 8px !important! !important;
}
.line_height_10px {
	line-height: 10px !important! !important;
}

.line_height_12px {
	line-height: 12px !important! !important;
}

.line_height_14px {
	line-height: 14px !important! !important;
}

.line_height_16px {
	line-height: 16px !important! !important;
}

.line_height_18px {
	line-height: 18px !important! !important;
}

.line_height_20px {
	line-height: 20px !important! !important;
}

.line_height_22px {
	line-height: 22px !important! !important;
}

.line_height_24px {
	line-height: 24px !important! !important;
}

span.icon_plus {
	background-color: transparent !important;
	background-image: url(../images/plus.gif) !important;
	background-position: center left !important;
	background-repeat: no-repeat !important;
}

span.icon_minus {
	background-color: transparent !important;
	background-image: url(../images/minus.gif) !important;
	background-position: center left !important;
	background-repeat: no-repeat !important;
}

.space_5 {
	height: 5px !important;
	width: 5px !important;
	font-size: 0px !important;
	line-height: 0px !important;
}

.space_10 {
	height: 10px !important;
	width: 10px !important;
	font-size: 0px !important;
	line-height: 0px !important;
}

.space_15 {
	height: 15px !important;
	width: 15px !important;
	font-size: 0px !important;
	line-height: 0px !important;
}

.space_20 {
	height: 20px !important;
	width: 20px !important;
	font-size: 0px !important;
	line-height: 0px !important;
}

.space_25 {
	height: 25px !important;
	width: 25px !important;
	font-size: 0px !important;
	line-height: 0px !important;
}

.space_30 {
	height: 30px !important;
	font-size: 0px !important;
	line-height: 0px !important;
}

.ui-datepicker-trigger {
	margin-left: 4px !important;
	vertical-align: middle !important;
}

.message_console ul, .message_console ul li {
	list-style: none !important;
	list-style-type: none !important;
}

.message_console ul li {
	margin: 0px !important;
	padding: 0px !important;
}