/*     AudioVisual Integration      */

.arrow_bullet {
	list-style-image : url(../images/arrow_right.gif);
	list-style-position : outside;
	margin-left: 25px;
}

/*    Enquiries page data boxes         */
.formstyle {
	margin: 0px;
	padding: 0px;
}
textarea {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.0em;
	color: #333333;
}
input, select {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #333333;
	font-size: 1.0em;
}
input.blue {
	background-color: #DDDDFF;
	font-weight: bold;
	color: black;
	cursor : hand;
}
#enquirybox {
	width: 522px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height : 200%;
	margin: 0px auto;
}
div.row {
	clear: both;
	/*line-height : 110%;*/
}
div.row span.label {
	float: left;
	width: 132px;
	text-align: right;
	font-weight: bold;
}
div.row span.formw {
	float: right;
	width: 380px;
	padding-left: 10px;
	text-align: left;
}
.natr {
	float: right;
	width: 62px;
}

div.rbut {
	float: left;
	width: 34px;
	text-align : center;
}
.small_txt {
	font-size: 80%;
}
.smaller_txt {
	font-size: 70%;
}
.astr_fld {

	color: #FF0000;
	font-size : 1.3em;
}
/*   END Enquiries page data boxes         */

/*    Links page data boxes         */
.linkbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	float: left;
	width: 522px;
	height: Auto;
	padding-left:0px;
	border-bottom : thin dashed #BDBDBD;
	padding-bottom : 2px;
}
.floatlink_left {
	float: left;
	width: 322px;
	margin-right:20px;
}
.linkbox p {
	margin-top: 4px;
	margin-bottom: 4px;
}
.floatlink_right {
	float: left;
	width: 180px;
	text-align : center;
	padding-top : 0px;
}
/* END Links page data boxes */

.photo {
	border : 2px solid #CEDDF9;
}
.line_dot {
	margin-top: 20px;
	border-top : 1px dashed #688CC1;
}
.invalid {
	border-color: #ff0000;
	background-color: #ffcccc;
}
.indent {
	padding-left: 20px;
}
.imageright_bdr {
	float: right;
	margin: .4em 0px 0px 12px;
	border : 2px solid #CEDDF9;
}
.imageleft_bdr {
	float: left;
	margin: .4em 12px 0px 0px;
	border : 2px solid #CEDDF9;
}