body{
	margin: 0;
	padding: 0;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #f7fbff;
}

.clear{
	width: 0;
	height: 0;
	overflow: hidden;
}

.text_input{
	border: 1px solid #ccc;
	padding: 0;
	height: 18px;
	width: 160px;
}

.text_input_blur{
	border: 1px dotted #ccc;
	background: #eee;
}
.InputChk_N{
	background:#FF99FF;
}
.lnk{
	cursor:pointer;
	color: #1975D7;
	text-decoration: none;
	font-weight: normal;
}

a{
	outline: 0; 
	cursor:pointer;
}
.handle { cursor:pointer; } 
/* @group login */

#login_block{
	width: 400px;
	height: 300px;
	margin: auto;
	padding-top: 80px;
}

#login_header{
	width: 400px;
	height: 60px;
	/*background: url(images/login_block.png) no-repeat;*/
	font-size:18px;
	color:#666666;
	text-align:center;
	vertical-align:central;
	margin-bottom: 20px;
}

#login_body{
	position: relative;
	width: 398px;
	height: 160px;
	border: 1px solid #ccc;
	background: #fff url(images/lock.jpg) 15px 15px no-repeat;
	margin-bottom: 20px;
}


#pointer{
	width: 11px;
	height: 7px;
	position: absolute;
	background: url(images/triangle.jpg) no-repeat;
	top: -7px;
	left: 48px;
	z-index:999;
}

#login_table{
	border-collapse: collapse;
	position: absolute;
	top: 35px;
	right: 30px;
}

#login_table th{
	text-align: right;
	width: 120px;
	border:none;
}

#login_table td{
	padding: 5px 0;
	height: 20px;
	background: #FFF;
	width: 150px;
	text-align: center;
	border:none;
}

#login_footer{
	width: 400px;
	height: 40px;
	border: 1px solid #ccc;
	text-align:center;
	padding-top:9px;
	font-size:9px;
	line-height:15px;
}

/* @end */

/* @group container */

#container{
	width: 100%;
	margin: auto;
	position: relative;
	min-width: 1200px;
}
/*
#container .left_column{
	float: left;
	width: 110px;
	height: 600px;
	position: relative;
	padding: 0 0 0 10px;
}

#container .right_column{
	float: left;
	width: 90%;
	min-width: 600px;
}
 */
 #container .left_column{
	width: 110px;
	height: 600px;
	position:absolute;
	padding: 0 0 0 10px;
	top:60px;
	z-index:99;
}

#container .right_column{
	position:absolute;
	top:60px;
	left:120px;
	right:0;
}

/* @group submenu */

.submenu{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 50px;
	display: none;
}

.submenu li{
	margin-bottom: 1px;
}

.submenu li a{
	display: block;
	width: 96px;
	height: 27px;
	padding: 13px 0 0 15px;
	color: #fff;
	text-decoration: none;
	background: url(images/label_unselected.jpg);
	text-align: justify;
}

.submenu li a:hover{
	color: #333;
	background: url(images/label_selected.jpg);
}


.submenu li .current{
	color: #333;
	background: url(images/label_selected.jpg);
}

/* @end */

/* @group submenu_ul */

.submenu_ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}

.submenu_ul li{
	margin-bottom: 1px;
}

.submenu_ul li a{
	display: block;
	width: 81px;
	height: 27px;
	padding: 13px 0 0 15px;
	margin: 0 0 0 15px;
	color: #fff;
	text-decoration: none;
	background: url(images/label_unselected_s.jpg) no-repeat;
	text-align: justify;
}

.submenu_ul li a:hover{
	color: #333;
	background: url(images/label_selected_s.jpg) no-repeat;
}


.submenu_ul li .current{
	color: #333;
	background: url(images/label_selected_s.jpg) no-repeat;
}

/* @end */

#header{
	height: 60px;
	background: url(images/header_bg.jpg);
	margin:0px 10px 0px 10px;
	position: relative;
}

#header_logo{
	position: absolute;
	width: 500px;
	height: 60px;
	background: url(images/header_logo.png) no-repeat;
	top: 0px;
	left: 0px;
}

#header_left_border{
	width: 2px;
	height: 60px;
	background: url(images/header_left_border.jpg) no-repeat;
}

#header_right_border{
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	height: 60px;
	background: url(images/header_right_border.jpg) no-repeat;
}
#header_title{
	padding:12px 20px;
	font-size:18px;
	font-weight:bolder;
	color:#FFF;
}

/* @group menu */

#menu{
	height: 40px;
	position: relative;
}

#menu_buttons{
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#menu_buttons li{
	float: left;
}

#menu_buttons li a{
	display: block;
	width: 90px;
	height: 30px;
	padding: 10px 0 0 10px;
	color: #999;
	text-decoration: none;
	font-size: 15px;
}

#menu_buttons li a:hover{
	color: #333;
}

#menu_buttons li .current{
	color: #333;
}

#triangle{
	width: 11px;
	height: 7px;
	position: absolute;
	top: 34px;
	left: 60px;
	background: url(images/triangle.jpg);
	overflow: hidden;
	z-index:999;
}

#menu .logout{
	color: #333;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	top: 13px;
	right: 10px;
	padding: 0 0 0 20px;
	background: url(images/logout_icon.jpg) 0 no-repeat;
}
#menu #go_prev{
	color: #333;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	top: 13px;
	right: 70px;
	padding: 0;
}
#menu .wel{
	color: #333;
	text-decoration: none;
	position: absolute;
	top: 13px;
	right: 100px;
	padding: 0 0 0 20px;
}

/* @end */

#body{
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 20px;
	background: #fff;
}

#body iframe{
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	border-collapse: collapse;
}

/* @ search area */
.srchdiv{
	margin:0 0 10px 0;
}
/* @ caption */
caption, #caption{
	font-weight: bold;
	background: #33589c url(images/table_header_bg.jpg) 50% repeat-x;
	border-bottom: 2px solid #1975d7;
	color: #fff;
	padding-top: 10px;
	text-align: center;
	height: 25px;
}

caption a, #caption a{
	position: absolute;
	top: 10px;
	left: 25px;
	color: yellow;
	font-size:13px;
}
.caption_funcs{
	position: absolute;
	top:6px;
	right:6px;
	text-align:right;
}
caption .filter{
	position:absolute;
	left:10px;
	top:5px;
}
/* @content table */
.content_table, .edit_table{
	width: 100%;
	position: relative;
	border: #eee solid 1px;
	border-collapse:collapse;
}

.content_table tbody tr{
	width: 100%;
}

.content_table .function_buttons{
	float: left;
}
.content_table td{
	border-left:#eee solid 1px;
	border-collapse:collapse;
}

/* @group upload_join */

.tabs{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 40px;
}

.tabs li{
	float: left;
	width: 100px;
	height: 30px;
	margin: 0 1px 0 0 ;
	text-align: center;
	padding-top: 10px;
	background: url(images/tab_unselected.jpg) no-repeat;
}

.tabs li a{
	color: #333;
	text-decoration: none;
}

.tabs li a:hover{
	color: #000;
}

.tabs .current{
	background: url(images/tab_selected.jpg) no-repeat;
}

.tabs .current a{
	color: #fff;
	font-weight: bold;
}

.tabs .current a:hover{
	color: #eee;
	font-weight: bold;
}

/* @end */

table tr td{
	height: 30px;
}

.table{
	width: 95%;
	margin:auto;
	line-height: 30px;
	border: 1px #CCC solid;
	border-collapse: collapse;
	font-size: 13px;
	font-family:Verdana, Geneva, sans-serif;
}
.caption{
	font-size:24px;
	font-weight:bold;
	padding-bottom:10px;
}
.table caption{
	font-size:24px;
	font-weight:bold;
	padding-bottom:10px;
}
.func_but{
	width:60px;
	height:25px;
	font-size:15px;
	color:#FFFFFF;
	text-align:center;
	background:url(../img/th_bg.jpg) repeat-x;
	border:#000066 solid 1px;
	float:left;
}

.table td{
	border: 1px #eee solid;
	text-align:center;
}

.table thead th{
	background:url(../img/th_bg.jpg) repeat-x #5282d0;
	color:#FFFFFF;
	font-size:15px;
	border: 1px #eee solid;	
}
.table tbody th{
	background:url(../img/bodyth_bg.jpg) repeat-y #00368e;
	color:#FFFFFF;
	font-size:15px;
	border: 1px #eee solid;	
	width:200px;
}
#content{
	margin-top: 30px;	
	height: 100%;	
}

#footer{
	background-color:#FFF;
	height:25px;
	margin:10px auto 0 auto;	
	border: 1px solid #ccc;
	font-size:9px;
	text-align:center;
	padding-top:10px;
}

/* @group table */

table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	border-collapse: collapse;
}

th{
	font-size: 12px;
	padding: 5px;
	height: 25px;
}

td{
	padding: 5px;
}

thead th{
	text-align: center;
	background: #eee;
}

thead th a:link, thead th a:visited{
	color: #96D030;
	background: url(img/layout.gif) no-repeat;
	padding: 3px 0px 0px 18px;
}

tbody th{
	font-weight: bold;
}

tbody tr th{
	width: 120px;
	border-bottom: 1px solid #eee;
}

tbody tr td{
	height: 20px;
	background: #FFF;
	border-bottom: 1px solid #eee;
	text-align: center;
}

.edit_table tbody td{
	text-align: left;
}

table td.title{
	text-align: left;
}

tbody tr.odd td{
	background: #f9f9f9;
}

table td a{
	color: #1975D7;
	text-decoration: none;
	font-weight: normal;
}

table td a:hover, table th a:hover{
	color: #50ADEA;
	border-bottom: 2px solid #8FD5FF;
	text-decoration: none;
}

thead td, tfoot th, tfoot td{
	background-color: #eee;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #DFDFDF;
}
.addnew_button{
	float:right;
	padding:5px;
	background-color:#FFF;
	border:#036 solid 1px;
}
.addnew_button a{
	color:#06C;
	text-decoration:none;
}
#hot_edit_clidA a.current{
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
}
#srch_div{
	padding:10px 0px 10px 10px;
}
#srch_div div{
	padding:5px 0;
}

/* @group pager */

.pager{
	margin: auto;
	list-style:none;
	text-align: center;
	padding:5px 0 10px 0;
}

.pager li{
	display: inline-block;
}

.pager a{
	display: block;
	margin-right:15px;
	text-align: center;
}

.pager a.first, .pager a.prev, .pager a.next, .pager a.last{
	height: 16px;
	width:20px;
}

.pager .current{
	font-weight: bold;
	text-decoration: none;
	color: #ff9900;
}

.pager .first{
	background: url(images/arrow_start.png) 0 no-repeat;
}

.pager .prev{
	background: url(images/arrow_left.png) 0 no-repeat;
}

.pager .next{
	background: url(images/arrow_right.png) 100% no-repeat;
}

.pager .last{
	background: url(images/arrow_end.png) 100% no-repeat;
}

.page_info{
	text-align: center;
}

.page_info span{
	font-weight: bold;
}

/* @popup */
.popup{
	position:absolute;
	top:80px;
	left:120px;
	width:80%;
	height:450px;
	background:#FFFFFF;
	border:#CCCCCC solid 1px;
	padding:10px;
	display:none;
}

.stadmin{
	font-weight:bold;
	font-size: 12px;
	color: #06C;
	border: #69F dashed 1px;
	margin: 5px;
	padding: 5px;	
}
.full_page{
	width: 100%;
}
.is_link{
	cursor:pointer;
	text-decoration:underline;
}

/* @group inputs and textareas */
.text_input{
	width: 250px;
}
.tiny_text_input{
	width: 30px;
}
.short_text_input{
	width:90px;
}
.large_text_input{
	width:450px;
}
.long_text_input{
	width:95%;
}
.text_input, .long_text_input , .short_text_input, .tiny_text_input{
	border: #a0a0a0 1px solid;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	padding: 2px;	
}

.textarea_input{
	border: #a0a0a0 1px solid;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	padding: 2px;
	width: 95%;
}
.textarea_input_large{
	border: #a0a0a0 1px solid;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	padding: 2px;
	width: 450px;
	height:150px;
}
input.err{
	background:#FFF9FF;
	border:#FCC solid 1px;
}
.err_msg{
	color:#ff298b;
}
.current_no_item{
	width:200px;
	padding:15px 0 0 40px;
	font-size:16px;
	position:relative;
	left:40%;
	background:url(images/warning.png) no-repeat;
	min-height:50px;
}


a.info img{
	position: absolute;
	margin-left: 5px;
	border: none;
}
a.pencil{
	background:url(images/pencil.gif) no-repeat;
	cursor:pointer;
	width:16px;
	height:16px;
	display:inline-block;
}
a.del{
	background:url(images/list_remove.png) no-repeat;
	cursor:pointer;
	width:16px;
	height:16px;
	display:inline-block;
}
a.edit{
	background:url(images/modify.gif) no-repeat;
	cursor:pointer;
	width:16px;
	height:16px;
	display:inline-block;
}
a.add{
	background:url(images/add.png) no-repeat;
	cursor:pointer;
	width:16px;
	height:16px;
	display:inline-block;
}
.hideme{
	display:none;
}
.ckeditor{
	width:100%;
	height:300px;
}
.red{ color:#F00;}
.blue{ color:#00F;}
.pink{ color:#F06;}
.lightblue, .lightblue td{ background-color:#E8F3FF;}
.lightgreen, .lightgreen td{ background-color:#EBFFD7;}
.gray{ color:#333;}
#points_sale_products{
	list-style:none;
	padding:0;
}
#points_sale_products li{
	height:26px;
}
#cancelAuth{
	display:none;
}
#srchform_content{
	padding:0 0 5px 0;
}