
/*page layout*/
body {
	background: #cbe08f url(images/base_pic/background.gif) repeat-x;
	font-family:"MS Gothic", "MS Mincho";
	color: #555;
	font-size: 9pt;
}

p {
	margin: 0;
	padding: 10px;
	line-height: 2em;
}

a {
	color: #5b88aa; text-decoration:none;
}

a:hover {
	color: #7da6c4;
	
}

blockquote {
	margin: 0 0px 0 0px; 
	background-color: #dfdfdf;
}



/*table layout*/
table{ border-collapse:collapse;}

th{background-color:#FFFFCC;}



	
/*table layout end*/






/*page div*/




/*left div*/
#left {

	width: 200px;
	float: left;
	margin:3px;
	background-color:#f69d47;
	
}


/*left div end */












/*tab */
#tabs {
	width:100%;
	height: 15px;
	margin:0; 
}

#tabs ul {
	margin: 0;
	list-style: none;
	height: 15px;
	padding-left: 20px;
	background-color: #f69d47;
}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	height: 15px;
}


/*tab end */

#body{width:940px;margin: 0 auto;}



/*central div */
#container-top {
	margin: 0 auto;
	width: 940px;

	background: #f69d47 url(images/base_pic/container-top.gif) no-repeat;
	
}

#container {margin: 0 auto;
	width: 940px;
	background-color:#f69d47;
	padding-left:0px;
}

#container-bottom {
	margin: 0 auto;
	width: 940px;
	height: 10px;
	background: transparent url(images/base_pic/container-bottom.gif) no-repeat;
}


/*central div  end*/


/*righr div */

#right {

	width:730px;
	float: left;
	margin-left:4px;
	background-color:#f69d47;
}

#right-top {

	width: 100%;
	height: 10px;
	background: #eee url(images/base_pic/right-top.gif) no-repeat;
}

#right-centre {

	width: 100%;
	
	background-color: #eee;
}


  








#right-bottom {

	width: 100%;
	height: 10px;
	background: transparent url(images/base_pic/right-bottom.gif) no-repeat;
	margin: 0;
}
#table2{border-left-style:solid; border-left-width:1px; width:100%; margin-left:20px;
}
#table1{border:solid; border-width:1px; margin-left:5px; margin-top:5px; margin-right:5px; width:97%;}
/*righr div end  */




/*footer div */

#footer-top {
	margin: 0 auto;
	margin-top: 10px;
	width: 940px;
	height: 9px;
	background: #d3e59f url(images/base_pic/footer-top.gif) no-repeat;
}

#footer-centre {
	margin: 0 auto;
	width: 940px;
	background-color: #d3e59f;
}

#footer-bottom {
	margin: 0 auto;
	width: 940px;
	height: 9px;
	background: transparent url(images/base_pic/footer-bottom.gif) no-repeat;
	margin-bottom: 10px;
}

#footer-centre p {
	text-align: center;
	padding: 0;
}

/*footer div end*/



/*page devide end*/



/*class*/
.tab a {
	float: left;
	background: #cbe08f url(images/base_pic/tab-left.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

.tab a span {
	float: left;
	display: block;
	background: url(images/base_pic/tab-right.gif) no-repeat right top;
	padding: 2px 20px 0px 12px;
	margin-bottom: -2px;
	color: #555;
	height: 15px;
	font-weight: bold;
}

.tab a:hover span {
	color: #CCCC99; text-decoration: none; cursor: pointer;
}

.tab-active a {
	float: left;
	background: #eee url(images/base_pic/tab-active-left.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

.tab-active a span {
	float: left;
	display: block;
	background: url(images/base_pic/tab-active-right.gif) no-repeat right top;
	padding: 2px 20px 0px 12px;
	margin-bottom: -2px;
	color: #555;
	height: 15px;
	font-weight: bold;
}

.normal a:hover{color: #7da6c4; text-decoration:underline;
	}


.left {
	padding: 10px;
	float: left;
}

.right {
	padding: 10px;
	float: right;
}




.titlehead	{font-size:12pt; margin-left:30px; 
		font-weight:bold; 
		color:#954A4A;
}
.thead{font-size:12px; font-weight:bold; color:#996666; background-color:#FFB997; letter-spacing:.1em; padding-left:10px;}

.thead a:hover{color:#333366; text-decoration:underline;}

.ltd {
	
	padding: 0 0 0 10px;
	margin: 10px 0px 10px 0px;
}
.ltd a {
	width: 140px;
	height: 25px;
	display: block;
	color: #5b88aa;
	background: transparent url(images/base_pic/menu-left.gif) no-repeat; 
	padding-top: 5px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: -5px;
	text-decoration: none;
}

.ltd a:hover {
	background: transparent url(images/base_pic/menu-hover-left.gif) no-repeat;
}
.rtd{background: transparent url(images/base_pic/menu-right.gif) no-repeat; color:#5b88aa;}
.rtd a{width:30px; height:25px; display:block;}

.details {font-size:9px;}
/**/
/* inq/rsv form message */
.sucMsg {font-size:10px; color:#336666;}
.errMsg {font-size:10px; color:#CC3300;}
