/********************************************************************************
*** WEBSITE OPTIMIZED FOR 1024x768
***   1024x768 -> Max Width 960px -> Multiple Divisors & IAB Standards
***
*** OTHER STANDARDS (NOT USED)
***   640x480 -> Max Width 600px
***   800x600 -> Max Width 760px
***   1024x768 -> Max Width 955px
***
*** Z-INDEX POSITIONING
***   1-9: Footer Indexes
***   10-99: Body Indexes
***   100-199: Header Indexes
***   200+: Image Overlays OnTop of Site
***
*** General Page Construction
********************************************************************************/
html, body {
	margin: 0;
	margin-bottom: 1px;
	border: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #cccccc;
	text-align: center;
}
#main_container {
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
}

/* #main_container Styles */
#main_container_top {
	margin: 0;
	border: 0;
	padding: 0;
}
#main_container_bottom {
	margin: 0;
	border: 0;
	padding: 0;
}
#main_container_margin {
	margin: 0;
	border: 0;
	padding: 0;
	height: 5px;
}

/* #main_container_top Styles */
#container_header {
	position: relative;
	margin: 0;
	border-bottom: 1px solid #000000;
	padding: 0;
	width: 100%;
	height: 175px;
	background-color: #eeeeee;
	background-image: url(images/site_banner_3.jpg);
	background-position: center;
	background-repeat: repeat-x;
	z-index: 100;
}
#container_header_logo {
	position: absolute;
	top: 12px;
	left: 0;
	margin: 0;
	border: 0;
	padding: 0;
	width: 150px;
	height: 150px;
	background-image: url(images/emrg_logo_2.png);
	background-position: center;
	background-repeat: no-repeat;
}
#container_header_statusbar {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
}
#container_header_statusbar_bg {
	position: static;
	margin: 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0;
	width: 100%;
	background-image: url(images/bg_alpha_black.png);
}
#container_header_statusbar_text {
	position: relative;
	margin: 0;
	border: 0;
	padding: 0;
	font-weight: bold;
}
#container_header_statusbar_text_left {
	display: inline;
	margin: 0;
	border: 0;
	padding: 0 0 0 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
#container_header_statusbar_text_center {
	display: inline;
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
#container_header_statusbar_text_right {
	display: inline;
	margin: 0;
	border: 0;
	padding: 0 6px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
#container_header_menu {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
}
#container_header_menu_bg {
	position: static;
	margin: 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0;
	width: 100%;
	background-image: url(images/bg_alpha_black.png);
}
#container_header_menu_text {
	position: relative;
	margin: 0 6px;
	border: 0;
	padding: 0;
	width: 960px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* #main_container_bottom Styles */
#container_page_fullwidth {
	position: relative;
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
	z-index: 5;
}
#container_page {
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 0 0 36px 0;
	width: 980px;
	background-color: #eeeeee;
}
#container_page_body {
	margin: 0 auto;
	border: 0;
	padding: 0;
	width: 960px;
}
#container_page_body_breadcrumbs {
	margin: 0;
	border: 0;
	padding: 8px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}
#container_page_body_contents {
	margin: 0;
	border: 0;
	padding: 0;
}
#container_footer {
	position: absolute;
	bottom: 10px;
	left: 0;
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
	z-index: 6;
}
#container_footer_bg {
	position: static;
	margin: 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 1px 0;
	width: 100%;
	background-image: url(images/bg_alpha_black.png);
}
#container_footer_width_box {
	position: relative;
	margin: 0 auto;
	border: 0;
	padding: 0;
	width: 982px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
}
.container_footer_left {
	margin: 0;
	border: 0;
	padding-left: 5px;
	width: 150px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cccccc;
}
.container_footer_center {
	margin: 0;
	border: 0;
	padding: 0;
	width: 682px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
}
.container_footer_right {
	margin: 0;
	border: 0;
	padding-right: 5px;
	width: 150px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cccccc;
}

/* Ensures that the Parent DIV extends below its Child Floats */
.clear_floats {
	height: 0;
	font-size: 1px;
	visibility: hidden;
	clear: both;
}

/********************************************************************************
*** Layout Styles
********************************************************************************/
.layout_generic_row {
	margin: 0;
	border: 0;
	padding: 0;
}
.layout_container {
	margin: 10px 0 0 0;
	border: 0;
	padding: 0;
}

.layout_heading {
	margin: 0;
	border: 0;
	padding: 5px 10px;
	text-align: left;
	background-color: #474747;
}
.layout_heading h1 {
	display: inline;
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
.layout_heading h1 a:link {
	color: #ffffff;
	text-decoration: none;
}
.layout_heading h1 a:visited {
	color: #ffffff;
	text-decoration: none;
}
.layout_heading h1 a:hover {
	color: #ff8c00;
	text-decoration: none;
}
.layout_heading h1 a:active {
	color: #ff8c00;
	text-decoration: none;
}

.layout_body {
	margin: 0;
	border: 0;
	padding: 0 5px 10px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	background-color: #ffffff;
}
.layout_body h2 {
	display: block;
	margin: 0;
	border: 0;
	padding: 10px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff8c00;
}
.layout_body h2 a:link {
	color: #ff8c00;
	text-decoration: none;
}
.layout_body h2 a:visited {
	color: #ff8c00;
	text-decoration: none;
}
.layout_body h2 a:hover {
	color: #ff8c00;
	text-decoration: underline;
}
.layout_body h2 a:active {
	color: #ff8c00;
	text-decoration: underline;
}
.layout_body p {
	display: block;
	margin: 0;
	border: 0;
	padding: 5px 0 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.layout_body p a:link {
	color: #0000ff;
	text-decoration: none;
}
.layout_body p a:visited {
	color: #0000ff;
	text-decoration: none;
}
.layout_body p a:hover {
	color: #ff8c00;
	text-decoration: underline;
}
.layout_body p a:active {
	color: #ff8c00;
	text-decoration: underline;
}

/********************************************************************************
*** Text and Miscellaneous Styles
********************************************************************************/
img {
	margin: 0;
	border: 0;
	padding: 0;
}
.absbottom {
	vertical-align: bottom;
}
form {
	margin: 0;
	border: 0;
	padding: 0;
}
.text_style_bold {
	font-weight: bold;
}

/********************************************************************************
*** Table Layout Styles
********************************************************************************/
.table_width_max {
	width: 100%;
}
.table_width_90p {
	width: 90%;
}

.td_width_50p {
	width: 50%;
}
.td_width_45p {
	width: 45%;
}
.td_width_55p {
	width: 55%;
}
.td_width_25p {
	width: 25%;
}

.td_width_half_px {
	width: 475px;
}
.td_width_half_px_pad {
	width: 10px;
}

.td_width_omleft_px {
	width: 250px;
}
.td_width_omright_px {
	width: 700px;
}

.td_width_omleftbox_px {
	width: 600px;
}
.td_width_omrightbox_px {
	width: 350px;
}

/********************************************************************************
*** Link Styles
********************************************************************************/
a:link {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	color: #ff8c00;
	text-decoration: underline;
}
a:active {
	color: #ff8c00;
	text-decoration: underline;
}

.link_header:link {
	color: #ffffff;
	text-decoration: none;
}
.link_header:visited {
	color: #ffffff;
	text-decoration: none;
}
.link_header:hover {
	color: #ff8c00;
	text-decoration: none;
}
.link_header:active {
	color: #ff8c00;
	text-decoration: none;
}

/********************************************************************************
*** Menu Structures
********************************************************************************/
.menu_r {
	position: relative;
	margin: 0;
	border: 0;
	padding: 0;
	list-style-type: none;
}
.menu_r li {
	position: relative;
	margin: 0 5px;
	border: 0;
	padding: 0;
	display: inline;
}
.menu_r li a:link {
	color: #ffffff;
	text-decoration: none;
}
.menu_r li a:visited {
	color: #ffffff;
	text-decoration: none;
}
.menu_r li a:hover {
	color: #ff8c00;
	text-decoration: none;
}
.menu_r li a:active {
	color: #ff8c00;
	text-decoration: none;
}

.menu_r li .leftalign {
	position: absolute;
	left: 0;
	top: 14px;
	margin: 0;
	border: 0;
	padding: 0;
	display: none;
}
.menu_r li .rightalign {
	position: absolute;
	left: -50px;
	top: 14px;
	margin: 0;
	border: 0;
	padding: 0;
	display: none;
}

.menu_r li div ul {
	position: static;
	margin: 0;
	border: 0;
	padding: 0;
	list-style-type: none;
	width: 170px;
	background-image: url(images/bg_alpha_black.png);
}
.menu_r li div ul li {
	position: relative;
	margin: 0;
	border-top: 0;
	border-right: 1px solid #000000;
	border-bottom: 0;
	border-left: 1px solid #000000;
	padding: 5px 5px 0 5px;
	display: block;
}
.menu_r li div ul .menu_r_last {
	position: relative;
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
}
.menu_r li div ul li a {
	display: block;
	width: 100%;
}
.menu_r li div ul li a:link {
	color: #ffffff;
	text-decoration: none;
}
.menu_r li div ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}
.menu_r li div ul li a:hover {
	color: #ff8c00;
	text-decoration: none;
}
.menu_r li div ul li a:active {
	color: #ff8c00;
	text-decoration: none;
}

/********************************************************************************
*** Temporary Button Styles
********************************************************************************/
.generate_button {
	margin: 0;
	border: 0;
	padding: 5px 10px;
	text-align: left;
	background-color: #474747;
}
.generate_button h1 {
	display: inline;
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

/********************************************************************************
*** index.php
********************************************************************************/
#flash_row {
	margin: 0;
	border: 0;
	padding: 0;
	width: 960px;
}
#flash_row_left {
	margin: 0;
	border: 0;
	padding: 0;
	width: 900px;
}
#flash_row_right {
	margin: 0;
	border: 0;
	padding: 0;
	width: 60px;
}
/********************************************************************************
*** scheduler_sup, scheduler_mem styles
********************************************************************************/
.link_scheduler:link {
	color: #000000;
	text-decoration: none;
}
.link_scheduler:visited {
	color: #000000;
	text-decoration: none;
}
.link_scheduler:hover {
	color: #ff8c00;
	text-decoration: none;
}
.link_scheduler:active {
	color: #ff8c00;
	text-decoration: none;
}

.scheduler_bgcolor_avail {
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #00ff00;
}
.scheduler_bgcolor_avail_efr {
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #00ee00;
}
.scheduler_bgcolor_taken {
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #ffff00;
}
.scheduler_bgcolor_takenself {
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #ff9900;
}
.scheduler_bgcolor_holiday {
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #ff0000;
}

#scheduler_table_top_pad {
	margin: 0;
	border: 0;
	padding: 10px 0 0 0;
}
.scheduler_text_dayofweek {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.scheduler_text_time {
	margin: 0;
	border: 0;
	padding: 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.scheduler_text_day {
	margin: 0;
	border: 0;
	padding: 2px 0 2px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
.scheduler_text_day_side {
	margin: 0;
	border: 0;
	padding: 2px 0 2px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}
.scheduler_text_name {
	margin: 0;
	border: 0;
	padding: 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.scheduler_border_style1 {
	margin: 0;
	border-top: 2px solid #000000;
	border-left: 0;
	border-bottom: 2px solid #000000;
	border-right: 0;
	padding: 2px 0;
}
.scheduler_border_style2 {
	margin: 0;
	border-top: 0;
	border-left: 0;
	border-bottom: 2px solid #000000;
	border-right: 0;
	padding: 0;
}
.scheduler_border_style3 {
	margin: 0;
	border-top: 0;
	border-left: 1px solid #000000;
	border-bottom: 2px solid #000000;
	border-right: 0;
	padding: 0;
}
.scheduler_border_style4 {
	margin: 0;
	border-top: 0;
	border-left: 0;
	border-bottom: 1px solid #999999;
	border-right: 0;
	padding: 0;
}

.scheduler_add_textbold {
	font-weight: bold;
}

.scheduler_printer_link {
	margin: 0;
	border: 0;
	padding: 0;
	text-align: right;
}

.scheduler_quota_50 {
	width: 50%;
}

/********************************************************************************
*** contact_list_mem styles
********************************************************************************/
.contact_list_mainheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff8c00;
}
.contact_list_tablepad {
	margin: 0;
	border: 0;
	padding: 2px 0;
}
.contact_list_tablepad_index {
	margin: 0;
	border: 0;
	padding: 2px 0;
}
.contact_list_link:link {
	color: #000000;
	text-decoration: none;
}
.contact_list_link:visited {
	color: #000000;
	text-decoration: none;
}
.contact_list_link:hover {
	color: #ff8c00;
	text-decoration: underline;
}
.contact_list_link:active {
	color: #ff8c00;
	text-decoration: underline;
}

/********************************************************************************
*** siso_mem styles
********************************************************************************/
.siso_fieldset_headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff8c00;
}
.siso_fieldset_pad_top {
	margin-top: 5px;
}

/********************************************************************************
*** quota_checker_sup styles
********************************************************************************/
.quota_checker_heading {
	display: inline;
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff8c00;
}
.quota_checker_table_top_pad {
	margin: 0;
	border: 0;
	padding: 10px 0 0 0;
}
.quota_checker_subheading {
	/*font-weight: bold;*/
}
.quota_checker_center {
	margin: 0;
	border: 0;
	padding: 0 0 0 15px;
}
.quota_checker_bottom_border {
	margin: 0;
	border-bottom: 1px solid #000000;
	padding: 0 0 5px 0;
}

/********************************************************************************
*** odyssey_wall styles
********************************************************************************/
.odyssey_wall_writetext {
	width: 95%;
	height: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
}
.odyssey_wall_post_layout {
	width: 95%;
}
.odyssey_wall_display_heading {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff8c00;
	text-align: left;
}
.odyssey_wall_display_datetime {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	text-align: right;
}
.odyssey_wall_display_msg {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.odyssey_wall_divider {
	border-bottom: 1px solid #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}

/********************************************************************************
*** odyssey_messaging styles
********************************************************************************/
.odyssey_messaging_top_pad {
	margin: 0;
	border: 0;
	padding: 5px 0 0 0;
}
.odyssey_messaging_pad {
	display: block;
	margin: 0;
	border: 0;
	padding: 5px 0 0 10px;
}
.odyssey_messaging_link:link {
	color: #000000;
	text-decoration: none;
}
.odyssey_messaging_link:visited {
	color: #000000;
	text-decoration: none;
}
.odyssey_messaging_link:hover {
	color: #ff8c00;
	text-decoration: underline;
}
.odyssey_messaging_link:active {
	color: #ff8c00;
	text-decoration: underline;
}
.odyssey_messaging_h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff8c00;
}
.odyssey_messaging_subjecttext {
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
}
.odyssey_messaging_writetext {
	width: 99%;
	height: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
}
.odyssey_messaging_listtext {
	width: 99%;
	height: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
}
.odyssey_messaging_box_subnew a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff8c00;
	text-decoration: none;
}
.odyssey_messaging_box_subnew a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff8c00;
	text-decoration: none;
}
.odyssey_messaging_box_subnew a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff8c00;
	text-decoration: underline;
}
.odyssey_messaging_box_subnew a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff8c00;
	text-decoration: underline;
}
.odyssey_messaging_box_subold a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ff8c00;
	text-decoration: none;
}
.odyssey_messaging_box_subold a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ff8c00;
	text-decoration: none;
}
.odyssey_messaging_box_subold a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ff8c00;
	text-decoration: underline;
}
.odyssey_messaging_box_subold a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ff8c00;
	text-decoration: underline;
}
.odyssey_messaging_box_desc {
	display: block;
	margin: 0;
	border: 0;
	padding: 0 0 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
}
.odyssey_messaging_box_display_subject {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff8c00;
}
.odyssey_messaging_box_display_desc {
	margin: 0;
	border: 0;
	padding: 0 0 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
}
.odyssey_messaging_display_buttonpad {
	margin: 0;
	border: 0;
	padding: 35px 0 0 0;
}

/********************************************************************************
*** shift_logs_sup styles
********************************************************************************/
.shift_logs_top_pad {
	margin: 0;
	border: 0;
	padding: 5px 0 0 0;
}
.shift_logs_divider {
	margin: 0;
	border-bottom: 1px solid #000000;
	padding: 0;
}

/********************************************************************************
*** quiz_report_sup styles
********************************************************************************/
.quiz_heading {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff8c00;
}
.quiz_underline {
	border-bottom: 1px solid #999999;
	padding: 3px 0 3px 0;
}