﻿body, html
{	
	font-family: Verdana, Arial, Sans-Serif;
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 10pt;
	color: #696969;
}

div
{
	margin: 0px auto 0px auto;
	padding: 0px;
}

.enquiry
{
	background-position: center top;
	background-image: url('../Images/BR2j2b.jpg');
	background-repeat: no-repeat;
}

input, select, textarea
{
	font-family: Verdana, Arial, Sans-Serif;
}

a
{
	text-decoration: underline;
	color: #696969;
}

table 
{
	border:none;
	width:100%;
}

td 
{
	padding:0;
}

hr
{
	margin: 0;
	padding: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: #e8e8e8 2px dotted;
}

.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.top
{
	vertical-align: top;
}

.middle
{
	vertical-align: middle;
}

.bottom
{
	vertical-align: bottom;
}

.justify
{
	text-align: justify;
	text-justify: newspaper;
}

.invisible
{
	visibility: hidden;
}

.visible
{
	visibility: visible;
}

.block
{
	display: inline-block;
}

.text-input
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
}

.linkbutton
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.linkbutton2
{
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.header-menu
{
	font-weight: bold;
	text-decoration: none;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.white
{
	color: #ffffff;
}

.cursorpointer
{
	cursor: pointer;
}

.zerotextdecor
{
	text-decoration: none;
}

.disabled
{
	color: #ACA899;	
}

.pseudo-underline
{
	border-bottom: #c8c8c8 1px dotted;
}

.header
{
	font-weight: bold;
	font-size: 24pt;
}

.title
{	
	font-weight: bold;
	font-size: 14pt;
	/*text-transform: capitalize;	
	#word-wrap: break-word;*/
}

.title1
{
	font-weight: bold;
	font-size: 16pt;
}

.title2
{
	font-weight: bold;
	font-size: 20pt;
}

.title6
{
	font-weight: bold;
	font-size: 30pt;
}

.tiny-text
{
	font-size: 8pt;
	color: #b8b8b8;
}

.box
{
	border: #e8e8e8 1px solid;
	padding:16px;
}

.box1 
{
	border: #FFCC66 1px solid;
	background-color: #FFFFCC;
	padding:16px;
}

.box2
{
	border: #e8e8e8 1px solid;
	padding:8px;
}

.table-header
{
	height: 18px;
	padding: 4px;	
	margin-top: 8px;	
	background-color: #f0f0f0;
	clear: both;
}

.table-header2
{
	border: #e8e8e8 1px solid;
	padding-top: 4px;
	padding-bottom:10px;
	padding-left:4px;
	padding-right: 4px;	
	margin-top: 16px;	
	margin-bottom: 16px;
	clear: both;
}

.table-header3
{
	border: #e8e8e8 1px solid;
	padding-top: 10px;
	padding-bottom:10px;
	padding-left:4px;
	padding-right: 4px;	
	margin-top: 16px;	
	margin-bottom: 16px;
	clear: both;
}

.table-entry
{	
	border: none;
	padding: 4px;	
	clear: both;
}

.table-entry-left
{
	float: left; 
	width: 75%; 
	clear: none;	
}

.table-entry-right
{
	float: right; 
	width: 25%; 
	clear: none;	
}

.right-panel
{
	float: right;
	clear: right;
}

