body {
  *text-align: center; }

.container {
  *text-align: left; }

* html .column {
  *overflow-x: hidden; }
* html legend {
  *padding: 0; }

ol {
  *margin-left: 2em; }

sup {
  *vertical-align: text-top; }

sub {
  *vertical-align: text-bottom; }

html>body p code {
  *white-space: normal; }

hr {
  *margin: -8px auto 11px; }

.container {
  width:990px;
  margin:0 auto;
  padding:0;
  position:relative; }

/*grid.css was here*/

.clearfix:after, .container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix, .container {
  display: inline-block; }

* html .clearfix, * html .container {
  height: 1%; }

.clearfix, .container {
  display: block; }

.clear {
  clear: both; }

.red {
  color: #cc0000 !important; }

body {
  margin: 0;
  padding: 0;
  color: #555d66;
  background: #f5f5f5; }

a {
  color: #2882e7;
  text-decoration: none; }
  a:hover {
    color: #2882e7;
    text-decoration: underline; }

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

abbr {
  border: none; }

h1 {
  color: #555d66;
  font-size: 2em;
  margin-bottom: 0.75em; }

h2 {
  color: #555d66;
  font-size: 1.5em;
  margin: 1em 0 .5em;
  padding: 0; }

h3 {
  color: #555d66;
  font-size: 1.2em;
  margin-bottom: 0.75em; }

h4 {
  color: #555d66;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 1em; }

h5, h6 {
  color: #555d66; }

input.button {
  font-size: 1em; }
  input.button:hover {
    cursor: hand; }

button.button {
  font-size: .95em;
  line-height: 1; }
  button.button:hover {
    cursor: hand; }

.hover input.button, .hover button.button {
  cursor: hand; }

button {
  position: relative;
  border: 0;
  padding: 0;
  cursor: pointer;
  overflow: visible; }
  button span {
    position: relative;
    display: block;
    white-space: nowrap; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
  button.button span {
    margin-top: -1px; } }

.button, .link-button {
  text-align: center;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #FFC862;
  color: #774000; }

.button {
  padding: 0 16px 0 0;
  margin-right: 5px;
  background: transparent url(../images/new_ui/buttons.png) no-repeat right -240px;
  _background: transparent url(../images/new_ui/buttons.gif) no-repeat right -240px; }
  .button span {
    padding: 6px 0 0 16px;
    height: 28px;
    background: transparent url(../images/new_ui/buttons.png) no-repeat left -96px;
    _background: transparent url(../images/new_ui/buttons.gif) no-repeat left -96px;
    font-size: 13px; }
  a.button {
    padding-bottom: 1px;
    text-decoration: none; }
    a.button span {
      padding: 6px 0 7px 16px;
      line-height: 28px;
      font-size: 13px; }
    a.button:hover {
      color: #774000; }
  .button .arrow {
    display: block;
    background: transparent url(../images/new_ui/button_arrow.png) top right no-repeat;
    _background: transparent url(../images/new_ui/button_arrow.gif) top right no-repeat;
    padding: 0px 20px 0px 0px;
    -moz-background-origin: border;
    margin: 0; }
    .button .arrow:hover {
      cursor: pointer;
      text-decoration: none; }
  .button:hover {
    cursor: pointer;
    text-decoration: none;
    background-position: right -144px; }
    .button:hover span {
      background-position: 0 top; }
    .button:hover span.arrow {
      background-position: right top; }
  .button:active {
    background-position: right -192px; }
    .button:active span {
      background-position: 0 -48px; }
    .button:active span.arrow {
      background-position: right top; }
  .button.hover {
    background-position: right -144px; }
    .button.hover span {
      background-position: 0 top; }

.button.small {
  text-align: center;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-shadow: rgba(100%,100%,100%,50%) 0px 2px 3px;
  background: #f99730;
  color: #774000;
  border-width: 3px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-image: none;
  -moz-border-image: none; }

a.link-button {
  background: transparent url(../images/new_ui/link_buttons.gif) no-repeat scroll right -236px;
  display: inline-block;
  vertical-alignment: top;
  zoom: 1;
  _display: inline;
  height: 25px;
  margin-right: 6px;
  padding-right: 16px;
  text-decoration: none; }
  a.link-button .arrow {
    background: transparent url(../images/new_ui/button_arrow.gif) top right no-repeat;
    padding: 0px 20px 0px 0px;
    margin: 0; }
    a.link-button .arrow:hover {
      cursor: pointer;
      text-decoration: none; }
  a.link-button span {
    background: transparent url(../images/new_ui/link_buttons.gif) no-repeat left -92px;
    display: inline-block;
    vertical-alignment: top;
    zoom: 1;
    _display: inline;
    height: 25px;
    padding: 3px 0 5px 18px; }
  a.link-button span.arrow {
    line-height: 16px; }
  a.link-button:hover {
    background-position: right -140px;
    color: #774000; }
    a.link-button:hover span {
      background-position: 0 top; }
    a.link-button:hover span.arrow {
      background-position: right top;
      line-height: 16px; }
  a.link-button:active {
    background-position: right -188px; }
    a.link-button:active span {
      background-position: 0 -44px; }
    a.link-button:active span.arrow {
      background-position: right top;
      line-height: 16px; }
  a.link-button.hover {
    background-position: right -140px; }
    a.link-button.hover span {
      background-position: 0 top; }
button.button::-moz-focus-inner {
  border: none; }

/* forms.css */
fieldset {
  padding: 0;
  margin: 0;
  border: none; }
  fieldset.important {
    background: #f2f2f2;
    padding: 5px;
    border: 1px solid #dbdbdb; }
    fieldset.important .legend {
      font-size: 1em;
      color: #666666;
      font-style: italic;
      margin-left: 244px; }
  fieldset em.help {
    font-size: 95%;
    float: left;
    clear: both;
    margin-left: 234px;
    margin-bottom: 1.8em;
    color: #666; }
    fieldset em.help.long {
      margin-left: 297px; }
    fieldset em.help.short {
      margin-left: 108px; }
    fieldset em.help.shortest {
      margin-left: 45px; }
  fieldset label {
    margin: 2px 0 0; }

legend {
  font-weight: bold;
  font-size: 1.2em; }

h3.legend {
  margin: 0; }

input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #555d66; }
  input.text {
    margin: 0;
    border: 1px solid #dbdbdb;
    width: auto;
    padding: 4px; }
    input.text:focus {
      border: 1px solid #999999; }
  input.title {
    margin: 0.5em 0;
    border: 1px solid #dbdbdb;
    width: auto;
    padding: 2px;
    font-size: 1.5em; }
    input.title:focus {
      border: 1px solid #999999; }

textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #555d66;
  margin: 0.5em 0;
  border: 1px solid #dbdbdb;
  width: 390px;
  height: 100px;
  padding: 2px; }
  textarea.description {
    height: 50px; }
  textarea:focus {
    border: 1px solid #999999; }

#header {
  padding: 0px 0;
  background: white;
  height: 80px;
  background-image: url(../images/new_ui/bg_tile_header.gif);
  background-repeat: repeat-x;
  color: #313131;
  overflow: hidden; }
  #header #logo {
    display: inline;
    float: left;
    margin-left: 7px;
    margin-top: 25px;
    min-width: 110px; }
    #header #logo img {
      vertical-align: middle; }
  #header a {
    color: #313131; }

h2.boxHeader {
  color: #555555 !important;
  background: #cdcdcd url(../images/new_ui/box_header_bg.png) 0 0 repeat-x;
  line-height: 28px;
  border: 1px solid #bbb;
  text-shadow: #fff 0px 1px 2px;
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  padding: 0px 18px;
  overflow: hidden;
  word-wrap: break-word; }
  h2.boxHeader .arrow {
    background: url(../images/new_ui/box_header_arrow.png) 100% 100% no-repeat;
    _background: url(../images/new_ui/box_header_arrow.gif) 100% 100% no-repeat;
    padding-right: 21px; }

.boxContent {
  padding: 16px 18px 0px;
  border: 1px solid #bbb;
  border-top: none;
  border-bottom: none;
  overflow: hidden;
  word-wrap: break-word;
  margin: 0;
  zoom: 1; }
  .boxContent li {
    margin: 0;
    padding: 0;
    clear: left;
    font-size: .85em;
    margin-bottom: 16px; }
    .boxContent li h3 {
      font-size: 1em;
      margin: 0; }
    .boxContent li .box_message {
      width: 142px; }
  .boxContent li.type_icon {
    padding-left: 25px; }
  .boxContent .hentry {
    background-position: left top;
    background-repeat: no-repeat; }
    .boxContent .hentry .author {
      float: left;
      padding-right: .5em;
      line-height: 12pt; }
  .boxContent a {
    font-weight: bold; }
  .boxContent .meta, .boxContent .published, .boxContent .published a {
    color: #bbb;
    font-weight: bold; }
  .boxContent .message {
    background-image: url(../images/new_ui/icons/message_bubble.png); }
  .boxContent .poll {
    background-image: url(../images/new_ui/icons/poll_bubble.png); }
  .boxContent .question {
    background-image: url(../images/new_ui/icons/question_bubble.png); }
  .boxContent .idea {
    background-image: url(../images/new_ui/icons/idea_bubble.png); }

#activities-index .sidebar_widget_container .bottom_right_sw, #activities-index .sidebar_widget_container .bottom_left {
  _bottom: -2px; }
#activities-index .userWrap .bottom_right, #activities-index .userWrap .bottom_left {
  _bottom: -1px; }

#content {
  width: 990px;
  padding: 0;
  position: relative;
  text-align: left;
  margin: 35px auto 0;
  background: url(../images/new_ui/wrap_main_bg.gif) 100% 0 repeat-y; }

#footer {
  text-align: center;
  width: 990px;
  margin: 0 auto;
  padding: 10px 0 0; }
  #footer .copyright, #footer ul {
    width: 100%;
    color: #777777; 
    }
  #footer .copyright
  {
     font-size: 8pt;
  }
  #footer li {
    display: inline; }
    #footer li a {
      font-weight: bold; }
    #footer li span.dot {
      margin: 0 5px;
      font-weight: 900;
      font-size: 12pt; }

.left {
  float: left; }

.right {
  float: right; }

#call-us {
  text-align: center;
  width: 480px;
  border-bottom: solid 1px #DDD;
  margin-left: auto;
  margin-right: auto; }


table {
  border-collapse: collapse; }

th {
  background: none;
  border-bottom: 4px solid #f2f2f2;
  color: #666666; }

td {
  border-bottom: 1px solid #f2f2f2; }

tr.even td {
  background: #fafafa; }

/*compare tables*/
table.compare {
  width: 550px;
  font-weight:normal;
}
table.compare th { border:none;text-align: center; font-weight:normal;color:#fff; }
table.compare th.us {
  background: #fff url(../images/new_ui/us_tab.png) no-repeat scroll top left;
  font-size: 22px;
  vertical-align: bottom;}
table.compare th.them { background-color:#d4d4d4;border-top:32px solid #fff;vertical-align: bottom;border-right:1px solid #cacaca; }
table.compare tr.data-row { border: 1px solid #cacaca; }
table.compare th.side, table.compare td {
  text-align:left;
}
table.compare th.side { border-right-color: #016fbb;color:#000; padding-left:15px; }
table.compare td { text-align: center; width:171px; margin:0;padding:0;font-weight:normal;
}
table.compare td.us {
  background: #fff url(../images/new_ui/us_cell_bkgd.png) repeat-x scroll top left;
  border-color: #016fbb;
  border-right: 3px solid #d5d5d5;
  border-top: 1px solid #016fbb;
}
table.compare td.them { width:127px; background-color:#f9f9f9;border-color: #cacaca;color:#b0b3b6;font: normal normal normal 18px Helvetica,Arial,sans-serif;}
table.compare img { border:none; height:39px; padding-top: 6px; }
  
/****************************************
*   New
*/
#content .no-nav, .white-wrap {
  background: white;
  padding: 20px 40px 60px 40px;
  border-top: solid 1px #EEEEEE;
  border-right: solid 1px #E2E2E2;
  border-left: solid 1px #E2E2E2;
  _overflow: visible; }
  #content .no-nav .top_right, #content .no-nav .top_left, .white-wrap .top_right, .white-wrap .top_left {
    position: absolute;
    height: 18px;
    width: 18px; }
  #content .no-nav .top_left, .white-wrap .top_left {
    top: 0px;
    left: 0px;
    background: url(../images/new_ui/no-nav_corner_tl.png); }
  .white-wrap .top_left {top:-1px;left:-1px;}
  #content .no-nav .top_right, .white-wrap .top_right {
    top: 0px;
    right: 0px;
    background: url(../images/new_ui/no-nav_corner_tr.png); }
  .white-wrap .top_right {top:-1px;right:-1px;}
  #content .no-nav .bottom_left, #content .no-nav .bottom_right, .white-wrap .bottom_left, .white-wrap .bottom_right {
    position: absolute;
    height: 23px;
    width: 23px; }
  #content .no-nav .bottom_left, .white-wrap .bottom_left {
    bottom: -3px;
    left: 0px;
    background: url(../images/new_ui/no-nav_corner_bl.png); }
  .white-wrap .bottom_left {left:-1px;}
  #content .no-nav .bottom_right, .white-wrap .bottom_right {
    bottom: -3px;
    right: 0px;
    background: url(../images/new_ui/no-nav_corner_br.png); }
  .white-wrap .bottom_right {right:-1px;}
  #content .no-nav .bottom_border, .white-wrap .bottom_border {
    bottom: -3px;
    _bottom: -16px;
    left: 21px;
    right: 21px;
    position: absolute;
    height: 3px;
    _width: 947px;
    background: url(../images/new_ui/no-nav_border_bottom.png) repeat-x; }

.white-wrap
{
  padding: 0px 40px 0px 40px;
}

#banner
{
  width:990px;
  margin-top:25px;
  position:relative;
  color:#0F3663;
}

.white-wrap
{
  width:910px;
  margin:10px auto;
  position:relative;
}

.solutions-banner p.first, .home-banner p.first
{
  width:440px;
  font-size:12pt;
  font-weight:200;
  line-height:18px;
}

.solutions-banner p.first
{
  padding:100px 0 0 45px;
}

.home-banner p.first
{
  padding:115px 0 0 45px;
}

#banner .signup_rock p
{
  padding-left:45px;
  font-size:12pt;
  font-weight:bold;
  margin-right:25px;
  line-height:26px;
}

.solutions-banner
{
  background:url(../images/new_ui/solutions_banner.jpg) no-repeat;
  height:215px;
}

.home-banner
{
  background:url(../images/new_ui/home_banner.jpg) no-repeat;
  height:295px;
}

.home-banner #tour_button
{
  background:url(../images/new_ui/take_a_tour_button.gif) no-repeat;
  display:block;
  width:189px;
  height:40px;
  cursor:pointer;
  position:absolute;
  right:158px;
  top:226px;
}

.home-banner .connect_your_team
{
  margin-left:44px;
  font-size:12pt;
}
.home-banner .connect_your_team a { color:#000; }
.home-banner .connect_your_team img
{
  float:left;
  margin:5px 10px 0 0 ;
}

.home-banner .free_trial
{
  margin-left:44px;
  margin-top:67px;
  color:#4A7BB5;
  font-size:11pt;
}

#home .left_content p
{
  padding-left: 15px;
}

hr.light
{
  background: #EEE;
  margin:20px 0px;
}

.right_small_content
{
  float:right;
  width:235px;
  padding-right:15px;
}

.left_big_content
{
  float:left;
  width:570px;
  padding-left:15px;
}

.right_big_content
{
  float:right;
  width:570px;
  padding-right:15px;
}

.left_small_content
{
  float:left;
  width:235px;
}
.sidebar_widget_container {
  position: relative;
  zoom: 1;
  border-bottom: 1px solid #bbb;
  margin: 0;
  margin-bottom: 18px;
  padding: 0; }
  .sidebar_widget_container .bottom_right_sw, .sidebar_widget_container .bottom_left_sw, .sidebar_widget_container .top_left_sw, .sidebar_widget_container .top_right_sw {
    background-repeat: no-repeat;
    position: absolute;
    height: 8px;
    width: 8px;
    overflow: hidden; }
  .sidebar_widget_container .bottom_right_sw {
    bottom: -1px;
    right: 0px;
    _right: -1px;
    background-image: url(../images/new_ui/sidebar_box/sidebar_corner_br.png) }
  .sidebar_widget_container .bottom_left_sw {
    bottom: -1px;
    left: 0px;
    background-image: url(../images/new_ui/sidebar_box/sidebar_corner_bl.png) }
  .sidebar_widget_container .top_right_sw {
    top: 0px;
    right: 0px;
    _right: -1px;
    background-image: url(../images/new_ui/sidebar_box/sidebar_corner_tr.png) }
  .sidebar_widget_container .top_left_sw {
    top: 0px;
    left: 0px;
    background-image: url(../images/new_ui/sidebar_box/sidebar_corner_tl.png) }

#blue_box
{
  margin-top:15px;
}

#blue_box div
{
  width:169px;
  height:46px;
  padding-left:65px;
  padding-top:8px;
}

#blue_box a
{
  font-size:12pt;
}

#blue_box p
{
  font-size:9pt;
  line-height:10px;
}

#blue_box .contact
{
  background: url(../images/new_ui/contact_side_button.png);
}

#blue_box .tour
{
  margin-top:3px;
  background: url(../images/new_ui/tour_side_button.png);
}

#blue_box .signup
{
  margin-top:3px;
  background: url(../images/new_ui/signup_side_button.png);
}

.gray_header
{
  color: #555D66;
  font-weight: bold;
  font-size: 22pt;
  padding-left: 15px;
  margin-bottom: 15px;
}

h1.blue_header
{
  color: #2882E7;
  font-weight: normal;
  font-size: 22pt;
  padding-left: 15px;
  margin-bottom: 15px;
}

.left_header
{
  padding-left: 15px;
}

.bold_header
{
  font-weight: bold;
  /* color: #323232; */
  color: 46535f;

  font-size: 19pt;
  margin-bottom: 0;
  margin-top: 10px;
}

.gray_sub_header
{
  color: #888;
  font-size: 16pt;
  font-weight: 200;
}

.blue_sub_header
{
  color: #2882E7;
  font-weight: normal;
}

.info_block
{
  margin-bottom:25px;
}

.info_block .info_text
{
  float:left;
  width:290px;
}

.info_block .screen_shot
{
  width:234px;
  height:170px;
  margin:0 15px;
  float:left;
}

.info_block .info_text h3
{
  color:#555D66;
  font-size:14pt;
}
.info_block  ul.info_list
{
  margin-bottom: 1em;
}
.info_block .info_list li
{
  padding-left:26px;
  background: url(../images/new_ui/blue_circle_arrow.gif) no-repeat 3px 4px;
  margin-top: 10px;
}

.button a span
{
  color:#774000;
}

#call-us
{
  font-size:16pt;
  font-weight:200;
  padding:15px ;
  margin-top:20px;
  _position:relative;
}

#call-us .phone_number
{
  font-weight:bold;
}

#call-us img 
{
  margin: 0 10px 0 0 ;
}

#main-nav .signup img
{
  margin-top:42px;
}

#nav-toggle,.silver-subnav
{
  float:right;
  height:33px;
  margin-right:15px;
}
#nav-toggle{width:577px;}
.silver-subnav{
/*  background: #FFF url(/images/new_ui/silver_subhead_bar_sprite.png) no-repeat scroll left 7px;*/
  padding-left:10px;
}
#nav-toggle a, .silver-subnav a
{
  color:black;
}

#nav-toggle a.selected:hover, .silver-subnav a.selected:hover
{
  text-decoration:none;
}
#nav-toggle li, .silver-subnav li{ text-align:center; }
li.collaboration{ width:209px; }
li.onboarding{width:103px}
li.learning{width:173px}
li.innovation{width:92px}
#nav-toggle .selected a, .silver-subnav .selected a { color:#555D66; }
#nav-toggle .selected, .silver-subnav .selected
{
  color:#555D66;
  font-weight:bold;
}
.solution-sub-nav {background: url(../images/new_ui/silver_subhead_bar.png) no-repeat;}
.nav-toggle-collaboration {background: url(../images/new_ui/silver_subhead_bar_far_left.png) no-repeat;}
.nav-toggle-onboarding {background: url(../images/new_ui/silver_subhead_bar_mid_left.png) no-repeat;}
.nav-toggle-learning {background: url(../images/new_ui/silver_subhead_bar_mid_right.png) no-repeat;}
.nav-toggle-innovation {background: url(../images/new_ui/silver_subhead_bar_far_right.png) no-repeat;}

ul.silver-nav{height:33px;padding-right:10px;}
ul.silver-nav li{background: #FFF url(/images/new_ui/silver_subhead_bar_sprite.png) no-repeat scroll -10px top;float:left;border-right:1px solid #BBB;}
ul.silver-nav li.selected{background-position: -10px -33px;}
ul.silver-nav li a{display:block;height:33px;line-height:33px;padding:0 25px;}
ul.silver-nav li#first{background-position: left top;}
ul.silver-nav li.selected#first{background-position: left -33px;}
ul.silver-nav li#last{background-position: right top;border:none;}
ul.silver-nav li.selected#last{background-position: right -33px; border:none;}

#header ul#main-nav {
  position: absolute;
  left: 295px;
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none; }
  #header ul#main-nav li {
    float: left;
    padding: 0; }
    #header ul#main-nav li a {
      float: left;
      width: 95px;
      height:80px;
      display: block;
      text-decoration: none; }
      #header ul#main-nav li a span {
        display: block;
        text-align: center;
        margin: 26px 10px 0px 10px;
        padding-top: 18px;
        background-repeat: no-repeat;
        background-position: 50% 0%; }
    #header ul#main-nav li .tenant_admin_link span {
      margin: 12px 0 0 0;
      font-size: 9pt; }
    #header ul#main-nav li .system_settings span {
      margin-top: 3px; }
#header ul#main-nav li.selected a {
  background: #46535F url(../images/new_ui/bg_header_nav_selected.png);
  color: #FFF;
  font-weight: bold; }
#header ul#main-nav li.selected span { background-image: url(../images/new_ui/header_icon_star_selected.gif); }

#header ul#main-nav li.selected img {
  position:absolute;
  top:25px;
  left:58px;
}
#header ul#main-nav li.signup { padding-left:15px; }

.home_page_point
{
  clear:left;
  margin-bottom:10px;
}

.home_page_point .icon_wrapper
{
  float:left;
  width:50px;
  text-align:center;
  margin-right:20px;
}

.home_page_point .text_wrapper
{
  float:left;
  width:490px;
}

.home_middle_tier_point
{
  float:left;
  height:120px;
  padding:25px 25px 10px 25px;
  width:275px;
  border-right:solid 1px #EEEEEE;
  line-height:15px;
}

.home_middle_tier_point .blue_header
{
  color: #2882E7;
  font-size:13pt;
  font-weight:bold;
  margin-bottom:8px;
  margin-right:10px;
  display:block;
}
