/* Global Styles ---------- */

html, body	{ width:100%; height:100%; }
*			{ margin: 0; padding: 0; }

form		{ margin:0; padding:0; }

img			{ border: none; }
a img		{ border:none }

/* Structures Short Classes */

.clr		{clear: both;}
.fl			{float: left;}
.fr			{float: right;}
.pa			{position: absolute;}
.pf			{position: fixed;}
.pr			{position: relative;}
.ps			{position: static;}
.db			{display: block;}
.din		{display: inline;}
.dn			{display: none;}
.dt			{display: table;}
.dtrow		{display: table-row;}
.dtcol		{display: table-column;}
.dtcell		{display: table-cell;}
.pmz		{margin: 0px!important; padding: 0px;}
.tlz		{top: 0px; left: 0px;}

.clearfix { clear:both; height:1px !important; line-height:1px !important; float:none!important; }

*:focus {
	outline: none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}

/* blockquotes */

blockquote {
	font-style: italic;
	margin: 0px 0 20px 0px;
	padding: 6px 10px 0px 10px;
	background-image: url('../images/quote.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
	font-size: 13px;
	line-height: 20px;
}

blockquote p { margin:0px; }

/* Clear Spacer CSS */
.clear {
    clear: both;
	width: 100%;
    height: 0px;
	line-height: 0px;
	font-size: 0;
}
.clear_2px {
    clear: both;
	font-size: 2px;
    height: 2px;
    line-height: 2px;
}
.clear_4px {
    clear: both;
	font-size: 4px;
    height: 4px;
    line-height: 4px;
}
.clear_5px {
    clear: both;
	font-size: 5px;
    height: 5px;
    line-height: 5px;
}
.clear_6px {
	clear: both;
    font-size: 6px;
    height: 6px;
    line-height: 6px;
}
.clear_10px {
	clear: both;
    font-size: 10px;
    height: 10px;
    line-height: 10px;
}
.clear_20px {
	clear: both;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
}

/* General Form CSS */

checkbox	{ border: none; border-style: none;	padding: 1px; }

input {
	height: 20px;
    line-height: 20px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ababab;
    font-family: "Arial", "Verdana", "San-Serif";
    font-size: 12px;
    color: #333;
    padding: 1px;
	margin: 2px 0 2px 0;
}

input.submitButton {
	border: none;
}

select {
	border: 1px solid #ccc;
	border-bottom: 1px solid #ababab;
    font-family: "Arial", "Verdana", "San-Serif";
    font-size: 12px;
	color: #333;
	padding: 1px;
	min-width: 50px;
	width: auto;
}

textarea {
	min-width: 100px;
	width: 100%;
	border: 1px solid #ababab;
    font-family: "Arial", "Verdana", "San-Serif";
    font-size: 11px;
	color: #333;
    padding: 2px;
}

/* Custom Form CSS */

div#provider_enquiry_form {
	position: relative;
	float: left;
	width: 255px;
	margin: 10px 15px 0 15px;
	padding: 0;
	border: 1px solid #eee;
}

div#provider_enquiry_form .error_message {
	width: 250px;
	min-height: 1px;
	height: auto !important;
	line-height: 18px;
	background: inherit;
	color: #006ec7;
    font-size: 14px;
	padding: 2px;
	text-align: justify;
}

div#provider_enquiry_form div.enquiryComment textarea#comment {
	width: 98%;
	height: 120px;
	margin: 2px 0 0 0;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ababab;
    font-family: "Arial", "Verdana", "San-Serif";
	font-size: 12px;
	overflow: hidden;
}


#message {
    background: #ffffff;
    border: 1px solid #dddddd;
    font-family: "Arial", "Verdana", "San-Serif";
    font-size: 13px;
    color: #cc0000;
    padding: 5px;
    width: 100%;
}

.show_message_layer {
    position: absolute;
	font-family: "Arial", "Verdana", "San-Serif";
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #bbbdbf;;
    padding: 2px;
    margin: 1px;
	z-index: 1000;
}

.error_message, .contact_us_from_error_message {
    width: 98%;
	min-height: 1px;
	height: auto !important;
	line-height: 18px;
	background: inherit;
	color: #c80000;
    font-size: 14px;
}

.message_layer {
	background: #ffffff;
	width: 100%;
	line-height: 18px;
	color: #c80000;
	font-family: "Arial", "Verdana", "San-Serif";
    font-size: 14px;
	text-align: center;
    z-index: 20;
}

.general_title_layer {
	width: 100%;
	margin: 10px 0 0 0;
	text-align: left;
}

.login_form_button_layer {
	width: 100%;
	height: 32px;
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
}

ul.login_buttons {
	list-style-type: none;
	margin: 10px 0 0 54px;
}

ul.login_buttons li {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0 5px 0 5px;
}

ul.login_buttons li.buttonspacer {
	padding: 0 5px 0 5px;
}

#border_layer {
    border:1px solid #EEEEEE;
}

#contact_us_layer {
	background: transparent;
	width: 100%;
	margin: 10px 0 25px 0;
	padding: 5px;
	border: none;
}

div.contactMessage {
	width: 380px;
	height: 200px;
	border: none;
	margin: 2px 0 0 0;
}

textarea#message {
	width: 100%;
	color: #000;
	padding: 2px;
	border: 1px solid #ababab;
}

#login_layer {
	background: transparent;
	width: 100%;
	margin: 10px 0 25px 0;
	padding: 0;
	border: none;
}

#registration_layer {
	position: relative;
    float: left;
	background: transparent;
	width: 650px;
	margin: 10px 0 25px 145px;
	padding: 0;
	border: none;
}

#user_registration_form_buttons_container {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
}

#complete_user_registration_button_layer {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
}

#user_registration_form_buttons_container .buttons {
	width: 50%;
	margin: 0 0 0 250px;
	padding: 0;
}

#user_registration_form_buttons_container .buttons .spacer {
	display: block;
	width: 20px;
	height: 100%;
	margin: 0;
	padding: 0;
}

.global_user_interface_layer {
    position: relative;
    float: left;
    width: 100%;
	min-height: 100px;
	height: 100%;
	background: #ffffff;
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
	overflow: visible;
}

.global_user_interface_layer p {
    padding: 5px;
	background: inherit;
}

.global_user_interface_layer_container {
    position: relative;
    float:left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.global_user_interface_table {
    position: relative;
    float: left;
    width: 100%;
	margin: 0;
	padding: 0;
}

td.form_field_title {
	background: inherit;
	color: inherit;
	width: 30%;
	margin: 0;
	padding: 0;
}

td.form_field_input {
	background: inherit;
	color: inherit;
	width: 68%;
	margin: 0;
	padding: 0;
}

.loading_layer {
    position: absolute;
    background-color: #666666;
    width: 900px;
    height: 100%;
    visibility: hidden;
    text-align: center;
    z-index: 100;
    float: none;
}

.titlebar {
	width: 100%;
    height: 30px;
	top: 0;
	text-align: center;
    text-decoration: none;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333;
}

/* GENERAL */

div.collapsed {
	display: none;
	background: inherit;
	border: none;
	height: 0px;
	visibility: hidden;
}

div.expanded {
	height: auto;
	visibility: visible;
	background: inherit;
	border: none;
	/*border: 1px solid #ddd;*/
}

.rte_container_layer {
	float: left;
	width: 100%;
	background: inherit;
}

#footerCredits {
	clear: both;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 10px 0;
	color: #000;
	font-size: 10px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	text-align: center;
	background: #006dc4;
}

#footerCredits span {
	font-size: 10px;
}

#footerCredits span ul li {
	display: inline;
	list-style-type: none;
}

#footerCredits a {
	font-size: 10px;
	color: #fefefe;
	text-decoration: underline;
}

#footerCredits a:hover {
	color: #fa873c;
	text-decoration: none;
}