@charset "utf-8";
/* CSS Document */


/*===== Reset =====*/
html {
    overflow-y: scroll;  /* force side scroll bars to avoid horiztonal jump */
}

html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    line-height: 1;
}

body {
    background-image: none;
    background-color: #FFF;
    font-family: Arial,Verdana,Sans-serif;
    font-size: 80%;
    line-height: 1.25;
    color: #3F4444;
}

a, a:link, a:visited {
    color: #336699;
    text-decoration: underline; /* TODO underline */
}

a:hover {
    color: #FFC72C;
}

a img {
    border: 0;
}

/* 	h1 - sidebars besides home, news and dashboard;
	h2 - div normal top header, app galery top header, sign-in, forum my threads, dashboard top header
	h3 - home headers, forum categories, dashboard medium header
	h4 - home and news sidebar, app gallery side header*/
h1, h2, h3, h4, h5, h6 {
    /* margin: 0px; */
    padding: 0px;
    color: #3F4444;
    font-weight: bold;
}

h1, h4 {
    margin-bottom: 6px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #3F4444;
}

h1 { font-size: 15px; }

h2 {
    font-size: 16px;
    margin: 30px 0 20px;
    color: #333;
}

h3 { font-size: 16px; }
h4 { font-size: 15px; }
h5 { font-size: 13px; }
h6 { font-size: 13px; }

h3 span {
    font-size: 80%;
}


/* TODO add resets for lists ol, ul */
#page #normal ul ol{
    list-style: none outside none;
}

/* TODO */
pre {
    border-left: 2px solid #B0E0E6;
    font-family: "Andale Mono","Lucida Console",Courier,monospace !important;
    padding-left: 10px;
    overflow: auto;
    /*  Alternative to overflow if horizontal scroll bars are not desired:
        white-space: pre-wrap;
        word-wrap: break-word; */
}

pre code {
    font-family: "Andale Mono","Lucida Console",Courier,monospace !important;
}

/* Forms */

legend {
    padding: 0px 6px 0px 6px;
    font-weight: bold;
}

label {
    padding: 6px 0px 3px 0px;
    display: block;
}

dt, label {
    color: #3275C6;
}

hr {
    margin: 20px !important;
}

fieldset {
    margin: 16px 0px;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
    *overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
    width: auto;
    height: auto;
}

fieldset ol {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

fieldset.buttons {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form, fieldset.buttons li {
    display: inline;
}

form p.submit {
    margin-bottom: 0px;
}

form.formtastic fieldset.inputs {
    border: none !important;
}

fieldset.inputs fieldset.inputs {
    padding: 20px 0 !important;
}

form, fieldset, button, input, textarea, select {
    font-family: Verdana, Arial;
    font-size: inherit;
}

.inline-errors {
    color: #CC0000;
    display: inline;
    padding-left: 20px !important;
    background: url('//developer.flightstats.com/cross.png') 0 no-repeat;
}

.home #teaser_video, #teaser_text, #normal{
    background: white;
}

.home #normal {
    border: none;
    border-radius: 0;
    background: transparent;
}
.main_layout #normal {
    overflow: visible;
}

input[type="text"], input[type="password"], select#account_country_id, select#user_job_role, #account_extra_fields_industry, #account_extra_fields_product_category {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #CCC;
    width: 200px;
    padding: 5px;
}

select#account_country_id, select#user_job_role  {
    width: 212px;
}

textarea #cinstance_description {
    height: 10em !important;
}

/* TABLES */

/*table {
    border-collapse: collapse;
    font-size: 12px;
    margin: 20px 20px 20px 0;
    text-align: left;
    width: 95%;
}

table th {
    background: #364054;
    border-bottom: 1px solid #FFFFFF;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
    text-align: left;
} */

.forum table {
    margin: 16px 0px 16px 0px;
    clear: both;
}

table td {
    background: #fff;
    /*color: #695A4C;*/
    padding: 8px;
}
/*
table tbody tr:hover td {
    color: #FFC72C;
    background: #fafafa;
}*/

.forum table ol { /* Styling of list of categories; in view by category section */
    margin: 5px 0 5px 0;
    padding-left: 20px;
}

.forum #categories table td {
    padding: 2px 0 2px 5px;
}

.forum #categories table tr.odd {
    background-color: #fff;
}

.forum #categories table td + td { /* delete and edit a category for admin view of forum */
    float: right;
}

#forum .even  {
    margin-bottom: 12px;
}

#post_body {
    width: 100%;
}

.dashboard table.plan_widget  {
    margin-bottom: 12px;
    width: 600px;
}

.dashboard table.plan_widget td  {
    border-bottom: 1px solid #455560 !important;
}

.main_layout .table-display dt {	/* account overview */
    padding: 2px 0 5px 2px;
    font-weight: bold;
}

.main_layout .table-display dd {	/* account overview */
    padding: 2px 0 2px 2px;
}

.main_layout  .data-container th, .main_layout  .data-container tr {
    border: none;
}

/* END OF TABLES */

/* Flash messages */

#flashWrapper {
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
}

#flashWrapper div {
    background-color: #3275C6;
    color: #FFFFFF;
}

#flashWrapper div {
    border-radius: 8px 8px 8px 8px;
    margin: 0 auto;
    width: 300px;
}

#flashWrapper p {
    color: #FFFFFF;
    margin: 0 auto;
    width: 300px;
}

/* HEADER */
#header {
    overflow: hidden;
    padding: 5px 0 0;
    position: relative;
}
.wrapper {
    margin: 0 auto;
    width: 956px;
}
#user_widget {
    text-align: right;
    padding: 16px 0px 20px 0px;
    margin-right: 220px;
}

#user_widget.not-logged {
    margin-right: 0px;
}

#user_widget a {
    color: #666666;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none;
}

#user_widget a:hover {
    color: #FFC72C;
    cursor: pointer;
}

#logo {
    float: left;
    margin: 10px;
}

#inline-search {
  position: absolute;
  top: 17px;
  right: 0;
}

#inline-search input[type=text] {
  width: 100px;
}

#search {
    clear: both;
    margin-bottom: 10px;
}

#search #searchAgainBox {
    width: 100px;
    float: left;
    padding: 3px;
}

#search input {
    margin-right: 8px;
}

#search input[type="submit"] {
    margin-top: -4px;
}

/* search results */
.searchResultsList dt {
    font-size: 125%;
    line-height: 125%;
    margin: 5px 0;
}

.searchResultsList dd a {
    display: block;
    margin-bottom: 20px;
}
/* end of search results */

/* TOP MENU BAR */

#menu {
    border-top: 1px solid #fff;
    background: #e7e7e7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e7e7e7 0%, #ffffff 37%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(37%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e7e7e7 0%,#ffffff 37%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e7e7e7 0%,#ffffff 37%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e7e7e7 0%,#ffffff 37%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(top,  #e7e7e7 0%,#ffffff 37%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
    box-shadow: 1px 1px 5px #999999 inset;
    -webkit-box-shadow: 1px 1px 5px #999999 inset;
    -moz-box-shadow: 1px 1px 5px #999999 inset; /* right, bottom, radius, colour */
    clear: both;
    float: right;
    height: 40px;
    text-align: right;
    border-radius: 40px 10px 0 0 !important;
    -moz-border-radius: 40px 10px 0 0 !important;
    -webkit-border-radius: 40px 10px 0 0 !important;
}

ul#tabs li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: inline;
}

#menu ul#tabs {
    background-image: none;
    /* margin: 4px 0 0 10px; */
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
}

#menu #tabs li a {
    display: block;
    float: left;
    margin: 0;
    padding: 14px 24px;
    text-align: center;
    text-decoration: none;
    border-right: 1px solid #E5E5E5;
    font-size: 13px;
    font-weight: bold;
}

#menu #tabs li:last-child a {
    border-right: none;
}

#menu ul#tabs li a:hover {
}

#background {
    background: url('//developer.flightstats.com/default-bg.jpg') no-repeat scroll 50% 50% #A6ACB9;
    height: 265px;
    position: relative;
    /* border-top: 4px solid #999999; */
    margin: 0 auto;
}

#background > div {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

#background-stripes {
    background: url('//developer.flightstats.com/images/bg-lines.png') repeat scroll 0 0 transparent;
    height: 297px;
    margin: 0 auto;
    width: 1204px;
}

#background .header-image {
    background: url('//developer.flightstats.com/images/fs-global-traveler.png') repeat scroll 0 0 transparent;
    height: 168px;
    position: absolute;
    right: 121px;
    top: 0;
    width: 492px;
    z-index: 3000;
}

#background #transform {
    background: url('//developer.flightstats.com/images/home-button-transform.png') repeat scroll 0 0 transparent;
    height: 133px;
    position: absolute;
    right: 230px;
    text-indent: -9999px;
    top: 100px;
    width: 349px;
}

/* END OF TOP MENU BAR */

/* FOOTER */

#footer {
    clear: both;
    color: #999999;
    padding-top: 30px;
    background: #3F4444;
    position: relative;
    padding-bottom: 15px;
}

#footerLinks {
    clear: both;
    color: #999999;
    padding-top: 30px;
    background: #FFFFFF;
    position: relative;
    padding-bottom: 15px;
}

#footer, #footerLinks {
    margin: 0 auto;
}

#footer a {
    color: #999999;
}

#foot-wrap {
    font-size: 10px;
    width: 956px;
    margin: 0 auto 15px;
    height: 17px;
}



/* END OF FOOTER */

/* PAGE LAYOUT STRUCTURE */

/* 3SCALE STANDARD LAYOUTS */

#page {
    margin: 0px auto -65px;
    padding: 0; /* bottom padding, min-height for the footer */
    min-height: 100%;
    position: relative; /*to place absolute positioned elements inside (footer, etc. )*/
}

#content {
    background: #FFF;
    border-top: 1px solid #666;
    clear: both;
    margin-top: -517px;
    overflow: hidden;
    padding: 35px 55px 130px;
    position: relative;
    width: 846px;
}

#normal {
    padding: 0;
    width: 556px;
    overflow: hidden;
}

.home #normal {
    width: 100%;
}

/* Forum */

.forum #categories {
    margin: 15px 0 0 10px;
    width: 50%;
}

.forum #categories h3 {
    float: left;
    line-height: 26px;
}

.forum #categories .operations {
    float: right;
}

.forum .operations {
    padding: 4px;
    margin-top: 10px;
}

.forum .pagination {
    text-align: right;
}

.forum #categories .operations {
    border: none;
}

#topic_36 .title {
    padding-right:35px;
}

/* Forum top menu #subsubmenu */
#subsubmenu {
    margin-bottom: 20px;
}

#subsubmenu + div {
    clear: none !important;
}

#forum .sub-detail {
    margin-top: 20px;
}

#subsubmenu li {
    padding: 2px;
    display: inline;
    margin-right: 7px;
    border: medium none!important;
    background: transparent;
}

#subsubmenu li a {
    background: none repeat scroll 0 0 #364054;
    border: 1px solid #364054;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 2px 8px;
    text-decoration: none;
}

#subsubmenu .active {
    background: none repeat scroll 0 0 #6E9D10;
    border-color: #6E9D10;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #FFFFFF;
    cursor: inherit;
    padding: 4px 8px;
    text-decoration: none;
}

#subsubmenu li a:hover {
    background: #fff;
    color: #364054;
    text-decoration: none;
}

/* Forum Posts */
.postCount {
    margin: 2px;
    font-size: 10px;
}
.postCount + p {
    margin: 0;
    font-size: 10px;
}

.topicAuthor {
    margin-bottom: 10px;
}

.topicHeader {
    /*border-bottom: 1px solid #C6CBCD;*/
    margin-bottom: 26px;
}

.topicAuthor .avatar + .detail:before {
    content: "Published on: ";
}

div[class^="post"] {
    /*border: 1px solid #EFEFEF;*/
    padding: 5px;
}
div[class="post-body"] {
    border: medium none;
    margin-left: 100px;
    margin-top: -70px;
    padding: 0 0 0 10px;
}

.forum .detail {
    font-style: italic;
    font-size: 11px;
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: 0;
}

.forum .detail + .detail {
    clear: left;
    font-size: 110%;
    font-weight: bold;
    margin-left: 10px;
}

.avatar {
    border: 1px solid #EFEFEF;
    float: left;
    margin-left: 10px;
    margin-right: 20px;
    padding: 3px;
}

#post_anonymous_user {
    margin-right: 5px;
}

.topicHeader .topicAuthor + .action.edit {
    margin-left: 100px;
    margin-top: -50px;
    position: relative;
    top: -60px;
}

.topicHeader .button-to {
    position: relative;
    top: -60px;
}

/* News */

.news .post {
    border-bottom:1px solid #666666;
    padding-bottom:12px;
    margin-bottom:12px;
}

.gallery #normal {
    width: 934px;
    margin-left: 0px;
}

/* #sidebar, */
#sidebar {
    background: white;
    float: right;
    margin-left: 60px;
    margin-top: 100px;
    padding: 0;
    width: 229px;
}
.home #sidebar {
    float: left;
    margin-left: 0;
    margin-top: 0;
    width: 160px;
}
.main_layout #sidebar {
    margin-top: 0;
}

#dashboard #sidebar {
    padding: 10px 12px 0px 0px;
}

#sidebar ol, #subsubmenu {
    list-style-type: none;
    padding: 0px;
}

#sidebar li {
    padding: 0;
}

#sidebar .sidebar_header {
    font-size: 1.1em;
    font-weight: bold;
}

#sidebar li a {
    text-decoration: none;
    color: #3275C6;
}

#subsubmenu li a {
    color: #fff;
}

#sidebar #submenu {
    list-style: none outside none;
}

#sidebar #submenu a:hover {
    text-decoration: underline;
}

#second_nav #submenu, #sidebar ol ol {
    border-top: none;
}

#subsubmenu li, #sidebar ol li, #sidebar #submenu li, #sidebar #second_nav li {
    border-bottom: 1px dashed #CCCCCC;
}
#sidebar #submenu li {
    background: none repeat scroll 0 0 transparent;
    padding: 5px 0;
}
#subsubmenu li a:hover, #sidebar ol li a:hover, #sidebar #submenu li a:hover, #sidebar #second_nav a:hover {
}

/* CUSTOMIZED PAGE LAYOUTS */

/* Home */

#teaser_right {
}

#teaser_text {
}

#teaser_right_bottom, #teaser_video {
    margin-bottom: 26px;
}

#teaser_video object {
    background-color: #CCCCCC;
}

.home #tabs .home a , .getting_started #tabs .getting_started a, .products #tabs .products a, .industries #tabs .industries a, .showcase #tabs .showcase a, .support #tabs .support a, .blog-feed #tabs .blog a {
    background: #FFC72C;
    color: #fff;
}
.getting_started #tabs .getting_started a {
    border-radius: 40px 0 0 0;
}

/* This tab is never selected because we're hosting the blog offsite. Nonetheless ... */
.blog-feed #tabs .blog a {
    border-radius: 0 10px 0 0;
}

/* Getting Started */

.getting_started  {
    margin-right: 0;
}

.getting_started #normal, .documentation #normal {
    float: left;
    margin-left: 0;
}

/* Documentation */


/* Apps Gallery */

.gallery_item {
    clear:  both;
    margin: 16px 0px 16px 0px;
}

.gallery_item_meta {
    float: left;
    width: 200px;
}

.gallery_item_image {
    float: right;
}

.gallery_item img {
    width: 182px;
    height: auto;
}

.gallery_item_text {
    margin-left: 200px;
    margin-right: 200px;
}

/*===== Shapes, Filters =====*/

#forum .operations, #teaser_video, fieldset, #menu {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

/*===== Exceptions =====*/

.dashboard_bubble, .data-container{
    background: #ffffff; /* Old browsers */
    border: 1px solid #CCC !important;
    border-radius: 10px;
    margin-bottom: 26px;
    padding: 10px !important;
}

form > fieldset.inputs {
    margin: 20px 0 !important;
    width: 550px;
}

.dashboard_bubble a {
    margin-bottom: 12px;
    display: inline-block;
}

.dashboard_bubble > a {
    background: url('//developer.flightstats.com/letter_icon.png') no-repeat scroll 5px 0 transparent;
    text-indent: 30px;
    height: 20px;
}

.dashboard_bubble a:hover {
}

.dashboard_bubble h3 {
    font-variant: small-caps;
    text-decoration: underline;
}

.dashboard_bubble ul {
    padding: 0;
}

.dashboard .sixty {
    background: none repeat scroll 0 0 #fffaf5;
    margin: 13px 13px 25px;
    padding: 11px;
}

.operations {
    margin-bottom: 12px;
}

/* messages allignment of date, from, to, subject fields */
.messageDetails dl dt {
    float: left;
    margin-bottom: 10px;
    padding: 0 10px 0 0;
    text-align: right;
    width: 150px;
}

dl {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    margin-bottom: 10px;
    width: 560px;
    padding: 5px 15px;
}

.messageDetails dl dd, .main_layout .table-display dd {
    height: 20px;
    margin-bottom: 10px;
}

.messageContent {
    border: 1px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 3px 5px 5px #ccc;
    -moz-box-shadow: 3px 5px 5px #ccc;
    -webkit-box-shadow: 3px 5px 5px #ccc;
    padding: 0 20px;
    width: 548px;
}

#message_subject:focus, #message_body:focus , #to:focus, input:focus, select:focus, textarea:focus, .buttons .link a:focus, .buttons .commit input:focus, .action.edit:focus, .action.view:focus, .action.add :focus, #cinstance_name:focus, #cinstance_description:focus{
    box-shadow: 0 0 5px #364054;
    border: 1px solid #364054;
}

#message_subject, #message_body, #to, #cinstance_name, #cinstance_description {
    border: 1px solid #999999;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 3px 5px #DDDDDD;
    height: auto !important;
    padding: 3px;
    width: 550px;
}

.buttons .link a, .buttons .commit input, .action.edit, .action.view, .action.add, .action.delete, input[type="submit"] {
    cursor: pointer;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    padding: 5px 14px 6px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #333;
    font-size: 13px;
    line-height: normal;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    text-decoration: none;
}

.buttons .link a:hover, .buttons .commit input:hover, .action.edit:hover, .action.view:hover, .action.add:hover, .action.delete:hover, input[type="submit"]:hover {
    background-position: 0 -15px;
    color: #333;
    text-decoration: none;
}

.buttons .link a:focus, .buttons .commit input:focus, .action.edit:focus, .action.view:focus, .action.add:focus, .action.delete:focus, input[type="submit"]:focus {
    outline: none;
}

.main_layout .table-display dt {
    float: left;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 2px 10px 0 0;
    text-align: right;
    width: 250px;
}

/* TODO add comment, move to internal fixes section */
.dashboards-show h3, .invoices-index h3, #forum h3 {
    font-size: 16px;
}

.postHeader h2 {
    font-size: 15px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

.messageContent + h3 {
    clear: both;
    color: #3F4444;
    font-size: 21px;
    margin: 30px 0 20px;
}

#session_remember_me {
    margin-right: 5px;
}

/*Services Layouts */

/*2 columns*/
.service-2-column {
    float: left;
    margin-left: 20px;
    width: 448px;
}

/*3 columns*/
.service-column {
    float: left;
    margin-left: 20px;
    width: 275px;
}

/* all this is about the signup page: */

fieldset[name="User Information"] ol, fieldset[name="Organization Information"] ol, #account_user_username_input, #account_extra_fields_phone_input, #account_extra_fields_product_category_input {
    border-top: 1px solid #FFC72C;
}

#account_extra_fields_intended_use_input {
    padding-bottom: 10px;
    border-bottom: 1px solid #FFC72C;
}

#account_user_job_role, #account_country_input, #account_extra_fields_website {
    margin-bottom: 10px;
}

#account_user_email {
    width: 432px;
}

#account_user_first_name_input, #account_org_name_input {
    float: left;
    margin-right: 20px;
}

#account_org_legaladdress_input {
    clear: both;
}

#account_extra_fields_intended_use_input {
    width: 100%;
}
/* end of stuff for the signup page */


#box-up .button-basic, #box-down .button-basic {
    float: right;
}

#box-down, #box-up + hr {
    clear: both;
}


.foot-three-box {
    margin-left: 35px;
    width: auto;
    float: left;
    border-right: 1px solid #ccc;
    padding-right: 30px;
}

.foot-three-box h3 {
    color: #CCC;
    font-size: 100%;
    text-transform: uppercase;
}

.foot-three-box a {
    color: #FFFFFF;
    font-size: 100%;
    text-decoration: none;
}

.foot-three-box ul li {
    background: none;
    padding-left: 0;
}

#footerLinks {
    overflow: hidden;
}

.double {
    float: left;
    margin-top: 0;
}

.double + .double {
    margin-left: 40px;
}

.left.sixty .data-container:first-child {
    background: #D0CDCC;
}
.left.sixty .data-container:first-child .key {
    color: #663300;
    font-size: 24px;
    font-weight: bold;
}
#keys .key {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.search div#search {
    position: relative;
    height: 100%;
    left: 0;
    top: 0;
}

.search #normal {
    overflow: visible;
}