﻿* { margin: 0; padding: 0px; outline: none; /*remove the dot line when click a link*/ }

html { /*overflow: -moz-scrollbars-vertical; 	overflow-y: scroll;*/ }
body { background-color: #FFFAF0; margin-left: auto; margin-right: auto; text-align: justify; font-family: Trebuchet MS, Verdana, sans-serif, Arial, Helvetica; font-size: 12px; /*background: #FFFFFF;	background: #FFFAF0;*/ }
body img { border: 0; }
/*++++++++ class ++++++++*/
a:link, a:visited, a:hover, a:active, a:focus { color: Black; text-decoration: underline; border: 0; outline: none; /*remove the dot line when click a link*/ }

.clear { clear: both; height: 0px; }
h1 { font-weight: bold; font-size: medium; color: #898989; padding-top: 8px; padding-bottom: 8px; text-transform: uppercase; letter-spacing: 2px; /*background-image: url(http://www.ascotchang.com/WebImage/AscotChang/images/dotline.png); 	background-image: url(http://www.ascotchang.com/WebImage/AscotChang/images/line_bg.png); 	background-position:left bottom; 	background-repeat: no-repeat;*/ }
h2, h3 { font-weight: bold; font-size: 13px; color: #000000; padding-top: 3px; padding-bottom: 3px; }
/*.submitbtn
{
	float: right;
	width: 50px;
	height: 16px;
	font-size: x-small;
	font-family: Trebuchet MS, Verdana, sans-serif, Arial, Helvetica;
	text-decoration: none;
	text-align: center;
	padding: 1px;
	color: #FFFFFF;
	background-color: #000000;
	vertical-align: middle;
	border: solid 1px #000000;
}
.submitbtn a, .submitbtn a:visited, .submitbtn a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
}*/
.displaynone { display: none; }
.ddlstyle { border: solid 1px #400503; width: 240px; font-size: 11px; }
.radstyle { padding-left: 5px; padding-right: 5px; }
.ddlstyle2 { border: solid 1px #400503; width: 100px; font-size: 11px; }
/*+++++++++++++++++++++++++++++Message Box++++++++++++++++++++++++++++++++++++*/

.info, .success, .warning, .validation { border: 1px solid; margin: 0px 0px; padding: 3px 10px 3px 30px; background-repeat: no-repeat; background-position: 3px 3px; width: auto; text-align: left; }


.info { color: #00529B; background-color: #BDE5F8 !important; background-image: url('http://www.ascotchang.com/WebImage/AscotChang/images/icon_info.gif'); }
.success { color: #4F8A10; background-color: #DFF2BF !important; background-image: url('http://www.ascotchang.com/WebImage/AscotChang/images/icon_success.gif'); }
.warning { color: #D8000C; background-color: #FFBABA !important; background-image: url('http://www.ascotchang.com/WebImage/AscotChang/images/icon_warn.gif'); }
.validation { color: #D63301; background-color: #FFCCBA !important; background-image: url('http://www.ascotchang.com/WebImage/AscotChang/images/icon_warn.gif'); }
