BODY{
	background-color: #f6f4ee;
}
BODY, TD ,TABLE{
	font-family:sans-serif,tahoma;
	font-size:12px;
	color:#333333;
	border-spacing: 0px;
	padding:0px;
	margin:0px;
}
input,button{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
select{
	padding: 0px;
	margin: 0px;
}
img{
	border: 0px;
}
A {
	color:#00a5c3;
}

A:Hover {
	color:#00c3e6;
}
ul,li{
	padding:0px;
	margin:0px;
}
/*-------------------------------------------------------------------*/
.b-wait{
	background-image: url(../images/wait_16x16.gif) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	cursor: default !important;
	border: 1px solid #cccccc !important;
	padding: 0px !important;
}
.b-wait *{
	visibility: hidden;
}
.text_green{
	color:#7ab01d;
}
.text_grey{
	color:#333333;
}
.text_blue{
	color:#1a52c1;
}
.link_grey a{
	color:#333333;
	text-decoration: none;
}
.link_grey a:hover{
	color:#555555;
	text-decoration: underline;
}
.link_lightgrey a{
	color:#666666;
	text-decoration: none;
}
.link_lightgrey a:hover{
	color:#888888;
	text-decoration: underline;
}
.link_blue a{
	color:#1a52c1;font-weight: bold;
	text-decoration: none;
}
.link_blue a:hover{
	color:#1f5edb;
	text-decoration: underline;
}

/*-------------------------------------------------------------------*/
.maindiv{
	min-width:960px;
	max-width:1200px;
	padding:0px 15px;
}
.toptable > tbody > tr > td{
	vertical-align: bottom;
}

.sidemenu > thead > tr > td{
	background: transparent url(../images/sidemenu/bg_top.png) no-repeat left top;
	height:15px;
}
.sidemenu > tbody > tr > td{
	background: transparent url(../images/sidemenu/bg_middle.png) repeat-y left top;
	padding:0px 10px;
}
.sidemenu > tfoot > tr > td{
	background: transparent url(../images/sidemenu/bg_bottom.png) no-repeat left top;
	height:24px;
}

.content_table > thead > tr > .left {
	background: transparent url(../images/body/bg_lefttop.png) no-repeat ;
	width:16px;
	height:14px;
}
.content_table > thead > tr > .center {
	background: transparent url(../images/body/bg_top.png) repeat-x ;
	height:14px;
}
.content_table > thead > tr > .right {
	background: transparent url(../images/body/bg_righttop.png) no-repeat;
	width:16px;
	height:14px;
}

.content_table > tbody > tr > .left {
	background: transparent url(../images/body/bg_left.png) repeat-y ;
	width:16px;
}
.content_table > tbody > tr > .center {
	background-color: white;
}
.content_table > tbody > tr > .right {
	background: transparent url(../images/body/bg_right.png) repeat-y ;
	width:16px;
}

.content_table > tfoot > tr > .left {
	background: transparent url(../images/body/bg_bottomleft.png) no-repeat ;
	width:16px;
	height:14px;
}
.content_table > tfoot > tr > .center {
	background: transparent url(../images/body/bg_bottom.png) repeat-x ;
	height:14px;
}
.content_table > tfoot > tr > .right {
	background: transparent url(../images/body/bg_bottomright.png) no-repeat ;
	width:16px;
	height:14px;
}

.topdata_table td{
	background-color: #fafafa;
	height: 30px;
}
.topdata_table .left input{
	border:1px solid #abadb3;
	width:80px;
}

.topic{
	width:100%;
	border-bottom:solid 1px #333333;
	font-size:24px;
	height:30px;
	background-color: white;
	text-align: left;
}
.help_topic{
	text-align: left;
	font-size:24px;
	height:30px;
	color:#07b7ab;
}

.mid_content > tbody > tr > td{
	background-color: white;
}

.edit{
	width:16px;
	height:16px;
	background: transparent url(../images/body/icon_edit.png) no-repeat ;
	position:relative;
	left:10px;
}
.delete{
	width:16px;
	height:16px;
	background: transparent url(../images/body/icon_delete.png) no-repeat ;
	position:relative;
	left:10px;

}

.allsite > thead > tr > td{
	height:25px;
	color:white;
	background-color: #333333;
	padding:0px 10px;
	font-weight:bold;
}

.allsite > tbody > tr > .left{
	height:40px;
	padding:0px 10px;
	text-align: left;
}
.allsite > tbody > tr > .center,
.allsite > tbody > tr > .right{
	text-align: center;
}
.allsite {
	border-top: 1px #333333 solid;
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
	border-bottom: 1px #333333 solid;
	margin-top:20px;
}
.button_addsite{
	background: transparent url(../images/home/button_addweb.png) no-repeat ;
	width:122px;
	height:42px;
	margin:3px;
}
.button_addsite:hover{
	background-position:0px -42px;
	cursor: pointer;
}
.button_adduser{
	background: transparent url(../images/home/button_adduser.png) no-repeat ;
	width:122px;
	height:42px;
	margin:3px;
}
.button_adduser:hover{
	background-position:0px -42px;
	cursor: pointer;
}

.help_table > thead > tr > .left {
	background: transparent url(../images/body/bg_help_topleft.png) no-repeat ;
	width:5px;
	height:5px;
}
.help_table > thead > tr > .center {
	background: transparent url(../images/body/bg_help_top.png) repeat-x ;
	height:5px;
}
.help_table > thead > tr > .right {
	background: transparent url(../images/body/bg_help_topright.png) no-repeat;
	width:5px;
	height:5px;
}

.help_table > tbody > tr > .left {
	background: transparent url(../images/body/bg_help_left.png) repeat-y ;
	width:5px;
}
.help_table > tbody > tr > .center {
	background-color: #f7fcfc;
}
.help_table > tbody > tr > .right {
	background: transparent url(../images/body/bg_help_right.png) repeat-y ;
	width:5px;
}

.help_table > tfoot > tr > .left {
	background: transparent url(../images/body/bg_help_bottomleft.png) no-repeat ;
	width:5px;
	height:5px;
}
.help_table > tfoot > tr > .center {
	background: transparent url(../images/body/bg_help_bottom.png) repeat-x ;
	height:5px;
}
.help_table > tfoot > tr > .right {
	background: transparent url(../images/body/bg_help_bottomright.png) no-repeat ;
	width:5px;
	height:5px;
}

.help_content_table ul li{
	line-height: 20px;
	list-style-image: none;
}
.help_content_table td{
	background-color: #f7fcfc;
	vertical-align: top;
	text-align: left;
}

.sidemenu{
	height:30px;
	width:196px;
	text-align: left;
}
.sidemenu a{
	cursor: pointer;
}
.sidemenu_active{
	height:30px;
	width:196px;
	font-weight: bold;
	background: transparent url(../images/sidemenu/bg_active.png) no-repeat right center;
	text-align: left;
}
.sidemenu2_active{
	height:22px;
	width:165px;
	background: transparent url(../images/sidemenu/bg_active.png) no-repeat right center;
}
.sidemenu1_active{
	height:25px;
	width:180px;
	background: transparent url(../images/sidemenu/bg_active.png) no-repeat right center;
}
.menu1 ul{
	padding-left: 17px;
}
.menu1 li{
	list-style-image:url(../images/sidemenu/li.png);
}
.menu1{
	width:195px;
	font-weight: bold;
	line-height: 30px;
}
.contain_menu2{
	width:180px;
	margin-left:15px;
}
.contain_menu2 > tbody > tr > .left{
	vertical-align: top;
	padding-top:9px;
	height:25px;
	text-align: left;
}
.contain_menu2 > tbody > tr > .right{
	vertical-align: top;
	line-height: 25px;
	text-align: left;
}
.menu2{

}
.icon_plus{
	width:9px;
	height:9px;
	background: transparent url(../images/sidemenu/icon_plus.png) no-repeat left center;
	cursor: pointer;
}
.icon_minus{
	width:9px;
	height:9px;
	background: transparent url(../images/sidemenu/icon_minus.png) no-repeat left center;
	cursor: pointer;
}
.menu3{
	line-height: 22px;
	width: 162px;
}

.help_content_table > tbody > tr > td{
	padding: 0px 5px;
}
.help_content_table > tbody > tr > td ul li{
	list-style-type: none;
}

.footer_logo{
	background: transparent url(../images/footer/logo.png) no-repeat;
	width:242px;
	height:67px;
}

.grey_table{
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
}
.grey_table > thead > tr > .center{
	background-color: #333333;
	height:25px;
	color:#ffffff;
	font-weight: bold;
	text-align: left;
}
.grey_table tr td{
	padding:5px;
}
.day_table > tbody > tr > .left {
	background-color: #f9f9f9;
	border-left:none;
	border-right:#cccccc 1px solid;
	border-top:#cccccc 1px solid;
}
.day_table > tbody > tr > .center {
	background-color: #f9f9f9;
	border-right:#cccccc 1px solid;
	border-top:#cccccc 1px solid;
}
.day_table > tbody > tr > .right {
	background-color: #f9f9f9;
	border-top:#cccccc 1px solid;
}

.day_table > tbody > tr > .left,
.day_table > tbody > tr > .center,
.day_table > tbody > tr > .right{
	height:60px;
	text-align: center;
	vertical-align: middle;

	max-width: 126px;
}
.date{
	position:relative;

	max-width:126px;
	height:60px;
}
.date_number{
	color:#cccccc;
	font-weight: bold;
	font-size: 14px;
	position:absolute;
	left:0px;
	top:0px;
}
.pageview_number{
	font-size:20px;
	font-weight: bold;
	color:#4d4d4d;

	height:60px;
	padding-top:20px;
}
.calendar_day > thead > tr > td{
	font-size:14px;
	color:#333333;
	font-weight: bold;
	text-align: center;
	height:25px;

	max-width:126px;
}
.calendar_month{
	width:100%;
	padding:8px 0px;
	text-align: center;
	 background-color: #67dbd3;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
	 color:#ffffff;
	 font-size: 18px;
	 font-weight: bold;
	 vertical-align: middle;
}
.small_datadiv{
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	padding:8px;
}
.small_datatable{
	margin-top: 5px;
}
.small_datatable tr td{
	padding:5px;
}
.small_datadiv .smalltopic{
	border-bottom:1px solid #333333;
	height:18px;
	font-weight: bold;
	font-size:13px;
}
.small_datatable .left{
	text-align: left;
}
.small_datatable .right{
	text-align: right;
}
.small_datatable > thead > tr > td{
	color:#08307d;
	font-weight: bold;
	background-color: #f3f3f3;
}
.small_datatable > tbody > tr > td{
	border-top:1px solid #dddddd;
}
.small_datatable > tbody > tr:first-child > td{
	border-top:none;
}
.text_wrapper{
	position: relative;
	width: 100%;
	height: 1.2em;
	display: block;
	margin: 0px;
}
.text_wrapper .text_wrapper{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	height: 1.2em;
	display: block;
	margin: 0px;
}
.data_table tr .left{
	text-align: left;
	height:22px;
}
.data_table tr .right{
	text-align: right;
	width:80px;
}
.data_table > thead > tr > td{
	background-color: #dadada;
	height:21px;
	color:#333333;
	font-weight: bold;
}
.data_table .more{
	cursor: pointer;
	text-decoration: none;
}
.data_table .more:hover{
	cursor: pointer;
	text-decoration: underline;
}
.icon_color{
	width:10px;
	height:10px;
	background-color: #00b8bf;
}
.data_table > tfoot > tr > td{
	border-top:#bbbbbb 1px solid;
}
.bar_table > thead > tr > td{
	background-color: #dadada;
	height:21px;
	color:#333333;
	font-weight: bold;
	text-align: center;
}
.bar_table > tbody > tr > .center,
.bar_table > tbody > tr > .right{
	text-align: right;
}
.bar_table > tbody > tr > .key{
	text-align: center;
}
.bar_table > tbody > tr > .center{
	color:#1a52c1;
}
.bar_table  tr > .right{
	border-right: #dadada 1px solid;
}
.bar_table > tbody > tr > .bar{
	padding:0px;
	border-left: #939393 1px solid;
}
.barcolor{
	height:10px;
	background-color: #1a52c1;
	float:left;
	margin: 0px 5px 0px 0px;
}
.piechart tr .right{
	padding-left:5px;
	font-weight: bold;
	height:20px;
	text-align: left;
}
.grey_box{
	background-color: #fafafa;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #eaeaea 1px solid;

	width:100%;
	height:40px;

	text-align: center;
	vertical-align: middle;

	color:#333333;
	font-weight: bold;
	font-size:14px;

	padding-top:20px;
}
.loginform tr td{
	color:white;
}
.loginform a{
	color:white;
	text-decoration: none;
}
.loginform a:hover{
	color:white;
	text-decoration: underline;
}
.loginform .inputcontain{
	width:186px;
	height:29px;
	background:url(../images/front/textbox.png) no-repeat ;
	padding-left:2px;
	padding-top:5px;

}
.loginform input[type=text],
.loginform input[type=password]{
	width:180px;
	background: none;
	font-size:13px;
}
.button_login{
	background:url(../images/front/button_login.png) no-repeat ;
	width:90px;
	height:80px;
}
.button_login:hover{
	background-position:-90px 0px;
	cursor:pointer;
}
.button_register{
	background:url(../images/front/button_register.png) no-repeat ;
	width:281px;
	height:57px;
	margin-top:5px;
}
.button_register:hover{
	background-position:0px -57px;
	cursor: pointer;
}
.topic_li{
	padding-left:20px;
	background:url(../images/front/li.png) no-repeat left center;
	color:white;
	font-size: 24px;
	height:35px;
}
.shadowbox > thead > tr > td{
	background:url(../images/front/bg_top.png) no-repeat;
	width:316px;
	height:8px;
}
.shadowbox > tbody > tr > td{
	background:url(../images/front/bg_middle.png) repeat-y;
	width:316px;
	padding:0px 15px;
}
.shadowbox > tfoot > tr > td{
	background:url(../images/front/bg_bottom.png) repeat-y;
	width:316px;
	height:14px;
}
.topic_box{
	font-size:18px;
}
.desc_text{
	text-align: left;
	line-height: 18px;
}

.ajax-loading {
	Z-INDEX: 3000; BORDER-BOTTOM: #bbb 1px solid; POSITION: absolute; TEXT-ALIGN: center; FILTER: alpha(opacity=80); BORDER-LEFT: #bbb 1px solid; PADDING-BOTTOM: 0.6em; BACKGROUND-COLOR: #eee; PADDING-LEFT: 0.6em; WIDTH: 20%; PADDING-RIGHT: 0.6em; BORDER-TOP: #bbb 1px solid; TOP: 45%; FONT-WEIGHT: bold; BORDER-RIGHT: #bbb 1px solid; PADDING-TOP: 0.6em; LEFT: 40%; opacity: 0.8
}
HTML > BODY .ajax-loading {
	POSITION: fixed
}
.ajax-loading SPAN {
	BACKGROUND-IMAGE: url(../images/wait_16x16.gif); PADDING: 5px 0px 5px 26px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: 0% 40%; VERTICAL-ALIGN: bottom
}