﻿html{
	height:100%;
	margin:0;
	padding:0;
}

body{
	font-family:Arial,arial;
	background:url(../images/body_bg1.jpg) repeat-x #ffffff;	
	height:100%;
	margin:0;
	padding:0;
}
.gwt-Button{
	
	cursor:pointer;
	background:#555555 url(../images/btn_bg.jpg) repeat scroll 0 0;
	border:1px solid #acacac;
	color:#555555;
	font-size:12px;
	font-weight:bold;
	height:27px;
	line-height:18px;
	margin:3px 0 6px;
	padding:0 6px 2px;
	
}
/*-----------------------------------------font---------------------------------------------------*/
.h2 {
	font-weight: bold; 
	font-size:22px;
	margin:18px 0 7px 0px;
	color:#818181;
}
.h3{
	font-size:14px;
	font-weight:bold;
	padding:5px 0; 
	margin:0 0 0 25px;
	color:#555555;
}



#wrapper{
	width:100%;
	min-height:100%;
	height:auto;
	position:relative;
	padding:0 0 0px 0;
	
}

#header{
	width:900px;
	height:138px;
	
	position:relative;
	
}
#login{
	/*background:#b8b8b8 none repeat scroll 0 0;*/
	background:#ffffff url(../images/login_bg.jpg)  repeat-x scroll 0 0;
	height:55px;
	position:absolute;
	left:333px;
	top:3px;
	color:#ffffff;
}
.login form{
	position:absolute;
	top:0;
	left:6;
}

.login_left{
	position:absolute;
	width:5px;
	height:55px;
	top:0;
	left:-5px;
	background:url(../images/login_left.jpg) no-repeat;
}

.login_right{
	position:absolute;
	width:5px;
	height:55px;
	top:0;
	right:-5px;
	background:url(../images/login_right.jpg) no-repeat;
	
}

#login .gwt-Button{
	background:#555555 url(../images/btn_bg.jpg) repeat scroll 0 0;
	border:1px solid #FFFFFF;
	color:#111111;
	font-size:12px;
	font-weight:bold;
	height:27px;
	line-height:18px;
	margin:3px 0 0;
	padding:0 0 2px;
	width:48px;
}
#login .gwt-Label{
	margin:10px 0 0 0 ;
}
#login .username{
	margin:10px 0 0 0 ;
	width:62px;
}

#login .gwt-Hyperlink {
	margin:10px 0 0 0 ;
	color:#ffffff;
}

#login .gwt-Hyperlink a{
	color:#ffffff;
}

#login td{
	padding:3px;
}
#login .gwt-Hyperlink:active{
	margin:10px  0 0 0 ;
	color:#ffffff;
}
#login .gwt-Hyperlink:link{
	margin:10px  0 0 0 ;
	color:#ffffff;
}
#login .gwt-Hyperlink:visited	{
	margin:10px  0 0 0 ;
	color:#ffffff;
}

#login .gwt-TextBox{
	height:22px;
	margin:2px 0 0;
}

#login .gwt-PasswordTextBox{
		height:22px;
	margin:2px 0 0;
}

#login .forgot{
	cursor:pointer;
	font-size:11px;
	margin-left:21px;
	/*margin-top:2px;*/
	margin-top:7px;
	color:#acacac;
}
.forgot_detail_title{
font-size:16px;
color:#55555;
margin: 3px 0px;

	
}

.forgot_detail{
	color:#777777;
	margin: 10px 0px;
	width:409px;
}

/*-------------------------------------main_menu----------------------------------------*/
#main_menu {
	/* 整個導覽列寬 650 像素 */
	width:900px;
	height:30px;
	margin:4px  0 0 25px;
	font-weight:bold;
}

#main_menu ul li{
	/* 每個清單項目寬 150 像素 */

	/* 右邊留白1像素 */
	margin-right:0px;
	/* 文字居中對齊 */
	text-align:center;
	/* 去除清單項目之前的小圓點 */
	list-style-type:none;
	background-color:#FF7f7e;
	/* 讓各個清單元素靠左對齊 */
	float:left; 
	/* 設定邊框底部的樣式 */
}

#main_menu ul li a {
	/* 充滿整個區塊 */
	display:block; 
	/* 擴大區域內部空間 */
	padding:9px 15px;
	background:url(../images/main_menu_bg.jpg);
}
#main_menu ul li a:link {
	color:#FFFFFF;
	text-decoration:none;
	display:block; 
}
#main_menu ul li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	display:block; 
}
#main_menu ul li a:hover {
	/* 文字為白色 */
	color:#FFFFFF;
	/* 文字沒有裝飾（底線） */
	text-decoration:none;
	
	
	background-position: 0 -30px;
	background-image:url(../images/main_menu_bg.jpg) ;
}
#main_menu ul li a:active {
	color:#FFFFFF;
	text-decoration:none;
	display:block; 
}
/*---------------------------------sub_menu------------------------------------*/
.gwt-TabPanel{
	margin:0px 0 0 0px;
}

.gwt-TabPanelBottom .h3 {
	color:#848484;
	font-size:16px;
	margin:8px 0 0;
}
.gwt-TabPanelBottom{
	margin:7px 0 0 4px;
}
.sub_menu{
	border-collapse:collapse;
}
.sub_menu .gwt-TabBarItem-wrapper{
	border:1px solid #acacac;
	
}
.sub_menu .gwt-TabBarFirst-wrapper{
	
}


.sub_menu .gwt-Label{
	cursor:pointer;
	padding:4px 8px;
	height:13px;
	background:#FFFFFF none repeat scroll 0 0;
	color:#535353;
	padding:6px 10px;
}
.sub_menu .gwt-Label:hover{
	background:#656565 none repeat scroll 0 0;
	color:#ffffff;
}

.sub_menu .gwt-TabBarItem-selected .gwt-Label{
	background:#656565 none repeat scroll 0 0;
	color:#ffffff;
	
}



/*---------------------------------status_box_title----------------------------*/

.status_box{
	border:1px solid #dddddd; 
	margin:10px 0 3px 0px;
	background:#ffffff;
}

.status_box_title{
	background:#dddddd none repeat scroll 0 0;
	color:#555555;
	font-weight:bold;
	padding:5px;
}
.status_box_content{
	margin:7px 5px 5px 5px;
	color:#555555;
}



/*---------------------------------content-------------------------------------*/
#content{
	height:100%;
	margin:10px 0 150px 21px;
	padding:1px 0 0;
	width:97%;
}

#three_roles{
	background:url(../images/three_roles_no_text.jpg);
	height:387px;
	width:980px;
	margin:20px 0px;
	position:relative;
}


.roles_list{
	width:200px;
	color:#555555;
	
}
.roles_list a{
	top:155px;
	left:82px;
	position:absolute;
}
.roles_list li{
	list-style-type:disc;
	line-height:20px;
}
#advers_list{
	position:absolute;
	left:110px;
	top:90px;
	
	
}
#publis_list{
	position:absolute;
	left:405px;
	top:100px;
	
}
#users_list{
	position:absolute;
	left:700px;
	top:95px;
}
/*---------------------------------footer-------------------------------------*/
#footer{
	background:url(../images/footer_bg.jpg) repeat-x #ffffff;
	padding:1px 0 0 0;
	height:100px;
	width:100%;
	margin:0px;
}

#footer ul{
	margin:24px 0 0 314px;
}

#powered{
	margin:5px 0 0 30px;
	color:#555555;
	background:#ffffff;
	border:0px ;
	line-height:12px;
	padding:0px;
	display:none;

}

#footer ul { 
	
	
}

#footer ul li{
	border-right:1px solid #cccccc;
	display:inline; 
}
#footer ul li a {
	/* 充滿整個區塊 */
	
	/* 擴大區域內部空間 */
	padding:3px 15px;
}
#footer ul li a:link {
	color:#555555;
	text-decoration:none;
}
#footer ul li a:visited {
	color:#555555;
	text-decoration:none;
}


#footer ul li a:hover {
	/* 文字為白色 */
	color:#555555;
	/* 文字沒有裝飾（底線） */
	text-decoration:none;
	
}
#footer ul li a:active {
	color:#999999;
	text-decoration:none;
}

/*------------------------confirm_success-------------------------------*/

#confirm_success{
	text-align:center;
	margin:100px 300px;
	padding:20px 0;
	font-size:14px;
	font-weight:bold;
	background:#eeeeee;
	color:#8C9756;
	border:1px #777777 dashed;
}
#role_select{

	width:306px;
	height:30px;
	margin:30px auto 0 auto;
	font-weight:bold;
	
}

#role_select ul li{
	width:100px;
	text-align:center;
	list-style-type:none;
	float:left; 
}
#role_select ul li a {
	display:block; 
	padding:3px;
	color:#cccccc;
	background:#fafafa;
	border:dashed 1px #cfcfcf;
}
#role_select ul li a:link {
	color:#cccccc;
	text-decoration:none;
}
#role_select ul li a:visited {
	color:#777777;
	text-decoration:none;
}
#role_select ul li a:hover {
	color:#555555;
	text-decoration:none;
	background: #ffffff;
}
#role_select ul li a:active {
	text-decoration:none;
}

/*------------------------------table-------------------------------*/
.table_filter{
	
	margin:5px 5px 5px 0;
}

.table_filter *{
	margin:0 10px 0 0 ;
}
.table_filter .gwt-Button{ 

	margin-left:10px;
}

.status_selected{
	color:#555555;
}
.list_table {
	margin:3px 0  ;
    text-align:center;
	vertical-align:middle;	
	border:1px solid #acacac;
	padding:3px;
	border-collapse:seperate;
	background:#ffffff;
}

.list_table td{
	width:92px;
	padding:5px ;	
	text-align:center;
	vertical-align:middle;	
	color:#555555;
}

.list_table td a{
	color:#86434e;
}

.list_table td a:hover{
	color:#ff7777;
}

.list_table_header {
	
	background:#dddddd;
}

.list_table .gwt-Image{
	cursor:pointer;
	height:100px;
	width:100px;
}
.show_filter{
	color:#555555;
	margin:10px 0 0 5px;
}
.show_filter  *{
	margin:0px 0 0 3px;
}
.show_filter_all{
	color:#555555;
	cursor:pointer;
}


.show_filter_all:hover{
	color:#555555;
	font-weight:bold;
}

.show_filter_active{
	color:#555555;
	cursor:pointer;
}
.show_filter_active:hover{
	color:#555555;
	font-weight:bold;
}
.show_filter_pause{
	color:#555555;
	cursor:pointer;
}

.show_filter_pause:hover{
	color:#555555;
	font-weight:bold;
}
.show_filter_selected{
	color:#555555;
	
}

.bottomline {
	height:34px;
	background:url(../images/bottomLine.jpg);
	
}

.fold{
	cursor:pointer;
	background:url(../images/toFold.jpg);
	height:14px;
	width:14px;
}

.unfold{
	cursor:pointer;
	background:url(../images/toUnfold.jpg);
	height:14px;
	width:14px;
}

.widget_tree{
	cursor:pointer;
}

/*-------------------------set table-------------*/

.set_table_title{
	color:#818181;
	font-size:22px;
	font-weight:bold;
	margin:15px 0 14px 3px;
}

.set_table_header{
	color:#555555;
font-weight:bold;
margin:11px 2px 5px;
	
}

.set_table td input{
	border:1px solid #acacac;
	color:#acacac;
}

/*-----------------page contact_us.html--------------------*/
#contact_list{
	background:#ffffff;
	width:544px;
}
#contact_list ul{
	margin:0px 12px 0px 25px;
	list-style:square;
}
#contact_list li{
	line-height:20px;
	color:#553355;
}
#contact_list ul li a{
	color:#CC5F5E;
}
#contact_list ul li a:hover{
	color:#acacac;
	text-decoration:underline;
	font-weight:bold;
}

.contact_us_table {
	border:1px solid #acacac;
	padding:0px;
	width:491px;
	
}




.contact_us_table .valid_input{
	margin:1px 1px 0px 1px;
	padding:0px;
	
}

.contact_us_table .input_title{
	background:#dddddd none repeat scroll 0 0;
	border-bottom:1px solid #acacac;
	font-family:Arial,Helvetica,sans-serif;
	vertical-align:middle;
	width:160px;
	
}
.contact_us_table 	.input_title_label{
	color:#555555;
	float:right;
	font-size:12px;
	font-weight:bold;
	height:30px;
	letter-spacing:0;
	line-height:30px;
	margin:0 10px 0 0;
}

.contact_us_table .input_panel{
	background:#ffffff none repeat scroll 0 0;
	border-bottom:1px solid #dddddd;
	padding:25px 0;
	vertical-align:middle;
	width:329px
}
.contact_us_table .input_panel .gwt-TextBox{
	/*border:3px solid #FFB517;*/
	color:#555555;
	font-size:14px;
	height:19px;
	padding:4px 0 0 3px;
	width:250px;
}
.contact_us_table .input_panel .gwt-PasswordTextBox{
	/*border:3px solid #FFB517;*/
	color:#555555;
	font-size:14px;
	height:21px;
	padding:4px 0 0 3px;
	width:170px;
}

.contact_us_table .input_panel_div{
	padding-left:25px;
	width:90%;	
	position:relative;
	
}
.contact_us_table .input_panel_div select{
	/*border:3px solid #FFB517;*/
	color:#555555;
	height:29px;

	padding:2px;
	width:196px;
}
.contact_us_table .input_panel_div .gwt-TextArea{
	height:100px;
	padding:2px;
	width:245px;	
	color:#555555;
	font-size:14px;
}	
.contact_us_table .input_panel	.gwt-RadioButton{
	margin-left:8px;
	
}
.contact_us_table.input_panel	.gwt-Label{
	margin-left:20px;
}

.contact_us_table .input_panel	.input_error{
	margin-left:1px;
	margin-top:3px;
	color:#555555;
}

.contact_us_table .gwt-HTML {
	left:358px;
	line-height:18px;
	margin-top:1px;
	position:absolute;
}
.contact_us_table  .captcha_div{
	margin-left: 25px;
	
}
.contact_us_table  .captcha_div .gwt-TextBox{
	width:141px;
}



/*------------------------colour table-------------*/
.color_table{
	background:#ffffff none repeat scroll 0 0;
	border-top:none;
	margin:0 0 5px;
	padding:2px;
	border-left:1px solid #acacac;
	border-right:1px solid #acacac;
	border-bottom:1px solid #acacac;
	width:100%;
}
.color_table td{
	padding:1px 2px 2px 2px; 

}
.color_table_title{
	background:#dddddd none repeat scroll 0 0;
	border-bottom:1px solid #dddddd;
	border-top:1px solid #acacac;
	border-right:1px solid #acacac;
	border-left:1px solid #acacac;
	
	color:#555555;
	font-size:14px;
	font-weight:bold;
	margin:5px 0 0;
	padding:4px 2px 6px;
}

.color_table_header{
	padding:5px 10px 5px 0;
	width:120px;
	text-align:right;
	background:#dddddd;
	color:#555555;
	
	}
.color_table td input{
	border:1px solid #555555;	
}

/*-----------------------about------------------------------*/
#content h2 {
	font-size:22px;
	font-weight:bold;
	margin-top:20px;
}
.intro_text{
	font-size:14px;
	width:94%;
	color:#666666;
	margin:23px 0 0 0 ;
	line-height:16px;
}
.main_content {
	color:#555555;
	font-family:Arial;
	font-size:12px;
	height:auto;
	margin-left:35px;
	padding:5px;
	width:900px;
}
.main_content ul {
	list-style-type:square;
	margin:10px;
	padding-left:15px;
}
.main_content ol {
	list-style-type:decimal;
	margin:10px;
	padding-left:15px;
}
.main_content li {
	padding-top:5px;
}
.list_of_content p {
	color:#553355;
}


p {
	line-height:16px;
	margin:0 0 0 10px;
	width:94%;
	color:#553355;
}
h2 {
	
	color:#818181;
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:10px;
	padding-bottom:5px;
}
h3 {
	
	font-size:16px;
	font-weight:bold;
	margin:20px 0 5px;
	color:#818181;
}
h3 a{
	color:#333333;
	font-weight:bold;
}
h3 a:hover{
	color:#530C41;
	text-decoration:underline;
	font-weight:bold;
	
}
h4 {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	margin: 10px 0 0 0 ;
	color:ffffff;
}
.h4_content{
	margin:6px 6px;
	width:96%;
	line-height:13px;
	color:#553355;
}
h5 {
	font-family:Arial;
	font-weight:bold;
	margin:3px 0;
	color:#444455;
}
.list_of_content {
	line-height:16px;
	margin:0;
	width:94%;
}
.list_of_content h4{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	margin: 7px 0 2px 2px ;
	color:#553355;
}
.list_of_content2 {
	background:#E6E7F5 none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	line-height:16px;
	margin-top:5px;
	padding:0 5px;
}
.ps {
	margin:20px 0;
	color:#555555;
}
.contact_list .list_bold{
	font-weight:bold;
	font-size:18px;
}
/*--------------------------register------------------*/
.register_table {
	border:1px solid #acacac;
	padding:0px;
	
}

.register_table td{
	

}
.register_table .valid_input{
	margin:1px 1px 0px 1px;
	padding:0px;
	
}

.register_table .input_title{
	background:#dddddd none repeat scroll 0 0;
	border-bottom:1px solid #acacac;
	font-family:Arial,Helvetica,sans-serif;
	vertical-align:middle;
	width:130px;
	
}
.register_table .input_title_label{
	color:#555555;
	float:right;
	font-size:12px;
	font-weight:bold;
	height:30px;
	letter-spacing:0;
	line-height:30px;
	margin:0 10px 0 0;
}

.register_table .input_panel{
	background:#ffffff none repeat scroll 0 0;
	border-bottom:1px solid #dddddd;
	padding:25px 0;
	vertical-align:middle;
	width:280px
}
.register_table .input_panel input{
	/*border:3px solid #FFB517;*/
	color:#555555;
	font-size:14px;
	height:19px;
	padding:4px 0 0 3px;
	width:230px;
}

.register_table .input_panel_div{
	padding-left:25px;
	width:90%;	
	position:relative;
	
}
.register_table .input_panel_div select{
	/*border:3px solid #FFB517;*/
	color:#555555;
	height:29px;

	padding:2px;
	width:196px;
}
.register_table .input_panel_div .gwt-TextArea{
	height:100px;
	padding:2px;
	width:298px;
	
	color:#555555;
	font-size:14px;
}	
	
.gwt-CheckBox{
	float:left;
	margin-right:5px;
}
.register_table .gwt-HTML{
	left:264px;
	line-height:18px;
	margin:2px 0 0 0;
	position:absolute;
}
.register_table .input_error{
	margin:1px 0 0 0 ;
}
	
	
.register_table .input_panel_div .captcha_div .gwt-TextBox{
width:127px;
	
}

.register_table .input_panel_div  .gwt-HTML{

position:absolute;
left:160px;

}

/*-------------------------register dialog-----------------------------*/





.gwt-DialogBox{
		
	padding:10px;
	background:#ffffff;
	border:3px solid #acacac;
}
.dialog_cover{
	background:#000000;
	filter:alpha(opacity=70);
	border:0 none;
	height:100%;
	opacity:0.7 ;
	width:100%;
}
.register_merchant_table_title{
	height:18px;
	margin:0 0 4px;
	padding:4px 0 0 8px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	background:#cdcdcd;
	border-bottom:#acacac 1px solid;
}
.register_merchant_table_content{
	background:#ffffff;
	width:430px;
	padding:1px;
	margin: 3px 0 0 0 ;
	color:#555555;
}


.register_merchant_table_content{
	border:1px solid #acacac;
	padding:0px;
	
}


.register_merchant_table_content .valid_input{
	margin:1px 1px 0px 1px;
	padding:0px;
	
}

.register_merchant_table_content .input_title{
	background:#dddddd none repeat scroll 0 0;
	border-bottom:1px solid #acacac;
	font-family:Arial,Helvetica,sans-serif;
	vertical-align:middle;
	width:167px;
	
}
.register_merchant_table_content .input_title_label{
	color:#555555;
	float:right;
	font-size:12px;
	font-weight:bold;
	height:30px;
	letter-spacing:0;
	line-height:30px;
	margin:0 10px 0 0;
}
.register_merchant_table_content .input_panel{
	background:#ffffff none repeat scroll 0 0;
	border-bottom:1px solid #dddddd;
	padding:10px 0;
	vertical-align:middle;
	width:264px
}
.register_merchant_table_content.input_panel .gwt-TextBox{
	/*border:3px solid #FFB517;*/
	color:#555555;
	font-size:14px;
	height:21px;
	padding:4px 0 0 3px;
	width:170px;
}
.register_merchant_table_content .input_panel .gwt-PasswordTextBox{
	/*border:3px solid #FFB517;*/
	color:#555555;
	font-size:14px;
	height:21px;
	padding:4px 0 0 3px;
	width:170px;
}

.register_merchant_table_content .input_panel_div{
	padding-left:25px;
	width:90%;	
	position:relative;
	
}
.register_merchant_table_content .input_panel_div select{
	/*border:3px solid #FFB517;*/
color:#555555;
height:29px;

padding:2px;
width:196px;
}
.register_merchant_table_content .input_panel_div .gwt-TextArea{
	height:100px;
	padding:2px;
	width:298px;
	
	color:#555555;
	font-size:14px;
}	
.register_merchant_table_content  .input_panel	.gwt-RadioButton{
	margin-left:20px;
}
.register_merchant_table_content  .input_panel	.gwt-Label{
	margin-left:20px;
}

.register_merchant_table_content  .input_panel	.input_error{
	margin-left:1px;
	margin-top:3px;
	color:#555555;
}
.gwt-CheckBox{
	float:left;
	margin-right:5px;
}
.gwt-HTML{
	line-height:18px;
}


.gwt-StackPanel{
	margin:3px 0 0 0 ;

}
.gwt-StackPanelContent{
		
}
.gwt-StackPanelItem{
	padding:6px 0 7px 11px;
	color:#555555;
	cursor:pointer;
	font-weight:bold;
	width:422px;
	background:#ffffff url(../images/stack_panel_header_h.jpg) no-repeat;
}


.gwt-StackPanelItem-selected{
	padding:6px 0 7px 11px;
	color:#555555;
	cursor:pointer;
	font-weight:bold;
	width:422px;
	background:#ffffff url(../images/stack_panel_header_h.jpg) no-repeat;
}
/*-------------------------------merchant_order_table-------------------------------*/
.merchant_order_table_title{
	height:18px;
	margin:5px 0 4px;
	padding:4px 0 0 8px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	background:#cdcdcd;
	border-bottom:#acacac 1px solid;
}
.merchant_order_table_header{
	height:26px;
	width:150px;
	padding:8px 5px 0 0;
	text-align:right;
	color:#412414;
	background:#FFBDBC;
}

.merchant_order_table_data td{
	padding:1px 0 0 0;
	width:157px;
}

.merchant_order_table_data  input{
	border:2px solid #cdcdcd;
	height:15px;
	width:180px;
	padding:3px 0;
	color:#555555;
	margin:5px 0 0 5px;
}
.merchant_order_table_data  select{
	border:2px solid #CDCDCD;
	color:#555555;
	height:25px;
	margin:5px 0 0 5px;
	padding:3px 0;
	width:256px;
}

.merchant_order_table_content {
	border:1px solid #acacac;
	padding:0px;
	
}


.merchant_order_table_content .valid_input{
	margin:1px 1px 0px 1px;
	padding:0px;
	
}

.merchant_order_table_content .input_title{
	background:#dddddd none repeat scroll 0 0;
	border-bottom:1px solid #acacac;
	font-family:Arial,Helvetica,sans-serif;
	vertical-align:middle;
	width:175px;
	
}
.merchant_order_table_content .input_title_label{
	color:#555555;
	float:right;
	font-size:12px;
	font-weight:bold;
	height:30px;
	letter-spacing:0;
	line-height:30px;
	margin:0 10px 0 0;
}

.merchant_order_table_content .input_panel{
	background:#ffffff none repeat scroll 0 0;
	border-bottom:1px solid #dddddd;
	padding:10px 0;
	vertical-align:middle;
	width:300px
}
.merchant_order_table_content .input_panel .gwt-TextBox{
	/*border:3px solid #FFB517;*/
	color:#555555;
	font-size:14px;
	height:21px;
	padding:4px 0 0 3px;
	width:170px;
}
.merchant_order_table_content .input_panel .gwt-PasswordTextBox{
	/*border:3px solid #FFB517;*/
	color:#555555;
	font-size:14px;
	height:21px;
	padding:4px 0 0 3px;
	width:170px;
}

.merchant_order_table_content .input_panel_div{
	padding-left:25px;
	width:90%;	
	position:relative;
	
}
.merchant_order_table_content.input_panel_div select{
	/*border:3px solid #FFB517;*/
color:#555555;
height:29px;

padding:2px;
width:196px;
}
.merchant_order_table_content .input_panel_div .gwt-TextArea{
	height:100px;
	padding:2px;
	width:245px;	
	color:#555555;
	font-size:14px;
}	
.merchant_order_table_content .input_panel	.gwt-RadioButton{
	margin-left:20px;
	float:left;
}
.merchant_order_table_content .input_panel	.gwt-Label{
	margin-left:20px;
}

.merchant_order_table_content .input_panel	.input_error{
	margin-left:1px;
	margin-top:3px;
	color:#555555;
}






.check_area {
	height:20px;
	position:relative;
}
.check_for_submit{
	
	color:#555555;
	left:0;
	padding:5px;
	position:absolute;
	top:1px;
	width:408px;
	}
.check_area .gwt-Hyperlink{
	position:absolute;
	right:3px;
	top:29px;
}
.check_area .gwt-CheckBox{
	left:0;
	position:absolute;
	top:0;
}
.check_area .gwt-HTML{
	position:absolute;
	left:24px;
	top:3px;
}


/*-----------------------------------account_table--------------------------------------*/
/*-----------------------------------account-----------------------------------*/



.account_table {
	border:1px solid #acacac;
	padding:0px;
	
}


.account_table .valid_input{
	margin:1px 1px 0px 1px;
	padding:0px;
	
}

.account_table .input_title{
	background:#dddddd none repeat scroll 0 0;
	border-bottom:1px solid #acacac;
	font-family:Arial,Helvetica,sans-serif;
	vertical-align:middle;
	width:130px;
	
}
.account_table .input_title_label{
	color:#555555;
	float:right;
	font-size:12px;
	font-weight:bold;
	height:30px;
	letter-spacing:0;
	line-height:30px;
	margin:0 10px 0 0;
}

.account_table .input_panel{
	background:#ffffff none repeat scroll 0 0;
	border-bottom:1px solid #dddddd;
	padding:25px 0;
	vertical-align:middle;
	width:300px
}
.account_table .input_panel .gwt-TextBox{
	/*border:3px solid #FFB517;*/
	color:#555555;
	font-size:14px;
	height:21px;
	padding:4px 0 0 3px;
	width:170px;
}
.account_table .input_panel .gwt-PasswordTextBox{
	/*border:3px solid #FFB517;*/
	color:#555555;
	font-size:14px;
	height:21px;
	padding:4px 0 0 3px;
	width:170px;
}

.account_table .input_panel_div{
	padding-left:25px;
	width:90%;	
	position:relative;
	
}
.account_table.input_panel_div select{
	/*border:3px solid #FFB517;*/
color:#555555;
height:29px;

padding:2px;
width:196px;
}
.account_table .input_panel_div .gwt-TextArea{
	height:100px;
	padding:2px;
	width:298px;
	
	color:#555555;
	font-size:14px;
}	
.account_table .input_panel	.gwt-RadioButton{
	margin-left:20px;
}
.account_table .input_panel	.gwt-Label{
	margin-left:20px;
}

.account_table .input_panel	.input_error{
	margin-left:1px;
	margin-top:3px;
	color:#555555;
}
.gwt-CheckBox{
	float:left;
	margin-right:5px;
}
.gwt-HTML{
	line-height:18px;
}


.gwt-StackPanel{
	margin:3px 0 0 0 ;

}
.gwt-StackPanelContent{
		
}
.gwt-StackPanelItem{
	padding:6px 0 7px 11px;
	color:#555555;
	cursor:pointer;
	font-weight:bold;
	width:422px;
	background:#ffffff url(../images/stack_panel_header_h.jpg) no-repeat;
}


.gwt-StackPanelItem-selected{
	padding:6px 0 7px 11px;
	color:#555555;
	cursor:pointer;
	font-weight:bold;
	width:422px;
	background:#ffffff url(../images/stack_panel_header_h.jpg) no-repeat;
}
/*------------------------------search_area---------------------------*/
.search_area_title{
	color:#818181;
	font-size:18px;
	font-weight:bold;
	margin:17px 0 3px;
}
.search_area{
	background:#dddddd none repeat scroll 0 0;
	color:#555555;
	height:40px;
	border:1px solid #acacac;
}
.search_area .gwt-Button{
	font-size:12px;
	height:26px;
	margin-top:6px;
		
}
.search_area *{
	line-height:18px;
	margin:10px 5px 4px 8px;
}
.search_area input, .gwt-ListBox{
	color:#555555;
	height:22px;
	margin:2px 0 0;
}

.search_area .gwt-TextBox{
	
	margin:5px 0 0;
}

.search_area .gwt-ListBox{
	
	margin:8px 0 0;
}
.search_condition{
	margin: 4px 0 20px 0;
	color:#818181;
}

.btn_big{
	margin-bottom:10px;
}
/*-------------------------------------------pager-----------------------------------------*/

.pager{
	margin:8px 0 0 53%;
}

.show_number_of{
	width:130px;
}
.pager *{
	margin:2px 3px;
}

.pager .pager_point{
	cursor:pointer;
}

.pager  .pager_point_choose{
	background:#FFFFFF none repeat scroll 0 0;
	color:#FF7F7E;
	font-weight:bold;
	height:13px;
	text-align:center;
	width:13px;
}

/*-------------------------------------------credit_card_table-----------------------------------------*/
.credit_card_table_content{
	background:#ffffff;
	width:430px;
	padding:1px;
	margin: 3px 0 0 0 ;
	color:#555555;
}
.credit_card_table_header{
	height:26px;
	width:150px;
	padding:8px 5px 0 0;
	text-align:right;
	color:#555555;
	background:#cdcdcd;
	
}

.credit_card_table_data td{
	padding:1px 0 0 1px;
	width:157px;
}

.credit_card_table_data  input{
	border:2px solid #cdcdcd;
	height:15px;
	width:180px;
	padding:3px 0;
	color:#555555;
	margin:5px 0 0 5px;
}

.credit_card_table_data{
	background:#ffffff;
}
/*---------------------------help------------------------*/

#toc{
	background:#ffffff;
	padding:5px;
	width:500px;
}

#toc h3{
	color:#443344;
	margin:5px;
}
#toc ul{
	margin-left:10px;
	margin-bottom:10px;
	line-height:16px;
	
}

#toc ul a{
	
	color:#66CC00;
}
#toc ul a:hover{
	text-decoration:underline;
	color:#553355;
	font-weight:bold;
}
/*--------------------------------------------show_offer_table----------------------------------------*/
.show_offer_table{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #EEEEEE;
	margin:2px 9px 0 2px;
	padding:2px;
	width:265px;
}
.show_offer_table_header{
	background:#DEDEDE none repeat scroll 0 0;
	border-bottom:1px solid #CDCDCD;
	border-top:1px solid #CDCDCD;
	color:#555555;
	height:17px;
	padding:6px 0 0 5px;
}
.show_offer_table_data{
	color:#555555;
	height:23px;
	line-height:23px;
	margin:0 0 0 12px;
}
/*---------------------------------------new_offer_table-------------------------------------------*/


.new_offer_table {
	border:1px solid #acacac;
	padding:0px;
	
}


.new_offer_table .valid_input{
	margin:1px 1px 0px 1px;
	padding:0px;
	
}

.new_offer_table .input_title{
	background:#dddddd none repeat scroll 0 0;
	border-bottom:1px solid #acacac;
	font-family:Arial,Helvetica,sans-serif;
	vertical-align:middle;
	width:130px;
	
}
.new_offer_table .input_title_label{
	color:#555555;
	float:right;
	font-size:12px;
	font-weight:bold;
	height:30px;
	letter-spacing:0;
	line-height:30px;
	margin:0 10px 0 0;
}

.new_offer_table .input_panel{
	background:#ffffff none repeat scroll 0 0;
	border-bottom:1px solid #dddddd;
	padding:25px 0;
	vertical-align:middle;
	width:300px
}
.new_offer_table .input_panel .gwt-TextBox{
	/*border:3px solid #FFB517;*/
	color:#555555;
	font-size:14px;
	height:21px;
	padding:4px 0 0 3px;
	width:170px;
}
.new_offer_table .input_panel .gwt-PasswordTextBox{
	/*border:3px solid #FFB517;*/
	color:#555555;
	font-size:14px;
	height:21px;
	padding:4px 0 0 3px;
	width:170px;
}

.new_offer_table .input_panel_div{
	padding-left:25px;
	width:90%;	
	position:relative;
	
}
.new_offer_table.input_panel_div select{
	/*border:3px solid #FFB517;*/
color:#555555;
height:29px;

padding:2px;
width:196px;
}
.new_offer_table .input_panel_div .gwt-TextArea{
	height:100px;
	padding:2px;
	width:245px;	
	color:#555555;
	font-size:14px;
}	
.new_offer_table .input_panel	.gwt-RadioButton{
	margin-left:20px;
	float:left;
}
.new_offer_table .input_panel	.gwt-Label{
	margin-left:20px;
}

.new_offer_table .input_panel	.input_error{
	margin-left:1px;
	margin-top:3px;
	color:#555555;
}
.gwt-CheckBox{
	float:left;
	margin-right:5px;
}
.gwt-HTML{
	line-height:18px;
}

/*-----------------------------------upload_offer_table------------------------*/



.upload_offer_table{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #EEEEEE;
	margin:2px 9px 0 2px;
	padding:2px;
	width:265px;
}
.upload_offer_table_header{
	background:#DEDEDE none repeat scroll 0 0;
	border-bottom:1px solid #CDCDCD;
	border-top:1px solid #CDCDCD;
	color:#555555;
	height:17px;
	padding:6px 0 0 5px;
}
.upload_offer_table_data{
	color:#555555;
	height:23px;
	line-height:23px;
	margin:0 0 0 12px;
}
/*--------------------------------------new_campaign_table------------------------*/
.new_campaign_table{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #EEEEEE;
	margin:2px 9px 0 2px;
	padding:2px;
	width:565px;
}
.new_campaign_table_header{
	background:#DEDEDE none repeat scroll 0 0;
	border-bottom:1px solid #CDCDCD;
	border-top:1px solid #CDCDCD;
	color:#555555;
	height:17px;
	padding:6px 0 0 5px;
}
.new_campaign_table_data{
	color:#FF7F00;
	height:23px;
	line-height:23px;
	margin:4px 0 3px 2px;
	
}

.gwt-InlineHTML {
	color:#ff0000;
}

.new_campaign_table_data td{
	padding:0px 2px ;
	color:#555555;
}
.new_campaign_table_data td input{
	float:left;
	color:#555555;
}
.new_campaign_table .gwt-InlineHTML{
	display:block;
	margin:0 0 5px 6px;
	color:#acacac;
}
.new_campaign_table_date .gwt-InlineHTML{
		
	margin:0 0 0 162px;
}
body *{
	font-family:Arial;
}
.gwt-FileUpload {
	margin-top:3px
}
.file_upload .InputPanel .gwt-InlineHTML{
	display:block;
	color:#777777;
}

.report_table .report_table_right img{
	border: 1px black solid;
}

.CalendarWidget{
	border:1px solid #818181;
	background:#ffffff;
	padding:1px 2px;
	
}

.CalendarWidget .days{
	background:#CDCDCD none repeat scroll 0 0;
	padding:4px 5px;
	text-align:center;
}
.CalendarWidget .cell{
	cursor:pointer;
	text-align:center;
}
.CalendarWidget .cell:hover{
	cursor:pointer;
	text-align:center;
	background:#333333;
	color:#ffffff;
}
.CalendarWidget .header{
	text-align:center;
	width:150px;
}
.CalendarWidget .gwt-Button {

height:19px;
}
.CalendarWidget .table {
	width:100%;
}

.widget_type_text{
	margin-top:5px;
	width:288px;
}
.widget_type_label{
	margin-left:9px;
	margin-right:4px;
	margin-top:9px;
}

.publisher_table {
	margin:3px 0  ;
    text-align:center;
	vertical-align:middle;	
	border:1px solid #acacac;
	padding:3px;
	border-collapse:seperate;
	background:#ffffff;
}

.publisher_table_td {
	width:92px;
}

.publisher_table td{
	padding:5px ;	
	text-align:center;
	vertical-align:middle;	
	color:#555555;
}

.publisher_table td a{
	color:#86434e;
}

.publisher_table td a:hover{
	color:#ff7777;
}
.website_style{
	width:0px;
}
.website_style_tree{
	font-weight: bold;
}
.publisher_table .gwt-Image{
	cursor:pointer;
	height:100px;
	width:100px;
}