/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		Refresh
   TEMPLATE CODE: 	S-0002
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #CCCCCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
	overflow-y: scroll;
}

li {
	margin-top: 5px;
}

/* links */
a, a:visited {
	color: #4F82CB; 
}
a:hover {
	color: #4EBF37;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;
	margin: 0;
}

h3 {
	padding-left: 0px;
}

ul, ol {
	margin: 5px 5px;
	padding: 0 20px;
	color: #88ac0b;	
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(../images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin: 2px;
	padding: 0 5px;
}

form.big {
	border: 1px solid #E2E2E2; 
	background-color: #F9F9F9; 
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	margin-top: 1px;
	padding:2px;
	border:1px solid #ccc;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

#schedule-begin select {
	width: 70px;
}

#schedule-end select {
	width: 70px;
}

select {
	width: 137px;
}

textarea {
	padding:2px;
	font-family: Verdana, sans-serif;
	border:1px solid #ccc;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

/* search */
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(../images/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(../images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 780px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 750px;
	position: relative;
	height: 55px;
	background: #CCC url(../images/header-2.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: orange;
	padding-top: 51px;
	padding-right: 70px;
	text-align: right;
	display: block;
	outline: none;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 2.6em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 50px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 62px; left: 58px;		
}

/* Menu */
#menu {
	clear: both;	
	margin: 0; padding: 0 40px 0 0;
	background: url(../images/menu.jpg) repeat-y center top;
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
	margin-bottom: 7px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}

/* Main Column */
#main {
	float: right;
	width: 67%;
	padding: 0; margin: 0;
	padding-right: 5px;
}
#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(../images/square-green.png) no-repeat 3px 50%;	
}
#main a {
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 26.5%;
	padding: 0; margin: 0;
	margin-left: 10px;
	opacity: 0.6;
}	

#sidebar:hover {
	opacity: 1.0
}
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(../images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#sidebar .left-box  a {
	text-decoration: none;
	display: block;
	margin: 7px;
	margin-left: 20px;
}


#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(../images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(../images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 55px;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

table {
	padding: 5px;
}

tr, td, th {
	padding: inherit;
}

/************* Errors **************/

.formError {
	color: red;
}

.fieldWithErrors {
	padding-left: 10px;
}

li.create-error {
	color: red;
}

/************** Icons **************/

.img-edit {
	vertical-align: middle;
	background-image: url(../images/icons/edit.gif);
	width: 16px;
	height: 16px;
	border: 0px;
}

.img-delete {
	vertical-align: middle;
	background-image: url(../images/icons/delete.gif);
	width: 16px;
	height: 16px;
	border: 0px;
}

.img-new {
	vertical-align: middle;
	background-image: url(../images/icons/add.gif);
	width: 16px;
	height: 16px;
	border: 0px;
}

.img-view {
	vertical-align: middle;
	background-image: url(../images/icons/find.gif);
	width: 16px;
	height: 16px;
	border: 0px;
}

.img-find {
	vertical-align: middle;
	background-image: url(../images/icons/find.gif);
	width: 16px;
	height: 16px;
	border: 0px;
}

.img-calendar {
	vertical-align: middle;
	background-image: url(../images/icons/icon-calendar.gif);
	width: 20px;
	height: 20px;
	border: 0px;
}

.img-order {
	vertical-align: middle;
	background-image: url(../images/icon/icon-order.gif);
	width: 20px;
	height: 20px;
	border: 0px;
}

.img-product {
	vertical-align: middle;
	background-image: url(../images/icon/icon-product.gif);
	width: 20px;
	height: 20px;
	border: 0px;
}

.img-client {
	vertical-align: middle;
	background-image: url(../images/icon/icon-client.gif);
	width: 20px;
	height: 20px;
	border: 0px;
}

.img-back {
	vertical-align: middle;
	background-image: url(../images/icons/back.gif);
	width: 16px;
	height: 16px;
	border: 0px;
}

.img-up {
	vertical-align: middle;
	background-image: url(../images/icons/up.gif);
	width: 16px;
	height: 16px;
	border: 0px;
}

.img-down {
	vertical-align: middle;
	background-image: url(../images/icons/down.gif);
	width: 16px;
	height: 16px;
	border: 0px;
}

.img-orders {
	vertical-align: middle;
	background-image: url(../images/icon/orders.png);
	width: 16px;
	height: 16px;
	border: 0px;
}

.img-delete-comment {
	vertical-align: top;
	background-image: url(../images/icon/delete-comment.png);
	width: 16px;
	height: 16px;
	border: 0px;
	opacity: 0.5;
}

.img-info {
	vertical-align: middle;
	background-image: url(../images/icons/info.gif);
	width: 16px;
	height: 16px;
	border: 0px;
}

.img-select {
	vertical-align: middle;
	background-image: url(../images/icons/select.gif);
	width: 16px;
	height: 16px;
	border: 0px;
}

.img-add {
	vertical-align: middle;
	background-image: url(../images/icons/add.gif);
	width: 16px;
	height: 16px;
	border: 0px;
}

.img-minus {
	vertical-align: middle;
	background-image: url(../images/icons/minus.gif);
	width: 16px;
	height: 16px;
	border: 0px;
}

.img-schedule {
	vertical-align: middle;
	background-image: url(../images/icons/calendar.gif);
	width: 16px;
	height: 16px;
	border: 0px;
}

.img-hide {
	vertical-align: middle;
	background-image: url(../images/icon/hide.png);
	width: 16px;
	height: 16px;
	border: 0px;
}

.img-note {
	vertical-align: middle;
	background-image: url(../images/icon/notes.png);
	width: 16px;
	height: 16px;
	border: 0px;
}

.img-show {
	vertical-align: middle;
	background-image: url(../images/icons/find.gif);
	width: 16px;
	height: 16px;
	border: 0px;
}

/*************** Schedule things **************/

#week-jump {
	font-size: 1.5em;
	width: 98%;
	text-align: center;
	border: 1px solid #ccc;
	padding: 15px 0 15px 0;
}

#day-jump {
	text-align: center;
	font-size: 2.0em;
	border-bottom: 15px;
}

.sched-top {
	border: 0px;
	height: 17px;
	width: 140px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/schedule-top.png);
}

.sched-bottom {
	border: 0px;
	height: 17px;
	width: 140px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/schedule-bottom.png);
}

.sched-content {
	border: 0px;
	width: 120px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	background-image: url(../images/schedule-back.png);
	background-repeat: repeat-y;
	font-size: 0.9em;
}

.unsched-top {
	border: 0px;
	height: 17px;
	width: 140px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/unschedule-top.png);
}

.unsched-bottom {
	border: 0px;
	height: 17px;
	width: 140px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/unschedule-bottom.png);
}

.unsched-content {
	border: 0px;
	width: 120px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	background-image: url(../images/unschedule-back.png);
	background-repeat: repeat-y;
	text-align: center;
	font-size: 0.9em;
}

.busy-top {
	border: 0px;
	height: 17px;
	width: 140px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/busy-top.png);
}

.busy-bottom {
	border: 0px;
	height: 17px;
	width: 140px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/busy-bottom.png);
}

.busy-content {
	border: 0px;
	width: 120px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	background-image: url(../images/busy-back.png);
	background-repeat: repeat-y;
	text-align: center;
	font-size: 0.9em;
}

.day-sched-top {
	border: 0px;
	height: 20px;
	width: 460px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/day-schedule-top.png);
}

.day-sched-bottom {
	border: 0px;
	height: 20px;
	width: 460px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/day-schedule-bottom.png);
}

.day-sched-content {
	border: 0px;
	width: 460px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	background-image: url(../images/day-schedule-back.png);
	background-repeat: repeat-y;
	font-size: 8.5pt;
}

.day-unsched-top {
	border: 0px;
	height: 20px;
	width: 460px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/day-unschedule-top.png);
}

.day-unsched-bottom {
	border: 0px;
	height: 20px;
	width: 460px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/day-unschedule-bottom.png);
}

.day-unsched-content {
	border: 0px;
	width: 460px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	background-image: url(../images/day-unschedule-back.png);
	background-repeat: repeat-y;
	font-size: 0.9em;
	text-align: center;
}

.day-unsched-content a {
	background-image: none;
}

.day-busy-top {
	border: 0px;
	height: 20px;
	width: 460px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/day-busy-top.png);
}

.day-busy-bottom {
	border: 0px;
	height: 20px;
	width: 460px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/day-busy-bottom.png);
}

.day-busy-content {
	border: 0px;
	width: 460px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	background-image: url(../images/day-busy-back.png);
	background-repeat: repeat-y;
	font-size: 0.9em;
	text-align: center;
}

.schedule-day-address {
	padding: 5px;
	margin-left: 15px;
	text-align: left;
	width: 150px;
	float: left;
}

.schedule-day-client {
	padding: 5px;
	margin-left: 15px;
	text-align: left;
	width: 100px;
	float: left;
}

.schedule-day-order {
	padding: 5px;
	margin-left: 15px;
	text-align: left;
	width: 100px;
	float: left
}

.sched-time {
	text-align: center;
	padding: 0px 2px 0px 2px ;
	margin: 0px;
	font-size: 12pt;
	font-weight: bold;
}

.schedule-phones {
	padding-left: 5px;
}

/************** Reminder *************/

#block-reminder {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 200px
}

span.reminder {
	color: #666666;
	font-size: 1.1em;
}

.reminder-top {
	margin: 0;
	height: 23px;
	padding-top: 15px;
	padding-right: 10px;
	background-image:  url(../images/reminder-top.png)
}

.reminder-content {
	text-align: left;
	width: 200px;
	padding-left: 20px;
	background-image:  url(../images/reminder-content.png)
}

.reminder-bottom {
	margin: 0;
	height: 33px;
	background-image:  url(../images/reminder-bottom.png)
}

.plan-entries {
	float: left;
}

.schedule-note {
	padding: 5px;
	padding-left: 20px;
	font-style: italic;
}

.schedule-entry {
	width: 140px;
}

.schedule-day-entry {
	margin: auto;
	width: 460px;
}

.schedule-product-quantity {
	font-size: 1.2em;
	font-weight: bold;
	color: red;
}

#day-name {
	font-size: 9pt;
}

#msg-box {
	text-align: center;
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

#msg-box a {
	text-decoration: none;
}

#msg-error {
	background: #FFE7D8;
	padding: 10px;
	font-weight: bold;
	border: solid 1px #FF6730;
	color: #FF6730;
}

#msg-notice {
	background: #E0FFDD;
	color: green;
}


/********* Pages commerciales ***************/

#intro {
	float: left;
	margin-left: 25px;
	margin-top: 30px;
	width: 375px;
	padding-right: 25px;
}

#intro img {
	border: 0px;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-top: 6px;
}

#intro h2, p {
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}

h2 {
	color: orange;
	margin-bottom: 3px;
	margin-top: 3px;
	font-size: 1.4em;
	text-transform: none;
	font-family: Helvetica, Verdana;
}

#intro-huge {
	font-size: 2.0em;
	line-height: 1.3em;
	font-weight: bold;
	font-family: Arial;
	color: #A0A0A0;
}

#intro-screen {
	width: 300px;
	margin-right: 15px;
	margin-top: 25px;
	background-image: url(../images/picturesque.png);
	background-repeat: no-repeat;
	float: right;
	padding-top: 312px;
	text-align: center;
}

.intro-bold {
	color: orange;
	font-variant: small-caps;
	font-size: 1.3em;
}

.button {
	display: inline;
	border: solid 2px #C0C0C0;
	background-color: #FFF1E1;
	color: #4F82CB;
	padding: 3px 9px 3px 9px;
	font-size: 18pt;
	font-weight: bold;
}

.button a {
	color: orange;
}

.button:hover {
	color: orange;
}

#form-subscribe, #form-lost-password {
	padding-left: 25px;
	font-size: 2.0em;
}

#form-subscribe p, #form-lost-password p {
	margin-bottom: 15px;
}

#form-subscribe input, #form-lost-password input {
	text-transform: none;
}

#form-subscribe input:hover, #form-lost-password input:hover {
	border-color: orange;
}

#form-subscribe input:focus, #form-lost-password input:focus {
	border-color: green;
}

.grey-stripe {
	padding-top: 25px;
	padding-bottom: 25px;
	width: 97%;
	padding-left: 3%;
	background-color: #F3F3F3;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}

.slogan {
	line-height: 1.2em;
	padding-left: 25px;
	font-size: 1.7em;
}


.legend {
	font-size: 10pt;
	color: #505050;
}

.table-pricing {
	width: 100%;
	font-family: Arial;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;	
}

.table-pricing-highlight {
	font-weight: bold;
	font-size: 1.2em;
}

.table-pricing-title {
	font-size: 1.8em;
	color: #A4C327;
}

.table-pricing th {
	width: 150px;
	color: black;
}

.table-pricing tr {
	padding: 7px;
}

.table-pricing-feature {
	font-size: 1.3em;
	color: #606060;
	font-weight: bold;
}

.table-pricing-products {
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0px;
}

.table-pricing-button input {
	border: 0px;
}