/* CSS Document */

body {
  margin: 0; padding: 0;
  background: #80a623 url('../img/layout/web-bg.png') 0 541px repeat;
  font-size: 12px;
}

body, h1, h2, h3, td, th, a, select, input, textarea, button {
	font-family: 'Arial CE', Arial, Helvetica, sans-serif;
}
textarea, input {
  font-size: 12px;
}

.text-right { text-align: right; }
.text-left { text-align: left; }
.text-center { text-align: center; }

.left { float: left; }
.right { float: right; }
.cleaner { clear: both; overflow: hidden; height: 1px; }

/* MESSAGES DIV SHOW */
.msg-err, .msg-ok { padding: 15px; margin: 0 0 10px 0; text-align: center; position: relative; }
.msg-err { background: #97b839; border: 1px solid #e92d2f; color: #ca0000; }
.msg-ok { background: #97b839; border: 1px solid #749a1f; color: #567c00; }
.free { border: #ccc; padding: 15px; text-align: center; }
.msg-err .hide, .msg-ok .hide { position: absolute; top: 5px; right: 5px; }
/*********************/

a img { border: 0px solid black; }

/************************************/
a { color: #daff53; }





.hidden { display: none; }

/* borders */
.border-green { border: 1px solid #7ab50c; }
.border-gray { border: 1px solid #e2e2e2; }

/* gradients */
.gradient-w-g
{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}
.gradient-w-g-half
{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 50%, #e9e9e9 50%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f2f2f2), color-stop(50%,#e9e9e9), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 50%,#e9e9e9 50%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 50%,#e9e9e9 50%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 50%,#e9e9e9 50%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#f2f2f2 50%,#e9e9e9 50%,#e2e2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}
.gradient-g-dg-half
{
	background: #accc3d; /* Old browsers */
	background: -moz-linear-gradient(top, #accc3d 0%, #accc3d 50%, #97bf0d 50%, #7ab50c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#accc3d), color-stop(50%,#accc3d), color-stop(50%,#97bf0d), color-stop(100%,#7ab50c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #accc3d 0%,#accc3d 50%,#97bf0d 50%,#7ab50c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #accc3d 0%,#accc3d 50%,#97bf0d 50%,#7ab50c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #accc3d 0%,#accc3d 50%,#97bf0d 50%,#7ab50c 100%); /* IE10+ */
	background: linear-gradient(top, #accc3d 0%,#accc3d 50%,#97bf0d 50%,#7ab50c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#accc3d', endColorstr='#7ab50c',GradientType=0 ); /* IE6-9 */
}
.gradient-g-dg
{
	background: #accc3d; /* Old browsers */
	background: -moz-linear-gradient(top, #accc3d 0%, #7ab50c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#accc3d), color-stop(100%,#7ab50c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #accc3d 0%,#7ab50c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #accc3d 0%,#7ab50c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #accc3d 0%,#7ab50c 100%); /* IE10+ */
	background: linear-gradient(top, #accc3d 0%,#7ab50c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#accc3d', endColorstr='#7ab50c',GradientType=0 ); /* IE6-9 */
}


/* rounded corners */
.rounded-3
{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.rounded-5
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.rounded-br-0
{
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
.rounded-bl-0
{
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}
.rounded-tr-0
{
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
}
.rounded-tl-0
{
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
}

/* shadows */
.shadow-black-5
{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
}
.shadow-input
{
	box-shadow:inset 0px 1px 3px #bbb;
	-webkit-box-shadow:inset 0px 1px 3px #bbb;
	-moz-box-shadow:inset 0px 1px 3px #bbb;
}


/* form elements */
.form label 
{
	display: block;
	margin: 0 0 6px;
}
.form input.input 
{
	padding: 6px;
	margin: 0 0 6px;
	border: 1px solid #555;
	color: #3a454d;
	font-weight: bold;
	font-size: 12px;
}
.form input.button
{
	height: 26px;
	padding: 6px;
	color: white;
	cursor: pointer;
}
.form input.button:hover
{
	-webkit-box-shadow: 0px 0px 5px 0px #accc3d;
	-moz-box-shadow: 0px 0px 5px 0px #accc3d;
	box-shadow: 0px 0px 5px 0px #accc3d;
}

a.button 
{
	padding: 5px 6px;
	cursor: pointer;
}

/******** PAGER *************/
#pager { height: 25px; margin: 10px 0; text-align: center; }

#pager a { text-decoration: none; padding: 2px 5px 0; background: #d7ed8c; border: 1px solid #5a6e19; -moz-border-radius: 4px; color: #5a6e19 }
#pager span { padding: 2px 5px 0; }
#pager a:hover { color: #394e00; background: white; }
#pager span.current { padding: 2px 5px 0; background: #5a6e19; border: 1px solid #5a6e19; -moz-border-radius: 4px; color: white; font-weight: bold; }
