body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background-color: white;
	padding: 4px;
	color: #333;
	font-size : 12px;
	line-height: 15px;
}



div, p, td, th, body {
	font-size: 13px;
	
}
a.button, #basicEnquiryButton{
	padding:5px 10px 4px 28px;
	background:url(../Images/button-bg.gif) no-repeat left center #333333;
	color:#D6D6D6;
	text-decoration:none;
	border:none;
	cursor:pointer;
}
a.button:hover, #basicEnquiryButton:hover{
	background-color:#404040;
	text-decoration:none;
	color:#FFFFFF;
}

.enquiryTable .formField {
	border:1px #333333 solid;
	background-color:#FFF !important;
	font-weight:bold;
	text-transform:uppercase;

}
.intro {
	font-size:16px;
	font-weight:normal;
	color:#919188;
	line-height:19px;
}
.introDark {
	font-size:16px;
	font-weight:normal;
	color:#919188;
	line-height:19px;
}
.home .intro{
	color:#333333;
	font-size:14px;
	line-height:17px;
}
.default .intro{
	color:#ccccc0;
}
/* MAIN CONTENT TAGS
----------------------------------*/
p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
H1 {
	margin: 0px;
	padding: 0px;
	font-size : 20px;
	text-align: left;
	font-weight: bold;
}
H2 {
	margin: 15px 0px 20px 0px;
	padding: 0px;
	font-size : 19px;
	text-align: left;
	font-weight: normal;
}
H3 {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size : 16px;
	text-align: left;
	font-weight: normal;
}
H4 {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size : 14px;
	text-align: left;
	font-weight: bold;
}

A {
	color: #000000;
	text-decoration: underline;
}
A:Hover {
	color: #333333;
	text-decoration: underline;
}
.default A {
	color: #d0d0ca;
	text-decoration: underline;
}
.default A:Hover {
	color: #FFFFFF;
	text-decoration: underline;
}
hr{
	margin:20px 0px 20px 0px;
}
/* Team Page
-----------------------------------*/

table.team, .team{
	margin-top:30px;
	margin-bottom:8px;
}
table.team h2, .team .h2{
	margin-top:0px;
	margin-bottom:4px;
	padding:0px;

}
table.team h3, .team .h3{
	margin-top:0px;
	margin-bottom:9px;
	padding:0px;
}
table.team p, .team .p{
	margin-top:0px;
	margin-bottom:0px;
}





.price{
	font-size:16px;
	color:#000000;
}
.search {
	float:right;
	margin-top:80px;
	margin-right:50px;
}
.search input{
	border:3px #333333 solid;
	background-color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;	
}
.search input.formField{
	border:none;
	padding:4px;
	margin-right:10px;
	font-weight:normal;
	text-transform:capitalize;
}
.searchPage a {
	color: blue;
}

.searchPage .path {
	color: green;
}

.searchPage .percentage {
	color: green;
}

.searchPage p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.searchPage .advancedLink {
	font-size: 9px;
}
.searchPage .warning {
	color: red;
}

.searchPage .pageIndex {
	font-size: 12px;
}

.searchPage .pageIndex a {
	margin-left: 2px;
	margin-right: 2px;
}

.searchPage .pageIndexCurrentPage {
	color: #a00;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}


/* andar default search */
.default .searchPage a {color: #222; font-size:14px; font-weight:bold;}
.default .searchPage a:hover {color: #FFF;}
.default .searchPage .path {color: #606152;}
.default .searchPage .percentage {color: #606152;}
.default .searchPage p {margin-top: 0px;margin-bottom: 10px;}
.default .searchPage .advancedLink {font-size: 9px;}
.default .searchPage .warning {color: #000;}
.default .searchPage .pageIndex {font-size: 12px;}
.default .searchPage .pageIndex a {margin-left: 2px;margin-right: 2px;}
.default .searchPage .pageIndexCurrentPage {color: #000;text-decoration: none;font-weight: bold;font-size: 12px;}

/* DEVELOPER NOTES STYLE
-----------------------------------*/

.devComments {
	margin: 5px;
	padding: 5px;
	display: block;
	background-color: #FFFFCC;
	border: #FF0000 solid 1px;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
}

.img_left {
	margin: 0px 10px 10px 0px;
	padding: 5px;
	float: left;
	border: #CCCCCC solid 1px;
}

.img_right {
	margin: 0px 0px 10px 10px;
	padding: 5px;
	float: right;
	border: #CCCCCC solid 1px;
}
