body{
	scrollbar-arrow-color: 333333;
	scrollbar-track-color: EEEEEE;
	scrollbar-face-color: DDDDDD;
	scrollbar-highlight-color: DDDDDD;
	scrollbar-3dlight-color: FFFFFF;
	scrollbar-darkshadow-color: 666666;
	scrollbar-shadow-color: DDDDDD;
	background-color:#FFFFFF;
}

body, table, td{
	margin:0px;
	padding:0px;
	font: normal 11px Verdana Helvetica, sans-serif;
	color: #666;
	vertical-align:top;
}
a{
	color: #FF6600;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: none;
}
.leftCell{
	border-right:solid 1px #DDD;
	padding: 6px 6px 6px 0px;
	text-align: right;
	width: 146px;
}
.rightCell{
	border-left:solid 1px #DDD;
	padding: 6px 0px 6px 6px;
	text-align: left;
	width: 146px;
}
.titleCell, .menuCell, .dataCell, .footerCell{
	padding: 6px;
}
.dataCell{
	padding: 2px;
	text-align: center;
}
.menuCell{
	padding: 0px 0px 6px 0px;
	border-bottom:solid 1px #DDD;
	background: #EEE;
}
.titleCell{
	padding: 12px 6px 6px 6px;
	text-align: center;
	border-bottom:solid 1px #DDD;
}
.footerCell{
	color:#999;
	text-align: right;
}
.footerCell A{
	color:#999;
	text-decoration: underline;
}
.footerCell A:hover{
	color:#FF6600;
}
h1{
	font-weight: bold;
	font-size: 16px;
	color: #FF6600;
	padding:0px;
	margin:0px;
}
h2{
	font-weight: bold;
	font-size: 12px;
	color: #000;
	padding:0px;
	margin:0px;
}
h3{
	font-weight: bold;
	font-size: 11px;
	color: #000;
	padding:0px;
	margin:0px;
}
.opm{
	font-size: 10px;
}
.langTitle{
	text-align:center;
	background: #EEEEEE;
}
.warning{
	color: red;
	padding:3px;
}
input{
	color:#666;
	font-size: 11px;
	padding: 2px;
}
.box{
	width: 137px;
	height: 100px;
	border: solid 1px #EEE;
	background: #FFF;
	padding:2px;
	overflow:auto;
}
.boxVert{
	width: 145px;
	height: 119px;
	border: solid 1px #AAA;
	background: #FFF;
	padding:2px;
	overflow:auto;
	background:#FF6600;
	color: #FFFF00;
}
.selectTitle{
	margin-top:2px;
	padding:2px;
	background:#000;
	color:#fff;
	font-weight:bold;
}
.boxVert a{
	color: #FFF;
}
.boxVert a:hover{
	color: #FFFF00;
}
.dataBox{
	width: 150px;
	height: 482px;
	background: #FFF;
	overflow:auto;
}
.venueItem{
	padding:2px;
	border-bottom: solid 1px  #EEE;
}
.venueAd{
	padding:2px 0px 2px 0px;
	border-bottom: solid 1px  #EEE;
}
.boxSelect{
	padding-left: 2px;
}
.searchResult{
	text-align:left;
	color: black;
	padding:3px;
}
.searchBox{
	width: 150px;
	text-align:left;
	color: black;
	padding:3px;
}
#suggestFrame{
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 130px;
	text-align:center
}
