/* ------------------------------
Vizualpanel CMS // copyright 2021 (revised).
Designed by	: Singgih Pranowo
Contact			: vizualshi@live.com
--------------------------------*/

/* General Settings
--------------------------------------------------------- */
@font-face {
	font-family: "Roboto";
	src: url("fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "TitilliumWeb";
	src: url("fonts/TitilliumWeb-Regular.ttf") format("truetype");
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #f7f7f7;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-align: left;
	margin: 0;
	padding: 0;	
}


/* HTML 
--------------------------------------------------------- */

H2 {
	font-size: 15px;
	color: #334F78;
	margin-bottom: 5px;
}
H3 {
	font-family: Verdana;
	font-size: 15px;
	color: #334F78;
	margin-bottom: 5px;
}
a:link, a:visited {
	text-decoration: none;
	color: #14A3E5;
}
p {
	margin-bottom: 10px;
}
a:hover {
	text-decoration: underline;
}
a.mainmenu:link, a.mainmenu:visited { 
	border: solid 1px #C3DEFF; 
	background-color: #FAFCFF;
	color: #3E628E;
	width: 110px !important; 
	width: 120px; 
	height: 110px !important; 
	height: 120px; 
	margin: 0 7px 7px 0; 
	padding: 5px;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	display: block;
	float: left;
}
a.mainmenu:hover {
	background-color: #EDF4FF;
	border: 1px solid #9CC5FF;
	height: 108px !important;
	height: 120px;
	width: 108px !important;
	width: 120px;
	padding: 7px 5px 5px 7px;
	text-decoration: none;
}
a.topnav:link, a.topnav:visited {
	height: 19px !important;
	height: 26px;
	display: block;
	color: #123c60;
	text-decoration: none;
	padding: 7px 10px 0 10px;
	margin: 1px 0 0 0;
	float: left;
}
a.topnav:hover {
	color: #0391ff;
	background: #E5F0FF;
}
a.logoff {
	background: url(../images/logoff.gif) center right no-repeat;
	height: 14px;
	color: #095c83;
	text-decoration: none;
	font-weight: bold;
	margin: 8px 8px 0 0;
	padding: 0 20px 0 0;
	float: right;
}
a.box_btn1:link, a.box_btn1:visited {
	background: #FFF;
	color: #0000FF;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	padding: 4px;
}
a.box_btn1:hover {
	background: #508aff;
	color: #FFF;
	text-decoration: none;
}

.textboxes {
	background: #FFF;
	color: #666;
	font-family: Verdana;
	font-size: 11px;
	border: solid 1px #9f9f9f;
	padding: 6px 4px 5px 4px;
}

.textareas {
	background: #FFF;
	color: #666;
	font-family: Verdana;
	font-size: 11px;
	border: solid 1px #9f9f9f;
	padding: 4px;
}

.selects {
	background: #FFF;
	height: 22px;
	color: #666;
	font-family: Verdana;
	font-size: 12px;
	border: solid 1px #9f9f9f;
	padding: 2px 2px 2px 2px;
}

.options {
	background: #FFF;
	color: #333;
	font-family: Verdana;
	font-size: 12px;
	padding: 4px 4px;
	border: 0;
}

.options2 {
	background: #FFF;
	color: #333;
	font-family: Verdana;
	font-size: 11px;
	padding: 4px 4px;
	border: 0;
}

.options_child {
	background: #FFF;
	color: #333;
	font-family: Verdana;
	font-size: 12px;
	padding: 4px 12px;
	border: 0;
}

.buttons {
	background: url(../images/btn_bg.gif) top left repeat-x;
	color: #333;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	border: solid 1px #a6a6a6;
	cursor: pointer;
	padding: 5px 8px 4px 8px;
}

.btn_grey {
	background: url(../images/btn_grey.gif) center left repeat-x;
	height: 32px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	border: 1px solid #999;
	padding: 0 10px;
	padding: 0 !import;
	cursor: pointer;
}

.btn_blue {
	background: url(../images/btn_blue.gif) center left repeat-x;
	height: 32px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #75bdd2;
	padding: 0 10px;
	padding: 0 !import;
	cursor: pointer;
}

select.soflow, select.soflow-color {
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-image: url(../images/arwdm.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	background: -moz-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	background-position: 97% center;
	background-repeat: no-repeat;
	height: 30px;
	border: 1px solid #AAA;
	color: #555;
	font-family: Verdana;
	font-size: 12px;
	overflow: hidden;
	padding: 5px 30px 5px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

select.soflow .optionc, select.soflow-color .optionc {
	padding: 0 0 0 6px;
	font-family: Verdana;
	font-size: 12px;
}

select.soflow-color {
   color: #fff;
   background-image: url(../images/arwdm.png), -webkit-linear-gradient(#779126, #779126 40%, #779126);
   background-color: #779126;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   padding-left: 15px;
}

.anymessage {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
}

.text_1 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

.addcategory_link {
	background: url(../images/btn-add-category.gif) top left no-repeat;
	width: 106px;
	height: 28px;
	margin: 0 0 10px 0;
	cursor: pointer;
	float: right;
}

::-webkit-input-placeholder { color:#999; }
::-moz-placeholder { color:#666; } /* firefox 19+ */
:-ms-input-placeholder { color:#999; } /* ie */
input:-moz-placeholder { color:#666; }

/*  Layout Structure 
--------------------------------------------------------- */

#table_posts {
	width: 100%;
	margin: 10px 0 0 0;
	float: left;
}

#table_posts_list {
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	margin: 0 0 0 0;
	float: left;
}

#table_posts_list tr:hover {
	background: #F4F4F4;
}

.table_post_middlex {
	background: #F4F4F4;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #454545;
	line-height: 18px;
	padding: 4px 10px;
	border-bottom: solid 1px #FFFFFF;
}

.table_post_middlez {
	background: #F4F4F4;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #454545;
	line-height: 18px;
	padding: 10px 4px;
	border-bottom: solid 1px #f0f0f0;
}

.table_post_middle0 {
	background: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #454545;
	line-height: 18px;
	padding: 10px 4px;
}

.table_post_middle {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #454545;
	line-height: 18px;
	padding: 10px 4px;
	border-bottom: solid 1px #f0f0f0;
}

.table_post_middles {
	background: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #454545;
	line-height: 18px;
	padding: 10px 4px;
	border-bottom: solid 1px #f0f0f0;
}

.table_post_middle_inv {
	background: #666666;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 18px;
	padding: 10px 4px;
	border-bottom: solid 1px #f0f0f0;
}

.table_post_middle3 {
	background: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #454545;
	line-height: 18px;
	padding: 5px 4px;
	border-bottom: solid 1px #f0f0f0;
}

.table_post_middle3 span {
	margin: 0 0 0 32px;
}

.table_post_middle_tr a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.table_post_middle_tr:hover a {
	color: #14A3E5;
	text-decoration: none;
}

.table_post_middle2 {
	background: #FFFFFF;
}

.table_post_middle .parent_cat {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #454545;
}

.table_post_head {
	background: url(../images/titlebar_top_c.gif) top left repeat-x;
	height: 32px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #595959;
	padding: 0 4px;
}

.table_post_head_l {
	background: url(../images/titlebar_top_l.gif) top left repeat-x;
	width: 5px;
	height: 32px;
}

.table_post_head_r {
	background: url(../images/titlebar_top_r.gif) top left repeat-x;
	width: 5px;
	height: 32px;
}

.table_post_btm {
	background: url(../images/titlebar_btm_c.gif) bottom left repeat-x;
	height: 31px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #595959;
	padding: 0 2px;
}

.table_post_btm_l {
	background: url(../images/titlebar_btm_l.gif) bottom left repeat-x;
	width: 5px;
	height: 31px;
}

.table_post_btm_r {
	background: url(../images/titlebar_btm_r.gif) bottom left repeat-x;
	width: 5px;
	height: 31px;
}

.themelist_wrap {
	width: 200px;
	height: 285px;
	margin: 0 7px 7px 0;
	padding: 5px;
	border: solid 1px #CCC;
	float: left;
}

.themelist_wrap:hover {
	border: solid 1px Crimson;
}

.themelist_wrap .image {
	width: 200px;
	height: 230px;
	overflow: hidden;
	margin: 0 0 7px 0;
	float: left;
}

.themelist_wrap .theme_title {
	width: 200px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #454545;
	margin: 0 0 7px 0;
	float: left;
}

.themelist_wrap .actived {
	background: #6cb828;
	width: 200px;
	height: 26px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	float: left;
}

.themelist_wrap .actived span {
	background: url(../images/ico_check.png) center left no-repeat;
	margin: 6px 0 0 10px;
	padding: 0 0 0 20px;
	float: left;
}

.themelist_wrap .notactived {
	width: 200px;
	height: 26px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	float: left;
}

.themelist_wrap .notactived a {
	margin: 5px 0 0 0;
	float: left;
}

.ico_comment_list {
	margin: 5px 4px 0 0;
	float: left;
}

.chk_lists {
	margin: 4px 0 0 0;
}

.write_category_wrapper {
	background: url(../images/whitebox_center.gif) top left repeat-y;
	width: 780px;
	margin: 20px 0 0 0;
	float: left;
}

.write_category_top {
	background: url(../images/whitebox_top.gif) top left no-repeat;
	width: 780px;
	height: 8px;
	float: left;
}

.write_category_btm {
	background: url(../images/whitebox_btm.gif) top left no-repeat;
	width: 780px;
	height: 8px;
	float: left;
}

.write_category_middle {
	background: #FFFFFF;
	width: 740px;
	margin: 10px 0 10px 20px;
	float: left;
}

.write_category_title {
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
}

.write_category_box {
	width: 100%;
	margin: 20px 0 0 0;
	float: left;
}

.write_category_box_l {
	width: 330px;
	margin: 0 0 0 0;
	float: left;
}

.write_category_box_r {
	width: 345px;
	margin: 0 0 0 20px;
	float: left;
}

.write_category_label {
	width: 100%;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #454545;
	margin: 0 0 7px 0;
	float: left;
}

.write_category_label span {
	width: 100%;
	margin: 0 0 4px 0;
	float: left;
}

.write_category_label .selects {
	width: 330px;
	margin: 0 0 4px 0;
	float: left;
}

.write_category_label .textboxes {
	width: 320px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #454545;
	margin: 0 0 0 0;
	float: left;
}

.write_category_label .callbox {
	width: 120px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #454545;
	margin: 0 4px 0 0;
	background: #FFFFFF;
	border: solid 1px #9f9f9f;
	padding: 6px 4px 5px 4px;
	float: left;
}

.write_category_label .textareas {
	width: 365px;
	height: 112px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #454545;
	margin: 0 0 0 0;
	float: left;
}

.status_red {
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #FF0000;
	margin: 20px 0 0 0;
	float: left;
}

.block1 {
	background: #748DB0;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 10px;
	font-family: Tahoma;
	font-size: 11px;
}
.separate1 {
	border-bottom: 1px dashed #AAAAAA;
}


#table_content_list {
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	margin: 0 0 0 0;
	float: left;
}
#table_form_list {
	width: 100%;
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	margin: 20px 0 0 0;
	float: left;
}
#table_form_list form {
	width: 100%;
	float: left;
}
#table_form_list2 {
	width: 500px;
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	margin: 20px 0 0 0;
	float: left;
}
#tb_area1a {
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	padding: 5px;
}
#tb_area3 {
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
}
#tb_form1 {
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	padding: 5px;
    margin: 0 0 0 10px;
}
#tb_form2 {
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	padding: 5px;
    margin: 0 0 20px 0;
}


/*  Header
--------------------------------------------------------- */

#header {
	background: #efefef url(../images/top_bg.gif) top left repeat-x;
	width: 100%;
	height: 72px;
	float: left;
}

.header_content {
	width: 100%;
	height: 72px;
	margin: 0 auto;
}

.logo {
	background: url(../images/logo.gif) top left no-repeat;
	width: 214px;
	height: 72px;
	float: left;
}

.top_menu {
	float:right;
}

.welcome_message {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin: 7px 10px 0 0;
	float:right;
}

.btn_logout {
	background: url(../images/btn_logout.gif) top left no-repeat;
	width: 65px;
	height: 24px;
	cursor: pointer;
	float:right;
}

.panel_title {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #334F78;
	margin: 10px 0 10px 10px;
}


/*  Login Wrapper
--------------------------------------------------------- */

.login_wrapper {
	width: 442px;
	margin: 0 auto;
}

.login_wrapper_1 {
	background: url(../images/bgtrans.png) top left repeat;
	width: 432px;
	margin: 100px 0 0 0;
	padding: 10px;
	display: inline;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(94,94,94,0.8);
    -moz-box-shadow: 0px 0px 10px 1px rgba(94,94,94,0.8);
    box-shadow: 0px 0px 10px 1px rgba(94,94,94,0.8);
    border-radius: 6px;
    -moz-border-radius: 6px;
	float: left;
}

.login_wrapper_2 {
	background: #f6f8f9 url(../images/topgrad.png) top left repeat-x;
	width: 432px;
	display: inline;
    border-radius: 6px;
    -moz-border-radius: 6px;
	float: left;
}

.login_top {
	background: url(../images/loginbox_top.gif) top left repeat-y;
	width: 382px;
	height: 53px;
	display: inline;
	float: left;
}

.login_btm {
	background: url(../images/loginbox_btm.gif) top left repeat-y;
	width: 382px;
	height: 10px;
	display: inline;
	float: left;
}

.login_content {
	width: 310px;
	margin: auto 0;
	padding: 40px 0;
	box-sizing: content-box;
	display: inline-block;
}

.logincenterbox {
	width: 310px;
	margin: 0 0 4px 0;
	display: inline;
	text-align: left;
	color: #525252;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	float: left;
}

.logincenterbox2 {
	width: 310px;
	margin: 0 0 10px 0;
	display: inline;
	text-align: left;
	color: #525252;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	float: left;
}

.logincenterbox2 .textboxes {
	background: transparent;
	width: 308px;
	text-align: left;
	color: #333;
	font-family: TitilliumWeb, Verdana, Helvetica;
	font-size: 14px;
	font-weight: normal;
	border: solid 1px #CCC;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	float: left;
}

.logincenterbox2 .textboxes:focus {
	background: #FFF;
	border: solid 1px #00a8ff;
	color: #047e98;
	outline: none;
}

.logincenterbox2 .disabled {
	background: #f3ffdd;
	width: 308px;
	text-align: left;
	color: #333;
	font-family: TitilliumWeb, Verdana, Helvetica;
	font-size: 14px;
	font-weight: normal;
	border: solid 1px #7c7c7c;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	float: left;
}

.logincenterbox2 #security_image {
	margin: 0 8px 4px 0;
	float: left;
}

.logincenterbox2 .icorefresh {
	margin: 7px 0 2px 0;
	cursor: pointer;
	float: left;
}

.logincenterbox2 .loginlogo {
	
}

.login_title {
	width: 100%;
	text-align: center;
	margin: 30px 0 20px 0;
	display: inline;
	float: left;
}

.loginfoot {
	width: 100%;
	font-family:  Roboto, Arial, Tahoma;
	font-size: 14px;
    text-align: left;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: solid 1px #c9c9c9;
	display: inline;
	float: left;
}

a.leftxtlink {
	font-weight: normal;
	color: #333;
	text-align: left;
	text-decoration: none;
	margin: 0;
	float: left;
}

.lefttxt #savelogin {
	margin: 0 8px 0 0;
	float: left;
}

.lefttxt span {
	margin: 0 4px 0 0;
	float: left;
}

a.lefttxtlink {
	clear: right;
	font-weight: normal;
	color: #333;
	text-align: left;
	text-decoration: none;
	margin: 0 0 5px 0;
	float: left;
}

a.lefttxtlink:hover {
	color: #676767;
	text-decoration: none;
}

a.rightxtlink {
	clear: right;
	font-weight: normal;
	color: #333;
	text-align: left;
	text-decoration: none;
	margin: 0 0 5px 0;
	float: right;
}

a.rightxtlink:hover {
	color: #676767;
	text-decoration: none;
}

.login_btn {
	background: url(../images/loginbtn.png) top left no-repeat;
	width: 115px;
	height: 32px;
	border: 0;
	margin: 0;
	cursor: pointer;
	display: inline;
	float: left;
}

.resetpass_btn {
	background: url(../images/btn_resetpass.png) top left no-repeat;
	width: 161px;
	height: 32px;
	border: 0;
	margin: 0;
	cursor: pointer;
	display: inline;
	float: left;
}

.wrongpass {
	background: #fdf4f4;
	width: 308px;
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #c80c0c;
	margin: 10px 0 0 0;
	border: solid 1px #f3743c;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px 0;
	float: left;
}

.wrongpass span {
	margin: 0 0 0 10px;
}

.emailsent {
	background: #fafdf4;
	width: 308px;
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #306b00;
	margin: 10px 0 0 0;
	border: solid 1px #5bab0d;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px 0;
	float: left;
}

.emailsent span {
	margin: 0 0 0 10px;
}

.labelwallpage {
    background: #000;
    min-width: 100px;
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #FFF;
    padding: 10px;
    display: inline;
	-moz-opacity: 70;
	opacity:0.7;
    border-radius: 6px;
    -moz-border-radius: 6px;
    box-sizing: border-box;
    position: absolute;
    z-index: 10;
    bottom: 10px;
    right: 10px;
}

.labelwallpage img {
    margin-right: 5px;
    float: left;
}

.labelwallpage span {
    line-height: 1;
    float: left;
}


/*  Forms
--------------------------------------------------------- */

.input {
	border: 1px solid #2169B3;
	background: #F3F8FE;
	color: #2169B3;
	font-family: Verdana;
	font-size: 12px;
	padding: 1px 2px 2px 2px;
	margin-bottom: 2px;
}

.input2dsb {
	border: 1px solid #8a8a8a;
	background: #F4F4F4;
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
	padding: 8px;
	margin-bottom: 4px;
}

.input2 {
	background: #FFF;
	color: #333;
	font-family: Verdana;
	font-size: 12px;
	padding: 8px;
	border: 1px solid #CCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.input2:focus {
	background: #FFF;
	color: #333;
	font-family: Verdana;
	font-size: 12px;
	padding: 8px;
	border: 1px solid Crimson;
}

.input3 {
	background: none;
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
	padding: 8px;
	margin-bottom: 4px;
	border: 1px solid #8a8a8a;
}

.input3:focus {
	background: #FFF;
	color: #333;
	font-family: Verdana;
	font-size: 12px;
	padding: 8px;
	margin-bottom: 4px;
	border: 1px solid #CCC;
}

.textarea {
	background: #FFF;
	color: #333;
	font-family: Verdana;
	font-size: 12px;
	padding: 8px;
	margin-bottom: 4px;
	border: 1px solid #CCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.textarea:focus {
	background: #FFF;
	color: #333;
	font-family: Verdana;
	font-size: 12px;
	padding: 8px;
	margin-bottom: 4px;
	border: 1px solid Crimson;
}

.textarea2 {
	background: none;
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
	padding: 8px;
	margin-bottom: 4px;
	border: 1px solid #8a8a8a;
}

.textarea2:focus {
	background: #FFF;
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
	padding: 8px;
	margin-bottom: 4px;
	border: 1px solid #8a8a8a;
}

.files2 {
	margin-bottom: 2px;
}
.disabled{
	font-family: Verdana;
	font-size: 11px;
	background: #F4F4F4;
	border: 1px solid #8a8a8a;
	padding: 4px;
	margin-bottom: 2px;
}
.button {
	background: url(../images/button-bg.gif) center left repeat-x;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	border: 1px solid #646464;
	padding: 4px 15px !important;
	padding: 2px 2px;
	cursor: pointer;
}
.buttonlink {
	background: url(../images/button-bg.gif) center left repeat-x;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	border: 1px solid #646464;
	padding: 4px 15px !important;
	padding: 4px 15px;
}
.select {
	border: 1px solid #8a8a8a;
	height: 24px;
	background: #FFFFFF;
	color: #333333;
	font-family: Verdana;
	font-size: 11px;
	padding: 2px;
	margin-bottom: 2px;
}
.select2 {
	border: 1px solid #8a8a8a;
	height: 24px;
	background: #FFFFFF;
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
	padding: 2px;
	margin-bottom: 2px;
}
.new_btn {
	margin: 0 0 5px 0;
	float: right;
}
.notice {
	width: 100px;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	float: left;
}


/*  Style Configuration
--------------------------------------------------------- */

.title1 {
	width: 100%;
	height: 14px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 10px 0;
	padding: 10px 0;
	display: block;
	float: left;
}
.title1 span {
	margin: 0 0 0 10px;
}
.title2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #484848;
	margin: 0 0 0 2px;
}
.titlelogin {
	font-family: Arial;
	font-size: 20px;
	color: #FFFFFF;
}
.textlogin1 {
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
}
.userlogin {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #095c83;
	padding-top: 7px;
	margin: 1px 0 0 10px;
	float: left;
}

.login_history{
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	margin: 10px 0 0 0;
}

.txt_red {
	color: Red;
}
.txt_blue {
	color: Blue;
}
.noimage {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin: 0 5px 15px 0;
	float: left;
}

/*  Main Structure
--------------------------------------------------------- */

#main_container {
	width: 100%;
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	float: left;
}


/*  Body Structure
--------------------------------------------------------- */

#body_container {
	width: 100%;
	min-height: 650px;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	padding: 0;
	float: left;
}

#body_container_1 {
	width: 100%;
	padding: 20px 0 0 0;
	margin: 0 auto;
}

#body_container_2 {
	width: 100%;
	float: left;
}

#side_container {
	width: 160px;
	float: left;
}

#center_container {
	width: 100%;
	padding: 0 0 20px 0;
	float: left;
}

.body_container_box {
	width: 100%;
	margin: 15px 0 0 0;
	float: left;
}

.tdcround {
	background: #FFF;
	border: solid 1px #CCC;
	-moz-border-radius: 4px;
	border-radius: 6px;
	padding: 8px 5px 15px 5px;
}

#footer {
	width: 100%;
	text-align: center;
	border-top: solid 1px #CCCCCC;
	padding: 0 0 20px 0;
	margin: 20px 0 0 0;
	float: left;
}

.copyright {
	width: 100%;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	margin: 10px 0 0 0;
	float: left;
}

.tdclass {
	background: #FFFFFF;
}


/*  Menus
--------------------------------------------------------- */

.menu_wrapper {
	background: url(../images/menu_wrapp.gif) top left repeat-y;
	width: 160px;
	margin: 0 0 4px 0;
	float: left;
}

.menu_top {
	background: url(../images/menu_title.gif) top left no-repeat;
	width: 145px;
	height: 25px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 8px 0 0 15px;
	float: left;
}

.menu_btm {
	background: url(../images/menu_btm.gif) top left no-repeat;
	width: 160px;
	height: 2px;
	float: left;
}

.menu_link {
	width: 160px;
	float: left;
}

.menu_link a {
	background: #ffffff;
	width: 143px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #454545;
	text-decoration: none;
	padding: 6px 0 5px 15px;
	margin: 0 0 0 1px;
	float: left;
}

.menu_link a:hover {
	background: #f9f9f9;
	text-decoration: none;
}

.menu_link span {
	float: left;
}


/*  Sidepanel
--------------------------------------------------------- */

.statistic {
	margin: 35px 0 0 0 !important;
	margin: 38px 0 0 0;
}



/*  Center Container
--------------------------------------------------------- */

.title_content {
	width: 100%;
	font-family: Georgia;
	font-size: 24px;
	font-weight: normal;
	color: #4382b3;
	font-style: italic;
	margin: 5px 0 0 0;
	float: left;
}

.title_content img {
	margin: 0 10px 0 5px;
	float: left;
}

.post_showby_status {
	width: 100%;
	margin: 10px 0 0 0;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	float: left;
}

.post_showby_status span {
	margin: 12px 0 0 0;
	font-weight: bold;
	float: left;
}

.post_showby_status .status_options {
	margin: 12px 0 0 10px;
	float: left;
}

 .status_options a {
	color: #333;
	text-decoration: none;
 }

 .status_options a:hover {
	text-decoration: underline;
 }

 .status_options .markbold {
	background: #44aaeb;
	color: #FFF;
	text-decoration: none;
	padding: 4px 6px;
	border-radius: 4px;
	border: 0;
 }

 .status_options .markboldred {
	background: Crimson;
	color: #FFF;
	text-decoration: none;
	padding: 4px 6px;
	border-radius: 4px;
	border: 0;
 }

.status_rightbar {
	margin: 5px 0 0 10px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	float: right;
}

.sort_hilow {
	margin: 0 0 0 4px;
	float: left;
}

.sort_hilow .sort_choise {
	background: #FFF;
	height: 22px;
	color: #333;
	font-family: Verdana;
	font-size: 12px;
	border: solid 1px #999;
	padding: 2px;
	float: left;
}

.sort_hilow .sort_choise .options {
	background: #FFF;
	color: #333;
	font-family: Verdana;
	font-size: 12px;
	padding: 4px 4px;
	border: 0;
}

.post_search {
	float: left;
}

.post_search .formsearch {
	width: 210px;
	height: 28px;
	border: solid 1px #666;
	border-radius: 4px;
	-moz-border-radius: 4px;
	float: left;
}

.post_search .textboxes {
	width: 170px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	border: none;
	margin: 0 0 0 2px;
	float: left;
}

.post_search .buttonsearch {
	background: url(../images/btn_search.png);
	width: 24px;
	height: 24px;
	border: 0;
	cursor: pointer;
	margin: 2px 2px 0 2px;
	float: right;
}

.post_search .buttons {

}

.post_showby_orders {
	width: 100%;
	margin: 10px 0 0 0;
	float: left;
}

.post_orders {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin: 0 0 0 15px;
	float: right;
}

.post_orders span {
	margin: 5px 5px 0 0;
	font-weight: bold;
	float: left;
}

.post_orders form {
	float: left;
}

.post_orders .selects {
	width: 120px;
	margin: 0 4px 0 0;
	float: left;
}


/*  Forms & Btn
--------------------------------------------------------- */

.btn_hapus {
	background: url(../images/btn_hapus.gif) top left no-repeat;
	width: 66px;
	height: 22px;
	cursor: pointer;
	border: 0;
	margin: 0 0 0 0;
	float: left;
}

.btn_filter {
	background: #7ad211;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	border: none;
	-moz-border-radius: 4px;
	border-radius:4px;
	margin: 0 0 0 0;
	padding: 7px 10px;
	float: left;
}

.btn_red {
	background: Crimson;
	height: 22px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	border: none;
	-moz-border-radius: 4px;
	border-radius:4px;
	margin: 0 0 0 0;
	padding: 0 10px;
	float: left;
}

.btn_tambah {
	background: url(../images/btn_tambah.gif) top left no-repeat;
	width: 66px;
	height: 22px;
	cursor: pointer;
	margin: 0 0 0 0;
	border: 0;
	float: left;
}

.btn_update {
	background: url(../images/btn_update.gif) top left no-repeat;
	width: 66px;
	height: 22px;
	cursor: pointer;
	margin: 0 0 0 0;
	border: 0;
	float: left;
}

.btn_restore {
	background: url(../images/btn_restore.gif) top left no-repeat;
	width: 66px;
	height: 22px;
	cursor: pointer;
	margin: 0 0 0 0;
	border: 0;
	float: left;
}

.btn_emptytrash {
	background: url(../images/btn_emptytrash.gif) top left no-repeat;
	width: 91px;
	height: 22px;
	cursor: pointer;
	margin: 0 0 0 4px;
	border: 0;
	float: left;
}

.btn_add_content {
	width: 106px;
	height: 28px;
	background: url(../images/btn-add-content.gif) top left no-repeat;
	cursor: pointer;
	margin: 0 0 0 2px;
	float: left;
}

.btn_browse_content {
	width: 106px;
	height: 28px;
	background: url(../images/btn-browse-content.gif) top left no-repeat;
	cursor: pointer;
	margin: 0 0 0 2px;
	float: left;
}

.btn_add_category {
	width: 106px;
	height: 28px;
	background: url(../images/btn-add-category.gif) top left no-repeat;
	cursor: pointer;
	margin: 0 0 0 2px;
	float: left;
}

.btn_browse_category {
	width: 106px;
	height: 28px;
	background: url(../images/btn-browse-category.gif) top left no-repeat;
	cursor: pointer;
	margin: 0 0 0 2px;
	float: left;
}

.form_wide {
	clear: left;
	width: 100%;
	min-height: 20px;
	font-family: Verdana;
	font-size: 12px;
	vertical-align: top;
	padding: 0 0 0 5px;
	line-height: 20px;
	display: block;
	float: left;
}
.form_left {
	clear: left;
	width: 250px;
	min-height: 20px;
	font-family: Verdana;
	font-size: 12px;
	vertical-align: top;
	padding: 0 0 0 5px;
	line-height: 20px;
	display: block;
	float: left;
}

.form_left span {
	margin: 0 0 0 10px;
}

.form_right {
	min-height: 30px;
	font-family: Verdana;
	font-size: 12px;
	float: left;
}

.form_right .tags {
	background: #44aaeb;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	margin: 0 2px 2px 0;
	padding: 4px 6px;
	border-radius: 4px;
	border: 0;
	cursor: pointer;
	float: left;
}

.form_right2 {
	width: 320px;
	font-family: Verdana;
	font-size: 12px;
	float: left;
}

.form_right2 strong, .form_rightwide strong {
	font-weight: bold;
	color: Green;
}

.form_rightwide {
	font-family: Verdana;
	font-size: 12px;
	float: left;
}

.roundedbox {
	background: #F4F4F4;
	border: solid 1px #666;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 8px;
	margin: 0 0 4px 0;
	float: left;
}

.roundedbox #chkbox  {
	margin: 0 7px 0 0;
	float: left;
}

.roundedbox #del_ico {
	background: url(../images/delete.gif) top left no-repeat;
	width: 18px;
	height: 19px;
	margin: 0 7px 0 0;
	cursor: pointer;
	float: left;
}

.roundedbox #texts  {
	margin: 0;
	float: left;
}

.roundedbox2 {
	background: #FFF;
	border: solid 1px #666;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 8px;
	margin: 0 0 4px 0;
	float: left;
}

.roundedbox2 #chkbox  {
	margin: 0 7px 0 0;
	float: left;
}

.roundedbox2 span, .roundedbox2 label  {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	float: left;
}

.roundedbox2 input  {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	border: none;
	float: left;
}

.roundedbox2 #del_ico {
	background: url(../images/delete.gif) top left no-repeat;
	width: 18px;
	height: 19px;
	margin: 0 7px 0 0;
	cursor: pointer;
	float: left;
}

.roundedbox2 #texts  {
	margin: 0;
	float: left;
}

.delimg_col {
	width: 100%;
	font-family: Tahoma;
	font-size: 11px;
	margin: 4px 0 0 0;
	float: left;
}

.delimg_col input {	
	margin: 0;
	float: left;
}

.delimg_col div {
	margin: 0 0 0 5px;
	float: left;
}

.categorybox {
	background: #FFFFFF;
	width: 588px;
	max-height: 150px;
	font-family: Verdana;
	font-size: 12px;
	border: solid 1px #999999;
	min-height: 100px;
	overflow: scroll;
	margin: 0 0 4px 0;
	padding: 4px;
	float: left;
}

.categorybox .chklv1 {
	clear: left;
	margin: 0 0 4px 0;
	float: left;
}

.categorybox .chklv2 {
	clear: left;
	margin: 0 0 4px 16px;
	float: left;
}

.categorybox .chklv3 {
	clear: left;
	margin: 0 0 4px 32px;
	float: left;
}

.form_wide {
	width: 100%;
	margin: 5px 0 0 0;
	text-align: left;
	float: left;
}

.form_none {
	width: 500px;
	height: 15px !important;
	height: 25px;
	float: left;
}

.form_img_thumb {
	width: 520px;
	margin: 5px 0 10px 0;
	float: left;
}

.form_img_thumb img {
	border: solid 1px #333333;
	padding: 1px;
}

.tbl_titletext {
	width: 100%;
	float: left;
}

.tbl_titletext span {
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
	margin: 0 0 10px 5px;
	float: left;
}

.form_table {
	width: 100%;
	font-family: Tahoma;
	font-size: 11px;
	padding: 0 0 20px 0;
	border-bottom: solid 1px #CCCCCC;
	margin: 0 0 10px 0;
	float: left;
}

.form_table span {
	margin: 0 0 0 10px;
}

.form_table1 {
	width: 100%;
	font-family: Tahoma;
	font-size: 11px;
	border-bottom: solid 1px #CCCCCC;
	float: left;
}

.form_table1 span {
	margin: 0 0 0 10px;
}

.form_table2 {
	width: 100%;
	font-family: Tahoma;
	font-size: 11px;
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: solid 1px #CCCCCC;
	float: left;
}

.form_table2 span {
	margin: 0 0 0 10px;
}

.form_table3 {
	width: 100%;
	font-family: Tahoma;
	font-size: 11px;
	padding: 0 0 20px 0;
	margin: 0 0 40px 0;
	border-bottom: dotted 1px #CCCCCC;
	float: left;
}

.form_table3 span {
	margin: 0 0 0 10px;
}

.form_table4 {
	width: 100%;
	font-family: Tahoma;
	font-size: 11px;
	float: left;
}

.form_table4 span {
	margin: 0 0 0 10px;
}

.form_table4 tr {
	width: 100%;
	padding: 4px 0;
	float: left;
}

.form_table4 tr:hover {
	background: #f2f9ff;
}

.form_table5 {
	width: 100%;
	margin: 10px 0 0 0;
	float: left;
}

a.rembtn {
	background: #ABABAB;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px 6px;
	float: right;
}

a.addbtn {
	background: #ABABAB;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px 6px;
	float: left;
}

.form_submit {
	width: 100%;
	text-align: right;
	margin: 0 0 0 0;
	float: left;
}

.form_submit2 {
	width: 100%;
	text-align: left;
	margin: 0 0 0 0;
	float: left;
}

.form_submit #cancel {
	margin: 0 10px 0 0;
}

.view_area {
	width: 100%;
	background: #fbfbfb;
	padding: 5px 0;
	margin: 0 0 4px 0;
	line-height: 18px;
	float: left;
}

.view_area div {
	padding: 0 10px 0 10px;
}

.h_line {
	width: 100%;
	border-bottom: solid 1px #ececec;
	margin: 10px 0;
}

.msgbox {
	background: #fffed8;
	color: #333;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	border: solid 1px #858469;
	margin: 0 0 0 0;
	float: left;
}

.msgbox span {
	margin: 5px;
	float: left;
}

.statusbox_blue {
	background: url(../images/status-blue.gif) top left repeat-x;
	height: 24px;
	color: #19469a;
	width: 100%;
	font-family: tahoma;
	font-size: 11px;
	text-align: center;
	padding: 12px 0 0 0;
}

.statusbox_blue a {
	color: #0000FF;
}

.statusbox_yellow {
	background: url(../images/status-yellow.gif) top left repeat-x;
	height: 24px !important;
	height: 36px;
	color: #3b3c20;
	width: 98%;
	font-family: tahoma;
	font-size: 11px;
	text-align: center;
	padding: 12px 0 0 0;
	margin: 10px 0 0 10px;
}

.statusbox_yellow a {
	color: #0000FF;
}

.box_yellow {
	background: url(../images/status-yellow.gif) top left repeat-x;
	height: 36px;
	color: #3b3c20;
	width: 100%;
	font-family: Verdana;
	font-size: 1spx;
	text-align: left;
	margin: 10px 0 10px 0;
	float: left;
}

.box_yellow span {
	margin: 10px 0 0 10px;
	float: left;
}

.statusbox_yellow a {
	color: #0000FF;
}

a.readmessage {
	color: #333333;
	font-weight: normal;
}


a.readmessage2 {
	color: #333333;
	font-weight: bold;
}

.total_visitor {
	clear:both;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 30px;
	float: left;
}

.total_visitor2 {
	clear:both;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
	float: left;
}



/*  Paging
--------------------------------------------------------- */

.paging_wrapp {
	width: 100%;
	margin: 0 0 0 0;
	display: inline;
	float: left;
}

.paging_txt {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	margin: 10px 7px 0 0;
	display: inline;
	float: right;
}

.paging {
	margin: 10px 0 10px 0;
	display: inline;
	float: right;
}

.paging a {
	font-family: "Verdana";
	font-size: 12px;
	font-weight: normal;
	color: #b0b0b0;
	text-decoration: none;
	margin: 0 2px 0 2px;
}

.paging a:hover {
	color: #60a41d;
}

.didntmatchpass {
	width: 100%;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	text-align: center;
	margin: 0 0 5px 0;
	float: left;
}

.centered_box {
	width: 100%;
	text-align: center;
	margin: 20px 0 5px 0;
	float: left;
}

.centered_box a {
	background: url(../images/status-blue.gif) top left repeat-x;
	width: 100%;
	height: 24px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	padding: 12px 0 0 0;
	display: block;
	float: left;
}

.previewarea {
	width: 100%;
	padding: 0 0 20px 0;
	margin: 10px 0 20px 0;
	border-bottom: dotted 1px #999999;
	float: left;
}

.previewarea p {
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 22px;
}

.previewtitle {
	width: 100%;
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	margin: 0 0 20px 0;
	float: left;
}

.box_white {
	background: #FFFFFF;
	width: 576px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	line-height: 22px;
	padding: 10px;
	border: solid 1px #CCCCCC;
	float: left;
}

.box_grey {
	background: #F4F4F4;
	width: 576px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	line-height: 22px;
	padding: 10px;
	border: solid 1px #999;
	float: left;
}

.tbl_img {
	background: #FFF;
	width: 100%;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align: left;
	border-bottom: solid 1px #999;
	float: left;
}

.tbl_img input {
	width: 20px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align: left;
	border: solid 1px #999999;
	padding: 2px 4px;
}

.del_ico {
	background: #FFFFFF url(../images/delete.gif) top left no-repeat;
	width: 18px;
	height: 19px;
	position: absolute;
	cursor: pointer;
	margin: 2px 0 0 2px;
}

.orderico {
	height: 19px;
	position: absolute;
	cursor: pointer;
	margin: 2px 0 0 21px;
}

.cke_wrapper {
	clear:both;
}


#cart {
	width: 100%;
	margin: 0 0 0 0;
	float: left;
}

.total_price {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-align: right;
}

.total_price strong {
	color: #FF0000;
}

#cart_table{
	border: 0;
}

#cart_table tr {
	background: #F4F4F4;
	font-family: "Verdana";
	font-size: 11px;
	
}

#cart_table td {
	padding: 8px;
	border: solid 1px #FFF;
}

#cart_total tr {
	font-family: "Verdana";
	font-size: 12px;
}

#cart_total td {
	padding: 4px 8px;
}

.carttitle {
	font-weight: bold;
	color: #666666;
}

.unread {
	margin: 0 0 0 4px;
	float: left;
}

.imgedit_th .imgedits {
	width: 106px;
	height: 156px;
	overflow: hidden;
	margin: 0 4px 0 0;
	float: left;
}

.imgedit_th .imgedits img {
	background: #FFFFFF;
	padding: 2px;
	border: solid 1px #CCCCCC;
}

.imgedit_th .imgeditsblank {
	background: #F4F4F4;
	width: 102px;
	height: 152px;
	margin: 0 4px 0 0;
	border: solid 1px #CCCCCC;
	float: left;
}

.imgmh120 {
	width: 80px;
	overflow: hidden;
}

.imgmh120 img {
	width: 80px;
}

.btnmini_green {
	background: url(../images/btnbg_green.gif) center left repeat-x;
	height: 26px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	border: solid 1px #17c917;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0 8px 0 8px;
	float: left;
}

.btnmini_skyblue {
	background: url(../images/btnbg_skyblue.gif) center left repeat-x;
	height: 26px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #eefbfe;
	cursor: pointer;
	border: solid 1px #6eafff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0 8px 0 8px;
	float: left;
}

.btnbg_corneablue {
	background: url(../images/btnbg_corneablue.gif) center left repeat-x;
	height: 26px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #eefbfe;
	cursor: pointer;
	border: solid 1px #6eafff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0 8px 0 8px;
	float: left;
}

.btnbg_shoreblue {
	background: url(../images/btnbg_shoreblue.gif) center left repeat-x;
	height: 26px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #eefbfe;
	cursor: pointer;
	border: solid 1px #6eafff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0 8px 0 8px;
	float: left;
}

.btnmini_grey {
	background: url(../images/btnbg_grey.gif) center left repeat-x;
	height: 26px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #484848;
	cursor: pointer;
	border: solid 1px #aaacaf;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0 8px 0 8px;
	float: left;
}

.btnmini_indigo {
	background: url(../images/btnbg_indigo.gif) center left repeat-x;
	height: 26px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #ebdcfe;
	cursor: pointer;
	border: solid 1px #8939f0;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0 8px 0 8px;
	float: left;
}

.btnmini_yellow {
	background: url(../images/btnbg_yellow.gif) center left repeat-x;
	height: 26px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #657400;
	cursor: pointer;
	border: solid 1px #cdd400;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0 8px 0 8px;
	float: left;
}

.btnmini_crimson {
	background: url(../images/btnbg_crimson.gif) center left repeat-x;
	height: 26px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #ffd7df;
	cursor: pointer;
	border: solid 1px #e15671;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 0 8px 0 8px;
	float: left;
}

.btnbig_crimson {
	background: url(../images/btnbig_crimson.gif) center left repeat-x;
	height: 36px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffd7df;
	cursor: pointer;
	border: solid 1px #e15671;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 0 8px 0 8px;
	float: left;
}

.btnbig_green {
	background: url(../images/btnbig_green.gif) center left repeat-x;
	height: 36px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	border: solid 1px #17c917;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 0 8px 0 8px;
	float: left;
}

.btnbig_grey {
	background: url(../images/btnbig_grey.gif) center left repeat-x;
	height: 36px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #484848;
	cursor: pointer;
	border: solid 1px #aaacaf;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 0 8px 0 8px;
	float: left;
}

.btnbig_indigo {
	background: url(../images/btnbig_indigo.gif) center left repeat-x;
	height: 36px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ebdcfe;
	cursor: pointer;
	border: solid 1px #8939f0;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 0 8px 0 8px;
	float: left;
}

.btnbig_skylbue {
	background: url(../images/btnbig_skylbue.gif) center left repeat-x;
	height: 36px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #eefbfe;
	cursor: pointer;
	border: solid 1px #6eafff;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 0 8px 0 8px;
	float: left;
}

.btnbig_skylbuewide {
	background: url(../images/btnbig_skylbue.gif) center left repeat-x;
    width: 100%;
	height: 36px;
	font-family: TitilliumWeb, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #eefbfe;
	letter-spacing: 3px;
	cursor: pointer;
	border: solid 1px #6eafff;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 0 8px 0 8px;
    box-sizing: border-box;
	float: left;
}

.btn_grey {
	background: url(../images/btn_grey.gif) center left repeat-x;
	height: 32px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	border: 1px solid #999999;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 0 10px;
	padding: 0 !import;
	cursor: pointer;
}

.btn_blue {
	background: url(../images/btn_blue.gif) center left repeat-x;
	height: 32px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #75bdd2;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 0 10px;
	padding: 0 !import;
	cursor: pointer;
}

.bargraph_1 {
	background: #ffa200; /* Orange */
	height: 22px;
	float: left;
}

.bargraph_2 {
	background: #29bf30; /* Green */
	height: 22px;
	float: left;
}

.bargraph_3 {
	background: #18cadf; /* Skyblue */
	height: 22px;
	float: left;
}

.bargraph_4 {
	background: #1892df; /* Oceanblue */
	height: 22px;
	float: left;
}

.bargraph_5 {
	background: #ffd200; /* Oceanblue */
	height: 22px;
	float: left;
}

.bar_points {
	width: 50px;
	height: 20px;
	text-align: center;
	border: solid 1px #999999;
	margin: 0 4px 0 0;
	float: left;
}

.graphbox {
	width: 100%;
	margin: 0 0 4px 0;
	float: left;
}

.contentbox {
	width: 730px;
	margin: 0 0 0 8px;
	float: left;
}

.title_textcontent {
	background: url(../images/line_title.gif) bottom left repeat-x;
	width: 100%;
	font-family: Arial;
	font-size: 22px;
	font-weight: normal;
	color: #00686f;
	margin: 0 0 0 0;
	padding: 0 0 7px 0;
	float: left;
}

.title_text1 {
	width: 100%;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #454545;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #999999;
	float: left;
}

.table_orderlist {
	width: 100%;
	font-family: Verdana;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: dashed 1px #999999;
	float: left;
}

.table_orderlist .orderlist_date {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin: 0 0 7px 0;
	float: right;
}

.table_orderlist .orderlist_div {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin: 0 0 7px 0;
	line-height: 18px;
	float: left;
}

.table_orderlist .orderlist_tbl {
	float: left;
}

.table_orderlist table {
	width: 100%;
	font-family: Verdana;
	font-size: 11px;
	border: none;
	float: left;
}

.table_orderlist tr, .table_orderlist td  {
	font-family: Verdana;
	font-size: 11px;
	border: none;
}

.clearfloat {
	clear: both;
	width: 100%;
	float: left;
}

.notepad_wrapp {
	background: #FFFFFF;
	width: 680px;
	height: 700px;
	padding: 20px 10px 0 10px;
	float: left;
}

.notepad_top {
	background: url(../images/notes-top.jpg) top left no-repeat;
	width: 680px;
	height: 126px;
	float: left;
}

.notepad_foot {
	background: url(../images/notes-foot.jpg) top left no-repeat;
	width: 680px;
	height: 38px;
	float: left;
}

.notepad_center {
	background: url(../images/notes-center.jpg) top left repeat-y;
	width: 680px;
	float: left;
}

.notepad {
	background: #FFFFFF url(../images/notes-liner.jpg) top left repeat;
	width: 600px;
	height: 400px;
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 26px;
	border: none;
	margin: 0 0 0 35px;
	float: left;
}


.mtableorder {
	width: 100%;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	float: left;
}

.mtableordert {
	background: #999;
	color: #FFF;
	font-weight: bold;
	padding: 6px;
}

.mtableorderc {
	background: #F4F4F4;
	color: #333;
	font-weight: normal;
	padding: 6px;
}

.boxwide {
	width: 100%;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	margin-top:10px;
	float:left;
}

.boxwide a {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #14A3E5;
	text-decoration: none;
}

.boxwide a:hover {
	text-decoration: underline;
}


.innercnt_sideleft {
	padding: 0 10px 0 0;
	border-right: solid 2px #ABABAB;
	float:left;
}

.innercnt_side0 {
	float: left;
}

.innercnt_side {
	padding: 0 0 0 10px;
	float: left;
}

.innercnt_insidefooter {
	width: 100%;
	margin: 0 0 5px 0;
	float: left;
}

.innercnt_inside {
	width: 100%;
	border-bottom: solid 1px #CCC;
	margin: 0 0 8px 0;
	padding: 0 0 5px 0;
	float: left;
}

.innercnt_inside div {
	width: 100%;
	margin: 0 0 3px 0;
	float: left;
}

.innercnt_inside span {
	margin: 0 0 0 7px;
	float: right;
}

.innercnt_inside span img {
	margin: 0;
	padding: 0;
	float: right;
}

.innercnt_wrapper {
	width: 100%;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding: 0 0 20px 0;
	float:left;
}

.inner_title {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #454545;
	text-decoration: none;
	margin: 0 0 10px 0;
	float:left;
}

.hline {
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #CCC;
	margin: 10px 0;
	float: left;
}

.spacesep {
	width: 100%;
	height: 20px;
	float: left;
}

.leftmini {
	clear: left;
	width: 200px;
	margin: 0 4px 6px 0;
	float: left;
}

.rightmini {
	width: 300px;
	margin: 0 4px 4px 0;
	float: left;
}

.tab_header {
	background: #333;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding: 4px;
}

.tab_tr_contents:hover {
	background: #d7ffac;
}

.tab_contents {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding: 4px;
	border-bottom: solid 1px #CCC;
}

.bargraph {
	height: 14px;
	float: left;
}

.graphbar_left {
	background: url(../images/bar-left.gif) top left no-repeat;
	width: 2px;
	height: 14px;
	float: left;
}

.graphbar_right {
	background: url(../images/bar-right.gif) top left no-repeat;
	width: 2px;
	height: 14px;
	float: left;
}

.graphbar_center {
	background: url(../images/bar-center.gif) top left repeat-x;
	height: 14px;
	float: left;
}

.graphbarred_left {
	background: url(../images/bar-red-left.gif) top left no-repeat;
	width: 2px;
	height: 14px;
	float: left;
}

.graphbarred_right {
	background: url(../images/bar-red-right.gif) top left no-repeat;
	width: 2px;
	height: 14px;
	float: left;
}

.graphbarred_center {
	background: url(../images/bar-red-center.gif) top left repeat-x;
	height: 14px;
	float: left;
}

.graphbarbrown_left {
	background: url(../images/bar-brown-left.gif) top left no-repeat;
	width: 2px;
	height: 14px;
	float: left;
}

.graphbarbrown_right {
	background: url(../images/bar-brown-right.gif) top left no-repeat;
	width: 2px;
	height: 14px;
	float: left;
}

.graphbarbrown_center {
	background: url(../images/bar-brown-center.gif) top left repeat-x;
	height: 14px;
	float: left;
}

.legend_blue {
	background: #2a9dbe;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	float: left;
}

.legend_green {
	background: #00c020;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	float: left;
}

.legend_orange {
	background: #ff8400;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	float: left;
}

.legend_brown {
	background: #b55e00;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	float: left;
}

.tbl_statsvisitor {
	padding: 5px 0;
	color: #FFF;
	font-weight: normal;
	text-align: center;
}

.tbl_statsvisitorc {
	padding: 2px 0;
	color: #333;
	font-weight: normal;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	border-bottom: solid 1px #F4F4F4;
}

.tblrow_statsvisitorc:hover {
	background: #d7ffac;
}

.tbl_statsvisitorm {
	background: #DEDEDE;
	padding: 6px 0;
	color: #333;
	font-weight: bold;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
}

/* Image Upload */

#btnWrapper {
    width: 100px;
	height: 100px;
	position: relative;
	margin: 0 4px 0 0;
	float: left;
}

.BrowserButton {
    background: #FFF url(../images/btnupload.gif);
    width: 100px;
	height: 100px;
	cursor: pointer;
	float: left;
}

.uploadBtn {
    width: 100px;
	height: 100px;
	position: absolute;
	cursor: arrow;
	opacity: 0;
	filter: alpha(opacity=0);
	margin: 0;
	top: 0;
	left:0;
	cursor: pointer;
	z-index:2;
}

#response {
	
    float: left;
}

#response #loader {
    width: 100px;
	height: 100px;
	position: absolute;
	filter: alpha(opacity=0);
	margin: 0;
	top: 0;
	left: 0;
}

#response .boxurl, #response .roundedbox2 {
	width: 400px;
	margin: 128px 4px 4px 0;
	float: left;
}

#response .boxurl label {
	margin: 4px 4px 0 0;
	float: left;
}

#response .boxurl font {
	color: #666;
}

#response .textboxes {
	width: 240px;
	font-size: 12px;
	color: #333;
	border: solid 1px #666;
	padding: 4px;
	float: left;
}

#image-list {
	clear: left;
	width: 740px;
	margin: 0 0 0 0;
	float: left;
}

#image-list span {
	width: 98px;
	height: 98px;
	margin: 0 4px 4px 0;
	border: solid 1px #666;
	overflow: hidden;
	float: left;
}

#image-list img {
	width: 118px;
}

#image-list2 {
	clear: left;
	width: 740px;
	margin: 0 0 0 0;
	float: left;
}

#image-list2 span {
	clear: left;
	width: 118px;
	height: 118px;
	margin: 4px 4px 40px 0;
	border: solid 1px #666;
	overflow: hidden;
	float: left;
}

#image-list2 img {
	width: 118px;
}

.announcerbox {
	width: 100%;
	border-bottom: solid 1px #666;
	padding-bottom: 20px;
	margin-bottom: 20px;
	float: left;
}
