/* DESIGN INFO? SYV.RYAN@GMAIL.COM */
body
{
	background-image:url('bg1.gif');
	background-repeat:repeat-x;
	margin:0;
	background-color:#eeffcb;
}

body, table {
	color:black;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

a {

	color:#4C7100;
	font-weight:normal;
	text-decoration:underline;
}

a img { border:0px; }

.topbarTile
{
	background-image:url('topbarTile1.gif');
	background-repeat:repeat-x;
}

.topbarMid
{ 
	background-image: url('topBar4.gif'); 
	background-repeat: no-repeat;
}

h1
{
	color:#2c4100;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	padding-top:0;
	margin:0px;
}
h2
{
	color:#2c4100;
	font-size:12px;
	font-weight:bold;
}
h4
{
	color:#2c4100;
	font-size:18px;
	font-weight:bold;
	line-height:19px;
	padding-top:0;
	margin:0px;
}
.errorHighlight
{
	background: #FF8888;
}

.homepageRed
{
	color:#B71800;
	font-size:11px;
}

.footer, .footerFront
{
  color:#000000;
  font-size:10px;
  line-height:16px;
}

.footer {
  padding-bottom:20px;
  padding-top:10px;
 }

.footerFront
{
  padding-bottom:3px;
  padding-top:5px;
}

.footer a, .footerFront a
{
  font-weight:bold;
}

.mainMenu
{
	font-size:11px;
	font-weight:bold;
}

.mainMenuRed
{
 	color:#B71800;
	font-size:11px;
	font-weight:bold;
}

a.mainMenuRed
{
 	color:#B71800;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

a.mainMenuRed:hover {
	text-decoration:underline;
}

a.mainMenu {
	text-decoration:none;
}

a.mainMenu:hover {
	text-decoration:underline;
}

.menuItem
{
	text-align:left;
	height:20px;
	width:220px;
	padding-left:40px;
	background-image:url('navBullet-wide.gif');
	background-repeat:no-repeat;
	background-position:center left;
}

.menuItemOn
{
	text-align:left;
	height:20px;
	width:220px;
	padding-left:40px;
	background-image:url('navBulletOn-wide.gif');
	background-repeat:no-repeat;
	background-position:center left;
	color:#000000;
	font-size:11px;
	font-weight:bold;
}

.subMenuItem
{
	text-align:left;
	height:20px;
	width:220px;
	padding-left:55px;
}

.subMenuItemOn
{
	text-align:left;
	height:20px;
	width:220px;
	padding-left:55px;

	font-size:11px;
	font-weight:bold;
}

.servedSmall
{
	color:#EAA55B;
	font-size:10px;
	font-weight:bold;
}

.servedBig
{
	color:#EAA55B;
	font-size:18px;
	font-weight:bold;
}

.menuBullet
{
	font-size:10px;
	font-weight:bold;
}

a.menuBullet {
	text-decoration:none;
}

a.menuBullet:hover {
	text-decoration:underline;
}

.menuBulletItem
{
	text-align:left;
	height:20px;
	padding-left:20px;
	background-image:url('navBullet.gif');
	background-repeat:no-repeat;
	background-position:center left;

}


hr
{
	border: none;
	border-top: dotted 1px #d3d7cf;
	height: 1px;
	margin-left: 1em;
	margin-right: 1em;
}

.popupheader { 
  background-image: url('popup-top-stretcher.gif');
  background-repeat: repeat-x;
  height:56px;
  width:100%;
}

.popupheader .logo {
  padding-left: 15px;
  float:left;
}
.popupheader .closewindow {
  padding-right:15px;
  float:right;
}

pre.codeex {
  border: solid 1px #cba83f;
  background-color: #ffffff;
  padding-left: 40px;
  padding-right: 10px;
  padding-top:7px;
  padding-bottom:7px;

}

.tranEx {
  border: solid 1px #cba83f;
  background-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top:15px;
  padding-bottom:15px;

}

table.funcdoc {
  border-collapse: collapse;
  border: 1px solid #cba83f;
  color: #000;
  background: #fff;
  width:100%;
}

table.funcdoc td, table.funcdoc th {
  border: 1px solid #cba83f;
  padding: 0.5em;
}

table.funcdoc td.funcdoc-param { width:40%; }

table.funcdoc td.funcdoc-name { font-weight:bold; }

table.funcdoc td.funcdoc-header { font-style:italic; }

.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}
input.submit-button {
	width: 200px;
	height: 60px;
	float: left;
}

