@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(../images/background.jpg) repeat;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
	color:#333;
}

a:hover {
	color:#FF6600;
}

#frame_background {
	position:fixed;
	top:0;
	z-index:-1;
	width:100%;
	background:url(../images/content_back.jpg) center top repeat-y;
}

#header {
	width:900px;
	height:160px;
	margin-left:auto;
	margin-right:auto;
	border-left:#C3E8F8 solid thin;
	border-right:#C3E8F8 solid thin;
	background:url(../images/header_back.jpg) center center no-repeat;
}

#nav {
	width:900px;
	height:40px;
	border-top:#CCC dashed thin;
	border-bottom:#CCC dashed thin;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	text-align:right;
	border-left:#C3E8F8 solid thin;
	border-right:#C3E8F8 solid thin;
}

#menu {
	margin-top:0;
}

#menu li {
	padding-top:10px;
	display:inline-block;
	width:100px;
	height:25px;
	text-align:center;
	border-left:#CCC solid thin;
	font-variant:small-caps;
	font-weight:bold;
	font-size:11pt;
}

#content {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#left {
	float:left;
	width:199px;
}

#amount {
	padding-top:15px;
	width:194px;
	height:50px;
	font-size:10pt;
	background:url(../images/amout_back.jpg) top center repeat-y;
}

#middle {
	float:left;
	width:500px;
	border-left:dashed thin #CCC;
	border-right:dashed thin #CCC;
}

#ads {
	width:500px;
	height:250px;
	border-bottom:dashed #CCC thin;
}

#info {
	width:500px;
	font-size:10pt;
}

#space {
	width:500px;
	height:100px;
}

#right {
	float:right;
	width:199px;
}

#status_title, #branch_merchant_title, #support_title {
	font-size:11pt;
	font-weight:bold;
	color:#FFF;
	width:auto;
	padding:10px;
	margin-bottom:10px;
	background-color:#0099CC;
}

#status_link, #branch_merchant_info, #support_info {
	font-size:10pt;
	font-weight:100;
	width:auto;
	padding:10px;
}

.space {
	width:auto;
	height:100px;
}

#small_banner {
	margin-left:10px;
	margin-top:20px;
	margin-bottom:20px;
	display:block;
	width: 180px;
	height:150px;
}

#frame_footer {
	position:fixed;
	bottom:0;
	width:100%;
	height:80px;
	border-left:#C3E8F8 solid thin;
	border-right:#C3E8F8 solid thin;
}

#footer {
	font-size:11px;
	text-align:center;
	background-color:#00CCFF;
	width:900px;
	height:80px;
	padding-top:40px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/footer_back.jpg) left center repeat-x;
}

.underline_box {
	border-bottom:#333 solid thin;
	background-color:#D0ECF7;
}

.frame_con {
	padding:15px;
	font-size:12px;
}

.frame_con ul li {
	padding:10px;
}

.frame_con ul li a {
	font-weight:bold;
	color:#0099CC;
}

.frame_con ul li a:hover {
	color:#FF6600;
}

fieldset {
	margin-bottom:20px;
}

legend {
	font-weight:bold;
	padding:3px;
	border:#666 solid thin;
}

label {
	display:inline-block;
	width:150px;
	vertical-align:top;
}

input[name='Submit'] {
	text-align:right;
}

hr {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:dashed #CCC thin;
}

#merchant_list {
	border-top:dashed #CCC thin;
}

#merchant_list ul li {
	display:block;
	border-bottom:dashed #CCC thin;
}

#merchant_logo {
	display:inline-block;
	width:110px;
	height:80px;
	vertical-align:top;
	margin-right:10px;
}

#merchant_company {
	width:280px;
	display:inline-block;
	vertical-align:top;
}

#merchant_company p a {
	font-weight:100;
	font-size:11px;
}

a:hover {
	background:#FFF; 
	text-decoration:none;
}

a.tooltip {
	cursor:pointer;
}

a.tooltip span {
	display:none; 
	padding:2px 3px; 
	margin-left:8px; 
	width:auto;
}

a.tooltip:hover span{
	display:inline; 
	position:absolute; 
	border:1px solid #cccccc; 
	background:#FFF; 
	color:#6c6c6c;
	padding:0 10px;
	z-index:100;
}

.notification {
	font-weight:bold;
	color:#FF0000;
	padding:5px;
	text-align:center;
}

.agent_ym_list {
	margin-left:-25px;
}

.bold {
	font-weight:bold;
}

#detail_merchant_logo {
	display:inline-block;
	font-size:10pt;
	padding:10px;
	vertical-align:top;
	width:450px;
}

#detail_merchant_info {
	display:inline-block;
	font-size:10pt;
	padding:10px;
	background-color:#E3E3E3;
	width:550px;
}

label.error {
	width:auto;
	display:inline-block;
	color:#FF0000;
	padding-left:5px;
}
