/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/*
strong {
	color: #5A5655;
}
*/

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.select1 {
	width: 202px;
}

.select2 {
	width: 96px;
}

/** TABLES */

.table1 {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.table1 th {
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: url(../images/homepage19.gif) repeat-x left top;
}

.table1 th span {
	display: block;
	padding: 4px;
	border: 1px solid #FFFFFF;
}

.table1 td {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align: center;
}

.table2 td {
	padding-bottom: 5px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #747171;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	font-size: 9px;
	font-weight: normal;
	color: #949FB1;
}

.text2 {
	font-size: 16px;
	font-weight: bold;
	color: #343E4E;
}

.headingSearchTradesperson
{
	font-size: 14px;
	font-weight: bold;
	color: #343E4E;
	text-decoration: underline;
}

.emergencyListingLabel
{
	color: #FE9901;
}

.availableWorkingListingLabel
{
	color: green;
}

.text3 {
	font-size: 9px;
}

.text4 {
	text-align: center;
	font-size: 9px;
}

.text4-11 {
	text-align: center;
	font-size: 11px;
}

.text5 {
	font-size: 11px;
	font-weight: bold;
	color: #5A5655;
}

.text6 {
	font-size: 11px;
	font-weight: bold;
	color: #5A5655;
}

.text7 {
	font-size: 11px;
	color: #343E4E;
}

.profileBold{
	/*font-weight: bold;*/
	/*color: #5A5655;*/
	font-weight: bold;
	font-size: 10px;
}


/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 14px;
}

.list1 a {
	padding-left: 10px;
	background: url(../images/homepage14.gif) no-repeat left center;
}

/** LINKS */

a {
	/*color: #343E4E;*/
	color: #005dfe;
}

a.blue{
	color: #005dfe;
}

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

.link1 {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #343E4E;
}
a.link1 {
	color: #343E4E;
}

.link2 {
}

.link3 {
	font-size: 9px;
	font-weight: bold;
}

/** STYLES */

.style1 {
	word-spacing: 5px;
}

.style1 a {
	font-weight: bold;
}

.style1 a:hover {
}

DIV.paginationDiv{
	word-spacing: 5px;
	margin-top: 9px;
}

DIV.paginationDiv a{
	font-weight: bold;
}

DIV.paginationDiv a:hover {
	color: #F6A120;
}

DIV.tradesPersonProfileExtra
{
	position: relative;
	left: -30px;
}
DIV.supplierProfileExtra
{
	height: 140px;
	position: relative;
	left: -20px;
	top: -4px;
}

/** BACKGROUNDS */

.bg1 { background: #F0F0F0 url(../images/homepage01.jpg) repeat-x left top; }
.bg2 { background: url(../images/bg01.jpg) no-repeat left top; }

.bg3 { background: url(../images/bg02.jpg) repeat-y left top; }
.bg3Orig { background: url(../images/bg02Orig.jpg) repeat-y left top; }
.bg4 { background: url(../images/bg03.jpg) no-repeat left bottom;}

.bg5 { background: url(../images/bg04.jpg) repeat-y left top; }
.bg6 { background: url(../images/bg05.jpg) no-repeat left bottom; }

.bg7 { background: url(../images/subpage1_01.jpg) repeat-y left top; }
.bg8 { background: url(../images/subpage1_02.jpg) no-repeat left bottom; }
.bg9 { background: url(../images/subpage2_01.jpg) no-repeat left top; }

.bg10 { background: url(../images/subpage3_01.jpg) no-repeat left top; }
.bg11 { background: url(../images/subpage3_02.jpg) repeat-y left top; }
.bg12 { background: url(../images/subpage3_03.jpg) no-repeat left bottom; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin: 25px 0px;
	background: url(../images/subpage1_06.gif) repeat-x left top;
}

.hr2 {
	height: 1px;
	margin: 25px 0px;
	background: url(../images/subpage1_08.gif) repeat-x left top;
}


/*Form CSS*/
TABLE.formTable{
    font-size: 11px;
}

TABLE.noTopMargin{
	margin-top: 0px;
}

TABLE.formTable SELECT{
	border: 1px solid #BBBBBB;
}
TABLE.formTable INPUT, TABLE.formTable TEXTAREA, .textField{
	border: 1px solid #BBBBBB;
	padding: 2px;
}
TABLE.formTable INPUT.checkbox{
	border: none;
}

TABLE.formTable TD{
	/*line-height: 18px;
	padding-top: 7px;*/
}

.formButton {
    /*background-color: #005dfe;*/
	background-color: #F6A120;
	font-weight: bold;
	color: #fff;
	border: 0px;
}
.formButton:hover {
    background-color: #005dfe;
}

TABLE.formTable TD.head{
	font-weight: bold;
	color: #000;
	padding-top: 15px;
}
TABLE.formTable TD DIV.headingBorder{
	margin: 0px; width: 380px;
}

TABLE.formTable TD.label, .label{
	/*font-weight: bold;*/
	color: #5A5655;
	padding-top: 14px;
}

TABLE.formTable TD A,TABLE.formTable TD A:link,TABLE.formTable TD A:visited{
	color: #005dfe;
	text-decoration: underline;
}
TABLE.formTable TD A:hover{
	color: #F6A120;
}


/*Error Table*/
TABLE.error_table{
	border: 1px solid #747474;
	background-color: #fafcc2;
	margin: 8px 0px 0px 0px;
}

.noBold
{
	font-weight: normal;
}

.error_heading{
	color: red;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}


/*Report Table*/
TABLE.reportTable {
    margin-top: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

TABLE.reportTable TD {
    vertical-align: top;
    padding: 3px;
    border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

TABLE.reportTable TD.head, TABLE.reportTable TH {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #747171;
	padding: 4px;
	font-weight: bold;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: url(../images/homepage19.gif) repeat-x left top;
}


TABLE.reportTable TR.odd TD{
	background-color: #F5F5F4;
}

TABLE.reportTable TR.even TD{
	background-color: white;
}

TABLE.reportTable TR.freeRegistration TD{
	background-color: #FFCC99;
}

TABLE.reportTable TD A,TABLE.reportTable TD A:link,TABLE.reportTable TD A:visited{
	font-size: 10px;
	color: #005dfe;
	text-decoration: none;
}
TABLE.reportTable TD A:hover{
	font-size: 10px;
	color: #F6A120;
	text-decoration: underline;
}

TABLE.reportTable TD A.emergencyListingLabel,TABLE.reportTable TD A.emergencyListingLabel:link,TABLE.reportTable TD A.emergencyListingLabel:visited{
	font-size: 10px;
	color: #FE9901;
	text-decoration: none;
}
TABLE.reportTable TD A.emergencyListingLabel:hover{
	font-size: 10px;
	color: #FE9901;
	text-decoration: underline;
}

TABLE.reportTable TD A.availableWorkingListingLabel,TABLE.reportTable TD A.availableWorkingListingLabel:link,TABLE.reportTable TD A.availableWorkingListingLabel:visited{
	font-size: 10px;
	color: green;
	text-decoration: none;
}
TABLE.reportTable TD A.availableWorkingListingLabel:hover{
	font-size: 10px;
	color: green;
	text-decoration: underline;
}

TABLE.reportTable TD.noBorder
{
	border: none;
}

.blackUnderline
{
	border-top: 1px solid black;
}

.blackBorder
{
	border: 1px solid black;
}

/*Notification box*/
.notificationHeader1 {
	background:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	border-top:1px solid #F0F0F0;
	border-left:1px solid #F0F0F0;
	border-right:1px solid #F0F0F0;
	padding:10px;
	width:186px;
 }
 
 .notificationBody1 {
	background:#FFFFFF;
	font-family:arial;
	font-size:11px;
	border:1px solid #F0F0F0;
	padding:10px;
	width:186px;
	color: #343E4E;
}
.notificationBodyDiv{
	width:180px;
	padding: 4px;
	background-color: #F0F0F0;
}
.notificationHeaderDiv{
	width:180px;
	padding: 0px 4px 8px 4px;
	background-color: #FFFFFF;
}
.notificationBlue{
	color: #0F6FCF;
	font-weight: bold;
	padding-left: 5px;
}
.notificationGreen{
	color: #69B444;
	font-weight: bold;
	padding-left: 5px;
}
.notificationRed{
	color: #D21E4B;
	font-weight: bold;
	padding-left: 5px;
}


/*========Banner Advertisement====*/
.advertisement_shown
{
	display: block;
	position: relative;
}

.advertisement_hidden
{
	position: relative;
	display: none;
}


/* Hover over effect for button and submit buttons*/
/*
input[type=button]:hover, input[type=submit]:hover, 
{
	color: #005dfe;
	background-color: #ff0000;
} 
*/

/* focus effect for text fields*/
input[type=text]:focus, textarea:focus
{
	background-color: #edfafe;
} 
