
/*Page Layout Styles*/
#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
border-left: 10px;
border-left-color: #AAAAAA;
border-left-style: solid;
border-right: 10px;
border-right-color: #AAAAAA;
border-right-style: solid;
background: #FFCC00;
height: 156px; /*Height of top section*/
}

#topsection h1{
margin: 0;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 160px; /*Set left margin to LeftColumnWidth*/
width: 670px;
background-color: #FFFFFF;
border-right: 10px;
border-right-color: #AAAAAA;
border-right-style: solid;
margin-top: -5px;
}

#leftcolumn{
float: left;
width: 150px;
margin-left: -840px; /*All browsers other than IE6*/
background: #0099CC;
border-left: 10px;
border-left-color: #AAAAAA;
border-left-style: solid;
margin-top: -5px;
}

#footer{
clear: left;
width: 820px;
color: #FFF;
text-align: center;
border-left: 10px;
border-left-color: #AAAAAA;
border-left-style: solid;
border-right: 10px;
border-right-color: #AAAAAA;
border-right-style: solid;
border-bottom: 10px;
border-bottom-color: #AAAAAA;
border-bottom-style: solid;
margin-top: -5px;
margin-left: 0px;

}

/*Top Menu*/
#modernbricksmenu{
padding-top: 1px;
margin-top: 5px;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 170px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 15px;
text-decoration: none;
letter-spacing: 1px;
background-color: #CC0000; /*Default menu color*/
border-bottom: 1px solid #FFCC00;
}

#modernbricksmenu a:hover{
background-color: #CC0000; /*Menu hover bgcolor*/
color: #FFFFFF;
text-decoration: underline;
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #CC0000; /*Brown color theme*/
border-color: #CC0000; /*Brown color theme*/
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #CC0000; /*Brown color theme*/
}

/*Updates Box Styles*/
#updates{
width: 180px;
border-left: 2px;
  border-left-color:#CC0000;
  border-left-style: dashed;
  margin-left: 650px;
  margin-top: -160px;
  height: 165px;
}


.updates_h1{
  font-family: Verdana;
  font-size: smaller;
  color: #CC0000;
  font-weight: bold;
  padding-left: 5px;
}

/*Left Menu*/
.menutitle{
margin-left: 5px;
cursor: crosshair;
margin-bottom: 5px;
color:#000000;
width:140px;
text-align:left;
font-weight:bold;
border: none;
padding-bottom: 5px;
}

.submenu{
  padding-left: 10px;
  color: #FF0000;
  font-size: 10px;
  line-height: normal;
}

#blueblock{
width: 150px;
font-family: Verdana;
font-size: 12px;
background-color: #0099CC;
color: #333;
}

* html #blueblock{ /*IE 6 only */
width: 137px;
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 2px 8px;
background-color: #0099CC;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
background-color: #0099CC;
color: #FFFFFF;
text-decoration: underline;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}




/*IMAGE SYTLES*/

IMG.float_right{
  float: right;
  margin-right: 5px;
  margin-top: 10px;
}


IMG.float_left{
  float: left;
  margin-left: 5px;
  margin-top: 10px;
  padding-right: 5px;
}

IMG.footer_image{
position: absolute;
}

IMG.logo{
  float: left;
  margin-top: -0px;
}

IMG.header{
margin-left: 0px;
}


/*Text Styles*/
.h1{
font-family: Arial;
font-size: 13px;
color: #CC0000;
margin-left: 5px;
font-weight: bold;
}

.h2{
font-family: Arial;
font-size: 12px;
color: #CC0000;
margin-left: 5px;
font-weight: bold;
}

.p{
font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  margin-left: 5px;
  line-height: 16px;
}
.p1{
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  margin-left: 5px;
  line-height: normal;
}

.st{
  font-family: Arial;
  font-size: 10px;
  color: #000000;
  margin-left: 5px;
  line-height: normal;
}


.footer_text_right{
  float: right;
  font-family: Arial;
  font-size: x-small;
  color: #FFFFFF;
  margin-top: -20px;
  margin-right: 5px;
  padding-bottom: 10px;
}

.footer_text_left{
  float: left;
  font-family: Arial;
  font-size: x-small;
  color: #FFFFFF;
  margin-top: -20px;
  margin-left: 5px;
  padding-bottom: 0px;
}

/*Link Sytles*/
.link1 A:link {text-decoration: underline; color: #000000;}
.link1 A:visited {text-decoration: underline; color: #000000; }
.link1 A:active {text-decoration: none; color: #000000}
.link1 A:hover {color: #CC0000;}

.link2 A:link {text-decoration: none; color: #FFFFFF;}
.link2 A:visited {text-decoration: none; color: #FFFFFF; }
.link2 A:active {text-decoration: underline; color: #FFFFFF}
.link2 A:hover {text-decoration: underline; color: #FFFFFF}

#awards .title { color: #FF0000; font-weight: bold; }
#awards .nameT { float: left; width: 150px; display: inline; font-weight: bold; }
#awards .expiryT { float: left; width: 200px; font-weight: bold;}
#awards .name { float: left; width: 150px; display: inline; }
#awards .expiry { float: left; width: 100px;}
#awards .expired { font-weight: bold; color: #FF0000;}

#lifeguards .namet{color: #FF0000; font-weight: bold; float: left; width: 200px; display: inline; }
#lifeguards .unitt{color: #FF0000; font-weight: bold; float: left; width: 100px; display: inline; }
#lifeguards .name{float: left; width: 200px; display: inline;}
#lifeguards .unit{float: left; width: 300px; display: inline;}

#lifeguard .title { color: #FF0000; font-weight: bold; }
#lifeguard .titleitalics { color: #0000FF; font-weight: bold; font-style: italic; }
#lifeguard .awardT { float: left; width: 220px; display: inline; font-weight: bold; }
#lifeguard .expiryT { float: left; width: 100px; font-weight: bold;}
#lifeguard .updateT { float: left; width: 100px; font-weight: bold;}
#lifeguard .award { float: left; width: 260px; display: inline; }
#lifeguard .expiry { float: left; width: 100px;}
#lifeguard .update { float: left; width: 80px;}
#lifeguard .expired { float: left; font-weight: bold; color: #FF0000; width: 100px; display: inline; }
#lifeguard .delete{ float: left; width: 80px; display: inline;}

#addlifeguard .title { color: #FF0000; font-weight: bold; }
#addlifeguard .label{float: left; width: 100px; display: inline; font-weight: bold;}
#addlifeguard .answer{float: left; width: 300px; display: inline;}

#addqualification {float: right; border: thin; margin-right: 5px; border-color: #000000; border-style: solid; width: 300px; margin-top: -50px;}
#addqualification .title { color: #FF0000; font-weight: bold; margin-left: 5px; }
#addqualification .label{ display: inline; font-weight: bold; margin-left: 5px; }
#addqualification .answer{display: inline; margin-left: 10px;}

#reports .title { color: #FF0000; font-weight: bold; }
#reports .label{float: left; width: 200px; display: inline; font-weight: bold;}
#reports .answer{float: left; width: 400px; display: inline;}
#reports .name { float: left; width: 150px; display: inline; }
#reports .expiry { float: left; width: 120px;}
#reports .status { font-weight: bold; color: #FF0000;}
#reports .nameT { float: left; width: 150px; display: inline; font-weight: bold; }
#reports .expiryT { float: left; width: 120px; font-weight: bold;}
#reports .statusT { font-weight: bold; font-weight: bold;}

#unit .namet{color: #FF0000; font-weight: bold; }
#unit .name{float: left; width: 300px; display: inline;}
#unit .lifeguards{float: left; width: 200px; display: inline;}
#unit .unitname{float: left; width: 100px; display: inline; font-weight: bold;}
#unit .input{ float: left; width: 200px; display: inline; }
#unit .email{width: 50px; display: inline; }
#unit .email1{ float: left;}
#unit .update{ float: left; width: 100px; display: inline;}
#unit .data{ float: left; width: 200px; display: inline;}

#orders .ref{float: left; width: 75px; display: inline;}
#orders .del{float: left; width: 75px; display: inline; font-weight: bold;}
#orders .name{float: left; width: 150px; display: inline;}
#orders .date{float: left; width: 150px; display: inline;}
#orders .status{float: left; width: 150px; display: inline;}
#orders .status1{float: left; width: 120px; display: inline;}
#orders .statusGB{float: left; display: inline; color: #006600; font-weight: bold;}
#orders .statusR{float: left; display: inline; color: #FF0000; }
#orders .statusG{float: left; display: inline; color: #006600;}
#orders .statusRB{float: left; display: inline; color: #FF0000; font-weight: bold;}
#orders .statusGB1{float: left; display: inline; color: #006600; font-weight: bold; width: 170px;}
#orders .statusR1{float: left; display: inline; color: #FF0000; width: 170px; }
#orders .statusG1{float: left; display: inline; color: #006600; width: 170px;}
#orders .statusRB1{float: left; display: inline; color: #FF0000; font-weight: bold; width: 170px;}

#login
    {
        font-family: Arial, Helvetica, sans-serif; font-size: 12px;
    }

    #login .message {float: left; margin-left: 50px;}
    #login .labelbox {float: left; padding-top: 3px; padding-right: 5px; width: 100px; text-align: right;}
    #login .inputbox {float: left;}
    #login .clearer {clear: both;}


#order .item{ float: left; width: 230px; display: inline; }
#order .price { float: left; width: 150px; display: inline;}
#order .qty { float: left; width: 100px; display: inline;}
#order .total { float: left; width: 100px; display: inline;}
#order .delivery { float: left; width: 200px; display: inline;}
#order .details{ float: right; width: 200px; display: inline;}
#order .label { float: left; width: 100px; display: inline; margin-left: 200px; text-align: left;}
#order .result { float: left; width: 200px; display: inline; margin-left: 100px;}
#addqualification {float: right; border: thin; margin-right: 5px; border-color: #000000; border-style: solid; width: 300px; margin-top: -50px;}

#stock .name{float: left; width: 250px; display: inline;}
#stock .qty{float: left; width: 150px; display: inline;}

#sentmessages .from{float: left; width: 150px; display: inline;}
#sentmessages .subject{float: left; width: 350px; display: inline;}
#sentmessages .date{float: left; width: 150px; display: inline;}

#sentmessage .title{float: left; width: 100px; display: inline;}
#sentmessage .result{float: left; display: inline;}

#updatestatus {float: right; border: thin; margin-right: 5px; border-color: #000000; border-style: solid; width: 300px; margin-top: -150px;}
#updatestatus .title { color: #FF0000; font-weight: bold; margin-left: 5px; }
#updatestatus .label{ display: inline; font-weight: bold; margin-left: 5px; }
#updatestatus .answer{display: inline; margin-left: 10px;}

.shiftcontainer{
float: left;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
margin-right: 5px;
}

.shiftcontainer1{
float: left;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
margin-left: 10px;
}

.shadowcontainer{
width: 500px; /* container width*/
background-color: #d1cfd0;
height: 265px;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
height: 250px;
overflow: scroll;
}

#TZ_admin .col
{
float: left;
width: 200px;
display: inline;
height: 100px;
padding-right: 15px;
padding-bottom: 10px;
}

#TZ_admin .col1
{
float: left;
width: 200px;
display: inline;
height: 80px;
padding-right: 15px;
padding-bottom: 10px;
}

body A:link {text-decoration: none; color: #000000; }
body A:visited {color: #000000; text-decoration: none;}
body A:active {text-decoration: none;}
body A:hover {color: #CC0000; text-decoration: none;}

#coursemat .name{float: left; width: 150px; display: inline; }
#coursemat .result{float: left; width: 250px; display: inline; }
#coursemat .type{float: left; width: 60px; display: inline; margin-left: 5px;}
#coursemat .title{float: left; width: 300px; display: inline;}
#coursemat .date{float: left; width: 100px; display: inline;}

IMG.border{
  border: none;
}

#coursereg .col1{float: left; width: 50px; display: inline; margin-left: 50px;}
#coursereg .col1a{float: left; width: 120px; display: inline; margin-left: 50px;}
#coursereg .col1b{float: left; width: 300px; display: inline; margin-left: 50px;}
#coursereg .col2{float: left; width: 250px; display: inline;}
#coursereg .col2a{float: left; width: 100px; display: inline;}
#coursereg .trainer{float: left; width: 250px; display: inline;}
#coursereg .date{float: left; width: 150px; display: inline;}
#coursereg .method{float: left; width: 100px; display: inline;}
#coursereg .expired1{float: left; width: 100px; display: inline;}
#coursereg .award{float: left; width: 250px; display: inline;}

#reg_course .name{float: left; width: 150px; display: inline;}
#reg_course .result{float: left; width: 500px; display: inline;}
#reg_course .type{float: left; width: 60px; display: inline; margin-left: 5px;}
#reg_course .title{float: left; width: 300px; display: inline;}
#reg_course .date{float: left; width: 100px; display: inline;}

#reg_course1 .name{float: left; width: 150px; display: inline; }
#reg_course1 .result{float: left; width: 250px; display: inline;}

#course_search .col1{float: left; width: 150px; display: inline; margin-left: 50px;}
#course_search .col2{float: left; width: 150px; display: inline; margin-left: 50px;}
#course_search .col2b{float: left; display: inline; margin-left: 50px; width: 50%}
#course_search .col3{float: left; width: 100px; display: inline; margin-left: 50px;}
#course_search .col1a{float: left; width: 50px; display: inline; }
#course_search .col2a{float: left; width: 100px; display: inline; }
#course_search .col3a{float: left; width: 150px; display: inline; }
#course_search .col4{float: left; width: 200px; display: inline; }
#course_search .col5{float: left; width: 100px; display: inline; }


#breadcrumbs { font-size: 12px; font-family: Arial; margin-left: 5px; margin-top: -20px; padding-bottom: 10px; }


.welcome { color: #000000; font-size: 12px; font-family: Arial; margin-left: 5px; width: 150px;}

#mydetails .name{float: left; width: 100px; display: inline; font-weight: bold;}
#mydetails .result{float: left; width: 250px; display: inline;}

#updatedetails {float: right; border: thin; margin-right: 5px; border-color: #000000; border-style: solid; width: 300px; margin-top: -350px;}
#updatedetails .title { color: #FF0000; font-weight: bold; margin-left: 5px; }
#updatedetails .label{ display: inline; font-weight: bold; margin-left: 5px; width: 70px; float: left; }
#updatedetails .answer{ margin-left: 10px; float: left; display: inline;}

.smalltext { font-size: 10px; }
.smalltextc { font-size: 10px; text-align: center; }
.smalltext1 { font-size: 10px; display: inline; }

#updateaward .col1{float: left; width: 270px; display: inline; margin-left: 10px;}
#updateaward .col2{float: left; display: inline; margin-left: 10px;}

#mycourses .col1{float: left; width: 50px; display: inline; margin-left: 50px;}
#mycourses .col1a{float: left; width: 120px; display: inline; margin-left: 50px;}
#mycourses .col1b{float: left; width: 300px; display: inline; margin-left: 50px;}
#mycourses .col2{float: left; width: 250px; display: inline;}
#mycourses .col2a{float: left; width: 100px; display: inline;}
#mycourses .course{float: left; width: 175px; display: inline;}
#mycourses .regdate{float: left; width: 120px; display: inline;}
#mycourses .startdate{float: left; width: 120px; display: inline;}
#mycourses .method{float: left; width: 120px; display: inline;}
#mycourses .status{float: left; width: 120px; display: inline;}
#mycourses .status1{float: left; width: 240px; display: inline;}

#addcandidate {float: left; border: thin; margin-right: 5px; border-color: #000000; border-style: solid; width: 600px; margin-left: 5px; margin-bottom: 10px;}
#addcandidate .title { color: #FF0000; font-weight: bold; margin-left: 5px; }
#addcandidate .label{ display: inline; font-weight: bold; margin-left: 5px; width: 100px; float: left;}
#addcandidate .answer{ margin-left: 10px; float: left; display: inline;}

#candidates .name{float: left; width: 200px; display: inline;}
#candidates .pass{float: left; width: 120px; display: inline;}

#payments .col1a{float: left; width: 200px; display: inline; margin-left: 25px;}
#payments .col1{float: left; width: 100px; display: inline; margin-left: 25px;}
#payments .col2{float: left; width: 250px; display: inline;}
#payments .ref{float: left; width: 75px; display: inline;}
#payments .ref1{float: left; width: 35px; display: inline;}
#payments .trainer{float: left; width: 150px; display: inline;}
#payments .course{float: left; width: 175px; display: inline;}
#payments .method{float: left; width: 120px; display: inline;}
#payments .status{float: left; width: 120px; display: inline;}
#payments .status1{float: left; width: 240px; display: inline;}
#payments .net{float: left; width: 100px; display: inline;}
#payments .VAT{float: left; width: 100px; display: inline;}
#payments .total{float: left; width: 100px; display: inline;}
#payments .date{float: left; width: 100px; display: inline;}

#addpayment .col1{float: left; width: 75px; display: inline; margin-left: 5px;}
#addpayment .col2{float: left; width: 200px; display: inline;}

#certs .ref{float: left; width: 75px; display: inline;}
#certs .name{float: left; width: 150px; display: inline;}
#certs .course{float: left; width: 200px; display: inline;}
#certs .address{float: left; width: 120px; display: inline;}
#certs .printed{float: left; width: 80px; display: inline; }

.paid {
color: #009900;
font-size: 30px;
font-weight: bold;
float: right;
margin-right: 200px;
margin-top: -40px;
}

#awards .award{float: left; width: 200px; display: inline;}
#awards .number{float: left; width: 75px; display: inline; text-align: center;}

#uploads .name{float: left; width: 150px; display: inline;}
#uploads .award{float: left; width: 150px; display: inline;}
#uploads .file{float: left; width: 100px; display: inline;}
#uploads .notes{float: left; width: 150px; display: inline;}
#uploads .del{float: left; width: 100px; display: inline;}
#uploads .name1{float: left; width: 75px; display: inline;} 
#uploads .file1{float: left; width: 150px; display: inline;}
#uploads .notes1{float: left; width: 200px; display: inline;}


#products .name { font-family: Verdana; font-size: 12px; color: #CC0000; margin-left: 5px; font-weight: bold; float: left;}
#products .description {float: left; }
#products .price {font-weight: bold; margin-left: 60px; display: inline; float: left;}
#products .stock {margin-left: 50px; display: inline; float: left; margin-top: 20px;}
#products IMG.product {border: none; display: inline; padding-bottom: 5px; padding-top: 5px; float: left;}
#products .qty{width: 180px; float: left;}
#products  col1{float: left; width: 150px; display: inline; background-color: #9999CC;}
#products .col2{float: left; width: 150px; display: inline; background-color: #FF66CC;}


#contactform .label { float: left; width: 200px; display: inline; font-weight: bold; }
#contactform  .result { float: left; width: 250px; display: inline; }
#contactform  .submit{ float: left; width: 100px; display: inline;  }

.hr {border: none;
  background-color: #999999;
  color: #999999;
  height: 1px;
  width: 80%;
}

.hr1 {border: none;
  background-color: #999999;
  color: #999999;
  height: 1px;
  width: 50%;
}

/*MESSAGE BOX CLEAN	series	  		 */
	.clean-gray{
		border:solid 1px #DEDEDE;
		background:#EFEFEF;
		color:#222222;
		padding:4px;
		text-align:center;
	}
	.clean-yellow{
		border:solid 1px #DEDEDE;
		background:#FFFFCC;
		color:#222222;
		padding:4px;
		text-align:center;
        width: 50%;
	}
	.clean-ok{
		border:solid 1px #349534;
		background:#C9FFCA;
		color:#008000;
		font-weight:bold;
		padding:4px;
		text-align:center;
        width: 50%;
	}

    .clean-ok_right{
		border:solid 1px #349534;
		background:#C9FFCA;
		color:#008000;
		font-weight:bold;
		padding:4px;
		text-align:center;
        width: 50%;
        float: right;
        margin-right: 10px;
	}

     .paid_box{
		border:solid 1px #349534;
		background:#C9FFCA;
		color:#008000;
		font-weight:bold;
		padding:4px;
		text-align:center;
        width: 20%;
        float: right;
        margin-right: 40px;
        margin-top: -60px;
	}

	.clean-error{
		border:solid 1px #CC0000;
		background:#F7CBCA;
		color:#CC0000;
		font-weight:bold;
		padding:4px;
		text-align:center;
        width: 300px;
        float: right;
        margin-right: 10px;
	}

    	.clean-error-left{
		border:solid 1px #CC0000;
		background:#F7CBCA;
		color:#CC0000;
		font-weight:bold;
		padding:4px;
		text-align:center;
        width: 300px;
        float: left;
	}

    	.home-alert-red{
		border:solid 1px #CC0000;
		background:#F7CBCA;
		color:#000000;
		padding:4px;
		text-align:center;
        width: 250px;
        float: right;
        margin-top: -48px;
        margin-right: 10px;
        height: 38px;
	}

#pmethod .col1 { float: left; width: 300px; display: inline; padding-right: 20px;}
#pmethod .col2 { float: left; width: 250px; display: }

IMG.cal{ padding-top: 0px; }



