@charset "utf-8";
/* CSS Document */

/* Main */

body {
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family:Georgia;
	font-size:11px;
	color:#000000;
}

a {color:#0066cc; text-decoration:none;}
a:hover {color:#0066cc;}

img {border:none;}
hr {height:1px; border:0px; border-top:#DDDDDD solid 1px;}

input
{
	font-family:Georgia;
	color:#666666;
	font-size:10px;
}

/* order table */

#bg-grey-1 {background-color:#454545;}
#bg-grey-2 {background-color:#EFEFEF;}
#bg-grey-3 {background-color:#E7E7E7;}

.txt-tooltip-content {color:#000000;font-size:11px;}
.txt-header {color:#FFFFFF;font-size:11px;}
.txt-content {color:#000000;font-size:10px;}
.txt-content a, .txt-content a:hover {color:#0066CC;}

.popup-bkgd {
	display:none; position:absolute; background-color: #FFFFE1; padding: 5px;
}
.header-3 {
	font-size:11px;
	font-weight:bold;
}

.header-3 a:hover{
	font-size:11px;
	font-weight:bold;
}
.header-3 a:active{
	font-size:11px;
	font-weight:bold;
}
.h2 {
	font-size:15px;
	color:#CC0033;
	font-weight:bold;
	line-height:130%;
}

.text-11 {
	font-size:11px;
	color:#000;
}

/* layout */

#table-charge {
	background-image:url(../../images/en/bg-estimatedcharge.gif);
	width:343px;height:161px;
}

#table-estimated {
	background-image:url(../../images/en/bg-estimated.jpg);
	width:358px;height:227px;
}

#table-selection {
	border: 1px solid #ba0200;
	background-color:#f5f5f5;
}

#table-track {
	font-size:13px;
	font-family:Georgia;
}

/*for opacity*/

.darkenBackground {
	background-color: rgb(0, 0, 0);
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
}
.popup {
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
	font-family:Georgia;
	background-color:#FFFFFF;
	background-image: none;
	z-index: 150;
	position:absolute;
	top: 250px;

}
