﻿@import url(SimpleTreeView.css);
@import url(shoppane.css);
@import url(../../CSS/Import.css);

body
{
    padding: 0;
    margin: 0;
    font: 12px arial,helvetiaca,clean,sans-serif;
}

input,p, ul
{
    padding: 0;
    margin: 0;
    vertical-align:middle;
}
img
{
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 1px;
    font-size: 1px;
    vertical-align:middle;
}
table
{
    border-collapse: collapse;
}
.clear
{
    clear: both;
}
#wrapper
{
    width: auto;
    min-width: 800px;
}
/*======================= Header ============================*/
#header
{
}
#header .main-hd
{
    height: 68px;
    background: url(images/hd_main_bg.gif) repeat-x left top;
    position: relative;
}
#header .main-hd .logo
{
    float: left;
    width: 261px;
    height: 21px;
    position: absolute;
    left: 0px;
    top: 0px;
}
#header .main-hd .banner
{
    float: right;
    /*width:468px;
    height:60px;
    background-color:#fff;*/
    margin:3px 12px 0 0;
}

/*======================= Menu ============================*/
#header .menu
{
    height: 26px;
    background-color: #a27e04;
    font-weight:bold;
}
#header .menu ul
{
    list-style-type: none;
    color: #fff;
}

#header .menu ul li
{
    float: left;
	margin:4px 0 0 5px;
}
#header .menu ul li a
{
	display:block;
    color: #fff;
	margin-left:3px;
	padding:3px 20px 8px 20px;
    text-decoration: none;
}
#header .menu ul li a:hover
{
}
#header .menu ul li.selected
{
	background:url(images/menu_left.gif) no-repeat left top;
}
#header .menu ul li.selected a
{
    display: block;
    color: #000;
	margin-left:3px;
	padding:3px 20px 8px 20px;
	background:url(images/menu_right.gif) no-repeat right top;
}
#header .menu .date
{
	float:right;
	line-height:26px;
	padding-right:14px;
	color:#fff;
}


/*======================= Content ============================*/
#content
{
    width: 100%;
    padding: 0 0 10px 0;
    background: url(images/w_vertical.jpg) repeat-y left top;
}
#content-wrapper
{
    float: left;
    width: 100%;
}
#ctl00_center_content
{
    margin: 0 245px 0 230px;
}
#ctl00_center_content.w100
{
	margin: 0 5px 0 230px;
}
/*======================= left-Content ============================*/
#left-content
{
    float: left;
    width: 200px;
    margin-left: -100%;
    padding: 0 20px 0 8px;
}
/*======================= right-Content ============================*/
#right-content
{
    float: left;
    width: 225px;
    margin-left: -234px;
    padding-right: 5px;
}

/*======================= Footer ============================*/
#footer
{
    clear: both;
    width: 100%;
    /*height: 100px;*/
    text-align: center;
    background: #ebbb02 url(images/ft_bg.gif) repeat-x left top;
}
#footer .links
{
    padding-top: 30px;
}
#footer .links ul
{
    list-style-type: none;
    color: #fff;
}
#footer .links ul li
{
    display: inline;
}
#footer .links ul li a
{
    color: #fff;
    text-decoration: none;
}
#footer .links ul li a:hover
{
    text-decoration: underline;
}
#footer .copyright
{
    padding-top: 10px;
    color: #fff;
}
/*======================= Box ============================*/
.box-a
{
    margin-top: 10px;
    width: auto;
    border: solid 1px #d9d9d9;
    background-color: #fff;
}
.box-a .hd
{
    width: auto;
    height: 24px;
    background: #ebbb02 url(images/box_hd_bg.gif) repeat-x left bottom;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
}
.box-a .hd span.title
{
    float:left;
    padding: 0 5px;
}
.box-a .hd span.refresh
{
        float:right;
    padding: 0 5px;
}
.box-a .hd span.refresh a
{
    display:block;
    margin-top:4px;
    width:18px;
    height:18px;
    background:url(images/refresh_icon.png) no-repeat left top;
}
.box-a .bd
{
    clear:both;
    padding: 0;
}
.box-a .bd-a
{
    padding:10px;
}
.box-a .bd-a
{
    background:url(images/g_bg3.jpg) repeat-x left top;
}
.box-a .bd-a h1
{
    padding:0;
    margin:0;
    
}
.box-a .bd-a a
{
    color:#000;
    text-decoration:underline;
}
.box-a .ft
{
    background-color: #fff;
    text-align: right;
}
.box-a .ft a
{
    color: #333333;
    text-decoration: none;
}
.box-a .ft a:hover
{
    text-decoration: underline;
}
.box-a .ft span
{
    display: block;
    padding: 3px 5px;
}
.box-a .bd table tr td img
{
    border: solid 1px #9ebcd0;
    vertical-align: middle;
}
/*======= theme-a ========*/
.box-a .bd table.theme-a a,table.theme-a a
{
    color:#333333;
	text-decoration:underline;
}
.box-a .bd table.theme-a,table.theme-a
{
    width: 100%;
}
.box-a .bd table.theme-a tr td,table.theme-a tr td
{
    border-bottom: solid 1px #d9d9d9;
    background-color: #f1f1f1;
    padding: 1px 3px;
    color: #333333;
}
.box-a .bd table.theme-a tr:hover td,table.theme-a tr:hover td
{
    border-bottom: solid 1px #d9d9d9;
    background-color: #fff697;
    padding: 1px 3px;
    color: #333333;
}
.box-a .bd table.theme-a tr.title td,table.theme-a tr.title td
{
    border-bottom: solid 1px #d9d9d9;
    background-color: #cbcbcb;
    font-weight: bold;
    color: #333333;
    
}
/*======= theme-menu ========*/
.box-a table.theme-menu
{
    width: 100%;
}
.box-a table.theme-menu tr td
{
    border-bottom: solid 1px #d9d9d9;
    background-color: #f1f1f1;
    padding: 2px 3px;
    color: #333333;
    font-weight: bold;
    cursor:pointer;
}
.box-a table.theme-menu tr:hover td
{
    border-bottom: solid 1px #d9d9d9;
    background-color: #fff697;
    font-weight: bold;
    color: #36831f;
}

/*==========================*/
.box-a .refresh img
{
}
.box-a .refresh img
{
	margin-top:-1px;
	border:solid 1px #fff;
	
}
/*======================= Box-yellow ============================*/
.box-yellow
{
    margin-top: 10px;
    width: 200px;
    background:url(images/y_bg.jpg) repeat-y left top;
}
.box-yellow .hd
{
    height:7px;
    background:url(images/y_hd.jpg) no-repeat left top;
}
.box-yellow .bd
{
    padding:10px 15px 10px 10px;
    background:url(images/y_bg2.jpg) no-repeat left bottom;
}
.box-yellow .bd h1
{
    margin:0;
    padding:0;
    color:#ff0000;
    font-weight:bold;
    font-size:16px;
}
.box-yellow .ft
{
    height:10px;
    background:url(images/y_ft.jpg) repeat-y left top;
}
/*======================= Box-green ============================*/
.box-green
{
    margin-top: 10px;
    width: 200px;
    background:url(images/g_bg.jpg) repeat-y left top;
}
.box-green .hd
{
    height:7px;
    background:url(images/g_hd.jpg) no-repeat left top;
}
.box-green .bd
{
    padding:10px 15px 10px 10px;
    background:url(images/g_bg2.jpg) no-repeat left bottom;
    text-align:center;
}
.box-green .bd h1
{
    margin:0;
    padding:0;
    color:#124403;
    font-weight:bold;
    font-size:18px;
}
.box-green .bd p
{
    color:#171717;
}
.box-green .ft
{
    height:10px;
    background:url(images/g_ft.jpg) repeat-y left top;
}


/*======================= lgoin ============================*/
.box-a .login
{
}
.bd-a .login p
{
	padding-top:3px;
}
.bd-a .login p.btn-sign
{
	padding-left:120px;
}
.bd-a .login a
{
	color:#a27e04;
	text-decoration:none;
}
.bd-a .login a:hover
{
	text-decoration:underline;
}
.bd-a a.mypage
{
	display:block;
	padding:1px 2px;
	width:100px;
	border:solid 1px #a27e04;
	background-color:#ffeeb4;
	text-decoration:none;
}
.bd-a a.mypage:hover
{
	text-decoration:none;
	background-color:#ffe89b;
}
.bd-a .login input.commontxt
{
	width:175px;
	border:1px solid #a27e04;
}

/*======================= common ============================*/
.commonbtn
{
	text-align: center;
	background: #fdb02a;
	color: #414141;
	width: auto;
	font-weight: bold;
}

.commonbtn_1
{
	text-align: center;
	background: #fbd500;
	color: #414141;
	width: 50px;
	font-weight: bold;
	font-size: 0.9em;
}

.commonbtn_X
{
	text-align: center;
	background: #fbc300;
	color: #414141;
	width: 50px;
	font-weight: bold;
	font-size: 0.9em;
}

.commonbtn_2
{
	text-align: center;
	background: #fba500;
	color: #414141;
	width: 50px;
	font-weight: bold;
	font-size: 0.9em;
}

.commonbtn_fb
{
	text-align: center;
	background: #3b5998;
	color: #ffffff;
	width: auto;
	font-weight: bold;
}

.goo
{
	padding-left: 180px;
}

.commonhl
{
	text-decoration: underline;
	cursor: pointer; cursor: hand	
}

.commonlbl
{
	float: left;
	display: block;
	width: 180px;	
	font-weight: bold;
}

.commonlbl_long
{
	float: left;
	display: block;
	width: 300px;	
	font-weight: bold;
}

.commontxt
{
	border: solid 1px #000000;
	color: #333333;	
}

.commondata
{
	font-weight: bold;
}

.commonheader
{
	color: #1f61a5;
	font-weight: bold;
	font-size: 1.5em;
}

.commontxt_mul
{
	border: solid 1px #000000;
	color: #333333;	
	height: 100px;
	width: 250px;
}

.status
{
	color: #ffde00;
	background: #000000;
	font-weight: bold;	
}

/*======================= overlay ============================*/
.overlaybet
{
	/*
	position: absolute;*/
	background: url(../../images/preview_overlay.png) repeat;	
	position:relative;
	width: 50%;
	height: 75px;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
    opacity: 0.60;
	/*_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.aceofrake.com/App_Themes/Images/Misc/preview_overlay.png');*/
	z-index: 5;
	padding: 80px 0 0 50%;
}