h1, h2, h3, h4, h5, h6, p, blockquote, pre {
	padding-right: 20px;
	padding-left: 20px;
}

/*LOGIN FORM*/
.login-username .login-password {
	font-size: 130%;
}

.input {
	font-size: 120%;
	width: 116px;
	padding: 3px;
}

.login-submit {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin-left: 40px;
}

/*MENU*/
#nav-bottom-menu, #nav-top-menu {
	min-height: 24px;
/*@ matches menubar height */
}

.menu_bar {
	float: left;
	margin-top: 0;
	margin-bottom: 1px;
	padding: 0;
	width: 100%;
	height: 24px;
}

.menu_bar a {
	line-height: 24px;
/*@ this and .menu_bar ul ul top should be the same */
}

.menu_bar ul ul {
	top: 24px;
/*@ menubar height */
	width: 188px;
}

.menu_bar ul ul a {
	height: auto;
	line-height: 18px;
	padding: 5px;
	width: 178px;
}

/* custom menu styling */
.widget_nav_menu {
	clear: both;
	margin: 0;
	width: 100% !important;
	overflow: hidden !important;
	margin-bottom: 10px;
}

.widget_nav_menu ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
	list-style-image: none !important;
}

.widget_nav_menu a:hover {
	text-decoration: none !important;
}

.widget_nav_menu ul ul li {
	margin: 0 !important;
}

.widget_nav_menu ul ul a {
	display: block !important;
	padding: 0 5px 0 25px !important;
	text-decoration: none !important;
}

.widget_nav_menu ul ul a:hover {
	text-decoration: none !important;
}

.widget_nav_menu ul ul ul a {
	padding: 0 5px 0 35px !important;
}

.widget_nav_menu ul ul ul ul a {
	padding: 0 5px 0 45px !important;
}

.widget_nav_menu ul ul ul ul ul a {
	padding: 0 5px 0 55px !important;
}

/* make the footer sidebars the width you want, and centered.
#sidebar_wrap_footer {max-width:940px;margin-left:0px;margin-right:0px;}
  /* same for the copyright/credit stuff */
#site-ig-wrap {
	max-width: 940px;
	margin-left: 0;
	margin-right: 0;
}

/* and if you make the Footer last, this will re-center it */
#colophon {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/*TABLES*/
table {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

td {
	margin: 0 px;
}

#content table {
	border: 0 solid #000;
	text-align: left;
	margin: auto;
	margin-bottom: 0;
	width: 100%;
}

#content tr th,
#content thead th {
	padding: 0;
}

#content tr td {
	border: 0 solid #000;
	padding: 0;
}

/*GENERIC TABLES*/
.tblList {
	vertical-align: top;
	margin: 0;
}

.tblList table {
	width: 100%;
	border-color: #999999;
	text-align: left;
	border-collapse: collapse;
	margin-right: 0;
	margin-left: -15px;
	padding-right: 0;
	padding-left: 0;
}

.tblList tr:nth-child(even) {
	background-color: #F5FFFF;
}

.tblList tr:nth-child(odd) {
	background-color: #FDFFFF;
}

.tblList th {
	font-size: 90%;
	font-weight: normal !important;
	color: #6C6C6C;
	background-color: #EBFCFC;
	padding: 6px;
	vertical-align: bottom;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-transform: uppercase;
}

.tblList td {
	padding-left: 4px;
	padding-right: 4px;
}

.tblListHeader td {
	font-size: 90%;
	font-weight: bold;
	color: #6C6C6C;
	background-color: #E6F3FC;
	padding: 6px;
	vertical-align: bottom;
}

.tblSectionLine tr th td {
	height: 1px;
	background-color: #cccccc;
}

/*TABLE SEARCH*/
#frm_search {
	background-color: #fcfcfa;
	border: 1px solid #333333;
	width: 200px;
	padding-top: 3px;
	padding-bottom: 4pxx;
	margin-bottom: 2px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
}

.searchsubmit {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#339de6),color-stop(1,#2384d2));
	background: -moz-linear-gradient(center top,#339de6 5%,#2384d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339de6',endColorstr='#2384d2');
	background-color: #339de6;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #3194d8;
	width: 70px;
	display: inline-block;
	color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin: 2px;
	margin-left: 4px;
	text-decoration: none;
	text-shadow: 0 0 0 #f0f0f0;
}

.searchsubmit:hover {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#3094d8),color-stop(1,#217ac1));
	background: -moz-linear-gradient(center top,#3094d8 5%,#217ac1100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3094d8',endColorstr='#217ac1');
	background-color: #3094d8;
	border: 1px solid #1c74b3;
}

.searchsubmit:active {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#217ac1),color-stop(1,#3094d8));
	background: -moz-linear-gradient(center top,#217ac15%,#3094d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#217ac1',endColorstr='#3094d8');
	background-color: #217ac1;
}

.subhead {
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	vertical-align: bottom;
	width: 4%;
	font-weight: normal;
	border-left: 1px solid #9191e0;
/* Firefox */
	-moz-transform: rotate(-90deg);
/* IE */
	-ms-transform: rotate(-90deg);
/* Opera */
	-o-transform: rotate(-90deg);
/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.btnShowAll {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#339de6),color-stop(1,#2384d2));
	background: -moz-linear-gradient(center top,#339de6 5%,#2384d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339de6',endColorstr='#2384d2');
	background-color: #339de6;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #339de6;
	width: 70px;
	display: inline-block;
	color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin: 2px;
	margin-left: 4px;
	text-decoration: none;
	text-shadow: 0 0 0 #f0f0f0;
}

.btnShowAll:hover {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#3094d8),color-stop(1,#217ac1));
	background: -moz-linear-gradient(center top,#3094d8 5%,#217ac1100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3094d8',endColorstr='#217ac1');
	background-color: #3094d8;
	border: 1px solid #1c74b3;
}

.btnShowAll:active {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#217ac1),color-stop(1,#3094d8));
	background: -moz-linear-gradient(center top,#217ac15%,#3094d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#217ac1',endColorstr='#3094d8');
	background-color: #217ac1;
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none;
}

/*SIGN-IN TABLE #ece4bd,* /
.tblSignIn {
  background: #fdf8e6;
  background: url('linear-gradient.png') 0 0 repeat-x;
  background: -webkit-linear-gradient(#fdf8e6, #333333);
  background:    -moz-linear-gradient(#fdf8e6, #333333);
  background:     -ms-linear-gradient(#fdf8e6, #333333);
  background:      -o-linear-gradient(#fdf8e6, #333333);
  background:         linear-gradient(#fdf8e6, #333333);
  cellpadding:0;
  cellspacing:0;
  border-collapse:collapse; 
  cellmargin:0px; 
  padding-left:4px; 
  padding-right:4px; 
}
/*BIOMASS BROKERAGE TABLES*/
.tblBiomassList table {
	width: 100%;
	border-color: #999999;
}

.tblBiomassList tr:nth-child(even) {
	background-color: #f1f4f7;
}

.tblBiomassList {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.tblBiomassList tr:nth-child(odd) {
	background-color: #fafafa;
	border-bottom: 1px solid #ececec;
}

.tblBiomassListHeader tr td {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-color: #e5e5e5;
	vertical-align: bottom;
}

.tblBiomassListHeader {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-color: #e5e5e5;
	vertical-align: bottom;
}

.tblBiomassSectionLine tr th td {
	height: 1px;
	background-color: #cccccc;
}

.tblBiomassList tr td {
	padding: 0 4px;
	vertical-align: middle;
}

.tblBiomassDetailLabel td {
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
}

/*BUTTONS*/
.submit {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#339de6),color-stop(1,#2384d2));
	background: -moz-linear-gradient(center top,#339de6 5%,#2384d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339de6',endColorstr='#2384d2');
	background-color: #339de6;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #3194d8;
/*min-width: 60px;*/
	display: inline-block;
	color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin: 2px;
	text-decoration: none;
	text-shadow: 0 0 0 #f0f0f0;
}

.submit:hover {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#3094d8),color-stop(1,#217ac1));
	background: -moz-linear-gradient(center top,#3094d8 5%,#217ac1100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3094d8',endColorstr='#217ac1');
	background-color: #3094d8;
	border: 1px solid #1c74b3;
}

.submit:active {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#217ac1),color-stop(1,#3094d8));
	background: -moz-linear-gradient(center top,#217ac15%,#3094d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#217ac1',endColorstr='#3094d8');
	background-color: #217ac1;
	border: 1px solid #1c74b3;
}

.id_submit {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#339de6),color-stop(1,#2384d2));
	background: -moz-linear-gradient(center top,#339de6 5%,#2384d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339de6',endColorstr='#2384d2');
	background-color: #339de6;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #3194d8;
/*min-width: 60px;*/
	display: inline-block;
	color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin: 2px;
	text-decoration: none;
	text-shadow: 0 0 0 #f0f0f0;
}

.id_submit :hover {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#3094d8),color-stop(1,#217ac1));
	background: -moz-linear-gradient(center top,#3094d8 5%,#217ac1100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3094d8',endColorstr='#217ac1');
	background-color: #3094d8;
	border: 1px solid #1c74b3;
}

.id_submit :active {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#217ac1),color-stop(1,#3094d8));
	background: -moz-linear-gradient(center top,#217ac15%,#3094d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#217ac1',endColorstr='#3094d8');
	background-color: #217ac1;
	border: 1px solid #1c74b3;
}

.input.file {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#f9f9f9),color-stop(1,#e8e8e8));
	background: -moz-linear-gradient(center top,#f9f9f9 5%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#e8e8e8');
	background-color: #f9f9f9;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #D1D0CE;
	display: inline-block;
/*min-width: 60px;*/
	color: #333333;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin: 2px;
	text-decoration: none;
}

.btnDefault {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#f9f9f9),color-stop(1,#e8e8e8));
	background: -moz-linear-gradient(center top,#f9f9f9 5%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#e8e8e8');
	background-color: #f9f9f9;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #D1D0CE;
	display: inline-block;
/*min-width: 60px;*/
	color: #333333;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	white-space: nowrap;
	text-align: center;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin: 2px;
	text-decoration: none;
}

.btnDefault:hover {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#339de6),color-stop(1,#2384d2));
	background: -moz-linear-gradient(center top,#339de6 5%,#2384d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339de6',endColorstr='#2384d2');
	background-color: #339de6;
	color: #ffffff;
}

.btnDefault:active {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#217ac1),color-stop(1,#3094d8));
	background: -moz-linear-gradient(center top,#217ac15%,#3094d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#217ac1',endColorstr='#3094d8');
	background-color: #217ac1;
	border: 1px solid #1c74b3;
}

.btnMenu {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#f9f9f9),color-stop(1,#f9f9f9));
	background: -moz-linear-gradient(center top,#f9f9f9 5%,#f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#f9f9f9');
	background-color: #f9f9f9;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 1px solid #e8e8e8;
	display: inline-block;
/*min-width: 60px;*/
	color: #333333;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin: 0;
	text-decoration: none;
}

.btnMenu:hover {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#339de6),color-stop(1,#2384d2));
	background: -moz-linear-gradient(center top,#339de6 5%,#2384d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339de6',endColorstr='#2384d2');
	background-color: #339de6;
	color: #ffffff;
}

.btnMenu:active {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#217ac1),color-stop(1,#3094d8));
	background: -moz-linear-gradient(center top,#217ac15%,#3094d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#217ac1',endColorstr='#3094d8');
	background-color: #217ac1;
	border: 1px solid #1c74b3;
}

.btnPopup {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#D5DDE4),color-stop(1,#E6E8E9));
	background: -moz-linear-gradient(center top,#D5DDE4,#E6E8E9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D5DDE4',endColorstr='#E6E8E9');
	background-color: #D5DDE4;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #C9CDD1;
	display: inline-block;
	height: 16px;
	width: 16px;
	color: #7F8080;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 2px;
	text-decoration: none;
}

.btnPopup:hover {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#3094D8),color-stop(1,#227BC3));
	background: -moz-linear-gradient(center top,#3094D8 5%,#227BC3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3094D8',endColorstr='#227BC3');
	background-color: #3094D8;
	color: #ffffff;
}

.btnPopup:active {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#227BC3),color-stop(1,#3094D8));
	background: -moz-linear-gradient(center top,#227BC3,#3094D8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#227BC3',endColorstr='#3094D8');
	background-color: #3094D8;
}

.btnPopupTitle {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#3094D8),color-stop(1,#227BC3));
	background: -moz-linear-gradient(center top,#3094D8 5%,#227BC3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3094D8',endColorstr='#227BC3');
	background-color: #3094D8;
	color: #ffffff;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #2676AD;
	display: inline-block;
	height: 18px;
	width: 18px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	text-decoration: none;
}

.btnWidgetDefault {
	min-width: 40px;
	font-size: 90%;
	padding-top: 2px;
	padding-right: 8px;
	padding-left: 8px;
}

.btnWidgetDefault:hover {
}

.btnWidgetDefault:active {
}

.btnWidget {
	min-width: 40px;
	font-size: 90%;
	padding-top: 2px;
	padding-right: 8px;
	padding-left: 8px;
}

.btnWidget:hover {
}

.btnWidget:active {
}

/* Sign In button. */
.login-submit .button-primary {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#f9f9f9),color-stop(1,#e8e8e8));
	background: -moz-linear-gradient(center top,#f9f9f9 5%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#e8e8e8');
	background-color: #f9f9f9;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #D1D0CE;
	display: inline-block;
/*min-width: 60px;*/
	color: #333333;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	white-space: nowrap;
	text-align: center;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin: 2px;
	text-decoration: none;
}

.btnPrimary {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#339de6),color-stop(1,#2384d2));
	background: -moz-linear-gradient(center top,#339de6 5%,#2384d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339de6',endColorstr='#2384d2');
	background-color: #339de6;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #3194d8;
/*min-width: 60px;*/
	display: inline-block;
	color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin: 2px;
	text-decoration: none;
	text-shadow: 0 0 0 #f0f0f0;
}

.btnPrimary:hover {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#3094d8),color-stop(1,#217ac1));
	background: -moz-linear-gradient(center top,#3094d8 5%,#217ac1100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3094d8',endColorstr='#217ac1');
	background-color: #3094d8;
	border: 1px solid #1c74b3;
}

.btnPrimary:active {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#217ac1),color-stop(1,#3094d8));
	background: -moz-linear-gradient(center top,#217ac15%,#3094d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#217ac1',endColorstr='#3094d8');
	background-color: #217ac1;
}

.btnWidgetPrimary {
	font-size: 10px;
	padding: 1px 8px 2px 0;
}

.btnWidgetPrimary:hover {
}

.btnWidgetPrimary:active {
}

.btnTableRow {
	border-radius: 3px;
	border: 1px solid #eae9e7;
	display: inline-block;
	color: #333333;
	background-color: #FCFDFD;
	font-family: Univers, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	min-width: 12px;
	text-align: center;
	padding: 0 1px;
	margin: 0 1px;
	text-decoration: none;
}

.btnTableRow:hover {
	border: 1px solid #DBDAD8;
	background-color: #c2ffff;
}

.btnTableRow:active {
/*position:relative;
	top:1px;*/
}

.btnHeading {
	border-radius: 3px;
	border: 1px solid #eae9e7;
	display: inline;
	color: #333333;
	background-color: #f0f7f7;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	min-width: 12px;
	text-align: center;
	padding: 0 3px;
	margin: 0 1px;
	text-decoration: none;
}

.btnHeading:hover {
	border: 1px solid #DBDAD8;
	background-color: #c2ffff;
}

.btnHeading:active {
/*position:relative;
	top:1px;*/
}

.btnDelete {
	font-family: Arial, sans-serif;
	font-weight: bold;
}

.btnSignInOut {
	width: 40px;
}

#btnInline {
	margin: 0;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	min-width: 40px;
	font-size: 90%;
}

#btnRectangle {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#3094d8),color-stop(1,#217ac1));
	background: -moz-linear-gradient(center top,#3094d8 5%,#217ac1100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3094d8',endColorstr='#217ac1');
	background-color: #3094d8;
	border: 1px solid #1c74b3;
	font-weight: bold;
}

#btnRectangle:active {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#3094d8),color-stop(1,#217ac1));
	background: -moz-linear-gradient(center top,#3094d8 5%,#217ac1100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3094d8',endColorstr='#217ac1');
	background-color: #3094d8;
}

#btnGreyedOut {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#f9f9f9),color-stop(1,#f9f9f9));
	background: -moz-linear-gradient(center top,#f9f9f9 5%,#f9f9f9100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#f9f9f9');
	background-color: #f9f9f9;
	color: #999999;
}

#btnGreyedOut:hover {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#f9f9f9),color-stop(1,#f9f9f9));
	background: -moz-linear-gradient(center top,#f9f9f9 5%,#f9f9f9100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#f9f9f9');
	background-color: #f9f9f9;
	color: #999999;
	border: 1px solid #D1D0CE;
}

#btnGreyedOut:active {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#f9f9f9),color-stop(1,#f9f9f9));
	background: -moz-linear-gradient(center top,#f9f9f9 5%,#f9f9f9100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#f9f9f9');
	background-color: #f9f9f9;
	color: #999999;
	border: 1px solid #D1D0CE;
}

/*FORM styling*/
.frm_grid_header {
}

.frm_grid_first {
	vertical-align: bottom;
	background-color: #edfafa;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
	border: 0 transparent;
}

.frm_grid {
	vertical-align: bottom;
	background-color: transparent;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
	border: 0 transparent;
}

.frm_grid_odd {
	vertical-align: bottom;
	background-color: #edfafa;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
	border: 0 transparent;
}

.frmHeading {
	width: 100%;
	padding-left: 0;
	background-color: transparent;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #000033;
}

#frmRevealHeading {
	padding-top: 12px;
	padding-bottom: 3px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #000033;
}

.popUp {
	display: inline;
	padding-top: 4px;
	margin-top: 4px;
}

/*Formidable Pro resolution of description indent*/
.with_frm_style .frm_left_container p.description, .with_frm_style .frm_left_container div.description, .with_frm_style .frm_left_container div.frm_description, .with_frm_style .frm_left_container .frm_error {
	clear: both;
	margin-left: 0 !important;
}