HTML {
	scrollbar-face-color: #505050;
	scrollbar-track-color: #CCCCCC;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #999999;
	scrollbar-shadow-color: #505050;
	scrollbar-darkshadow-color: #666666;
}



BODY, TD, TH, DL, UL, OL, P {
font-family: "Microsoft Sans Serif";
font-size: 13px;
}














/******************************************* NEW ************************************************/

/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}


/* Main */
body{
	padding:10px 10px 10px 10px;
	background:#999999 url('luxury_images/bg1.jpg') fixed;
	background-repeat: no-repeat;
	background-position: top center;
}
textarea{
overflow-y:scroll;
overflow-x:auto;
}
a:link
{
	color: #4B4B4B;
	text-decoration: none;
}
a:visited
{
	color: #4B4B4B;
	text-decoration: none;
}
a:hover, a:active
{
	color: #000000;
	text-decoration: none;
}


/* bottom_menu */
.bottom_menu{
	
}
.bottom_menu a{
	font-size: 11px;
}

/* Redirect */
.redirect_block{
	margin:100px auto 0px auto;
	max-width:450px;
	background:#CCCCCC;
	padding:3px 3px 3px 3px;
	text-align:center;
}
.redirect_block .redirect_header{
	padding:4px 4px 4px 4px;
	margin-bottom:3px;
	text-align:justify;
	background:#F3F3F3 url('images/gradient-greytowhite.png');
}
.redirect_block .redirect_messeage{
	padding-top:10px;
}
.redirect_block .redirect_link{
	padding-top:10px;
}
.redirect_block .redirect_progressBar{
	padding-top:10px;
	padding-bottom:10px;
}

/* Home Page */
.home_page{

}
.home_page div.content{

}

/* Sub Page */
.sub_page{

}
.sub_page h1.title{
	font-size:15px;
	font-weight:bold;
	border-bottom:#CCCCCC solid 1px;
	padding-bottom:5px;
	margin-bottom:5px;
}
.sub_page div.content{

}

/* pagination */
div.pagination {
	font-size: 11px;
	/* background-color:#3e3e3e; */
	color: #fff;
	padding: 10px 0px 5px 0px;
	margin-top:10px;
	border-top:#CCCCCC solid 1px;
	/* text-align:center; */
}

div.pagination a {
	padding: 3px 5px 3px 5px;
	margin: 2px;
	background-color:#3e3e3e;
	text-decoration: none;
	color: #fff;
}
div.pagination a:hover, div.pagination a:active {
	background-color:#6E2800;
	color: #fff;
}
div.pagination span.current {
	padding: 3px 5px 3px 5px;
	margin: 2px;
	font-weight: bold;
	background-color: #313131;
	color: #fff;
}
div.pagination span.disabled {
	padding: 3px 5px 3px 5px;
	margin: 2px;
	background-color:#3e3e3e;
	color: #868686;
}

/* News */
.news_list{
	/* min-height:300px; */
}
.news_list h1.title{
	font-size:15px;
	font-weight:bold;
	border-bottom:#CCCCCC solid 1px;
	padding-bottom:5px;
	margin-bottom:5px;
}

.news_list ul{
	list-style-type: none;
}
.news_list ul li{
	background-image: url(images/news_li.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
	padding-bottom: 20px;

}

/* Search result */
.search_result{

}
.search_result h1.title{
	font-size:15px;
	font-weight:bold;
	border-bottom:#CCCCCC solid 1px;
	padding-bottom:5px;
	margin-bottom:5px;
}

.search_result ul{
	list-style-type: none;
}
.search_result ul li{
	background-image: url(images/news_li.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
	padding-bottom: 20px;

}

/* Contact us list */
.contact_us{

}
.contact_us h1.title{
	font-size:15px;
	font-weight:bold;
	border-bottom:#CCCCCC solid 1px;
	padding-bottom:5px;
	margin-bottom:5px;
}
.contact_us div.content{

}

.contact_us table.list
{
	width: 100%;
	border-collapse: collapse;
}
.contact_us table.list th
{
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
.contact_us table.list td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
.contact_us table.list tbody tr:hover td
{
	color: #009;
}

/* Contact us form */
.contact_us_form{

}
.contact_us_form h1.title{
	font-size:15px;
	font-weight:bold;
	/* border-bottom:#CCCCCC solid 1px; */
	padding-bottom:5px;
	margin-bottom:5px;
}

.contact_us_form table.list
{
	width: 100%;
	border-collapse: collapse;
	border-top: 2px solid #6678b1;
	border-bottom: 2px solid #6678b1;
}
.contact_us_form table.list th
{
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	padding: 6px 8px;
	width:150px;
	white-space:nowrap;
}
.contact_us_form table.list td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
.contact_us_form table.list tbody tr:hover td
{
	color: #009;
}

.contact_us_form form.form table.form_table
{
	margin-top:5px;
	width: 100%;
	border-collapse: collapse;
	border-bottom: 2px solid #6678b1;
}
.contact_us_form form.form table.form_table th
{
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	padding: 6px 8px;
	width:150px;
	white-space:nowrap;
}
.contact_us_form form.form table.form_table td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
.contact_us_form form.form table.form_table tbody tr:hover td
{
	color: #009;
}


/*Scroll*/
#mycustomscroll {
/* percentage width without the fix*/
width: 645px;
height: 646px;
overflow-x: auto;
overflow-y: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding1: 15px;
padding-right:10px;
padding-left:10px;

scrollbar-face-color: #505050;
scrollbar-track-color: #CCCCCC;
scrollbar-arrow-color: #CCCCCC;
scrollbar-highlight-color: #999999;
scrollbar-3dlight-color: #999999;
scrollbar-shadow-color: #505050;
scrollbar-darkshadow-color: #666666;
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #CCCCCC;
}
.vscrollerbar {
width: 10px;
background-color: #505050;
}
.hscrollerbase {
height: 10px;
background-color: #CCCCCC;
}
.hscrollerbar {
height: 10px;
background-color: #505050;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}



/* Error */
.error{
	color:#FF0000;
	border:solid #FFC774 1px;
	padding:5px 90px 5px 5px;
	background-color:#FFFFCC;
	background-image:url(images/alert.png);
	background-repeat:no-repeat;
	background-position:center right;
	min-height:70px;
}
.error ul{
	list-style-type: none;
}
.error ul li{
	background-image: url(images/alert_li.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;

}