body
{
margin: 0;
padding: 0;
font-family: Helvetica, Arial, sans-serif, Tahoma;
color: #444;
/*background: url(images/bg_gradient.gif) repeat-x top left;*/
background-color: #ededec;
font-size: 14px;
text-align:center;
}

/* BASIC ELEMENTS */

a,
a:visited
{
color: #2f63a3;
text-decoration:none;
}

a img {
  border: none;
}
.imgborder {
border:1px solid grey;
}  
a:hover
{
text-decoration:underline;
}

p {
  margin:0; 
  padding:0;
}

div.clear {
  margin:0;
  padding:0;
  width:0;
  height:0;
  font-size:0;
  clear:both;
  float:none;
}



h1,h2,h3,h4,h5,h6 {
  margin:0;
  padding:0;
  font-weight: normal;
}

h2 {
  font-family: Arial, Helvetica, sans-serif, Tahoma;
  color: #cd4b17;
  font-size: 18px;
  margin-bottom: 8px;
}
table {
border-collapse: collapse;
}
.center {
width:90%; 
margin-left:5%; 
margin-right:5%;
margin-top: 3%;
margin-bottom: 3%;
}
.center td {
border: 1px solid #cccccc;
padding: 3px;
width: 50%;
text-align: center;
font-size: 12px;
}
.lefttable {
width:90%; 
margin-left:5%; 
margin-right:5%;
margin-top: 3%;
margin-bottom: 3%;
}
.lefttable td {
border: 1px solid #cccccc;
padding: 3px;
width: 70%;
text-align: left;
font-size: 12px;
}
.bigwhite {
  font-size: 25px;
  color: white;
  float: left;
  padding-left : 22px;
  padding-top : 15px;
}  
.bigmiddle {
  font-size: 16px;
  color: white;
  float: left;
  padding-left : 22px;
  padding-top : 0px;
} 

.bigsmall {
  font-size: 12px;
  color: white;
  float: left;
  padding-left : 22px;
  padding-top : 5px;
} 
.ibold {
font-weight: bold;
}
span.small {
  font-size: 11px;
}
span.italic {
font-style: italic;
}
div#featured_content h2 {
  font-size: 20px;
}

div#site_footer {
  margin: 5px auto 20px auto;
  color: #929191;
  font-size: 11px;
}

div#site_footer a,
div#site_footer a:visited,
div#site_footer a:hover {
  color: #929191;
  font-size: 11px;
}

/* PAGE LAYOUT */

div#page_wrapper {
  width: 906px;
  margin: 20px auto 0px auto;
}

div#page_menu {
  padding: 0px 4px 8px 4px;
}

div#page_menu h1 {
  float: left;
  /*background: url(images/logo.jpg) no-repeat bottom left;*/
  width: 175px;
  height: 16px;
  padding-top:3px;
}

div#page_menu h1 span {
  display: none;
}

div#page_menu ul {
  float:right;
  list-style-type:none;
  margin:0;
  padding:0;
  border-right: 1px solid #DFDFDF;
}

div#page_menu ul li {
  float:left;
  border-left: 1px solid #DFDFDF;
}

div#page_menu ul a,
div#page_menu ul a:active,
div#page_menu ul a:visited {
  font-size: 14px;
  padding: 2px 20px;
  display:block;
  color: #333;
}

div#page_menu ul a.current,
div#page_menu ul a.current:active,
div#page_menu ul a.current:visited {
  font-weight: bold;
  color: #cd4b17;
}

div#page_header div#intro_message {
  background: url(images/site_signup_header.gif) no-repeat top left;
  height: 101px;
  position:relative;
/*  padding: 0px 20px 0px 20px;*/
}

div#page_header div#intro_message div#screenshot {
  position: absolute;
  bottom:52px;
  right:20px;
}

* html div#page_header div#intro_message div#screenshot {
  bottom:47px;
}

div#page_header div#intro_message a#tour_link span { display:none;}
div#page_header div#intro_message a#tour_link {
  display:block;
  width:95px;
  height:24px;
  position: absolute;
  bottom:14px;
  left:44px;
  background: url(images/intro_links.gif) no-repeat top left;
  background-position: 0 -48px;
}
div#page_header div#intro_message a#tour_link:hover {
  background-position: 0 -72px;
}


div#page_header div#intro_message a#blog_link span { display:none;}
div#page_header div#intro_message a#blog_link {
  display:block;
  width:107px;
  height:24px;
  position: absolute;
  bottom:14px;
  right:47px;
  background: url(/images/intro_links.gif) no-repeat top left;
}
div#page_header div#intro_message a#blog_link:hover {
  background-position: 0 -24px;
}

div#page_header div#small_header {
  background: url(images/site_small_header.gif) no-repeat top left;
  height: 71px;
  position:relative;
  text-align: left;
}

div#page_header div#small_header h1 {
  padding: 26px 0px 0px 30px;
  color: #fff;
}

*html div#page_header div#small_header h1 {
  padding: 18px 0px 0px 30px;
}

html>body div#page_header div#small_header h1 {
  *padding: 18px 0px 0px 30px;
}

div#page_header div#signup_header {
  background: url(images/site_signup_header.gif) no-repeat top left;
  height: 220px;
  position:relative;
  text-align: left;
}

div#page_header div#signup_header h1 {
  padding: 26px 0px 0px 30px;
  color: #fff;
}

div#page_header div#signup_header div.middle {
  padding: 26px 0px 0px 30px;
}

div#page_header div#signup_header div.middle p {
  margin-bottom: 10px;
  color: #bababa;
  font-size: 16px;
  font-weight: normal;
}

div#page_header div#signup_header div.bottom {
  position: absolute;
  font-size: 12px;
  color: #bababa;
  top: 190px;
  left: 30px;
}

* html div#page_header div#signup_header div.bottom {
  top: 187px;
}

div#background_wrapper {
  background: url(images/site_border_background.gif) repeat-y top left;

}

div#border_background_top {
  background: url(images/site_border_background_top.gif) no-repeat top left;

}

div#content_wrapper {

}

div#page_content {
  padding:0 3px;
  text-align:left;
}

div#page_footer {
  background: url(images/site_border_footer_bg.gif) no-repeat top left;
  height: 16px;
}

div#featured_content {
  padding: 25px 25px 25px 25px;
}

* html div#featured_content {
  padding-bottom: 0px;
}

div#featured_content div.left {
  float:left;
  width: 480px;
}

div#featured_content div.right {
  float: right;
  width: 325px;
}

div#featured_content p {
  font-size: 14px;
  line-height: 24px;  
  color: #484848;
}

div#featured_content_bottom {
  background: #F5F5F5 url(images/site_featured_content_bottom_bg.gif) repeat-x top left;
  height: 20px;
}

div.featured_button {
  background: url(images/featured_button_bg.gif) top left no-repeat;
  height: 45px;
}

div.featured_button table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  height: 45px;
  width: 100%;
  height: 100%;
}

div.featured_button table td {
  vertical-align: middle;
  font-size: 12px;
  padding: 2px 0px 0px 7px;
  color: #454545;
}

div.featured_button table td div.trial-message
{
  padding-top:1px;
  font-size:11px;
}

div.featured_button table td.right {
  width: 100%;
}

a.sign-up-now-button {
  display: block;
  margin-left: 0px;
  width: 129px;
  height: 32px;
/*  background: url(images/sign_up_now_button_off.gif);*/
}

a.sign-up-now-button.centered {
  margin: auto auto;
}

a.sign-up-now-button:hover {
/*  background: url(images/sign_up_now_button_on.gif);*/
}

a.button {
  display:block;
}

a.button span {
  display: none;
}

div.right ul {
  margin:0;
  padding: 16px 0 0 10px;
  list-style-type:none;
}

div.right ul li {
  padding: 3px 0 15px 24px;
}

li#feature_icon_people {
  background: url(images/feature_icon_people.gif) no-repeat top left;
}
li#feature_icon_clock {
  background: url(images/feature_icon_clock.gif) no-repeat top left;
}
li#feature_icon_gear {
  background: url(images/feature_icon_gear.gif) no-repeat top left;
}
li#table_multiple {
  background: url(images/table_multiple.gif) no-repeat top left;
}

li#thumb_up {
  background: url(images/thumb_up.gif) no-repeat top left;
}

li#book {
  background: url(images/book.gif) no-repeat top left;
}

li#page_code {
  background: url(images/page_code.gif) no-repeat top left;
}
div#page_content_inner {
  padding:25px;
}

div#page_content_inner div.left {
  float:left;
  width: 550px;
  padding-right:20px;
  border-right: 1px solid #DFDFDF;
}

div#page_content_inner div.right {
  float:right;
  width: 250px;
}


div.benefit {
  margin-bottom: 25px;
  float: left;
  width: 300px;
}

div.benefit p {
  font-size:14px;
  line-height:18px;
}

div.benefit ul {
  list-style-type: none;
  padding:10px 0 10px 16px;
  margin:0;
  font-size:13px;
}

div.benefit li {
  padding: 0px 0px 6px 12px;
  background: url(images/arrow.gif) no-repeat top left;
  background-position: 0 28%;
}

div.benefit-screenshot {
  float: right;
  width: 240px;
}

div.security-message {
  background-color: #f8f8f8;
  padding: 10px;
}

div.security-message div.heading {
  padding: 3px 0px 0px 25px;
  background: url(images/book.gif) no-repeat top left;
}
div.security-message div.heading0 {
  padding: 3px 0px 0px 25px;
  background: url(images/book_open.gif) no-repeat top left;
}

div.security-message p {
  font-size:14px;
  line-height:18px;
}

div.security-message ul {
  list-style-type: none;
  padding:10px 0 10px 16px;
  margin:0;
  font-size:13px;
}

div.security-message li {
  padding: 0px 0px 6px 12px;
  background: url(images/arrow.gif) no-repeat top left;
  background-position: 0 28%;
}

div.side-column {
  float:right;
  width: 255px;
}

div.side-column div.box {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

div.side-column div.box div.heading {
  background-color: #e1e1e1;
  padding: 7px 5px 5px 5px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

div.side-column div.box div.content {
  padding: 5px;
  line-height: 16px;
}

div.side-column div.centered {
  text-align:center;
}

div.side-column div.v-spaced {
  margin:7px 0px 7px 0px;
}

div.testimonial {
  margin-bottom: 25px;
  font-size:12px;
  line-height:16px;
}

div.testimonial div.author {
  float: right;
  color: #666;
  margin-top: 5px;
  text-align:right;
}

div.return-link {
  margin: -10px 0px 20px 0px;
  font-size: 11px;
}

div.return-link a {
  color: #353535;
}

/* quote styles */

div.quote {
  font-size:13px;
  line-height:18px;
}

div.quote div.author {
  text-align:left;
  color: #666;
  margin-top:4px;
  float:right;
}

div.quote span.start,
div.quote span.end {
  font-family:Arial;
  position:relative;
  margin-bottom:-20px;
}

/* tour styles */

div#tour_video {
  background: url(/images/tour/tour_movie_bg.gif) no-repeat top left;
  height: 260px;
  width: 100%;
  padding: 20px;
}

div#tour_video div.left {
  float: left;
  width: 400px;
  border: 0px;
  padding-left: 20px;
}

div#tour_video div.right {
  float: right;
  width: 375px;
  border: 0px;
  margin-top: 5px;
}

div#tour_video div.heading {
  font-family: Arial, Helvetica, sans-serif, Tahoma;
  color: #cd4b17;
  font-size: 24px;
  margin: 40px 0px 20px 0px;
}

div#tour_video div.body {
  font-size: 14px;
}

div#tour_video div.main-link {
  font-size: 18px;
  margin-top: 10px;
}

div.tour-contents div.left-column {
  float: left;
  width: 406px;
  border: 0px;
}

div.tour-contents div.right-column {
  float: right;
  width: 400px;
  border: 0px;
}

div.tour-contents div.text {
  float: left;
  width: 200px;
}

div.tour-contents div.image {
  float: right;
  width: 193px;
}

div.tour-contents div.clear {
  height: 25px;
}

div.tour-contents p {
  line-height: 16px;
}

div.tour-contents a.heading {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin: 5px 0px 10px 0px;
}

div.tour-contents a.more-link {
  font-size: 11px;
  display: block;
  margin-top: 5px;
}

div.tour-divider {
  width: 100%;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 40px;
}
/* why page */

div.why-heading h1 {
  color: #353535;
}

div.why-heading div.why-intro {
  margin-top: 20px;
  font-size: 14px;
}

div.why-heading div.why-intro p {
  margin-bottom: 10px;
  line-height: 18px;
}

div.use-cases-heading {
  font-size: 24px;
  font-weight: normal;
  margin: 35px 0px 10px 0px;
}

div.use-case {
  margin-bottom: 25px;
}

div.use-case p {
  line-height: 16px;
}

/* secondary page styles */

div.page-menu {
  float: left;
  width: 125px;  
  text-align: right;
  list-style-type: none;
}

div.page-menu a,
div.page-menu a:active,
div.page-menu a:visited {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  padding-right: 15px;
  background: url(images/arrow.gif) no-repeat top right;
  background-position: right 3px;
}

div.page-menu a.current,
div.page-menu a.current:active,
div.page-menu a.current:visited {
  font-weight:  bold;
}


div.page-content {
  float: right;
  width: 685px;
  padding-left: 17px;
  border-left: 1px solid #DFDFDF;
}

div.page-content h1 {
  margin-bottom: 20px;
}

div.page-content p {
  font-size: 12px;
  line-height: 16px;
}

div.page-content ul {
  list-style: url(images/checkmark.gif);
}  
/* legal content */

.right_arrow {
  list-style: url(images/right_arrow.gif);
}

.imgleft {
margin-right: 4px;
float:left;
}

div.policy {
  font-size: 14px;
  line-height: 18px;
}

div.policy div.section {
  margin-bottom: 25px;
}

div.policy div.section li {
  margin-bottom:2px;
}

div.policy div.heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

div.policy p {
  margin-bottom: 15px;
}

/* pricing page */

table#price-table {
  width: 100%;
  font-size: 14px;
  border-spacing: 0px;
}

table#price-table th {
  text-align: center;
  font-size: 14px;
  padding: 5px;
  background-color: #e2e2e2;
  border-bottom: 1px solid #bababa;
}  

table#price-table th.enterprise {
  background-color: #bababa;
}

table#price-table td {
  text-align: center;
  padding: 8px 2px 8px 2px;
  border-bottom: 1px solid #e2e2e2;
}

table#price-table td.left {
  width: 150px;
  text-align: right;
}

table#price-table td.pricing {
  padding-top: 15px;
  padding-bottom: 15px;
}

table#price-table td.enterprise {
  background-color: #eaeaea;
  vertical-align: top;
  width: 150px;
}

table#price-table td.enterprise.pricing {
  vertical-align: middle;  
}

table#price-table td.enterprise a.contact {
  font: 14px "Trebuchet MS", Helvetica, Arial;
  font-weight: bold;
} 

table#price-table p {
  margin-top: 10px;
}

table#price-table span.pricing {
  color: #cd4b17;
  font: 14px "Trebuchet MS", Helvetica, Arial;
}

table#price-table span.pricing-label {
  color: #959595;
  font: 11px "Trebuchet MS", Helvetica, Arial;
}

div.questions {
  margin-top: 20px;
  padding: 20px;
}

div.questions p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 18px;
}


/* contact sales */

div.contact-sales {
  padding: 15px;
  border: 1px solid #ccc;
} 

div.contact-sales th {
  padding: 5px;
  vertical-align: top;
}

div.contact-sales table td.asterisk {
  width: 5px;
  color: #cd4b17;
}

div.contact-sales table td.field {
  padding: 5px 0px 5px 0px;
}

span.asterisk {
  color: #cd4b17;
}

input.contact-sales {
  padding: 2px;
  width: 350px;
}

textarea.contact-sales {
  padding: 2px;
  width: 350px;
  height: 100px;
}

div.contact-sales select {
  padding: 2px;
  width: 200px;
}


/* sign up form */

div.signup-intro {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: normal;
}

div.signup-section {
  background-color: #f2f2f2;
  border-top: 1px solid #bababa;
  padding: 10px;
  margin-bottom: 30px;
}

div.signup-section.final {
  border: 1px solid #bababa;
}

div.signup-section p {
  line-height: 16px;
  margin-bottom: 15px;
}

div.signup-section span.small {
  line-height: 14px;
}

div.signup-section div.form table {
  width: 100%;
}

div.signup-section div.form table th {
  text-align: right;
  white-space: nowrap;
  padding-left: 10px;
}

div.signup-section div.form table td.field {
  padding: 5px;
  width: 100%;
}

div.signup-section div.form table td.field.left {
  width: 0%;
}

div.signup-section div.form table td.right {
  text-align: left;
  width: 100%;
}

div.signup-section div.divider {
  margin: 10px 0px 10px 0px;
  border-bottom: 1px solid #ccc;
}

div.signup-section div.form input.text {
  width: 250px;
  padding: 2px;
}

/* company page */

ul.company-page {
  padding: 5px 0px 0px 25px;
  margin: 0px;
}

div#office_pic {
  float: right;
  border: 1px solid #ccc;
  padding: 3px;
  margin: 40px 20px 0px 0px;
}

/* video */

div#video {
  margin: auto auto;
  width: 552px;
  text-align: center;
  border: 1px solid #353535;
}

div#video_message {
  margin: auto auto;
  width: 552px;
  text-align: center;
  color: #666;
  font-size: 11px;
  padding: 8px;
}

/* cancel page */

div#cancel_message p {
  margin-bottom: 20px;
  font-size: 14px;
}

.grayBox{
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
}
.box_content {
    position: fixed;
    top: 10%;
    left: 15%;
    right: 15%;
    width: 70%;
    padding: 16px;
    z-index:1002;
    overflow: auto;
}

label.info
{
    color: #E68800;
/*font-size: smaller;*/
    font-weight: bold;
/*vertical-align: super;*/
    text-decoration: none;
}
div#shadow_box {
  -moz-box-shadow: 3px 3px 3px #DFDFDF;
  -webkit-box-shadow: 3px 3px 3px #DFDFDF;
  -khtml-box-shadow: 3px 3px 3px #DFDFDF;
  -o-box-shadow: 3px 3px 3px #DFDFDF;
  box-shadow: 3px 3px 3px #DFDFDF;

  background-color: #F0F0F0;
  border-color: lightgrey;
  border-width: 1px;
  border-style: solid;
  padding: 2ex;
  margin: 1ex 1ex 1ex 1ex;
  overflow: auto;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  text-align: center;

}		    
div#content table {
width : 86%;
margin-left:7%; 
margin-right:7%;
margin-top: 3%;
margin-bottom: 3%;
border : 0px solid;
/*border-collapse:collapse;*/
}
div#content table th {
text-align: center;
border : 0px solid;
}
div#content table td {
border : 0px solid;
border-color : black;
color : white;
text-align: right;
border-bottom-color : #F0F0F0;
}
div#content table td.green {
background-color : green;
}
div#content table td.blue {
background-color : blue;
}
div#content table td.grey {
background-color : grey;
}
div#content table td.orange {
background-color : orange;
}
div#content table td.lightblue {
background-color : lightblue;
}
div#content table td.brown {
background-color : brown;
}
div#content table td.total {
background-color : black;
}
div#content table td.asc {
border-right-color : black;
border-top-color : #F0F0F0;
border-bottom-color : #F0F0F0;
border-left-color : #F0F0F0;
color : green;
}
div#content table td.asc2 {
border-left-color : black;
border-top-color : #F0F0F0;
border-bottom-color : #F0F0F0;
border-right-color : #F0F0F0;
color : green;
text-align: left;
}
div#content table td.desc {
border-right-color : black;
border-top-color : #F0F0F0;
border-bottom-color : #F0F0F0;
border-left-color : #F0F0F0;
color : red;
}
div#content table td.desc2 {
border-left-color : black;
border-top-color : #F0F0F0;
border-bottom-color : #F0F0F0;
border-right-color : #F0F0F0;
color : red;
text-align: left;
}
div#content table th.blank {
border-right-color : black;
border-top-color : #F0F0F0;
border-bottom-color : #F0F0F0;
border-left-color : #F0F0F0;
}
div#content table th.blank2 {
border-left-color : black;
border-top-color : #F0F0F0;
border-bottom-color : #F0F0F0;
border-right-color : #F0F0F0;
}
div#content table.pl {
width : 50%;
margin-left:25%; 
margin-right:25%;
margin-top: 3%;
margin-bottom: 3%;
border : 1px solid;
color: black;
}
div#content table.pl td {
color : black;
border-color : black;
text-align: right;
}
