﻿@import "../TableStyle.css";
@import "../PublicStyle.css";


.login_bt_blank
{
	display:block;
	width:191;
	height:37px;
	background-image:url(images/login_bt_blank.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height:34px;
	text-align:center;
	
	
	
}

.LeftMenu_bt_blank
{
	display:block;
	width:168;
	height:28px;
	background-image:url(images/public_btbg.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height:28px;
	text-align:left;
	color:#ffffff;
	font-size:1em;
	cursor:pointer;
	padding-left:42px;
	/*==IE6微調使用==*/
}

	
	





/*====[選單覆寫樣式]====*/
div.content .divaclear{
	float:left; height:20px;
	text-align:left;
}

div.content .divaclear a:link{
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	text-align:left;
}
div.content .divaclear a:hover {
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	text-align:left;
}

div.content .divaclear a:visited  {
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	text-align:left;
}

.divaclearA{
	font-size: 1em;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	text-align:left;
}




/*====[LoginBox樣式]====*/
.LoginBox
{
	padding:5px;
	background-color:#F7F6F3;
	border-color:#E6E2D8;
	border-style:solid;
	border-width:1px;	
}

/*====[E幫手的樣式]====*/
div#ShowHelp 
{
    position:fixed;
    width:170px;
    height:205px;
    z-index:1;
    top:150px;
    right:10px;
    background-image: url(/VirtualCounter/images/e_help.gif);
    _position:absolute; /* position fixed for IE6 */
    _top:expression(documentElement.scrollTop+"px");
}
div#bt_close a
{
    height: 24px;
    width: 24px;
    position: relative;
    display: block;
    margin-top: 66px;
    margin-left: 138px;
}
div#help_text 
{
    height: 90px;
    width: 140px;
    overflow: auto;
    position: relative;
    font-size: 0.8125em;
    line-height: 18px;
    color: #333333;
    padding: 3px;
    margin-top: 3px;
    margin-left: 13px;
}

/*====[文字樣式]====*/
.textstyle
{
	color:#575757;
	font-size: 0.9375em;
	line-height:18px;
}