/*------------------------------------------------------------------------*/
/*------------This section is all of the TEXT AND FONT styles-------*/
/*-----------------------------------------------------------------------*/

hr.WE {
	border: 0 #ccc dotted;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
/* -----------------------Headings----------------------------------*/

h1.W_E {
	font: 14px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}
h2.W_E {
	font-size: 23px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}
h3.W_E {
	font-size: 20px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	background-color: rgba(255,255,255,1);
}
h4.W_E {
	font-size: 19px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}
h5.W_E {
	font-size: 19px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}
h6.W_E {
	font-size: 18px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}
/* -------------------Spacing--------------------------------------------*/
p.W_E {
	font-weight:normal;
	font-size:15px;
	padding:0 0 10px 0;
	margin:0px;
}
ol.W_E {
	list-style: decimal;
}
ul.W_E {
	list-style: disc;
}
li.W_E {
	margin-left: 10px;
}
/*----------------------------------------------------------------------*/
/*----------Colors----------------------------------------------------*/
/*--------------------------------------------------------------------*/

.W_E-green {
	color:green !important;
}
.W_E-blue {
	color:#07568d !important;
}
.W_E-red {
	color:red !important;
}
/*----------------------------------------------------------------*/
/*------------This section is all of the GENERAL styles-------*/
/*---------------------------------------------------------------*/

.W_E-clear{
	clear:both;}

p.W_E-small {
	font-size:9px;
	margin-top:10px;
	font-weight:normal;
}
a.W_E:hover {
	color:#222;
}
body.W_E {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}
h3 a.W_E {
	font-size:20px;
	font-weight:bold;
	color:#22373B;
}
/*---------------------------------------------Classes---------------------------------------------*/
/*----------Changes color of widgets that are added to green. You can adjust to whatever----------*/
.W_E-added {
	color:#52bf40 !important;
}
.W_E-floatRight {
	float:right;
}
.W_E-first {
	margin-top:20px;
}
.W_E-width100 {
	width:100px !important;
}
.W_E-width60 {
	width:60px !important;
}

.W_E-width20 {
	width:20px !important;
}

.W_E-demo {
	margin:0px;
	width:70%;
	float:left;
	background-color: rgba(255,255,255,1);
}
.W_E-cms {
	margin-right:10px;
	margin-top:15px;
}
.W_E-col1 {
	padding-top:20px;
	float:left;
	width:250px;
	background-color: rgba(255,255,255,1);
}
.W_E-col2 {
	padding-top:20px;
	float:left;
	width:250px;
	background-color: rgba(255,255,255,1);
}
.W_E-col1 label, .W_E-col2 label {
	float:left;
}
.W_E-col1 input, .W_E-col2 input {
	border:1px #ccc dotted !important;
	width:150px !important;
	float:right;
	margin-right:5px;
}
.W_E-total {
	font-size:18px !important;
}
/*-----------Adds dots to the bottom of the div--------------------*/
.W_E-dots {
	overflow: hidden;
	width: 100%;
	padding:15px 0px 15px 0px;
	background-color: rgba(255,255,255,1);
}
/*----------------IDs used throughout-----------------------------*/
#W_E-sectionOne {
	overflow-y:hidden;
	padding-left:10px;
	background-color: rgba(255,255,255,1);
}
#W_E-sectionTwo {
	overflow-y:hidden;
	padding-left:10px;
	background-color: rgba(255,255,255,1);
}
#W_E-sectionThree {
	overflow-y:hidden;
	padding-left:10px;
	background-color: rgba(255,255,255,1);
}
#W_E-sectionFour {
	overflow-y:hidden;
	padding-left:10px;
	background-color: rgba(255,255,255,1);
}
#W_E-designHidden {
	height:0px;
	overflow:hidden;
}
#W_E-pagesSlider {
	width: 540px;
	float: left;
	height: 33px;
	cursor:pointer;
	background:url(../images/bar.png) no-repeat top;
	border: none;
}
/*------------------DAYS SLIDER------------------------*/

#W_E-daysSlider {
	width: 540px;
	float: left;
	height: 23px;
	cursor:pointer;
	background:url(../images/bar.png) no-repeat top;
	border: none;
}
.W_E-minusDays {
	background: url(../images/minus.png) no-repeat;
	height: 23px;
	width: 29px;
	overflow: hidden;
	float:left;
	margin-left:7px;
	cursor:pointer;
}
.W_E-plusDays {
	background: url(../images/plus.png) no-repeat;
	height: 23px;
	width: 29px;
	overflow: hidden;
	float:left;
	cursor:pointer;
}
/*------------------Pages SLIDER------------------------*/

.W_E-minusPages {
	background: url(../images/minus.png) no-repeat;
	height: 23px;
	width: 29px;
	overflow: hidden;
	float:left;
	margin-left:7px;
	cursor:pointer;
}
.W_E-plusPages {
	background: url(../images/plus.png) no-repeat;
	height: 23px;
	width: 29px;
	overflow: hidden;
	float:left;
	cursor:pointer;
}
/*------------FORM STYLES---------------------*/

input.W_E {
	background-color: transparent;
	border:0;
	font-size:16px;
	margin-bottom:10px;
	color:red !important;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	width:50px;
}
input.W_E.W_E-added {
	color:#52bf40 !important;
}
label.W_E {
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
}
textarea.W_E {
	width:95%;
	height:100px;
}
button.W_E {
	position: relative;
	overflow: visible;
	display: inline-block;
	padding: 7px 15px;
	border: 1px dotted #CCCCCC;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
	white-space: nowrap;
	cursor: pointer;
	background-color: transparent;
	background: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #ffffff), color-stop(1.0, #eaeaea));
	border: 1px solid #cacaca;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	-o-background-clip: padding-box;
	border: 1px dotted rgba(0, 0, 0, .25);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#272727;
	margin:5px;
}
button.W_E:hover, button.W_E:focus {
	border-color: #666;
	border-bottom-color: #666;
	text-decoration: none;
	color:#333;
	background-color:#fff;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dbdbdb), to(#ccc));
	background-image: -moz-linear-gradient(#dbdbdb, #ccc);
	background-image: -o-linear-gradient(#dbdbdb, #ccc);
	background-image: linear-gradient(#dbdbdb, #ccc);
}
#W_E-buttons {
	border:1px dotted #ccc;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
}
/* ------------------------------ */
/* Styles for the floating total  */
/* ------------------------------ */

#W_E-floatingTotal {
	width:18%;
	padding:7px;
	border: dotted  1px #AAAAAA;
	position:fixed;
	left:70%;
	margin:5px;
	margin-left: 30px;
}
#W_E-floatingTotal label, #W_E-floatingTotal input {
	color:#22373B;
	font-size:12px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding-left: 2px;
}
.W_E-rounded_square {
	display:block;
	background-color: transparent;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#W_E-floatingTotal label {
	margin-left:0px;
	font-weight:normal !important;
}
.W_E-rounded_square h6 {
	border-bottom:1px #CCC dotted;
}
label.W_E-total {
	margin-left:5px !important;
	font-weight:bold !important;
}
/*------------------------------------------------*/
/*This section is all of the jQuery style changes!*/
/*------------------------------------------------*/


/*---Multi drop down styles Styles---*/
.ui-multiselect {
	padding:2px 0 2px 4px;
	text-align:left
}
.ui-multiselect span.ui-icon {
	float:right
}
.ui-multiselect-single .ui-multiselect-checkboxes input {
	position:absolute !important;
	top: auto !important;
	left:-9999px;
}
.ui-multiselect-single .ui-multiselect-checkboxes label {
	padding:5px !important
}
.ui-multiselect-header {
	display:none;
}
.ui-multiselect-menu {
	display:none;
	padding:3px;
	position:absolute;
	z-index:10000
}
.ui-multiselect-checkboxes {
	position:relative /* fixes bug in IE6/7 */;
	overflow-y:scroll;
	vertical-align:text-top;
}
.ui-multiselect-checkboxes label {
	cursor:default;
	display:block;
	border:1px solid transparent;
	padding:3px 1px
}
.ui-multiselect-checkboxes label input {
	position:relative;
	top:1px
}
.ui-multiselect-checkboxes li {
	clear:both;
	font-size:0.9em;
	padding-right:3px
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
	display:block;
	padding:3px;
	margin:1px 0;
	text-decoration:none
}
/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label {
	border:none
}
.ui-icon-triangle-1-e {
	border-color:  transparent transparent transparent #22373B;
	border-style:solid;
	border-width:12px;
	width:0;
	height:0;
}
.ui-icon-triangle-1-s {
	border-color: #22373B transparent transparent transparent;
	border-style:solid;
	border-width:12px;
	width:0;
	height:0;
}
.ui-slider-horizontal .ui-state-default {
	margin-top:5px;
	background: url(../images/selector.png) no-repeat;
	border: none;
}
.ui-state-active {
	background:url(../images/dot.gif) repeat-x scroll 0 100% #f8f7f2;
	overflow: hidden;
}

/*-----------------------------------------------------------

----------------messages------------------------------------

------------------------------------------------------------*/

.W_E_success, .W_E_errors{
	border: 1px solid;
	margin: 15px 0px;
	padding:15px 10px 15px 70px;
	background-repeat: no-repeat;
	background-position: 10px center;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.W_E_success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../images/Success.png');
}

.W_E_errors {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/Error.png');
}

button.payment{
	color: rgba(255,255,255,1);
	background-color: rgba(153,0,0,1) !important;
	}
	
	
.W_E_loader{
	position:absolute;
	margin-top:40px;
	margin-left:300px;
	}
textarea#W_E-colors{
	height:20px;}
