@charset "utf-8";
/* CSS Document */

body {
	font: 12px Georgia, Times New Roman, Times, serif;
	color:#666;
	margin-top:0px;
	padding-top:0px;
}

.button{
	margin-top:10px;
	}

#voli_all {
	background:#25333d url(images/bg_top_blue.png) no-repeat top left;	
	width:640px;
	position:relative;
	overflow:hidden;
	min-height:300px;
	text-align:center;
	}
	
#voli_bottom {
	background:url(images/bg_bottom_blue.png) no-repeat bottom left;	
	width:640px;
	height:10px;
	position:relative;
	overflow:hidden;
	}
	
#voli_in_all {
	background:#dcdcdc url(images/bg_top_white.png) no-repeat top left;	
	width:620px;
	position:relative;
	overflow:hidden;
	min-height:140px;
	margin: 0 auto;
	}
	
#voli_in_bottom {
	background:url(images/bg_bottom_white.png) no-repeat bottom left;	
	width:620px;
	height:10px;
	position:relative;
	overflow:hidden;
	margin: 0 auto;
	}
	
#voli_box_title{
	height:30px;
	background:url(images/voli_title.png) no-repeat;	
	position:relative;
	overflow:hidden;
	margin:0 auto;
	}
	
.voli_feedback{
	font:10px Georgia, Times New Roman, Times, serif;
	position:absolute;
	width:640px;
	height:16px;
	line-height:16px;
	text-align:center;
	font-weight:normal;
}

.voli_feedback a{color: #0066cc;}

.voli_feedback a:hover{text-decoration:underline;}

.plbutton{
	height:25px;
	float:right;
	width:90px;
	background:url(images/tab.png) left top no-repeat;
	font-family:"verdana";
	font-size:8px;
	font-weight:bold;
	color:#0066CC;
	text-align:center;
	}
	
.plbutton_off{
	height:25px;
	float:right;
	width:90px;
	background:url(images/tab_off.png) left top no-repeat;
	font-family:"verdana";
	font-size:8px;
	font-weight:bold;
	color:#0066CC;
	text-align:center;
	}
	
.plbutton_off:hover{
	background:url(images/tab_over.png) left top no-repeat;
	}
	
.plbutton:hover{
	}
	
.plbutton .spacer { height:8px; }
.plbutton_off .spacer { height:8px; }

a.btleft {
background:url(images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin-left:12px;
	margin-right:12px;
	cursor:pointer;
	font-size:1px;
}

a.btright {
background:url(images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin-left:12px;
	margin-right:12px;
	cursor:pointer;
	font-size:1px;
}

a.btright 				{ background-position: 0 -30px; clear:right;}
a.btright:hover 		{ background-position:-30px -30px; }
a.btright:active 	{ background-position:-60px -30px; } 


/* left */
a.btleft:hover  		{ background-position:-30px 0; }
a.btleft:active  	{ background-position:-60px 0; }

.blue_voli {
	color: #0066cc;
	font:bold 11px Georgia, Times New Roman, Times, serif;
}

.voli_big {
	color: #0066cc;
	font:bold 16px Georgia, Times New Roman, Times, serif;
	font-weight:bold;
}

.gray_voli {
	font:10px Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	color:#666;
}

.red_voli {
color:#cc0000;
	font:bold 11px Georgia, Times New Roman, Times, serif;
}

.title_box{
	font-family:"verdana";
	font-size:8px;
	font-weight:bold;
	color:#fff;
	}
	
.voliimg {border:none;}