/* +++++++++++++++++++++++++++++ Crewcare +++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++ Customizable Colour ++++++++++++++++++++ */

body h1, body h2, body a, body a:hover, body label {
	color: #32a9af;
	background-color: inherit;
}







/* ++++++++++++++++++++ Common Styles ++++++++++++++++++++ */


* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	color: #000;
	background-color: #f4f4f4;
	font-family: 'arial', 'helvetica', sans-serif;
	font-size: 100%;
	text-align: center;
}

table {
	font-size: 1em;
}

td {
	font-family: 'arial', 'helvetica', sans-serif;
	font-size: 1em;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

ul, ul li {
	list-style: none outside;
}

ol, ol li {
	list-style: decimal inside;
}

p {
	padding: 0.5em 0em 0.5em;
}

fieldset {
	border: none;
}

input, textarea, select {
	font-family: 'arial', 'helvetica', sans-serif;
	font-size: 13px;
	color: #666;
	background-color: #fff;
}

.hidethis {
	display: none;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	overflow : hidden;
	visibility: hidden;
}
.showthis {
	display: block;
	margin:10px auto;
	text-align:center;
}




/* ++++++++++++++++++++ Body Wrapper ++++++++++++++++++++ */

.body_wrapper {
	margin: 0px auto;
	width: 777px;
	text-align: left;
	font-size: 0.75em;
}



/* ++++++++++++++++++++ Login Wrapper ++++++++++++++++++++ */

#login_wrapper {
	margin: 105px auto;
	width: 487px;
}

#login_wrapper a {
	color: #004a91; !important
	background-color: inherit;
}

#login_wrapper .body_wrapper {
	margin: 0px auto;
	width: 431px;
}

#page_login_body {
	padding: 70px 20px 20px 28px;
	color: inherit;
	background: #fff url('../images/navmenu_bg.jpg') repeat-x 0% 0%;
}

#page_login_body .action_form_field label {
	float: left;
	width: 6.5em;
	font-size: 1.2em;
}

#page_login_body .action_form_field input.field_text_long {
	width: 300px;
}

#page_login_body .action_form_submit {
	margin-top: -12px;
	margin-left: 8em;
	padding: 0px 15px 0px 0px;
	height: 5.5em;
}

#page_login_body .action_form_check {
	float: left;
	position: relative;
	left: -3px;
	padding: 22px 0px 0px;
	color: #666;
	background-color: inherit;
}

#page_login_body .form_button {
	float: right;
	position: relative;
	top: 0.9em;
}

#page_footer {
	padding: 10px 0px;
	text-align: left;
	font-size: 0.75em;
}

#footer_logo {
	text-align: right;
}

#footer_logo a {
	margin-left: auto;
	position: relative;
	top: -1.8em;
	left: 4px;
	display: block;
	width: 110px;
	height: 29px;
	background: url('../images/crewcare_footer.gif') no-repeat 0% 0%;
}



/* ++++++++++++++++++++ Page Header ++++++++++++++++++++ */

#page_header {
	overflow: hidden;
	margin: 0px auto;
	padding: 0px 5px 0px 0px;
	height: 75px;
	background-repeat: repeat-x;
	background-position: 0% 0%;
}

#page_header h1 a {
	display: block;
	position: absolute;
	width: 400px;
	height: 75px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

#page_header h3 {
	margin-top: 30px;
	position: relative;
	left: -100px;
	float: right;
	font-weight: normal;
	font-size: 1.15em;
}

#page_header_options {
	float: right;
	clear: both;
	position: relative;
	top: -1.6em;
}

#page_header_logout a {
	display: block;
	width: 89px;
	height: 23px;
	background: url('../images/button_logout.gif') no-repeat 0% 0%;
}




/* ++++++++++++++++++++ Navigation Menu ++++++++++++++++++++ */

#page_navmenu {
	overflow: hidden;
	margin: 0px auto;
	width: 100%;
	height: 37px;
	color: #fff;
	background: #333 url('../images/navmenu_bg.jpg') repeat-x 0% 0%;
}

#page_navmenu a {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

#page_navmenu a:hover {
	color: #ccc;
	background-color: inherit;
	text-decoration: none;
}

#page_navmenu ul {
	float: left;
	height: 37px;
	background: url('../images/navmenu_div.jpg') no-repeat 0% 0%;
	font-size: 14px;
}

#page_navmenu li {
	float: left;
	height: 37px;
	background: url('../images/navmenu_div.jpg') no-repeat 100% 0%;
}

#page_navmenu li a {
	display: block;
	float: left;
	margin: 0px 1px;
	padding: 10px 10px 12px;
}

#page_navmenu li a:hover {
	color: #333;
	background: #fff url('../images/navmenu_bg_select.jpg') repeat-x 0% 0%;
}

ul#page_navmenu2 {
	float: right;
}

li#page_navmenu_selected {
	background: url('../images/navmenu_bg_select.jpg') repeat-x 0% 0%;
}

li#page_navmenu_selected a {
	color: #333;
	background-color: inherit;
}

li#page_navmenu_selected a:hover {
	color: #333;
	background-color: inherit;
}




/* ++++++++++++++++++++ Page Body ++++++++++++++++++++ */

#page_body {
	margin: 0px auto;
	width: 777px;
	color: inherit;
	background-color: #fff;
}

#page_body .body_wrapper {
	margin: 0px 36px;
	padding: 15px 0px 25px;
	width: 705px;
}

a.action_cancel, a.action_edit, a.action_resend {
	color: #ba0000;
	background-color: inherit;
	font-weight: normal;
	font-size: 1em;
}

a.action_cancel:hover ,a.action_edit:hover, a.action_resend:hover {
	color: #ba0000;
	background-color: inherit;
}

a.icon_delete {
	position: relative;
	top: 1px;
	display: block;
	width: 10px;
	height: 10px;
	background: url('../images/icon_delete.gif') no-repeat 0% 0%;
}

small.text_sub {
	padding-left: 12px;
	color: #666;
	background-color: inherit;
	font-size: 1em;
	text-transform: lowercase;
}



/* ++++++++++++++++++++ Main Options ++++++++++++++++++++ */

#main_options {
	font-size: 1.2em;
	padding-bottom: 18px;
	
	margin-bottom: 10px;
}

#main_options li {
	float: left;
	margin-right: 10px;
}


/* ++++++++++++++++++++ Action Box ++++++++++++++++++++ */

.actionbox {
	padding: 10px 10px 15px;
	color: inherit;
	background-color: #fffaea;
	border-bottom: 2px #ffcc33 solid;
}

.actionbox h2 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url('../images/actionbox_title_bar.jpg') repeat-x 0% 100%;
	font-size: 1.2em;
	font-weight: normal;
	line-height: normal;
}

.actionbox h2 small {
	position: relative;
	left: 12px;
	font-size: 0.75em;
}

.actionbox h3 {
	padding: 8px 0px 17px;
	color: #666;
	background-color: inherit;
	font-size: 1em;
	font-weight: normal;
}

.actionbox h4 {
	margin: -5px 0px 33px;
	font-size: 1em;
}



/* ++++++++++++++++++++ Main Section ++++++++++++++++++++ */

#main_section_heading,  #main_section_heading_noTOP {
	margin-top: 2px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 2px #b2b2b2 solid;
	line-height: normal;
	background: url('../images/section_title_bar.jpg') repeat-x 0% 100%;
}

#main_section_heading_noTOP {
	border-top: none;
}	

#main_section_heading_stripeTOP {
	border-top: none;
	margin:5px 0 20px 0;
	padding-top: 20px;
	line-height: normal;
	background: url('../images/actionbox_title_bar.jpg') repeat-x;
}	

#main_section_heading h1 {
	font-size: 2em;
	font-weight: normal;
}

#main_section_heading h3 {
	color: #666;
	background-color: inherit;
	font-size: 1em;
	font-weight: normal;
}



/* ++++++++++++++++++++ Main Section Table ++++++++++++++++++++ */

#main_section_tbl {
	margin: 10px 0px;
	width: 705px;
}

#main_section_tbl table {
	width: 705px;
	border-collapse: collapse;
}

#main_section_tbl td {
	padding: 2px 8px;
	border-top: 1px #fff solid;
	font-size: 1em;
}

#main_section_tbl .tbl_row_a td {
	color: inherit;
	background-color: #f9f9f9;
}

#main_section_tbl .tbl_row_b td {
	color: inherit;
	background-color: #fff;
}

#main_section_tbl .tbl_row_a_edit td, #main_section_tbl .tbl_row_b_edit td {
	color: inherit;
	background-color: #fffaea;
}

#main_section_tbl td.tbl_row_actionbox {
	padding: 0px;
	width: 705px;
}

#main_section_tbl td.tbl_row_actionbox {
	padding: 0px;
	width: 705px;
}

#main_section_tbl .actionbox {
	margin-bottom: 10px;
}

#main_section_tbl td.tbl_col_name {
	width: 100%;
}

#main_section_tbl td.tbl_col_edit {
	padding-left: 6px;
	padding-right: 8px;
	background-image: url('../images/tbl_action_div.gif');
	background-repeat: no-repeat;
	background-position: 100% 60%;
}

#main_section_tbl td.tbl_col_link {
	padding-left: 6px;
	padding-right: 8px;
	background-image: url('../images/tbl_action_div.gif');
	background-repeat: no-repeat;
	background-position: 100% 60%;
	white-space: nowrap;
}

#main_section_tbl td.tbl_col_delete {
	padding-left: 6px;
	padding-right: 8px;
}




/* ++++++++++++++++++++ Action Form ++++++++++++++++++++ */

.action_form_field {
	height: 3.5em;
}

.action_form_field label  {
	float: left;
	width: 9em;
	font-size: 1.2em;
}

.action_form_check input.field_check{
	margin-right: 10px;
}

.action_form input.field_text_long, .action_form textarea.field_text { 
	position: relative;
	top: -5px;
	padding: 3px 8px;
	width: 300px;
	border: 1px solid #ccc;
	font-size: 16px;
}

.action_form input.field_text_short {
	position: relative;
	top: -5px;
	padding: 3px 8px;
	width: 150px;
	border: 1px solid #ccc;
	font-size: 16px;
}

.action_form .action_form_submit {
	margin-left: 9em;
}

.action_form input.form_button {
	margin-left: 20px;
}



/* ++++++++++++++++++++ Primary Change ++++++++++++++++++++ */

#main_pri_change {
	margin-top: 9px;
	padding: 8px 8px;
	color: inherit;
	background-color: #f9f9f9;
}

#main_pri_change label {
	float: left;
	position: relative;
	top: 0.3em;
	color: #000;
	background-color: inherit;
}

#main_pri_change small {
	float: left;
	position: relative;
	top: 0.3em;
	left: 20px;
	color: #666;
	background-color: inherit;
	font-size: 1em;
}

.pri_form select.field_select {
	float: left;
	position: relative;
	left: 10px;
	border: 1px solid #ccc;
	font-size: 16px;

}

