﻿body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #ffffff;
  font-family: verdana, sans-serif;
}
img {
  border: none;
}
form {
  width: 100%;
}
blockquote {
  width: 100%;
}
div#outer-container {
  width: 1002px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
div#inner-container {
  margin: 0;
  padding: 0;
}
div#header {
  margin: 0px;
  padding: 0px 0px 4px 0px;
  width: 956px;
  margin: 0 auto;
  position:relative;
  left:-6px;
  text-align:left;
}

#content{width:1004px;margin:0 auto;border-top:1px solid #E6E6E6;text-align:left;}

div#header img#logo {
  margin: 10px 0 10px 0;
}
div#footer {
  margin: 10px 0px 0px 0px;
  text-align: center;
  font-size: 1.0em;
  padding: 10px 0px 0px 0px;
}
div#footer #footer-menu, div#footer #footer-topmenu {
  padding-top: 0;
  margin-top: 0;
}
div#footer #footer-menu {
  margin-top: 10px;
}
div#footer #footer-menu a {
  color: #000000;
  font-size: 12px;
  font-family: Arial;
  text-decoration: none;
}
div#footer #footer-menu a:hover {
  text-decoration: underline;
}
div#footer #footer-legal {
  font-size: 0.6em;
}

ul#primary-menu {
  padding: 0px;
  margin: 22px 0px 0px 0px;
  display: block;
  text-align:left;
}
ul#primary-menu li {
  display: inline;
  font-size: 18px;
  margin: 0 5px 0 0;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-radius-topleft: 3px;
  -webkit-border-radius-topright: 3px;
  cursor: pointer;
}
ul#primary-menu li a {
  display: inline-block;
  padding: 10px 5px 0px 5px;
  margin: 0px;
  text-decoration: none;
  color: #404041;
  font-weight: bold;
}
ul#primary-menu li.moused, ul#primary-menu li.moused a {
  background-color: #A4C850;
  color: #ffffff;
}
ul#primary-menu li.selected, ul#primary-menu li.selected a, ul#primary-menu li.selected.moused, ul#primary-menu li.selected.moused a {
  background-color: #666666;
  color: #ffffff;
}

/*ul.secondary-menu { padding:5px 5px 5px 0; margin:5px 0 0 0; width:410px; border-top:1px solid #e6e6e6; }*/
ul.secondary-menu {
  padding: 5px 5px 5px 0;
  margin: 5px 0 0 0;
}
ul.secondary-menu li {
  display: inline;
  font-size: 12px;
  margin: 0;
  color: #000000 !important;
}
ul.secondary-menu li a {
  text-decoration: none;
  display: inline-block;
  padding: 3px 5px 0px 0;
}
ul.secondary-menu li a:hover {
  text-decoration: underline;
  color: #666;
}
ul.secondary-menu li a.selected {
  color: #666;
}

p#logged-in-box {
  padding: 10px;
  margin: 0;
  width: 120px;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}


div.box {
  padding: 10px;
  margin: 15px 0 15px 15px;
  width: 220px;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
/*
div.box ul { margin:5px 0 0 25px; padding:0; }
div.box li { list-style-image:url(../images/icons/puzzlePiece1.gif); font-size:0.8em; margin:0 0 5px 0; }
*/
table#image-labels {
  margin-bottom: 10px;
  color: #666666;
  font-size: 1.2em;
  font-weight: normal;
}
a {
  color: #A4C850;
}
a:hover {
  color: #000000;
}
p, li {
  font-size: 0.8em;
}
.button-wrapper {
  text-align: center;
  width: 260px;
  margin-top: 15px;
}
.fg-button {
  padding: .3em 1em .4em 20px;
  text-decoration: none;
  position: relative;
}
.fg-button span.ui-icon {
  margin: -8px 5px 0 0;
  position: absolute;
  left: .2em;
  top: 50%;
  background-image: url(../_ui/css/ui-lightness/images/ui-icons_ef8c08_256x240.png);
}
button.fg-button span.ui-icon {
  margin-left: -20px;
}

.ui-state-disabled {
  display: none;
}

.ui-datepicker-calendar td.ui-state-disabled{ display:table-cell; }
.ui-datepicker-calendar td.ui-state-disabled{ *display:block; }

.ui-state-default {
}
/* Layout */
#content {
  min-height: 470px;
}
div#content-wrapper {
  float: left;
  width: 955px;
  margin: 20px 0 20px 0;
}
div#content-left {
  float: left;
  width: 600px;
  padding-right: 15px;
}
div#content-left.border {
  border-right: 1px dotted #e6e6e6;
}
div#content-right {
  float: left;
  width: 315px;
  padding-left: 15px;
}

/* Headings */
h1 {
  margin: 0 0 20px 0;
  padding-top: 0;
  font-weight: normal;
  text-align: left;
  font-size: 1.1em;
  color: #666666;
}
h2 {
  font-size: 1.1em;
  font-weight: normal;
  margin: 0 0;
}
h3 {
  font-size: 1.0em;
  font-weight: bold;
  margin: 0 0;
  color: #A4C850;
}

/* Forms */
label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
  width: 600px;
}
label span.optional {
  font-weight: normal;
}
.radioButtonLabel label {
  width: 180px !important;
  display: inline !important;
}
/* FAQs */
div.faq-answer {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #e6e6e6;
}
ul#faq-questions {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
ul#faq-questions li {
  margin: 10px 0;
  padding-left: 25px;
  background: transparent url(../images/icons/puzzlePiece1.gif) no-repeat scroll 0 4px;
  list-style-type: none;
}

/* lists with puzzle bullets */
ul.puzzle-bullets {
  margin: 0px;
  padding: 5px 0px 5px 0px;
  list-style: none;
}
ul.puzzle-bullets li {
  margin: 0px 0px 0px 0px;
  padding: 3px 0px 3px 24px;
  background: url(../images/icons/puzzlePiece3.gif) no-repeat 0px 7px !important;
  _background-position: 0px 6px;
  font-size: 16px;
  color: #000000;
}
ul.puzzle-bullets, ul.puzzle-bullets li {
  _padding-top: 0px;
  _padding-bottom: 0px;
}
/* demo slideshows */
div#slideshow-loader p {
  text-align: center;
  font-size: 1.1em;
  color: #666;
}
div.slideshow-container {
  border: 1px solid #e6e6e6;
  margin: 10px 0;
  padding: 10px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-radius-topleft: 3px;
  -webkit-border-radius-topright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-radius-bottomleft: 3px;
  -webkit-border-radius-bottomright: 3px;
}
div.slideshow {
}
div.slide {
  width: 100%;
  float: left;
}
div.slide div.copy {
  width: 460px;
  float: left;
}
div.slide div.image {
  width: 460px;
  float: right;
}
.ui-state-disabled {
  border: 1px solid #ffffff;
  font-weight: bold;
  outline: none;
}

.ui-state-error {
  background-image: none;
}

/* how it works pages */
div#steps-container {
  position: relative;
}
div#steps-button-container {
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  margin: 265px auto 20px auto;
  padding-top: 15px;
  border-top: 1px dotted #e6e6e6;
}
div#steps-button-container table {
  margin: auto;
}
div#steps-overlay-container {
  width: 70%;
  text-align: center;
  position: absolute;
  top: 0;
}
div#steps-overlay {
  position: absolute;
  text-align: center;
  top: 110px;
  left: 0;
  z-index: 1;
  width: 961px;
  height: 400px;
  background-image: url(../images/HowItWorks.gif);
  background-repeat: no-repeat;
  background-position: 0px 275px;
  opacity: 0.5;
  filter: alpha(opacity = 50);
}
ul#steps {
  width: 961px;
  height: 200px;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  z-index: 2;
}
ul#steps li {
  display: block;
  float: left;
  width: 210px;
  padding: 0 5px;
  margin: 0;
  background-color: transparent;
}
ul#steps h2 {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #5c7635;
}

/* three column layout */
div#content-wrapper.three div#content-far-left {
  width: 265px;
  float: left;
}
div#content-wrapper.three div#content-far-left div.box {
  margin: 0;
}
div#content-wrapper.three div#content-left {
  width: 335px;
}
div.side-faq h4 {
  font-size: 0.8em;
  padding: 0;
  margin: 10px 0 0 0;
}
div.side-faq p {
  padding: 0;
  margin: 0;
}

p#tsAndcsPrompt {
  display: none;
  color: #ff0000;
  font-weight: bold;
}

/* empty data */
.empty-data {
  margin: 10px 0;
}
.empty-data div {
  padding: 0.7em;
}
.empty-data div p {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}



.requestDemoBoxCC .p-logged-in, #login-message .p-logged-in{padding:0;margin:24px 0 0;}

.indentedText ul {
  margin: 3px 2px 15px 2px;
  padding-left: 18px;
  text-align: justify;
}
.indentedText li {
  list-style: none;
  padding: 0px;
}
.indentedText p {
  padding-top: 5px;
  margin-top: 0px;
  text-align: justify;
}
.adviceText {
  font-size: 0.8em;
}
.adviceText ul {
  font-size: 1.2em;
}
.adviceText li {
  padding: 2px 0px 2px 0px;
  font-weight: normal;
}
.adviceText p {
  font-size: 1em;
}
.listStyleVisible li {
  list-style-type: disc;
  margin-left: 20px;
  padding: 2px 0px 2px 0px;
}

.requestDemoBoxTL {
  background: url('../images/requestDemoBox/greenDemoBoxTL.gif') no-repeat 0% 0%;
  padding-left: 17px;
}
.requestDemoBoxTR {
  background: url('../images/requestDemoBox/greenDemoBoxTR.gif') no-repeat 100% 0%;
  padding-right: 16px;
}
.requestDemoBoxTC {
  background: url('../images/requestDemoBox/greenDemoBoxTC.gif') repeat-x 0% 0%;
  height: 17px;
  font-size: 0px;
}
.requestDemoBoxBL {
  background: url('../images/requestDemoBox/greenDemoBoxBL.gif') no-repeat 0% 100%;
  padding-left: 17px;
}
.requestDemoBoxBR {
  background: url('../images/requestDemoBox/greenDemoBoxBR.gif') no-repeat 100% 100%;
  padding-right: 16px;
}
.requestDemoBoxBC {
  background: url('../images/requestDemoBox/greenDemoBoxBC.gif') repeat-x 0% 100%;
  height: 16px;
  font-size: 0px;
}
.requestDemoBoxCL {
  background: url('../images/requestDemoBox/greenDemoBoxCL.gif') repeat-y 0% 0%;
  padding-left: 17px;
}
.requestDemoBoxCR {
  background: url('../images/requestDemoBox/greenDemoBoxCR.gif') repeat-y 100% 0%;
  padding-right: 16px;
}
.requestDemoBoxCC {
  background: url('../images/requestDemoBox/greenDemoBoxCC.gif') repeat 0% 0%;
  padding: 0px !important;
}
.requestDemoBoxCC p{font-size:12px;}
.requestDemoBoxHeader {
  font-family: Arial;
  font-size: 18px;
  color: #000000;
}
.requestDemoSubmitBtn {
  background: url('../images/requestDemoBox/demoBoxSubmitBtn.gif') no-repeat 0% 0%;
  width: 113px;
  height: 34px;
}
.requestDemoBoxCC {
  font-family: Arial;
  font-size: 12px;
  color: #000000;
}
.requestDemoBoxCC input {
  border: solid 1px #7f9db9;
  width: 200px;
  height: 18px;
}
.requestTbl {
  margin-top: 10px;
}
.requestTbl td {
  padding-bottom: 5px;
}
.tbInvalid {
  border: solid 2px #B81900 !important;
  border-top-width: 2px !important;
  color: #000000 !important; /*width: 235px;*/
}
.redText {
  font-family: Arial;
  font-size: 12px;
  color: #FF0000 !important;
}
.black12Bold {
  font-family: Arial;
  font-size: 12px;
  color: #000000 !important;
  font-weight: bold;
}
.black12Normal {
  font-family: Arial;
  font-size: 12px;
  color: #000000 !important;
  font-weight: normal;
}
.homecell {
  font-family: Arial;
  font-size: 22px;
  color: #000000 !important;
  font-weight: bold;
  text-align: center;
  padding: 20px 0px 20px 0px;
}
.black38Bold {
  font-family: Arial;
  font-size: 38px;
  color: #000000 !important;
  font-weight: bold;
}
.green16Normal {
  color: #35441e;
  font-family: Arial;
  font-size: 16px;
}
.darkRedText {
  color: #c50303;
  font-family: Arial;
  font-size: 16px;
}
.black16Normal {
  font-family: Arial;
  font-size: 16px;
  color: #000000;
  font-weight: normal;
}
.green18Bold {
  font-family: Arial;
  font-size: 18px;
  color: #5c7635;
  font-weight: bold;
}
.topMenu {
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  color: #404041;
  margin-top: 5px;
}
.itemTopMenu div {
  color: #404041;
  padding: 5px 12px 5px 12px;
}
.hoverTopMenu, .selectedTopMenu {
  color: #5c7635 !important;
  background: #ffffcc;
}
.subTopMenu {
  background: #ffffcc;
  color: #666666;
  font-size: 14px;
}
.subTopMenu div {
  padding: 3px 10px 3px 10px;
}
.subTopMenu:hover, .subTopMenu div:hover {
  text-decoration: underline !important;
}
.homeRightBox {
  widows: 360px;
  height: 190px;
  color: #000000;
  font-size: 16px;
}
.watchDemo {
  margin-top: -22px;
  text-align: right;
  padding-right: 12px;
}
.requestDemoBoxCC a {
  color: #000000;
}
.staticUl {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  list-style: none;
}
.staticUl li {
  margin: 0px;
  padding: 2px 0px 2px 25px;
  background: url(../images/icons/puzzlePiece1.gif) no-repeat 0 6px;
  line-height: 18px;
}

.gray_text_11_normal {
  color: #a0a0a0;
  font-size: 11px;
  font-weight: normal;
  font-family: Arial;
}


.dropDownTreeContainer 
{
}
.dropDownTree
{
	background-color : White;
	width: 300px;
	height: 150px;
	overflow: scroll;
	
}









/*************************
***     Utilities      ***
*************************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
