div.datepicker {
 position: absolute;
 text-align: center;
 border: 1px #C4D5E3 solid;
 font-family: arial;
 background: #FFFFFF;
 font-size: 10px;
 padding: 0px;
}
div.datepicker table {
 font-size: 10px;
 margin: 0px;
 padding: 0px;
 text-align: center;
 width: 180px;
}
div.datepicker table thead tr th {
 font-size: 12px;
 font-weight: bold;
 background: #e9eff4;
 border-bottom:1px solid #c4d5e3;
 padding: 0px;
 margin: 0px;
}
div.datepicker table tbody tr {
 border: 1px white solid;
 margin: 0px;
 padding: 0px;
}
div.datepicker table tbody tr td {
 border: 1px #eaeaea solid;
 margin: 0px;
 padding: 0px;
 text-align: center;
}
div.datepicker table tbody tr td:hover,
div.datepicker table tbody tr td.outbound:hover,
div.datepicker table tbody tr td.today:hover {
 border: 1px #c4d5e3 solid;
 background: #e9eff4;
 cursor: pointer;
}
div.datepicker table tbody tr td.wday {
 border: 1px #ffffff solid;
 background: #ffffff;
 cursor: text;
}
div.datepicker table tbody tr td.outbound {
 background: #e8e4e4;
}
div.datepicker table tbody tr td.today {
 border: 1px #16518e solid;
 background: #c4d5e3;
}
div.datepicker table tbody tr td.nclick,
div.datepicker table tbody tr td.nclick_outbound {
 cursor:default; color:#aaa;
}
div.datepicker table tbody tr td.nclick_outbound {
 background:#E8E4E4;
}
div.datepicker table tbody tr td.nclick:hover,
div.datepicker table tbody tr td.nclick_outbound:hover {
 border: 1px #eaeaea solid;
 background: #FFF;
}
div.datepicker table tbody tr td.nclick_outbound:hover {
 background:#E8E4E4;
}
div.datepicker table tfoot {
 font-size: 10px;
 background: #e9eff4;
 border-top:1px solid #c4d5e3;
 cursor: pointer;
 text-align: center;
 padding: 0px;
}



#RB_overlay {
  position: absolute;
  z-index:100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height:100%;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#RB_loading {
  z-index: 101;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
  padding-bottom: 30px;
  text-align: center;
  background: url(../images/redbox_spinner.gif) no-repeat bottom center;
}

#RB_window {
  z-index: 102;
  background-color: #FFFFFF;
  display: block;
  text-align: left;
  overflow: hidden;
  margin: 20px auto 0 auto;
  position:fixed;
  position: absolute;
}

html, body {
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #4D586A;
    background-color: #CCCAC4;
    background-position: center;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
    background-image: url(/images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* Main container */
#main {
    width: 1000px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #F3F1E9;
}

/* This was header2 in factura */
#home-header {
    width: 1000px;
    height: 117px;
    background-color: #31363E;
    clear: left;
    border-top: 10px solid #1D242F;
    border-bottom: 3px solid #4D586A;
}

/* Was headerright2 in factura */
#home-tabs {
    width: 555px;
    float: right;
    text-align: right;
    margin-top: 45px;
    padding-top: 30px;
    padding-right: 15px;
    background-color: #31363E;
}

/* Header */
#header {
    width: 1000px;
    height: 97px;
    background-color: #31363E;
    clear: both;
    border-top: 10px solid #1D242F;
}

#header-logo {
    height: 82px;
    padding-left: 25px;
    padding-top: 10px;
    float: left;
    background-color: #31363E;
}

#header-logo h1 {
    color: #F3F1E9;
    margin-bottom: 0px;
}

#header-logout {
    width: 250px;
    float: right;
    text-align: right;
    padding-top: 10px;
    padding-right: 15px;
    background-color: #31363E;
}

#tabs-container {
    width: 1000px;
    height: 32px;
    clear: left;
    text-align: center;
    background-color: #31363E;
    background-image: url(../images/bg-hor-menu.gif)
}

/* This was titlearea in factura */
#home-section-header {
    width: 800px;
    clear: left;
    padding-top: 30px;
    padding-bottom: 5px;
    padding-left: 100px;
 }

/* This was highlightarea2 in factura */
#home-section-container {
    width: 1000px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 20px;
    background-color: #FFFFFF;
    float: left;
    border-top: 3px solid #DBD5C5;
    border-bottom: 3px solid #DBD5C5;
}

/* This was textarealeft in factura */
#home-section-content {
    width: 500px;
    padding-top: 0px;
    float: left;
    padding-bottom: 10px;
    padding-left: 0px;
}

/* This was textareaRight in factura */
#home-section-sidebar {
    width:          250px;
    padding-top:    0px;
    float:          right;
    padding-bottom: 10px;
    padding-left:   0px;
}

/* This was topPackage in factura */
#home-section-siderbar-top {
    width:             213px;
    height:            230px;
    margin-top:        10px;
    padding-top:       5px;
    padding-left:      12px;
    padding-right:     10px;
    clear:             left;
    background-image:  url(../images/home_section_sidebar_top.gif);
    background-repeat: repeat-y;
}

/* This was bottPackage in factura */
#home-section-siderbar-bottom {
    width:            235px;
    height:           20px;
    clear:            left;
    background-image: url(../images/home_section_sidebar_bottom.gif)
}

/* This was textarea in factura */
#home-section-subcontainer {
    width: 800px;
    clear: left;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 100px;
}

.help-item {
    width: 800px;
    margin-top: 15px;
    clear: left;
}

#content {
    width: 1000px;
    height: 100%;
    margin-bottom: 20px;
    clear: left;
    margin-top: 2px;
}

#footer {
    width: 980px;
    height: 35px;
    padding: 10px;
    clear: both;
    border-top: 1px solid #FFFFFF;
    text-align: center;
    line-height: 20px;
}

#main-area {
    width: 740px;
    padding-top: 30px;
    margin-bottom: 20px;
    margin-left: 4px;
    float: left;
}

#highlightarea {
    width: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    background-color: #E6E3D7;
    clear: left;
    border-top: 3px solid #DBD5C5;
    border-bottom: 3px solid #DBD5C5;
 }

#cleararea {
    width: 800px;
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 10px;
    clear: left;
 }


#sidebar {
    width: 240px;
    padding-top: 30px;
    margin-bottom: 20px;
    margin-right: 2px;
    float: right;
}

#main-area-header {
    width: 740px;
    height: 20px;
    clear: left;
    background-image: url(../images/topPage.gif)
}

#main-area-body {
    width: 740px;
    height: inherit;
    clear: left;
    background-image: url(../images/bgPage.gif)
}

#main-area-footer {
    width: 740px;
    height: 33px;
    clear: left;
    background-image: url(../images/bottPage.gif)
}

#top-status {
    width: 213px;
    height: 100%;
    padding-top: 15px;
    padding-left: 12px;
    padding-right: 15px;
    clear: left;
    background-image: url(../images/topLinks.gif);
    background-repeat: repeat-y;
}

#bottom-status {
    width: 235px;
    height: 20px;
    clear: left;
    background-image: url(../images/bottLinks.gif)
}

#top-links {
    width: 213px;
    height: 100%;
    margin-top: 10px;
    padding-top: 15px;
    padding-left: 12px;
    padding-right: 10px;
    clear: left;
    background-image: url(../images/topLinks.gif);
    background-repeat: repeat-y;
}

#bottom-links {
    width: 235px;
    height: 20px;
    clear: left;
    background-image: url(../images/bottLinks.gif)
}

#tabs {
    height: 32px;
    float: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
}

#tabs ul {
    margin-left: 250px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

#tabs li {
    float: left;
    background: url("../images/tab_left.gif") no-repeat left top;
    margin: 0;
    padding: 0 10px 0 7px;
}

#tabs a {
    float: left;
    display: block;
    background: url("../images/tab_right.gif") no-repeat right top;
    background-color: #4D586A;
    padding: 5px 15px 4px 6px;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}

#tabs a {
    float: none;
}

#tabs a:hover {
    color: #1D242F;
}

#tabs .current {
    background-image: url("../images/tab_left_on.gif");
}

#tabs .current a {
    background-image: url("../images/tab_right_on.gif");
    background-color: #F3F1E9;
    color: #1D242F;
    padding-bottom: 5px;
}

#main-content {
    width: 695px;
    height: inherit;
    clear: left;
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid #E6E3D7;
}

div.blank-page {
    margin: 20px 20px 20px 20px;
}

/* Offer layout */

#column-total {
    width: 973px;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 12px;
    float: left;
}

#top-page-total {
    width: 973px;
    height: 20px;
    clear: left;
    background-image: url(../images/topPageTotal.gif);
}

#bottom-page-total {
    width: 973px;
    height: 24px;
    clear: left;
    background-image: url(../images/bottPageTotal.gif);
}

#middle-page-total {
    width: 973px;
    height: inherit;
    float: left;
    background-image: url(../images/bgPageTotal.gif)
}

#form-button-area {
    width: 890px;
    height: inherit;
    clear: left;
    padding-left: 50px;
}

#offer-form {
    width: 890px;
    height: inherit;
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 10px;
    padding-bottom:20px;
    padding-left:20px;
    padding-right:0px;
    border: 1px solid #D8D7CF;
}

.offer-form-row {
    width:870px;
    height: inherit;
    float:left;
}

.offer-form-left-col {
    width: 410px;
    height: inherit;
    float: left;
    padding-right: 20px;
}

.offer-form-right-col {
    width: 430px;
    height: inherit;
    float: left;
}

.offer-form-row-separator {
    width: 860px;
    clear: left;
    padding: 10px;
}

#login-form input, #lost-password-form input {
    border: 1px solid #DDD;
    color: #777;
}

#top-home-login  {
    width: 389px;
    height: 130px;
    background: url(../images/login-top.gif) repeat-y;
    padding: 10px 0px 0px 10px;
}

#top-home-login td {
    line-height: 5px;
}

#bottom-home-login {
    width: 399px;
    height: 14px;
    background: url(../images/login-bottom.gif) repeat-y;
}

#home-login-title {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #4D586A;
    line-height: 16px;
    padding: 10px 5px;
    margin-bottom: 10px;
}

#adsense {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

#video_frame {
    width:750px;
    background-color:#FFFFFF;
    clear:left;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

#video_frame2 {
    width:680px;
    padding:40px;
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;
    background-color:#E6E3D7;
    clear:left;
    border:3px solid #DBD5C5;
    text-align:center;
}

/* Usefull style for map_fields used in customers import */
/*http://stackoverflow.com/questions/258372/css-div-element-how-to-show-horizontal-scroll-bars-only*/
/* http://blog.josh420.com/archives/2007/11/fixing-the-ie-overflow-vertical-scrollbar-bug.aspx */
div.map_fields {
    width: 655px;
    overflow: auto;
    overflow-y: hidden; /*-ms-overflow-y: hidden; /*IE8*/
}

select.field_options {
    float: left;
}
/* END customers import styles */

hr {
    background-color:#F3F1E9;
    border: medium none;
    color: #F3F1E9;
    height: 1px;
    width: 100%;
}

a {
    text-decoration: none;
}

img {
    border: 0px;
}

th {
    text-align: center;
}

td {
    padding: 5px 5px 5px 5px;
}

form {
    margin: 0px; /* Safari puts extra margin at the bottom of forms */
}

label {
    font-weight: bold;
    color: #8D6A51;
}

input {
    font-size: 13px;
    color: #4D586A;
}

input.button, a.button {
    color: #4D586A;
    background-color: #F3F1E9;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 3px 3px 3px 3px;
    border: 1px solid #BBBBBB;
    display: inline;
}

textarea {
    font-size: 13px;
    color: #4D586A;
    border: 2px solid #E6E3D7;
    line-height: 18px;
    padding: 5px;
}

select {
    font-size: 13px;
    font-weight: normal;
    color: #4D586A;
    background-color: #FFF;
    border-color: #E6E3D7;
    border-width: 2px;
    border-style: solid;
    line-height: 18px;
    padding-left: 3px;
}

ul, ol, li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#home-tabs ul {
    font-family: "Trebuchet MS", Arial;
    display: inline;
    font-weight: normal;
    font-size: 18px;
    list-style: none;
    text-align: right;
    background-color: #616A79;
    padding-bottom: 0px;
    padding-top: 0px;
}

#home-tabs li {
    background-color: #616A79;
    display: inline;
}

#home-tabs a, #home-tabs span {
    text-decoration: none;
    display: inline;
    color: #FFFFFF;
    background-color: #31363E;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}

#home-tabs .first, #home-tabs .first span, #home-tabs .first a {
    background: none;
}

#home-tabs span, #home-tabs a:hover, #home-tabs a:active, #home-tabs a:focus {
    padding-left: 15px;
    background-color:#616A79;
    color: #FFFFFF;
}

/* Was Title48DarkGrey in factura */
#slogan {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #383D44;
    line-height: 45px;
    margin-top: 10pt;
    margin-bottom: 10pt;
}

/* Was Text24Grey in factura */
p.slogan-abstract {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: #616A79;
    line-height: 28px;
}

/* This was Title24Orange in factura */
#home-section-header {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    color: #8D6A51;
    line-height: 20px;
}

/* Was TextHighlightOrange in factura */
.home-highlighted-actions {
    text-align: center;
    width: 350px;
    font-size: 32px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 20px;
    background-color: #AB9B7D;
}

.home-highlighted-actions a {
    color: #FFFFFF;
    text-decoration: none;
 }

.home-highlighted-actions a:hover {
    color: #31363E;
    text-decoration: none;
 }

/* Was Title18DarkGrey in factura */
.home-feature-title {
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    color: #1D242F;
    line-height: 24px;
}

/* This was Title18Grey in factura */
#home-section-subtitle {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #4D586A;
    line-height: 16px;
}

/* Was Title14Orange in factura */
.home-feature-subtitle {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #AB9B7D;
    line-height: 16px;
}

/* Was Text20greyCenter in factura */
#home-section-sidebar {
    font-size:   13px;
    color:       #616A79;
    line-height: 20px;
}

/* This was Text16greyHelp in factura */
#home-contact, #home-login {
    text-align:  left;
    font-size:   16px;
    font-weight: normal;
    color:       #616A79;
    line-height: 22px;
}
#home-help a, #home-contact a, #home-signup a, #home-login a {
    color: #8D6A51;
    text-decoration:underline;
}

#home-help a:hover, #home-contact a:hover, #home-signup a:hover, #home-login a:hover {
    color: #616A79;
    padding-bottom: 0px;
    margin-bottom:  0px;
}

#home-help h1 {
    color: #8D6A51;
    font-size: 24px;
}

/* This was Title18OrangeHelp in factura */
#home-help h2 {
    color: #8D6A51;
    font-size: 18px;
}

#home-help ul {
    margin: 4px;
    padding-left: 20px;
}

#home-help li {
    list-style-type: square;
}


/* This was formField in factura */
input.home-form-field {
    font-size: 13px;
    font-weight: normal;
    color: #4D586A;
    background-color: #F3F1E9;
    border-color: #DBD5C5;
    border-width: 1px;
    border-style: solid;
    line-height: 18px;
    padding-left: 3px;
}

input.login-form-field {
    width: 140px;
}

/* This was Text13Orange in factura */
#service-conditions {
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    color: #E77E19;
    line-height: 16px;
}

/* This was Text13OrangeRight in factura */
.backoffice_label {
    text-align: right;
    font-size: 13px;
    font-weight: normal;
    color: #8D6A51;
    line-height: 16px;
}

/* This was Text16greyHelp in factura */
.backoffice-title {
    text-align:  left;
    font-size:   16px;
    font-weight: normal;
    color:       #616A79;
    line-height: 22px;
    padding-left: 10px;
}

/* Was imgBorder01 in factura */
.image-border {
    border: 3px solid #DBD5C5;
    margin-bottom: 10px;
}
.todo {
    font-style: italic;
}

.current-user-name {
    color: #F3F1E9;
    font-weight: bold;
}

#paginator {
    font-size: 12px;
    border-top: 1px solid #E6E3D7;
    border-left: 1px solid #E6E3D7;
    border-right: 1px solid #E6E3D7;
    margin: 0px 3px 3px 3px;
    background-color: #F3F1E9;
}

#paginator table {
    margin: 0px;
}

#paginator .button {
    color: #4D586A;
    background-color: #F3F1E9;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
    border: 1px solid #BBB;
    display: inline;
}

#paginator img {
    vertical-align: middle;
}

#paginator input.underline {
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #E6E3D7;
	border-style: solid;
	line-height: 18px;
	padding-left: 3px;
}

tr.even {
    background-color: #FFFFFF;
}

tr.odd {
    background-color: #F3F1E9;
}

.numeric {
    text-align: right;
}

.centered {
    text-align: center;
}

.comment {
    color: #999;
    font-style: italic;
}

#header-logout {
    text-align: right;
    font-size: 12px;
    line-height: 22px;
}

#header-logout a {
    color: #8D6A51;
    font-weight: bold;
    text-decoration: none;
}

#header-logout a:hover {
    color: #F3F1E9;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/* This was Title18Grey in factura */
#top-status .legend, #top-links .legend {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 16px;
}

/* This was Title24Orange in factura */
#top-status .status {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    color: #8D6A51;
    line-height: 20px;
}

#form, #listing {
    border: 1px solid #eee;
    padding: 20px;
    width: 600px;
}


/* This was Text13Grey in factura */
#top-links, .data, .home-feature-description, #home-section-content {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}

/* This was Text13Grey a in factura */
#top-links a, .data a, .home-feature-description a {
    color: #4D586A;
    text-decoration: none;
}

/* This was Text13Grey a:hover in factura */
#top-links a:hover, .data a:hover, .home-feature-description a:hover {
    color: #8D6A51;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.message-for-empty-listing {
    font-weight: normal;
    line-height: 18px;
    font-style: italic;
    text-align: center;
}

.message-for-empty-listing a, #status-list-container a {
    color: #8D6A51;
    text-decoration: none;
}

.message-for-empty-listing a:hover, #status-list-container a:hover {
    color: #4D586A;
}


/* This was Title13OrangeCenter in factura */
td.label {
    text-align: right;
    vertical-align: top;
    font-weight: bold;
    color: #8D6A51;
    line-height: 16px;
}

/* This was TextTable13White in factura */
#list th {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 25px;
	margin: 2px;
	background-color: #CCCAC4;
}

#list th a {
    color: #FFFFFF;
    text-decoration: none;
}

#list th a:hover {
   color:#8D6A51;
   padding-bottom: 0;
   margin-bottom:0;
}

#show-bottom-actions tr {
    background-color: #F3F1E9;
}

#show-bottom-actions td {
    text-align: center;
    font-weight: normal;
    line-height: 18px;
}

#show-bottom-actions a {
    color: #4D586A !important;
    text-decoration: none !important;
}

#show-bottom-actions a:hover {
    color: #8D6A51 !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

#show-bottom-actions.offer-form-row {
    margin-top: 40px;
}

.error {
    font-weight: normal;
    font-style:  italic;
    color:       red;
    line-height: 18px;
}

.hint {
    font-weight: normal;
    font-style:  italic;
    color:       gray;
    line-height: 18px;
}

.notice {
    font-weight: normal;
    font-style:  italic;
    color: #176830;
    line-height: 18px;
}

input.underline {
	font-weight: normal;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	border-width: 1px;
	border: 2px solid #E6E3D7;
	border-style: solid;
	line-height: 18px;
	padding-left: 3px;
}

td.actions-column {
    color: #8D6A51;
    text-align: center;
}

td.actions-column a {
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    color: #8D6A51;
    line-height: 16px;
    text-decoration:none;
}

td.actions-column a:hover {
    color: #4D586A;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

td.with-check-box {
    text-align: center;
}

.caption {
    font-weight: bold;
    font-size: 28px;
}

/* This was Title13Grey in factura */
.subcaption {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: #4D586A;
    line-height: 16px;
}


td.editable a, td.editable a:hover {
    color: #4D586A;
}

div.graph {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* This was Title14Grey origunally. */
#offer-form label {
    color: #4D586A;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    text-align: left;
}

#offer-form a, form a {
    color: #8D6A51;
    text-decoration: none;
}

#offer-form a:hover, form a:hover {
    color: #4D586A;
}

#status-list-container {
    padding: 10px 0px 10px 10px;
}

#status-list-table {
    margin-top: 10px;
    font-size: 18px;
}

#status-list tr {
    cursor: move;
}

/* autocompletion */

div.auto_complete {
    width: 350px;
    background: #fff;
    font-size: 12px;
    text-align: left;
    color: #4D586A;
}

div.auto_complete ul {
    border: 1px solid #E6E3D7;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
}

div.auto_complete ul li {
    margin: 0;
    padding: 3px;
}

div.auto_complete ul li.selected {
    background-color: #E6E3D7;
}

div.auto_complete ul strong.highlight {
    color: #800;
    margin: 0;
    padding: 0;
}

td.new-model-link {
    text-align: right;
}

td.new-model-link a {
    font-size: 14px;
    color: #4D586A;
    text-decoration: underline;
}

td.new-model-link a:hover {
    text-decoration:none;
}

.overdue, .overdue a, .overdue a:hover {
    color: #BC0000 !important;
    font-weight: bold !important;
}

.tooltip {
    padding: 10px;
    font-size: 11px;
    background-color: #f3f1e9;
    color: #555;
}

.tooltip .title {
    font-weight: bold;
    margin-bottom: 7px;
    border-bottom: 1px dotted #f3f1e9;
}

.tooltip .content {
}

form.search_form {
    font-weight: bold;
    font-size: 14px;
}

.color-pad {
    filter: alpha(opacity=50);  /* IE    */
    opacity: 0.5;               /* CSS3  */
    -moz-opacity: 0.5;          /* Gecko */
    border: solid 1px #666;
    margin-right: 3px;
    padding: 5px 10px 5px 10px;
}

.color-pad:hover {
    filter: alpha(opacity=100); /* IE    */
    opacity: 1;                 /* CSS3  */
    -moz-opacity: 1;            /* Gecko */
}

p.graph-legends {
    line-height: 30px;
}

#footer {
    font-size: 10px;
    color: #FFFFFF;
    background-color: #4D586A;
}

#footer a:link {
    color: #FFFFFF;
    text-decoration: none;
}

#footer a:visited {
    color: #FFFFFF;
    padding-bottom: 0pt;
    margin-bottom: 0pt;
}

#footer a:hover {
    color: #E77E19;
    padding-bottom: 0pt;
    margin-bottom: 0pt;
}

#terms-of-service {
    font-family: Arial, Verdana, sans-serif;
    padding: 30px;
    color: #555;
    background-color: white;
    font-size: 11pt;
}
#terms-of-service a, #terms-of-service a:hover {
    color: #8D6A51;
    font-weight: bold;
    text-decoration: underline;
}

#terms-of-service .terms-of-service-section-header {
    color: #555;
    font-style: italic;
}

span.brown {
    color: #8D6A51;
}

