body {
    margin: 0 auto;
    font-family: helvetica, verdana, tahoma, arial;
    font-size: 85%;
    background-color: #FFF;
    line-height: 17px;
    color:  #5C6166;
    line-height:1.6em;
}

a, a:link, a:active, a:visited {
    text-decoration: none;
    color: #066D3B;

}

a.bolded {
    color: #11A85C;
    font-weight: bold;
}

a.green-bg-button {
    color: white;
    background-color: #10A85A;
    border: 1px solid white;
    padding: 4px 11px;
}

a:hover {
    text-decoration: underline;
}

img {
    border: none;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

* + html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */

.clear_both {
    clear: both;
}

.hidden_class {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Verdana, Myriad Pro, Geneva, Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #5A5F64;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 13px;
}

h4 {
    font-size: 1.1em;
    font-weight: normal;
}

h5 {
    font-size: 10px;
}

/* Flash message
*****************************************************************************/
.flash_notice {
    background-color:#FFF9BD;
    font-size:1em;
    font-weight:bold;
    margin:0 0 2em;
    padding:0.75em;
}

.flash_error {
    background:#FFF9BD none repeat scroll 0 0;
    border:1px solid #B5121B;
    font-size:1.2em;
    font-weight:bold;
    margin:0 0 2em;
    padding:0.75em;
}

#errorExplanation, .errorExplanation {
    background-color: #FFF9BD;
    border: 1px solid #B5121B;
    color: #B5121B;
    padding: 10px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 12px;
}

#errorExplanation p {
    margin-bottom: 5px;
}

#errorExplanation h2 {
    color:#B5121B;
    font-size:1.2em;
    font-weight:bold;
    line-height:20px;
    padding:0;
}

#errorExplanation ul {
    list-style-type:disc;
    margin:10px 0 0 20px;
    color: #333;
}

div.fieldWithErrors {
    display: inline;
}

.fieldWithErrors input, .fieldWithErrors textarea{
    margin: 0;
    border: 2px #B5121B solid;
}

.fieldWithErrors select {
    border: 2px #B5121B solid;
}

.error_field_box {
    float :left;
}

.error_field_box .fieldWithErrors {
    float: left;
}

.error_field_box .inline_error {
    background-color:#B5121B;
    clear:left;
    color:#FFFFFF;
    height:15px;
    line-height:1em;
    margin-bottom:15px;
    padding:5px;
    width:300px;
}

#container, .logo-wrapper, ul#tabs, #footer .request-demo .links, #footer .site-links .links {
    margin:0 auto;
    width:940px;
}

.logo-container {
    font-size: 14px;
    background: url('/images/chronus-logo.png') no-repeat;
    padding: 25px 25px 25px 61%;
    text-align: right;
    margin-top:1em;
}

a, .green {
    color: #066D3B;
    text-decoration: none;
}

a.button-link {
	background-color:white;
	border:3px solid #EBEBEC;
	font-size:1.2em;
	font-weight:bold;
	margin:1em 1em 0 0;
	padding:0.2em 0.5em;
	text-decoration:none;
}

a.blue-button {
    font-size: 1.1em;
    background-color: #55AABD;
    padding: 2px 10px;
    color: white;
}

.logo-container .chronus-logo {
    margin-right: 30%;
}

.logo-container .contact-us-icon img {
    position: relative;
    top: 2px;
}

.logo-container .toll-free-icon img {
    position: relative;
    top: 3px;
}

#menu-wrapper {
    background: url('/images/menu-bg.png') repeat-x;
    font-size: 1.1em;
    line-height: 18px;
}

/*
* TABS
*/

ul#tabs {
    font-weight:bold;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding: 0px;
    font-size: 14px;
    height: 35px;
    overflow: hidden;
}

ul#tabs .nav_divider {
    background-image:url(/images/banner/nav_divider.png);
    float:left;
    height:27px;
    width:1px;
}

ul#tabs li {
    background:url(/images/menu-item-border-left.png) no-repeat;
    float: left;
    margin: 0;
    padding: 4px 0px;
}

ul#tabs li.selected {
    background:url(/images/menu-item-selected-bg.png) repeat-x;
    height: 27px;
}

ul#tabs li:hover {
    background:url(/images/menu-item-selected-bg.png) repeat-x;
}

ul#tabs li.selected a {
    color: #FFF;
}
ul#tabs li a {
    color:#CED0D1;
    display:block;
    padding:0.37em 20px;
}

ul#tabs li a.drop-down {
    background: url(/images/white-drop-down.gif) no-repeat scroll right;
    margin-right: 10px;
    padding-right: 15px;

}

ul#tabs li a:hover {
    text-decoration: none;
}

ul#tabs li.selected .sel_tab_l {
    background-image:url(/images/banner/path_left.png);
    background-repeat:repeat;
    float:left;
    height:28px;
    margin-left:-36px;
    width:35px;
}

ul#tabs li.selected .sel_tab_r {
    background:transparent url(/images/banner/path_right.png) no-repeat scroll 0 0;
    float:left;
    height:30px;
    margin-left:-2px;
    width:2px;
}

ul#tabs li.selected a {
    float: left;
}

#tabs a{
    float: left;
}

ul#tabs .sub_tabs {
    width: 75px;
    position: absolute;
    clear: both;
    top: 122px;
    z-index: 100;
    clear: both;
    overflow: hidden;
    height: 0px;
    margin-left: -10px;
}

ul#tabs .sub_tabs .sub_tabs_list {
    list-style-image:none !important;
    list-style-position:outside !important;
    list-style-type:none !important;
    padding: 0px;
    width: 214px;
    background: url('/images/sub-tabs-bg.png') repeat-x;
    margin-left: 1px;
}
ul#tabs .sub_tabs .sub_tabs_list,
ul#tabs .sub_tabs .sub_tabs_list li {
    width: 273px;
    height: auto;
}

ul#tabs .Company .sub_tabs_list,
ul#tabs .Company .sub_tabs_list li {
    width: 200px;
    height: auto;
}

ul#tabs .sub_tabs li a {
    margin: 0px;
    padding: 5px 12px;
    color:white;
    font-weight:bold;
    float: none;
}

ul#tabs .sub_tabs li a.last {
    background: none;
}

ul#tabs .sub_tabs li {
    font-size: 0.9em;
    white-space: nowrap;
    font-weight: normal;
    background: none;
    background: url('/images/sub-tab-bg.gif') repeat-x bottom;
    margin: 0px;
}

ul#tabs .sub_tabs li:hover {
    background-color: #2A90C6;
}


ul#tabs li:hover .sub_tabs{
    overflow: visible;
}

ul#tabs .sub_tabs:hover{
    display: block;
}

/*
* Inner tabs
*/

.inner_tabs {
  margin-bottom: 15px;
  margin-top: 5px;
}

.inner_tabs ul {
  border-bottom:medium none;
  float:left;
  list-style:none;
  margin:0 0 0 10px;
  position:relative;
  top:1px;
  z-index:1;
  padding-left: 8px;
}

.inner_tabs ul li {
    float:left;
    font-size: 12px;
    font-weight:bold;
    margin:0;
    padding: 5px 20px;
}

.inner_tabs ul li,
.inner_tabs ul li a {
    color: #11A85C;
    font-size:13px;
}

.inner_tabs ul li.selected {
  background:#FFFFFF url(/images/hash-texture.gif) repeat scroll 0 0;
  border-color:#CCCCCC;
  border-style:solid solid none;
  border-width:1px;
}

.inner_tabs .tab_pattern {
  background:transparent url(/images/hash-texture.gif) repeat scroll 0 0;
  border-top:1px solid #CCCCCC;
  clear:both;
  min-height:10px;
  position:relative;
}

p.spaced {
    line-height: 25px;
    font-size: 1.1em;
}

.two-col .col1{
    width: 69%;
    float: left;
}

.two-col .col2{
    float: right;
    width: 28%;
}

#footer {
    margin-top: 25px;
}
#footer .request-demo{
    background-color: #E6FCFF;
    margin-bottom: 1px;
    padding: 15px 0px;
}

#footer .request-demo .links {
    font-weight: bold;
}

#footer .site-links {
    background-color: #F3F3F3;
    padding: 10px 0 42px;
}

#footer .site-links .section {
    float: left;
    margin-right: 108px;
}

#footer .site-links .section div {
    font-size: 1.1em;
    padding: 3px 0px;
}

#footer .site-links .section a {
    font-size: 0.9em;
    clear: left;
    color: #B8BABD;
    float: left;
}

#footer .copyright {
    font-size: 0.8em;
    padding:10px 0px;
}
.pane {
  border: 2px solid #F5F5F6;
  border-top: 0px;
}

.pane h3.pane_header_bg {
  color:#444;
  font-size:14px;
  font-weight:bold;
  padding:8px 5px;
  text-align: center;
  margin: 0;
}

.pane h3.pane_header_bg a {
  color: #FFFFFF;
  font-size: 0.8em;
  font-weight: normal;
}

.pane .pane_header_shadow {
  height:20px;
}

.pane h3.pane_header_bg.yellow {
  background:transparent url(/images/pane/heading-yellow-bg.gif) repeat-x scroll 0 0;
}

.pane div.pane_header_shadow.yellow {
  background:transparent url(/images/pane/heading-yellow-shadow.gif) repeat scroll 0 0;
}

.pane h3.pane_header_bg.gray {
  background:transparent url(/images/pane-header-bg.png) repeat-x scroll 0 0;
  line-height: 18px;
}

.pane div.pane_header_shadow.gray {
}

.pane div.pane_content {
  /*background:transparent url(/images/pane-header-bg-shadow.png) repeat-x scroll 0 0;*/
  padding: 10px 10px 0;
}

.pane_shadow {
  height: 5px;
  background:transparent url(/images/pane-header-bg-shadow.png) repeat-x scroll 0 -23px;
  margin-bottom:25px;
}

.no-bottom-border {
    border-bottom: 0px !important;
}


h1.page_title {
    padding: 4px 0 15px;
}

#breadcrumbs {
    margin-top: 13px;
}

.actions {
}

.actions a {
	text-decoration:none;
}

.tick {
    list-style-image: url(/images/check.png);

}
