/* CSS Document */
body{
	margin:0;
	padding:0;
}
/** inline Style Copy **/
.style1,
.notice {
	color: #990000;
}
.style2 {
	color: #990000;
}
.fntcolrRed {
	color:#990000;
}

.grayBox {
	width:730px;
	padding:10px;
	border:solid 1px #CCC;
}
html>/**/body .grayBox { width:700px; }


.gMedium{
	font-size:12px;
}
font {
	line-height:1.1em;
}
a:link {
	color: #0000cc;
	text-decoration: underline;
}
a:visited {
	color: #0000cc;
	text-decoration: underline;
}
a:hover {
	color: #0000cc;
	text-decoration: underline;
}
a:active {
	color: #0000cc;
	text-decoration: underline;
}


/** Tab **/
.tab{
	width:750px;
	margin:0;
	padding:0;
	height: 34px;
	position: relative;
	z-index: 50;
}
.tab .tabArea{
	margin:0;
	padding:0;
	height: 34px !important;
	text-align: left;
}

.tab .tabArea .tabMenu{
	margin:0;
	padding:0;
	height: 34px !important;
}
.tab .tabArea .tabMenu li{
	float:left;
	display:inline;
	margin:0;
	padding:0;
	line-height: 0;
}

.contentsBox{
	width:750px;
	background:url(/be/eng2/flights/ticketoffices/image/tab/box_top.gif) no-repeat left top;
	margin:0 auto;
	padding:15px 0 0;
	border: 1px solid #2650ae;
	position: relative;
	top: -1px;
	/top: -5px;
	z-index: 0;
	text-align: center;
}

html>/**/body .contentsBox{/** For ModernBrowser **/
	width:720px;
	padding:15px 10px 0;
}
* html .contentsBox{/** For IE6 **/
top: -4px;
} 

.expBox{
	width:720px;
	text-align:right;
	margin-right:10px;
}
.pgtop{
	text-align:right;
	margin-right:10px;
}
.footMenu{
	width:750px;
	text-align:left;
	padding: 10px;
	margin: 0px;
}

.noticeBox {
	width:750px;
	padding:10px;
	border:solid 1px #990000;
	margin-bottom: 10px;
	text-align:left;
}
html>/**/body .noticeBox{/** For ModernBrowser **/
	width:720px;
}

.noticeBox dl.phone{
	margin-left:1em;
	margin-top: 10px;
}
.noticeBox dd{
	margin-left:1em;
	margin-bottom:0.3em;
}
/*.noticeBox dd em{
	font-style:normal;
}*/

