body,td,th {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1{
	font-weight: bold;
	font-size:16px;
	color: #003366;
	margin:0px;
	padding: 0px;
}

h2, h3, h4, h5, h6{
	font-weight: bold;
	font-size:15px;
	color: #30333B;
	margin:0px;
	padding: 0px;
}

ul{
	list-style-position: outside;
	list-style-type:circle;
}

form {
	margin: 0;
	padding: 0;
}

th {
	background-color: #003366;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.td_on{
	background-color:#CCCCFF;
	color:#000000;
}

.td_off{
	background-color:#F1F1F1;
	color:#000000;
}

hr{
	color:#F1F1F1;
}

/* The four following block define the style for all the website links */
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #003366;
}

/* Date Picker */

.dpDiv {
	}

.dpTable {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}

.dpTR {
	}

.dpTitleTR {
	}

.dpDayTR {
	}

.dpTodayButtonTR {
	}

.dpTD {
	cursor: pointer;
	}

.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	cursor: pointer;
	}

.dpTitleTD {
	}

.dpButtonTD {
	}

.dpTodayButtonTD {
	}

.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}

.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}

.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}

.dpButton {
	font-family: Verdana, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}

.dpTodayButton {
	font-family: Verdana, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
	
/* Page */
.PageMessageWarning{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: white;
	background-color: red;
	padding: 5px;
	position:absolute;
	bottom:30px;
	width:750px;

}

.PageMessageSuccess{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: white;
	background-color: green;
	padding: 5px;
	position:absolute;
	bottom:30px;
	width:750px;

}

/* Main Page Styles */

#Page{
	width:800px;
	margin:0 auto; 
	text-align: left;
	background-color:#FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
}

#PageHeaderBanner{
	float:left;
}

#PageHeader{
}

#PageHeaderSearch{
	float:right;
	height:30px;
	margin:0 auto;
	padding-top:7px;
	text-align:right;
}

#PageSearch{
	width:430px;
	background-color:#BFD1DF;
	padding:5px;
}

#PageSearch input, #PageSearch select{
	font-size:10px;
}

#PageSearchSubmit{
	color:#FFF;
	background-color:#00437A;
	border:1px solid #FFF;
	width:100px;
}

#PageSearchText{
	width:200px;
}

#PageHeaderNavigation{
	float:right;
	width:550px;
	margin:0 auto;
	text-align:left;
	margin-top:0px;
}

/* Navigation */

.PageNav:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.PageNav ul{
	border-bottom: 1px solid #FFF;
	width: 100%;
	padding: 8px 0;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
}

.PageNav ul li{
	display: inline;
}

.PageNav ul li a, .PageNav ul li a:visited{
	color: #00437A;
	padding: 8px;
	margin: 0;
	text-decoration: none;
}

.PageNav ul li a:hover{
	background-color:#00437A;
	width:100%;
	color: #FFFFFF;
	text-decoration: none;
}

.PageNav ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

#PageHeaderMemberLogin{
	width:430px;
	float:right;
	background-color:#00437A;
	padding:5px;
	text-align:right;
	color:#FFFFFF;
	margin-top:2px;
}

#PageHeaderMemberLogin input, #PageHeaderMemberLogin select{
	font-size:10px;
}

#PageHeaderMemberLogin a{
	color:#FFFFFF;

}

#PageMemberSubmit{
	color:#FFF;
	background-color:#00437A;
	border:1px solid #FFF;
	width:100px;
}

#PageFooter{
	clear:both;
	text-align:left;
	padding:5px;
	background-color:#FFF;
	border-top:1px solid #00437A;
	color:#000;
	margin-top:5px;
	background-color:#BFD1DF;
}

#PageFooter a:link, #PageFooter a:visited{
	text-decoration:none;
	margin-right:12px;
	padding-right:8px;
}

#MainContent{
	margin:0 auto;
	clear:both;
	padding-left:2px;
	padding-right:2px;
}

.ImageGridTable{
border-collapse:collapse;
}


/* Transparency */	
.transbox {
	background-color: #fff;
	border: 1px solid white;
	filter:alpha(opacity=40);
	opacity: 0.6;
	-moz-opacity:0.5;
	}
	
/* This is the container which set text to solid color.
position: relative used for IE */	
.transbox div, .transbox img {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	padding:5px;
	}


/* Rounded Corner Boxes */
.CornerRoundTeal {
	width: 100%;
	background-color: #6DB4AD;
	color: #000000;
}

.CornerRoundTeal p {
	margin: 0 10px;
}

.CornerRoundTeal a, .CornerRoundTeal a:visited, .CornerRoundTeal a:hover{
	color:#FFFFFF;
}

.CornerRoundTopTeal { 
	background: url(../images/teal_tr.gif) no-repeat top right; 
}

.CornerRoundBottomTeal {
	background: url(../images/teal_br.gif) no-repeat top right; 
}

.CornerRoundBlue {
	width: 100%;
	background-color: #1A6E9C;
	color: #FFF;
}

.CornerRoundBlue a, .CornerRoundBlue a:visited, .CornerRoundBlue a:hover{
	color:#30333B;
}

.CornerRoundBlue p {
	margin: 0 10px;
}

.CornerRoundTopBlue { 
	background: url(../images/blue_tr.gif) no-repeat top right; 
}

.CornerRoundBottomBlue {
	background: url(../images/blue_br.gif) no-repeat top right; 
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}

.Testimonial{
	width:500px;
	background-color:#D3E9FF;
	padding:20px;
	padding-bottom:0px;
	margin:10px;
	color:#486078;
}

#PageMemberLoginUsername{
	width:200px;
}

#PageMemberLoginPassword{
	width:110px;
}

.CategoryBGChartAgents{
	background-color: #CCCCFF;
	color:#FFF;
	margin-bottom:10px;
	padding:10px;
}

.CategoryBGCompassAdjusters{
	background-color: #99CCFF;
	color:#FFF;
	margin-bottom:10px;
	padding:10px;
}

.CategoryBGManufacturers{
	background-color: #66CCFF;
	color:#FFF;
	margin-bottom:10px;
	padding:10px;
}

#ListingDetails{
padding:10px;
}

#ListingDetailsCompany{

}

#ListingDetailsDescription{
	margin-top:10px;

}

#ListingDetailsContactDetailsTitle{
	margin-top:10px;
	font-weight:bold;
}

#ListingDetailsContactDetails{

}

#ListingDetailsContacts{

}

#ListingDetailsAddress{

}

#ListingDetailsTelephone{
	margin-top:10px;

}

#ListingDetailsFax{

}


#ListingDetailsMobile{

}

#ListingDetailsEmail{

}

#ListingDetailsWebsite{

}

#ListingDetailsLink{
	margin-top:10px;

}

#ListingDetailsImages{

}

.MemberNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #215DC6;
	background-color: #D6DFF7;
	padding: 5px;
	border: 1px solid #FFFFFF;
	margin-bottom:5px;
}

.MemberNav a{
	color: #000000;
	text-decoration: none;

}
/* Members Admin */
.MemberDetails{
	width:300px;
}

.MembersImageWeb{
	width:350px;
}

.MemberDescription{
	width:500px;
	height:400px;
}

.th {
	background-color: #728EB5;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	padding:2px;
}