html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	height: 100%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body, #container {
	height: 100%;
}
body > #wrapper {
	height: auto;
	min-height: 100%;
}
body {
	background: #ececec;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 26px;
	font-weight: bold;
	color: #449800;
}
h2 {
	font-size: 21px;
	color: #449800;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}
h3 {
	margin: 8px 0;
	font-size: 18px;
	color: black;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}
a {
	color: #449800;
}
fieldset {
	border:none;
	margin-bottom:2em;
	border-top:1px dotted #ccc;
	padding:0 12px;
}
legend {
	font-size:14px;
	padding:0;
	margin:0;
}
div.input input, div.input textarea {
	padding: 5px 2px;
	background: #f8f8f8;
	border: solid 1px #bedba6;
	outline: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: inset 0 4px 4px #f0f0f0;
	-webkit-box-shadow: inset 0 4px 4px #f0f0f0;
	box-shadow: inset 0 4px 4px #f0f0f0;
}
div.input input:focus, div.input textarea:focus {
	border: solid 1px #73b240;
}
div.input span.comment {
	padding-left:1em;
}
label {
	display: block;
	font-weight: bold;
	margin-bottom:3px;
}
div.input {
	margin: 1em 0;
}
input.login:not(.disabled) {
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 16px 6px 5px;
	background: #bdbdbd;
	border: 0;
	font-size: 12px;
	outline: none;
	-moz-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2) inset, 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
	-webkit-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2) inset, 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
	box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2) inset, 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
input.login:not(.disabled):hover {
}
input.login:not(.disabled):focus {
	background: #d0d0d0;
}
::-webkit-input-placeholder {
color: #7d7d7d;
text-shadow: 0 1px rgba(255, 255, 255, .5);
}
:-moz-placeholder {
color: #7d7d7d;
text-shadow: 0 1px rgba(255, 255, 255, .5);
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix {
	clear: both;
}
.rs_button {
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	font-size: 13px;
	padding: 4px 6px;
	background: #4aa100;
	background: -moz-linear-gradient(top, #50aa00 0%, #459900 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #50aa00), color-stop(100%, #459900));
	background: linear-gradient(top, #50aa00 0%, #459900 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50aa00', endColorstr='#459900');
	border: 1px solid #326e00;
	-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 1px 1px 0px rgba(255, 255, 255, 0.1) inset, -1px -1px 0px rgba(255, 255, 255, 0.1) inset;
	-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 1px 1px 0px rgba(255, 255, 255, 0.1) inset, -1px -1px 0px rgba(255, 255, 255, 0.1) inset;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 1px 1px 0px rgba(255, 255, 255, 0.1) inset, -1px -1px 0px rgba(255, 255, 255, 0.1) inset;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: white;
	text-shadow: 0 -1px 0 #266e00;
	display: inline-block;
	white-space: nowrap;
	margin-top: 5px;
	behavior: url(/css/PIE.htc);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.rs_button:hover {
	background: #4aa100;
	background: -moz-linear-gradient(top, #00c41f 0%, #00a017 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00c41f), color-stop(100%, #00a017));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c41f', endColorstr='#00a017');
	-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35) inset, 1px 1px 0px rgba(255, 255, 255, 0.15) inset, -1px -1px 0px rgba(255, 255, 255, 0.15) inset;
	-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35) inset, 1px 1px 0px rgba(255, 255, 255, 0.15) inset, -1px -1px 0px rgba(255, 255, 255, 0.15) inset;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35) inset, 1px 1px 0px rgba(255, 255, 255, 0.15) inset, -1px -1px 0px rgba(255, 255, 255, 0.15) inset;
}
input[type=submit] {
	background:#57a50b;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #57a50b), color-stop(1, #8dc159) );
	background-image: -moz-linear-gradient( center bottom, #57a50b 0%, #8dc159 100% );
	border:1px solid #57a50b;
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.6) !important;
	color:#fff !important;
	width:auto !important;
	text-decoration:none;
	margin:0 6px 0 0;
	font-weight:bold;
	display:inline-block;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#fff;
	font-size:12px;
	line-height:12px;
	padding:10px 10px 8px;
	cursor: pointer;
}
input[type=submit]:hover {
	background:#57a50b;
}
span.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
span.url-box {
	padding: 3px 6px;
	border: dashed 1px #bedba6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/css/PIE.htc);
}
.content-wrapper {
	position: relative;
	width: 980px;
	margin: auto;
}
#header {
	background: #2d2d2d url(/img/layout/header_bg.jpg) repeat-x;
	width: 100%;
	height: 138px;
}
#logo_container {
}
#logo_container #logo {
	position: absolute;
	padding-top: 20px;
	padding-left: 40px;
	border: none;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
#logo_container:hover #logo-hover {
	opacity: 1;
}
#logo_container #logo-hover {
	position: absolute;
	padding-top: 18px;
	padding-left: 35px;
	opacity: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
}
#userbox-wrapper {
	position: relative;
	float: right;
}
#userbox {
	position: relative;
	top: 30px;
	margin-right: 40px;
	padding: 6px;
	background: #1c1c1c;
	background: rgba(0, 0, 0, .35) !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/css/PIE.htc);
}
#userbox-s2 {
	position: relative;
	top: 30px;
	width: 300px;
	margin-right: 40px;
	padding: 6px;
	background: #1c1c1c;
	background: rgba(0, 0, 0, .35) !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/css/PIE.htc);
}
#userbox-s2 h2 {
	margin-bottom: 6px;
	padding-left: 6px;
	font-size: 16px;
	font-weight: normal;
	color: white;
	text-shadow: 0 1px black;
}
#userbox-s2 h2 span {
	font-weight: bold;
}
#userbox-s2 .content-left {
	float: left;
}
#userbox-s2 .content-right {
	float: right;
}
#userbox-s2 .content-left a {
	display: block;
	font-size: 14px;
	color: #BEBEBE;
	text-shadow: 0 1px black;
	text-decoration: none;
	padding: 4px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/css/PIE.htc);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
#userbox-s2 .content-left a img {
	vertical-align: text-bottom;
	padding-right: 6px;
	opacity: .75;
}
#userbox-s2 .content-left a:hover, #userbox-s2 .content-left a:hover img {
	background: black;
	color: white;
	opacity: 1;
}
#userbox #input_container {
	padding-bottom: 20px;
	text-align: center;
}
#userbox #input_container .loginput-left {
	float: left;
}
#userbox #input_container .loginput-right {
	float: right;
}
#userbox .login_button, #userbox-s2 .login_button {
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	padding: 4px 16px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: white;
	text-shadow: 0 -1px 0 #007a0a;
	display: inline-block;
	white-space: nowrap;
	margin-top: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
#userbox .login_button:hover, #userbox-s2 .login_button:hover {
	background: #4aa100;
}
.login_button-style2 {
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	font-size: 13px;
	padding: 4px 8px;
	background: #b6b6b6;
	background: -moz-linear-gradient(top, #cecece 0%, #a0a0a0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cecece), color-stop(100%, #a0a0a0));
	border: 1px solid #000000;
	-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 1px 1px 0px rgba(255, 255, 255, 0.1) inset, -1px -1px 0px rgba(255, 255, 255, 0.1) inset;
	-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 1px 1px 0px rgba(255, 255, 255, 0.1) inset, -1px -1px 0px rgba(255, 255, 255, 0.1) inset;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 1px 1px 0px rgba(255, 255, 255, 0.1) inset, -1px -1px 0px rgba(255, 255, 255, 0.1) inset;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #449800;
	text-shadow: 0 1px 0 #f0f0f0;
	display: inline-block;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.login_button-style2:hover {
	background: #c2c2c2;
	background: -moz-linear-gradient(top, #dcdcdc 0%, #ababab 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dcdcdc), color-stop(100%, #ababab));
	-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35) inset, 1px 1px 0px rgba(255, 255, 255, 0.15) inset, -1px -1px 0px rgba(255, 255, 255, 0.15) inset;
	-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35) inset, 1px 1px 0px rgba(255, 255, 255, 0.15) inset, -1px -1px 0px rgba(255, 255, 255, 0.15) inset;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35) inset, 1px 1px 0px rgba(255, 255, 255, 0.15) inset, -1px -1px 0px rgba(255, 255, 255, 0.15) inset;
}
.userbox_b-container {
	float: right;
	background: transparent;
	background: rgba(0, 0, 0, 0) !important;
	margin-top: 5px;
	margin-right: 50px;
	padding: 5px 8px 5px 8px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.userbox_b-container:hover {
	background: #1c1c1c;
	background: rgba(0, 0, 0, .35) !important;
}
#userbox .forgot_password {
	float: right;
	margin-top: 10px;
	font-size: 11px;
	color: white;
	text-shadow: 0 1px black;
	text-decoration: none;
}
#userbox .forgot_password:hover {
	text-decoration: underline;
}
#subheader {
	background: url(/img/layout//subheader_bg.jpg);
	width: 100%;
	height: 84px;
}
#subheader table.create-account {
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	top: 2px;
}
#subheader table.create-account td.number {
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	padding-right: 10px;
	padding-left: 20px;
	font-size: 56px;
	color: #4aa100;
	text-shadow: 0 3px black;
	font-weight: bold;
	font-style: italic;
}
#subheader table.create-account td {
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	font-size: 24px;
	color: white;
	text-shadow: 0 1px black;
	font-weight: normal;
}
#subheader table.create-account td.next {
	vertical-align: middle;
	padding-left: 4px;
	background: url(/img/layout/subheader_next.png) no-repeat;
	background-position: right;
	width: 30px;
	height: 83px;
}
#subheader table.create-account .signup-button {
	display: block;
	margin-top: 5px;
	background: url(/img/layout/signup-button.png);
	width: 220px;
	height: 72px;
}
#subheader table.create-account .signup-button:hover {
	background-position: bottom;
}
#nav {
	background: url(/img/layout/nav_bg.jpg) repeat-x;
	height: 57px;
	width: 100%;
}
#nav ul.nav_style {
	list-style: none;
	padding-top: 11px;
	padding-left: 16px;
}
#nav ul.nav_style li {
	position: relative;
	display: inline;
	margin-right: 16px;
}
#nav ul.nav_style li a.nav_item {
	position: relative;
	display: inline-block;
	background: transparent;
	background: rgba(0, 0, 0, 0) !important;
	color: #bebebe;
	text-shadow: 0 -1px black;
	font-size: 18px;
	text-decoration: none;
	padding: 8px 11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0) inset, 0px 1px 0px rgba(255, 255, 255, 0);
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0) inset, 0px 1px 0px rgba(255, 255, 255, 0.);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0) inset, 0px 1px 0px rgba(255, 255, 255, 0);
	z-index: 150;
	behavior: url(/css/PIE.htc);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#nav ul.nav_style li a.nav_item:hover {
	display: inline-block;
	background: #2e2f33;
	background: rgba(0, 0, 0, 0.2) !important;
	color: white;
	text-shadow: 0 -1px black;
	font-size: 18px;
	text-decoration: none;
	padding: 8px 11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, .5) inset, 0px 1px 0px rgba(255, 255, 255, 0.04);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .5) inset, 0px 1px 0px rgba(255, 255, 255, 0.04);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .5) inset, 0px 1px 0px rgba(255, 255, 255, 0.04);
}
#nav ul.nav_style li a.nav_active-item {
	display: inline-block;
	background: #ececec;
	background: -moz-linear-gradient(top, #c9c9ca 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9c9ca), color-stop(100%, #ececec));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c9ca', endColorstr='#ececec');
	height: 26px;
	color: #3a8100;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 1px white;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 11px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0), 0px 1px 0px rgba(255, 255, 255, 1) inset;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0), 0px 1px 0px rgba(255, 255, 255, 1) inset;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0), 0px 1px 0px rgba(255, 255, 255, 1) inset;
}
.dd-wrapper {
	position: absolute;
	display: none;
	top: -14px;
	padding-top: 50px;
	left: 50%;
	margin-left: -75px;
	z-index: 100;
}
#nav .content-wrapper ul.nav_style li:hover .dd-wrapper {
	display: block;
}
#nav .content-wrapper ul.nav_style li .dd-wrapper:hover > #nav ul.nav_style li a.nav_item {
	display: inline-block;
	background: #2e2f33;
	background: rgba(0, 0, 0, 0.2) !important;
	color: white;
	text-shadow: 0 -1px black;
	font-size: 18px;
	text-decoration: none;
	padding: 8px 11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, .5) inset, 0px 1px 0px rgba(255, 255, 255, 0.04);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .5) inset, 0px 1px 0px rgba(255, 255, 255, 0.04);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .5) inset, 0px 1px 0px rgba(255, 255, 255, 0.04);
}
.dd-wrapper .dd-top {
	position: relative;
	left: 50%;
	margin-left: -15px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid rgba(53, 54, 58, 0.93);
}
#nav .content-wrapper > ul.nav_style > li > .dd-wrapper > ul {
	position: relative;
	width: 150px;
	background: #35363A;
	background: rgba(53, 54, 58, 0.95) !important;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
}
#nav .content-wrapper > ul.nav_style > li > .dd-wrapper > ul > li {
	display: block;
	padding: 5px 0 5px 0;
}
#nav .content-wrapper > ul.nav_style > li > .dd-wrapper > ul > li:hover {
	background: #313238;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#nav .content-wrapper > ul.nav_style > li > .dd-wrapper > ul > li:hover a {
	color: white;
}
#nav .content-wrapper > ul.nav_style > li > .dd-wrapper > ul > li > a {
	display: block;
	padding-left: 6px;
	font-size: 14px;
	color: #BEBEBE;
	text-shadow: 0 1px black;
	text-decoration: none;
}
#breadcrumb {
	position: relative;
	margin: 20px 0 12px 0;
	background: #e0e0e0;
	padding: 10px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15) inset, 0 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15) inset, 0 1px #f8f8f8;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15) inset, 0 1px #f8f8f8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #555555;
	text-shadow: 0 1px white;
	font-weight: bold;
	behavior: url(/css/PIE.htc);
}
#breadcrumb a {
	color: #555555;
	font-weight: normal;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#main {
	width: 980px;
	margin: auto;
	padding-bottom: 60px;
	font-size: 12px;
}
#main p {
	line-height: 1.4em;
	padding: 10px 0;
}
#main p.sub {
	padding: 5px 0 20px 0;
}
#main .content-container-s1 {
	margin-bottom: 20px;
	background: white;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/css/PIE.htc);
}
#main .content-container-s2 {
	background: #ecf4e5;
	border: solid 1px #bedba6;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/css/PIE.htc);
}
#main .content-container-s2 h2 {
	margin: 0 0 8px 0;
	font-size: 18px;
	color: #449800;
}
#main .content-container-s2 input[type=text] {
	padding: 4px 2px;
	border: solid 1px #bedba6;
	outline: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#main .content-container-s2 input[type=text]:focus {
	border: solid 1px #73b240;
}
#main .content-container-s2 label {
	display: block;
	font-weight: bold;
}
#main .content-container-s2 .button-container {
	position: relative;
	display: block;
	text-align: center;
}
#main table.legend {
	border-collapse: collapse;
	width: 100%;
}
#main table.legend td {
	width: 50%;
	padding: 2px 0;
}
#main .intro-text {
	margin-bottom: 40px;
}
#main .intro-text p {
	padding-top: 4px;
	font-size: 14px;
	line-height: 1.2em;
	color: #424242;
	text-shadow: 0 1px white;
}
#main table.hp-box_container {
	position: relative;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
#main table.hp-box_container td {
	padding: 0 5px;
}
#main .hp-box {
	position: relative;
	float: left;
	width: 290px;
	height: 120px;
	background: #f4f4f4;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDI1NSwyNTUsMjU1LDEpOyIgLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYmEoMjMyLDIzMiwyMzIsMSk7IiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjZ3JhZGllbnQpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiAvPjwvc3ZnPg==);
	background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(232,232,232,1));
	background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(232,232,232,1));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,1)), color-stop(1, rgba(232,232,232,1)));
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFFFF, EndColorStr=#FFE8E8E8);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF,EndColorStr=#FFE8E8E8)";
	border: solid 1px white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}
#main .hp-box_content {
	padding: 6px;
}
#main .hp-box h1 {
	font-size: 18px;
	color: #449800;
	-webkit-font-smoothing: antialiased;
}
#main .hp-box p {
	font-size: 12px;
	color: #424242;
	text-shadow: 0 1px white;
	line-height: 1.2em;
}
#main .hp-box .button_container {
	position: relative;
	float: right;
	bottom: 4px;
}
#main #b-content {
	width: 100%;
	margin-top: 60px;
}
#main .video_container {
	vertical-align: top;
	padding-right: 40px;
}
#main table.news {
	width: 100%;
	vertical-align: top;
}
#main table.news tr {
	border-bottom: solid 2px #d8dadb;
}
#main table.news tr td {
	vertical-align: middle;
	padding: 8px 0;
}
#main table.news tr td:nth-child(2) {
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.2em;
	color: #5d5d5d;
	text-shadow: 0 1px white;
}
#main table.news tr td:nth-child(2) a {
	color: #5d5d5d;
	text-decoration: none;
}
#main table.news tr td:nth-child(2) a:hover {
	text-decoration: underline;
}
#main table.news tr td .date-stamp {
	background: transparent url('/img/layout/date-bg_right.png') no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font-size: 12px;
	color: white;
	white-space: nowrap;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	height: 21px;
	margin-right: 10px;
	padding-right: 11px;
	text-decoration: none;
}
.alert-box {
	position: relative;
	margin: 10px 0;
	padding: 5px;
	background: #fff9de;
	border: solid 1px #ffddbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.alert-box h2 {
	position: relative;
	margin: 0 0 8px 0;
	font-size: 18px;
	color: #df6e00;
}
.alert-box p.l1 {
	padding: 0 !important;
	font-size: 14px;
	color: #464646;
}
.alert-box p.l1 a {
	color: #464646;
}
.alert-box p.l1 a:hover {
	text-decoration: none;
}
.alert-box p.l2 {
	padding: 5px 0 0 0 !important;
	font-size: 12px;
	color: #464646;
}
.alert-box a.button {
	position: relative;
	float: right;
	background: #df6e00;
	padding: 4px 6px;
	font-size: 13px;
	color: white;
	text-shadow: 0 -1px #a45100;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.alert-box a.button:hover {
	background: #ff7e00;
}
.message {
	position: relative;
	font-weight:bold;
	font-size:16px;
	width:100%;
	padding:17px 0 18px;
	margin-bottom:5px;
	color:#E83D0E;
	background:#ffeeee url('/img/layout/alert_pattern.png') repeat top left;
}
.alrt-yellow {
	background: #FFFFD7 url('/img/layout/alert_pattern.png') repeat top left;
	color: #E8A911;
}
.message .alert-text {
	position:relative;
	line-height: 26px;
	min-height: 26px;
	padding:0 30px;
	margin:0 2%;
	background:url('/img/icons/alert_icon_error.png') no-repeat top left;
}
.message .alert-text_yellow {
	position:relative;
	line-height: 26px;
	min-height: 26px;
	padding:0 30px;
	margin:0 2%;
	background:url('/img/icons/alert_icon_warning.png') no-repeat top left;
}
#main .chart-container {
	position: relative;
	display: block;
	margin-bottom: 40px;
	text-align: center;
}
#main table.news tr td .date-stamp span {
	background: transparent url('/img/layout/date-bg_left.png') no-repeat;
	display: block;
	line-height: 13px;
	padding: 3px 4px 5px 8px;
}
#main .t1-s1_container {
	border: solid 1px #c1c1c1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main .t1-s1 {
	width: 100%;
	border-collapse: none;
	margin: 20px 0;
}
#main .t1-s1 tr:hover td.icon, #main .t1-s1 tr:hover td {
	opacity: 1;
	border-bottom: solid 1px #cccccc;
}
#main .t1-s1 tr td {
	padding: 8px 0;
	border-bottom: solid 1px #e5e5e5;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
#main .t1-s1 tr td.icon {
	width: 1%;
	vertical-align: middle;
	padding-right: 10px;
	text-align: center;
	opacity: .75;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
#main .t1-s1 tr td h2 {
	margin: 0;
	font-size: 18px;
	text-decoration: underline;
}
#main .t1-s1 tr td p {
	padding: 4px 0 0 0;
	color: black;
}
#main .t1-s1 tr td a {
	display: block;
	text-decoration: none;
}
#footer {
	background: #4e4e4e;
	clear: both;
	position: relative;
	z-index: 10;
	height: 60px;
	margin-top: -60px;
	padding: 0 20px;
}
#footer:hover .footer-logo {
	opacity: .75;
}
#footer p {
	position: relative;
	float: left;
	top: 14px;
	line-height: 1.6em;
	color: #9e9e9e;
	text-shadow: 0 1px #262626;
	font-size: 12px;
}
#footer .footer-logo {
	position: relative;
	float: right;
	background: url(/img/layout/logo_footer.png);
	width: 150px;
	height: 60px;
	opacity: .35;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
}
table.data {
	width: 100%;
	border:1px solid #ddd;
}
table.data th {
	padding:4px;
	color:#FFFFFF;
	background:#404040;
	font-weight:bold;
	text-align:left;
}
table.data th a {
	display:block;
	color:#FFFFFF;
}
table.data td {
	font-size:11px;
	font-family:"tahoma";
	padding:8px 4px;
	background:#FFFFFF;
	border:1px solid #ddd;
	border-top:none;
}
table.data tr.alt td {
	background-color:#F8F8F8;
}
table.data td.actions {
	width:26px;
}
table.data td.no_records {
	text-align:center;
	padding:1em 0;
	font-weight:bold;
}
table.data .center {
	text-align:center;
}
table.data .right {
	text-align:right;
	padding-right:6px;
}
table.data td.no-border {
	border:none;
}
table.data tr:hover td {
	background-color:#FFFFE7;
}
table.pagination {
	margin:0.8em 0;
	clear:both;
	font-size:11px;
}
table.pagination .disabled {
	color:#999;
}
table.pagination span {
	border:1px SOLID #369;
}
table.pagination span a {
	text-decoration:none;
	padding:0 3px;
	font-weight:bold;
}
table.pagination span.current {
	padding:0 3px;
	color:#666;
	border-color:#999;
}
table.pagination span a:hover {
	background-color:#369;
	color:#FFFFFF;
}
div.multiple-actions {
	margin-top:8px;
	padding-left:34px;
	background:url(/img/bullets/multi_action_arrow.gif) no-repeat 8px 2px;
	height:22px;
}
div.multiple-actions input {
	float:left;
	margin-right:4px;
}
table.data .checkbox {
	width:16px;
	text-align:center;
	padding:3px;
}
table.data tr.totals td {
	background:#eee;
	color:#303030;
}
/* FACEBOX */
#facebox {
	position:absolute;
	width:100%;
	top:0;
	left:150px;
	z-index:1100;
	text-align:left;
}
#facebox .b {
	background:url(/img/facebox/b.png);
}
#facebox h3 {
	padding:0 0 8px 0;
	margin-bottom:8px;
	border-bottom:1px SOLID #DDDDDD;
}
#facebox .tl {
	background:url(/img//facebox/tl.png);
}
#facebox .tr {
	background:url(/img//facebox/tr.png);
}
#facebox .bl {
	background:url(/img//facebox/bl.png);
}
#facebox .br {
	background:url(/img//facebox/br.png);
}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
	height:10px;
	width:10px;
	overflow:hidden;
	padding:0;
}
#facebox .popup {
	position:relative;
}
#facebox table {
	margin:auto;
	border-collapse:collapse;
	width:auto;
}
#facebox .body {
	padding:10px;
	background:#fff;
	width:650px;
}
#facebox .loading {
	text-align:center;
}
#facebox .image {
	text-align:center;
}
#facebox img {
	border:0;
}
#facebox .footer {
	border-top:1px solid #DDDDDD;
	padding-top:5px;
	margin-top:10px;
	text-align:right;
}
#facebox .close_image {
}
label.placeholder {
	cursor: text;
	padding: 4px 4px 4px 4px;
	color: #999999;
}
/* html5 placeholder support */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#999999;
}
input:placeholder, textarea:placeholder {
color:#999999;
}
.actions ul {
	margin: 10px 0;
}
.actions ul li {
	display: inline;
	padding-right: 4px;
}
.actions ul li a {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	font-size: 13px;
	padding: 6px 6px;
	background: #4aa100;
	background: -moz-linear-gradient(top, #50aa00 0%, #459900 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #50aa00), color-stop(100%, #459900));
	background: linear-gradient(top, #50aa00 0%, #459900 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50aa00', endColorstr='#459900');
	border: 1px solid #326e00;
	-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 1px 1px 0px rgba(255, 255, 255, 0.1) inset, -1px -1px 0px rgba(255, 255, 255, 0.1) inset;
	-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 1px 1px 0px rgba(255, 255, 255, 0.1) inset, -1px -1px 0px rgba(255, 255, 255, 0.1) inset;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 1px 1px 0px rgba(255, 255, 255, 0.1) inset, -1px -1px 0px rgba(255, 255, 255, 0.1) inset;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: white !important;
	text-shadow: 0 -1px 0 #266e00;
	white-space: nowrap;
	margin-top: 5px;
	behavior: url(/css/PIE.htc);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.actions ul li a:hover {
	background: #4aa100;
	background: -moz-linear-gradient(top, #00c41f 0%, #00a017 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00c41f), color-stop(100%, #00a017));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c41f', endColorstr='#00a017');
	-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35) inset, 1px 1px 0px rgba(255, 255, 255, 0.15) inset, -1px -1px 0px rgba(255, 255, 255, 0.15) inset;
	-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35) inset, 1px 1px 0px rgba(255, 255, 255, 0.15) inset, -1px -1px 0px rgba(255, 255, 255, 0.15) inset;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35) inset, 1px 1px 0px rgba(255, 255, 255, 0.15) inset, -1px -1px 0px rgba(255, 255, 255, 0.15) inset;
}
/* ACCORDIONS																	*/
/* ---------------------------------------------------------------------------- */

.accordion-wrapper {
	padding-bottom:5px;
}
.accordion-block {
	padding:5px 5px 0;
}
.accordion-block h3 {
	opacity:1;
	cursor:pointer;
	margin:0;
	background:#fff url('../images/accordion_closed.png') no-repeat 98% 10px;
	line-height:19px;
	font-size:14px;
	font-weight:bold;
	padding:13px 45px 13px 13px;
}
.accordion-block h3:hover {
	opacity:0.75;
}
.accordion-block.open h3 {
	background:#fff url('../images/alert_icon_close.png') no-repeat 98% 10px;
}
.accordion-block .accordion-content {
	display:none;
	padding:15px 15px 0 15px;
}
/* BUTTONS																		*/
/* ---------------------------------------------------------------------------- */
.button {
	text-decoration:none;
	margin:0 6px 0 0;
	font-weight:bold;
	display:inline-block;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#fff;
}
.button:hover {
	color:#fff;
	box-shadow:none;
}
.button.small {
	font-size:11px;
	line-height:11px;
	padding:8px 9px 7px;
}
.button.medium {
	font-size:12px;
	line-height:12px;
	padding:10px 10px 8px;
}
.button.large {
	font-size:16px;
	line-height:16px;
	padding:13px 15px 11px;
}
.button {
	background:#606a6d;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #606a6d), color-stop(1, #909799) );
	background-image: -moz-linear-gradient( center bottom, #606a6d 0%, #909799 100% );
	border:1px solid #606a6d;
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.6) !important;
	color:#fff !important;
	width:auto !important;
}
.button:hover, .button.hover {
	background:#606a6d;
}
.button.red {
	background:#E83D0E;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #E83D0E), color-stop(1, #F07C5B) );
	background-image: -moz-linear-gradient( center bottom, #E83D0E 0%, #F07C5B 100% );
	border:1px solid #E83D0E;
}
.button.red:hover, .button.hover.red {
	background:#E83D0E;
}
.button.blue {
	background:#2a68a2;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #2a68a2), color-stop(1, #6e98c0) );
	background-image: -moz-linear-gradient( center bottom, #2a68a2 0%, #6e98c0 100% );
	border:1px solid #2a68a2;
}
.button.blue:hover, .button.hover.blue {
	background:#2a68a2;
}
.button.yellow {
	background:#e8aa13;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #e8aa13), color-stop(1, #f0c55f) );
	background-image: -moz-linear-gradient( center bottom, #e8aa13 0%, #f0c55f 100% );
	border:1px solid #e8aa13;
}
.button.yellow:hover, .button.hover.yellow {
	background:#e8aa13;
}
.button.green {
	background:#57a50b;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #57a50b), color-stop(1, #8dc159) );
	background-image: -moz-linear-gradient( center bottom, #57a50b 0%, #8dc159 100% );
	border:1px solid #57a50b;
}
.button.green:hover, .button.hover.green {
	background:#57a50b;
}
/* ALERTS																		*/
/* ---------------------------------------------------------------------------- */

.alert-wrapper {
	font-weight:bold;
	font-size:16px;
	width:100%;
	padding:17px 0 18px;
	margin-bottom:5px;
}
.alert-wrapper.push-down {
	margin-bottom:20px;
}
.alert-wrapper .alert-text {
	position:relative;
	line-height:26px;
	min-height: 26px;
	padding:0 30px;
	margin:0 2%;
	background:url('../images/alert_icon_error.png') no-repeat top left;
}
.alert-wrapper .alert-text .close {
	position:absolute;
	top:0;
	right:0;
	width:26px;
	height:26px;
	display:block;
	background:url('../images/alert_icon_close.png') no-repeat;
	text-indent:-9999px;
}
.push-down .alert-wrapper .grid_4 {
	margin-bottom:0 !important;
}
.alert-wrapper.error {
	color:#E83D0E;
	background:#ffeeee url('/img/layout/alert_pattern.png') repeat top left;
}
.alert-wrapper.error .alert-text {
	background:url('/img/icons/alert_icon_error.png') no-repeat top left;
}
.alert-wrapper.warning {
	color:#e8a911;
	background:#ffffd7 url('/img/layout/alert_pattern.png') repeat top left;
}
.alert-wrapper.warning .alert-text {
	background:url('/img/icons/alert_icon_warning.png') no-repeat top left;
}
.alert-wrapper.confirm {
	color:#54a306;
	background:#deffbd url('/img/layout/alert_pattern.png') repeat top left;
}
.alert-wrapper.confirm .alert-text {
	background:url('/img/icons/alert_icon_confirm.png') no-repeat top left;
}
.alert-wrapper.info {
	color:#2766a1;
	background:#dbeeff url('/img/layout/alert_pattern.png') repeat top left;
}
.alert-wrapper.info .alert-text {
	background:url('/img/icons/alert_icon_info.png') no-repeat top left;
}
#login-form .alert-wrapper {
	margin:0 0 15px;
	padding:8px 0;
}
#login-form .alert-wrapper .alert-text {
	font-size:14px;
	margin:0 10px;
}
/* PANELS																		*/
/* ---------------------------------------------------------------------------- */

.panel {
	background:#ebebeb;
	border:1px solid #454e51;
	margin-bottom: 10px;
}
.panel h2.cap {
	line-height:1;
	cursor:pointer;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2);
	margin:0;
	text-shadow:1px 1px 0 rgba(0,0,0,0.4);
	height:27px;
	color:#fff;
	font-size:13px;
	background:#454e51 url('/img/layout/cap_bg.png') repeat;
	padding:14px 0 0 15px;
	position:relative;
}
.panel .content {
	margin:5px;
	background:#fff;
	padding:20px 20px 1px 20px;
}
.panel {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
/* TABLES																		*/
/* ---------------------------------------------------------------------------- */

.panel table.styled {
	border:1px solid #d5dcdf;
	margin:0 0 10px;
	width: 100%;
}
.panel table.styled th, .panel table.styled td {
	padding: 6px 11px;
}
.panel table.styled thead tr th, .panel table.styled tfoot tr th {
	border-bottom: 1px solid #d5dcdf;
	font-size: 12px;
	color:#5d676a;
}
.panel table.styled thead tr th {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E3E9EB), color-stop(1, #F0F3F4));
	background-image: -moz-linear-gradient(center bottom, #E3E9EB 0%, #F0F3F4 100%);
	-moz-box-shadow:inset 2px 0 0 #fff;
	-webkit-box-shadow:inset 2px 0 0 #fff;
	box-shadow:inset inset 2px 0 0 #fff;
	border-right:1px solid #d5dcdf;
}
.panel table.styled thead tr .header {
	padding-right:23px;
	cursor: pointer;
}
.panel table.styled tbody td {
	-moz-box-shadow:inset 0 1px 0 #fff, inset 2px 0 0 #fff;
	-webkit-box-shadow:inset 0 1px 0 #fff, inset 2px 0 0 #fff;
	box-shadow:inset 0 2px 0 #fff, inset 2px 0 0 #fff;
	border-bottom:1px solid #d5dcdf;
	border-right:1px solid #d5dcdf;
	color: #5d676a;
	background-color: #fff;
	vertical-align: top;
}
.panel table.styled tbody tr.odd td {
	background-color:#f7f9f9;
}
.panel table.styled thead tr .headerSortUp {
	background-image: url(/img/layout/asc.png), -webkit-gradient(linear, left bottom, left top, color-stop(0, #d5dcdf), color-stop(1, #E3E9EB));
	background-image: url(/img/layout/asc.png), -moz-linear-gradient(center bottom, #d5dcdf 0%, #E3E9EB 100%);
	background-position:top right;
}
.panel table.styled thead tr .headerSortDown {
	background-image: url(/img/layout/desc.png), -webkit-gradient(linear, left bottom, left top, color-stop(0, #d5dcdf), color-stop(1, #E3E9EB));
	background-image: url(/img/layout/desc.png), -moz-linear-gradient(center bottom, #d5dcdf 0%, #E3E9EB 100%);
	background-position:top right;
}
table.styled .checkbox-row {
	text-align:center;
	width:10px;
}
table.styled .options-row {
	text-align:center;
	width:117px;
}
table.styled .center {
	text-align:center;
}
div.pager {
	position:relative;
	text-align: right;
	margin:10px 0 20px;
}
div.pager span {
	padding: 0 5px;
}
div.pager input.prev {
	width: auto;
	margin-right: 10px;
}
div.pager input.next {
	width: auto;
	margin-left: 10px;
}
div.pager input {
	font-size: 8px;
	width: 50px;
	border: 1px solid #330000;
	text-align: center;
}
div.pager .pagesize {
	width:60px;
}
div.pager .chzn-container {
	margin:0 7px 0 0;
	min-width: 58px;
	vertical-align: top;
}
div.pager .pagedisplay {
	width:35px;
	margin:0 7px 0 0;
	font-size:13px;
	border:none;
	cursor:default;
	vertical-align: super;
}
div.pager .button.next, div.pager .button.prev, div.pager .button.first, div.pager .button.last {
	position:relative;
	top:0;
	margin:0 3px 0 0;
}
div.pager .button img {
	display:block;
	margin:0;
	padding:2px;
}
div.pager .table-options {
	position:absolute;
	top: 0;
	left:0;
}
.panel table .icon-button {
	margin:0 5px;
	width:21px;
	height:21px;
	display:inline-block;
	text-indent:9999px;
	overflow:hidden;
}
.panel table .icon-button.edit {
	background:url('/img/icons/table_icon_edit.png') no-repeat center center;
}
.panel table .icon-button.delete {
	background:url('/img/icons/table_icon_delete.png') no-repeat center center;
}
/* TABS																			*/
/* ---------------------------------------------------------------------------- */

ul.tabs {
	margin: 5px 5px 0 5px;
	padding: 0;
	list-style: none;
	height: 42px; /*--Set height of tabs--*/
	width: 100%;
}
ul.tabs:after {
	clear:both;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	position: relative;
	background: #dcdcdc;
}
ul.tabs li a {
	text-decoration: none;
	color: #555;
	text-shadow:1px 1px 0 #fff;
	display: block;
	font-size: 14px;
	font-weight:bold;
	padding: 0 20px;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
	overflow: hidden;
	clear: both;
	width: 100%;
	background: #fff;
}
.content.tabbed {
	margin:0 5px 5px 5px;
}
/*
----------------------------------------------------------------------------------------------------*/

.container_4 {
	margin-left: auto;
	margin-right: auto;
}
.panel-left {
	float: left;
	width: 475px;
}
.panel-right {
	float: right;
	width: 475px;
}
/* FORMS																		*/
/* ---------------------------------------------------------------------------- */

form.styled label, form.styled .non-label-section {
	display:block;
	margin-left:155px;
	padding:0 0 20px 20px;
	border-left:1px solid #ddd;
	position:relative;
}
form.styled label span, form.styled .non-label-section span {
	font-weight:bold;
	font-size:12px;
	color:#666;
	position:absolute;
	top:0;
	left:-155px;
}
form.styled label:after, form.styled .non-label-section:after {
	content:" ";
	clear:both;
}
form.styled label span.browse {
	font-size:13px;
	line-height:17px;
	height: 15px;
	padding:2%;
	margin:0;
	left:auto;
	top:0;
	right:-1px;
}
form.styled input, form.styled textarea {
	border:1px solid #aaa;
	background:#eee;
	display:block;
	font-size:13px;
	line-height:17px;
	font-family:sans-serif;
	padding:2%;
	margin:0;
	width:96%;
	color:#666;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.03, #F0F0F0), color-stop(1, #FFFFFF));
	background-image: -moz-linear-gradient(center bottom, #F0F0F0 3%, #FFFFFF 100%);
	-moz-box-shadow:inset 1px 1px 4px #ddd;
	-webkit-box-shadow:inset 1px 1px 4px #ddd;
	box-shadow:inset 1px 1px 4px #ddd;
}
form.styled textarea {
	height:100px;
}
form.styled label input.file {
	cursor:pointer;
	position:absolute;
	top:5px;
	right:0;
}
form.styled select {
	width:100%;
}
form.styled .chzn-single span {
	position:relative;
	font-weight:normal;
	left:0;
}
.progress-bar {
	display:block;
	position:relative;
	margin:0 0 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #aaa;
	height:8px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D8D8D8), color-stop(1, #C7C7C7));
	background-image: -moz-linear-gradient(center bottom, #D8D8D8 0%, #C7C7C7 100%);
	line-height:1px;
}
.progress-bar .bar {
	display:block;
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.4);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.4);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.4);
	position:absolute;
	top:-1px;
	left:-1px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #666;
	text-indent:-9999px;
	height:8px;
	background:#666 url('../images/progress_bar_bg.png') repeat-x;
}
.progress-bar .bar.red {
	border:1px solid #e83d0f;
	background:#e83d0f url('../images/progress_bar_bg.png') repeat-x;
}
.progress-bar .bar.blue {
	border:1px solid #2766a1;
	background:#2766a1 url('../images/progress_bar_bg.png') repeat-x;
}
.progress-bar .bar.green {
	border:1px solid #54a306;
	background:#54a306 url('../images/progress_bar_bg.png') repeat-x;
}
.progress-bar .bar.yellow {
	border:1px solid #e8a911;
	background:#e8a911 url('../images/progress_bar_bg.png') repeat-x;
}
.progress-bar .bar.white {
	border:1px solid #aaa;
	background:#fff url('../images/progress_bar_bg.png') repeat-x;
}
/* Sub-Navigation														    	*/
/* ---------------------------------------------------------------------------- */
ul.subnav {
	background: #c9c9c9;
	border: solid 1px #a0a0a0;
	margin: 30px 0 10px 0;
	padding: 12px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
ul.subnav li {
	display: inline;
	list-style: none;
	margin-right: 18px;
	white-space: normal;
}
ul.subnav li a {
	font-size: 12px;
	line-height: 1.8em;
	font-weight: bold;
	color: #555;
	text-decoration: none;
}
ul.subnav li a:hover {
	color: black;
	text-decoration: underline;
}
ul.subnav li a.active {
	color: #449800;
}

