/*
================================================================
STANDARD STUFF
================================================================
*/
#inEditor a {
	color: #555;
}

.wacms_stdwidth {
	width: 100%;
	color:#000 
}

hr.wacms_hr {
	background: #597da9;
}
.wacms_header {
	width: 100%;
	margin: 10px 0;
}

.wacms_title {
	font-size: 26px;
}
.wacms_total {
	background: #e9eae9;
	color: #333;
}

.wacms_button {
	letter-spacing: 1px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	display: inline-block;
	margin: 2px !important;
	padding: 5px !important;
	border-width: 1px;
	border-color: #b1b1b1;
	border-style: solid;
	color: #333;
	background-color: #fcfcfe;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/css/border-radius.htc);
	cursor: pointer;
	position: relative;
}
.wacms_button:hover {
	text-decoration: none;
	background-color: #d2d4d2;
}

.wacms_button input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

img{}

/*
================================================================
MENUS
================================================================
*/
.navbar-nav > li > a{
	color: #000;
}

.w4 {
	width: 25% !important;
}
.w3 {
	width: 33% !important;
}
.w2 {
	width: 50% !important;
}
.wacms_stdwidth, .w1 {
	width: 96% !important;
}

hr.wacms_hr {
	height: 1px;
	width: 100%;
	border: none;
}

.wacms_total {
	padding: 2px;
	font-weight: bold;
	font-size: 14px;
}

/*
div.wacms_editbox {
	width: 47%;
	height: 100px;
	float: left;
	margin: 2px;
	padding: 5px;
	border: 1px solid #cccccc;
	position: relative;
}*/
div.wacms_editbox {
	width: 47%;
	min-height: 120px;
	display: inline-table;
	margin: 2px;
	padding: 5px;
	border: 1px solid #cccccc;
}
div.wacms_editbox label {
	font-size: 11px;
	font-weight: bold;
	color: #5a5a5a;
}

div.wacms_editbox p {
	padding: 0px;
	margin: 2px 0px 2px 0px;
}

div.wacms_editboxlong {
	width: 96%;
	margin: 2px;
	padding: 5px;
	border: 1px solid #cccccc;
	position: relative;
}

div.wacms_editboxlong label {
	font-size: 11px;
	font-weight: bold;
	color: #5a5a5a;
}

div.wacms_editboxlong p {
	padding: 0px;
	margin: 2px 0px 2px 0px;
}

div.wacms_clear {
	clear: both;
}

div.clear {
	clear: both;
}

.wacms_icon {
	behavior: url(pngbehavior.htc);
	border: 0px;
}
.wacms_na {
	letter-spacing: 1px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	float: right;
	margin: 2px !important;
	padding: 5px !important;
	border-width: 1px;
	border-color: #b1b1b1;
	border-style: solid;
	color: #b1b1b1;
	background-color: none;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/css/border-radius.htc);
}


.wacms_function {
	letter-spacing: 1px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	float: right;
	margin: 2px !important;
	padding: 5px !important;
	border-width: 1px;
	border-color: #b1b1b1;
	border-style: solid;
	color: #333;
	background-color: #fcfcfe;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/css/border-radius.htc);
	cursor: pointer;
	position: relative;
}
.wacms_function:hover {
	text-decoration: none;
	background-color: #d2d4d2;
}


/*
================================================================
MESSAGE / ERROR / DIALOG BOXES
================================================================
*/

/*
Standard message box. (outside tab).
*/
div.wacms_msgbox {
	margin: 10px 0;
	padding: 5px;
	width: 100%; 
}

div.wacms_msgbox a {}
#social_posting{
	padding: 0;
	margin: 0;
	/*width: 90%;*/
}
#social_posting li {
	list-style: none;
	display: inline-block;
	margin-right : 10px;
	margin-left : 0px;			
	padding: 0;
	overflow: hidden;
}

/*
Standard message box (inside tab).
*/
p.wacms_tab_msg {
	display:none;
	width: 96%;
	margin: 4px 0px 4px 0px;
	padding: 15px;
	font-weight: bold;
}
.msgWarning {
	margin: 10px 0 0 0;
	border: 2px solid;
	background: #ffffff;
	padding: 10px 32px;
	background-repeat:  no-repeat;
	background-position: 10px 11px;
	border-color: #df7a7a;
	background-image: url(/wacms/images/icons/att.gif);
}

.msgWarning span {
        color: #df7a7a;
        font-weight: bold;
}

.helpbox_container {
	display: none;
	position: absolute;
	width: 293px;
        filter:alpha(opacity=90);
        -moz-opacity:.90;
        opacity:.90;
}

.helpbox_close {
	position: absolute;
	z-index: 999;
	width: 11px;
	height: 11px;
	left: 279px;
	top: 4px;
	margin: 0px;
	padding: 0px;
}

.helpbox_close img {
	border: 0px;
}

.helpbox_content {
	position: relative;
	width: 100%;
	background: #d5d5d5;
	border: 1px solid #bebebe;	
}

.helpbox_content span {
	display: block;
	padding: 5px;
	color: #6c6c6c;
}

.helpbox_content h5 {
	color: #535353;
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 7px 0px;
}

.helpbox_arrow {
	position: absolute;
	width: 27px;
	height: 14px;
	margin-top: -1px;
	margin-left: 220px;
	background: url('/sys_images/helpbox_arrow.png');
	z-index: 999;
}

/*
================================================================
FORM ELEMENTS
================================================================
*/
input.wacms_button {

}

input.wacms_text, select.wacms_text{
	margin: 2px !important;
	padding: 5px !important;
	border-width: 1px !important;
	border-color: #d0d0d0 !important;
	border-style: solid !important;
	font-size: 12px !important;
	height: 13px !important;
	color: #333 !important;
	background-color: white;
	background-image: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/css/border-radius.htc);
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

textarea.wacms_text {
	margin: 2px !important;
	padding: 5px !important;
	border-width: 1px !important;
	border-color: #d0d0d0 !important;
	border-style: solid !important;
	font-size: 12px !important;
	color: #333 !important;
	background-color: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/css/border-radius.htc);
}

.wacms_select {
	margin-top: 0;
	height: 2em;
	border-width: 1px !important;
	border-color: #d0d0d0 !important;
	border-style: solid !important;
	
}

input.wacms_checkbox {

}

input.wacms_radio {

}

input.wacms_textarea {

}

input.wacms_file {
	position: relative !important;
}

input.wacms_multipleselect {

}


/*
================================================================
TABLE LIST
================================================================
*/
table.wacms_list {
 	width: 100%;
 	padding: 0px;
 	color: #333;
 	border-top: 1px solid #d0d0d0;
 	border-left: 1px solid #d0d0d0;
}
 
table.wacms_list td, table.wacms_list th {
 	padding: 5px;
 	border-right: 1px solid #d0d0d0;
 	border-bottom: 1px solid #d0d0d0;
 	background: #fff;
}

table.wacms_list th {
	background-color: #e9eae9;
	color: #333;
	text-align: center;
}

th.wacms_header {
 	padding: 5px;
	background: #d3dae2;
	color: #7997b8;
 	border:1px solid #b8c4d1;
}

 
table.wacms_list td table td, table.wacms_list td table th {
 	border: none;
 	background: none;
}

/*
inner table
*/
table.wacms_inner td, table.wacms_inner th {
	padding: 2px;
}

/*
table with no spacing
*/
table.wacms_nospace td, table.wacms_nospace th {
	padding: 0;
}

/*
FIELDSET
*/
.wacms_fieldset {
	border: 1px solid #c0c0c0;
	margin: 7px 0px 7px 0px;
}

.wacms_fieldset legend {
	font-weight: bold;
}

/*
================================================================
SHOPPING CART PRODUCT LIST
================================================================
*/
table.wacms_shop_cart {
 	width: 100%;
 	padding: 0px;
}
 
table.wacms_shop_cart td, table.wacms_shop_cart th {
 	padding: 5px;
 	background: #fff;
}

table.wacms_shop_cart th {
	background: url('/wacms/images/table_list_bg_blue.png') repeat-x;
	background-color: #beccdd;
	color: #7997b8;
	text-align: center;
	border:1px solid #beccdd;
}


/*
================================================================
LIGHTBOX Border Colour
================================================================
*/
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-left:3px solid #9caab9;
	border-right:3px solid #9caab9;
	border-top:3px solid #9caab9;
}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	border-left:3px solid #9caab9;
	border-right:3px solid #9caab9;
	border-bottom:3px solid #9caab9;
}


/*
================================================================
ESSENTIAL - Do not change
================================================================
*/
table.wacms_notbl td, table.wacms_notbl th {
	border: none;
}


/*
================================================================
SHOP STYLES
================================================================
*/
div#shop_menu {
	height: 26px;
	text-align: center;
	margin: 0px auto;
	overflow: none;
	background: #334a78;
}

div#shop_menu div#shop_menu_content {
	padding: 2px 2px 2px 2px;
	margin: 0px auto;
	text-align: center;
}
div#shop_menu div#shop_menu_content td {
	color: #8b9ec3;
}

div#shop_menu div#shop_menu_content input.shopmenu_passwordfld {
	width: 90px;
}

div#shop_menu div#shop_menu_content input.shopmenu_usernamefld {
	width: 90px;
}

div#shop_menu a {
	color: #fff;
	text-decoration: none;

}

/*
================================================================
LOGIN BOX
================================================================
*/

div#wacms_login_shell {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 10000;
}

div#wacms_login_container {
	position: absolute;
	top: 50%;
	margin-top: -130px;
	min-height: 200px;
	left: 50%;
	margin-left: -180px;
	width: 300px;
	background: #fff;
	border:1px solid #aeaeae;
	padding:30px;
	text-align: center;
	/* Curved Divs */
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		behavior: url(/css/border-radius.htc);
	
}

div#wacms_login_container table {
	position: absolute;
}

div#wacms_login_body p {
	font-family: arial, verdana;
	font-size: 12px;
	font-weight: bold;
	color: #a0b131;
	margin-top: 5px;
	margin-bottom: 5px;
}

div#wacms_login_body table td {
	padding: 5px;
}

div#wacms_login_body a {
	color: #96ae00;
}

div#wacms_login_body .wacms_login_input {
	font-size: 20px;
	width: 200px;
	color: #878787;
}

div#wacms_login_body .wacms_login_submit {
	padding: 4px;
	width: 110px;
}

#inEditor #contentarea {
	background: white;
	padding:10px 0;
}

#inEditor .wacms_pagination li.active a{color:#fff !important}

#inEditor .imagebox img{width:100%}

#inEditor #contentarea .wacms_paginating li{display:inline}
#inEditor #contentarea .wacms_paginating li.active a{color:#258ae6 !important}

.alert{
	margin-bottom: 10px;
	padding: 5px 10px !important;
}
.alert-danger{
	color: #a94442 !important;
}
.black-overlay{
	background: rgba(0,0,0,.8);
	display: none;
	position: fixed;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: 100;
}
.panel-preview-wrapper{
	background-color: #fff;
	display: none;
	padding: 20px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 101;
}
.close-pop-up{
	position: absolute;
	right: 9px;
	top: 2px;
}