﻿body {
    background: #abb3b8 url(../images/body-background.gif) repeat-y center;
    margin: 0;
    padding: 0;
    color: black;
}
.container {
}

/* Standard */
h1.title {
    color: #114b7d;
    font-size: 28pt;
    margin-bottom:0.75em;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}
a:visited {
    color: #505abc;
}
a:hover {
    color: #1d60ff;
    text-decoration: none;
}
a:active {
    color: #12eb87;
}

#header-container {
    height: 136px;
    margin-bottom:1em;
}

#header {
    padding: 10px 0 0;
    background: url(../images/header-background.png) repeat-x;
}

#title {
}

#logo {
    margin: 0;
}

#logo a {
    margin: -5px 0 0;
  	background:url(../images/forwarddiscovery-logo.png) no-repeat 0 0;
  	display: block;
	width:136px;
	height:136px;
	text-indent:-9999px;
}

#menu-container {
    margin-top: 5px;
}

#main {
    padding-bottom: 30px;
    padding-top: 0.5em;
    min-height: 400px;
}

#main ul, #main ol {
    padding-left: 3em;
}

#main table td {
    vertical-align: top;
}

#footer {
    color: #74767b;
    padding: 3.5em 0 0;
    background: url(../images/footer-bg.jpg) no-repeat top center;
}

/* Progress Bar */
#progressbar {
    height: 42px;
    background: #2c8bc7 url(../images/progress-bg.gif) repeat-x;
    font-weight: bold;
    margin-bottom: 2em;
}

#progressbar a {
    display: block;
    height: 32px;
    color: #88b2cc;
    float: left;
    text-decoration: none;
    padding: 10px 35px 0px 20px;
    background: url(../images/progress-separator.gif) no-repeat top right;
}

#progressbar a.current {
    color: White;
}

#progressbar a.last {
    background: none;
}

#progressbar .left {
    display: block;
    height: 42px;
    width: 4px;
    background: url(../images/progress-left.gif) no-repeat;
    float: left;
}

#progressbar .right {
    display: block;
    height: 42px;
    width: 3px;
    background: url(../images/progress-right.gif) no-repeat;
    float: right;
}

/* Form Classes */

/* Button styling from http://www.filamentgroup.com/lab/styling_buttons_and_toolbars_with_the_jquery_ui_css_framework/ */
.fg-button {
   cursor: pointer !important;
   outline: 0; 
   margin: 6px 4px 0 0; 
   padding: .4em 1em; 
   text-decoration:none !important; 
   cursor:pointer; 
   position: relative; 
   text-align: center; 
   zoom: 1; 
}

.fg-button img {
    vertical-align:text-top;
}

.form-link {
    display: inline;
}

.formtitle
{
	font-size: 120%;
	font-weight: bold;
	background-color: #f4f4f4;
	color: #666;
	padding: 10px 6px 10px 8px;
	margin: 0;
	border: solid 1px #E1E1E1;
}

.formarea
{
    background:white;
	padding: 8px;
	border: solid 1px #E1E1E1;
	border-top-width: 0;
    margin-bottom: 2em;
}

form .row, form h3, .data .row {
    overflow: auto;
    overflow: -moz-scrollbars-none;
    display: inline-block;
    margin-bottom: 10px;
}

form .row, form h3, .data .row {
    display: block
}

form h3, div.data h3 {
    color: #777;
    font-size: 130%;
    line-height: 1.4em;
    padding: 0px 10px;
    margin-bottom: 0px;
    padding-bottom: 6px;
}

form .submit-box input,
form .text-box input, form .text-box label,
form .literal-box span, form .literal-box label,
form .select-box select, form .select-box label,
form .radio-box select, form .radio-box label, form .radio-box input[type=text],
form .check-box label,
div.data label, div.data span {
    cursor: text;
    float: left;
    margin-right: 5px;
    padding: 6px 10px;
    position: relative;
}

form .check-box input {
    float: left;
    margin: 10px 5px 0 15px;
    position: relative;
}

form .row p, div.data p {
    margin-right: 5px;
    padding: 0px 10px 6px;
    margin-bottom: 0px;
}

form .text-box input, form .text-box textarea, form .radio-box input[type=text], form .select-box select {
    width: 150px;
    border: 1px solid #CCC;
    background-color: #FFF;
}

form .text-box label, form .select-box label, form .radio-box>label, form .check-box label, form .literal-box label, div.data label {
    color: #777;
    width: 150px;
    font-size: 15px;
    line-height: 18px;
    font-family: inherit;
}

form .check-box label {
    width: 310px;
}

form .radio-box input[type=text] {
    margin-left: 15px;
}

form .radio-box .buttonset label {
    cursor: pointer;
    padding: 0;
}

form .radio-box .buttonset.evenwidth label {
    width: 86px;
}

form .text-box.small {width: 119px}
form .text-box.small input, form .text-box.small label {width: 119px}

form .text-box input.large {
    width: 240px;
}

form .text-box textarea {
    height: 80px;
}
form .text-box.text-area-box {
}
form .text-box.text-area-box label {
    width: 500px;
}
form .text-box.text-area-box textarea {
    width: 500px;
    height: 40px;
    font-size: 15px;
    font-family: inherit;
    background: transparent;
    padding: 6px 10px;
    margin-left: 10px;
}

form .text-box input.watermark {
    background: no-repeat center right;
    padding-right: 30px;
    width: 130px;
}

form .text-box input.length {
    background-image: url(../images/length.gif);
}

form .text-box input.weight {
    background-image: url(../images/weight.gif);
}

div.data div.text {
    clear: both;
}

form .select-box select {
    margin: 6px 0;
    padding: 0;
    width: auto;
}

form .formarea .submit-box {
    margin-left: 175px;
}

form.narrow .formarea .submit-box {
    margin-left: auto;
}

form.narrow label {
    float: none;
    display: block;
}

form.narrow .submit-box input, form.narrow .text-box input, form.narrow .text-box textarea, form.narrow .select-box select {
    float: none;
    display: block;
    margin-left:10px;
}

form.narrow .text-box textarea {
    width:87%;
}

/* Selectable Lists */
#main ol.selectable .ui-state-default {
    background-position: 0 -200px;
}
#main ol.selectable .ui-selected, #main ol.selectable .ui-selected a {
    background: #F39814;
    color: white;
}
#main ol.selectable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#main ol.selectable li {
    margin: 0 16px 0 0;
    float: left;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#main ol.selectable li a {
    display: block;
    padding: 10px;
}

#main #load-filters, #main #customer-filters {
    margin-bottom: 1em;
}

/* Data Box */
.reference-number {
    font-size: 500%;
}

.header-label {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    text-transform: uppercase;
}

.databox-container {
    margin-bottom: 1em;
}

.databox {
	border: solid 1px #C7C7C9;
	background: #90afe4 url(../images/data-back.jpg) no-repeat top center;
}

.databox.whitebackground {
    background: white;
}

.databox h1 {
    background: white;
    padding: 5px 12px;
    text-transform: uppercase;
    color: #666;
	border-bottom: solid 1px #C7C7C9;
}

.databox h2 {
}

.databox .datacontent {
    padding: 5px 12px;
}

.datacontent p {
    margin-bottom: 8px;
}

.datacontent-section {
    width: 212px;
    float: left;
    margin-right: 15px
}

.datacontent-section.wide {
    width: 300px;
}

.arrow {
    background: url(../images/arrow.jpg) no-repeat center center;
    height: 142px;
}

/* Home Sections */
.home-section {
    background: url(../images/home-section-grid4-bg.gif) no-repeat;
    font-size: 85%;
}

.home-section .content {
    height: 190px;
}

.home-section .top {
    background: url(../images/home-section-grid4-top.gif) no-repeat;
    height: 8px;
}

.home-section .bottom {
    background: url(../images/home-section-grid4-bottom.gif) no-repeat;
    height: 9px;
}

.home-section h2 {
    font-size:11pt;
    padding-top:0.75em;
    text-align:center;
    margin-bottom:15px;
    color: #114B7D;
}

.home-section .content p, .home-section .content p a {
    margin-bottom: 0.5em;
    padding:0 10px;
    text-align: center;
    color: #717171;
    text-decoration: none;
    display: block;
}

.home-section .more {
    height: 22px;
}
.home-section .more a {
    color: #3da0bd;
    text-decoration: none;
    display: block;
    text-align: center;
}

.home-section .more a:hover, .home-section .more a:active {
    text-decoration: underline;
}

.training-content {
    padding: 5px 10px;
    border-bottom: dotted 1px #cdcec9;
}

.training-content.last {
    border-bottom: none;
}

.training-content .date {
    float: left;
    width: 60px;
    color: #3da0bd;
}

.training-content .title {
    float: left;
    width: 120px;
    text-align: left;
}

.training-content .title a {
    display: block;
    text-decoration: none;
    color: #717171;
}

/* Page Section */
.page-section {
    background: #FBFBF9 url(../images/page-section-grid16-bg.gif) no-repeat top;
}

.page-section .content {
    min-height: 400px;
    padding: 20px 60px;
}

.page-section .top {
    background: url(../images/page-section-grid16-top.gif) no-repeat;
    height: 4px;
}

.page-section .bottom {
    background: url(../images/page-section-grid16-bottom.gif) no-repeat;
    height: 6px;
}

/* Tables */
h2.list {
    font-size: 120%;
    color: White;
    margin-bottom: 0;
}

h2.list span.left {
    padding: 7px 2px 1px 16px;
    height: 18px;
    background: url(../images/list-header-bg.gif) no-repeat top left;
    float: left;
    display: block;
}

h2.list span.right {
    padding: 7px 0px 1px 0px;
    height: 18px;
    width: 15px;
    background: url(../images/list-header-bg-right.gif) no-repeat top right;
    float: left;
    display: block;
}

table.list {
	border: solid 1px #C7C7C9;
	width: 100%;
}

table.list td {
	border-color: #545151;
}

table.list thead tr {
	background: url(../images/table-header.gif) repeat-x top;
	height: 20px;
}

table.list thead th {
	border-bottom: solid 1px #C7C7C9;
	font-weight: bold;
    vertical-align:middle;
    text-align:left;
}

table.list thead th, table.list td {
	padding: 0.3em 0.7em;
}

table.list tbody tr {
	background-color: #FFFFFF;
}

table.list tbody tr.listaltrow {
	background-color: #e5e5e5;
}

/* Facet Search */
.facet {
	border: solid 1px #C7C7C9;
	background: #90afe4 url(../images/data-back.jpg) no-repeat top center;
}

.facet h2 {
    background: #757f90;
    padding: 5px 12px;
    text-transform: uppercase;
    color: white;
	border-bottom: solid 1px #C7C7C9;
	font-size:9pt;
}

.facet h3 {
    color: #2b323e;
	font-size:10pt;
}

#main .facet ul {
    padding-left: 0;
    margin-bottom: 1.5em;
}

.facet ul li {
    list-style: none;
}

.facet a {
    padding-left: 2em;
    display: block;
    color: #2b323e;
    text-decoration: none;
}

.facet a:hover, .facet a:active {
    text-decoration: underline;
}

/* TAB MENU   
----------------------------------------------------------*/
#menu {
    padding: 0;
    position: relative;
    margin: 50px 0 0 0;
    float:right;
	font-size: 14px;
	color: #959ca1;
    list-style: none;
}

#menu li {
    float: left;
    background: url(../images/top-nav-sep.gif) no-repeat 0 4px;
}
#menu li:first-child {
    background: none;
}

#menu li a {
    color: #525252;
	text-decoration: none;
	padding: 0 25px 0 25px;
	margin: 0 -2px 0 2px;
	cursor: pointer;
	line-height: 33px;
	display: block;
}

#menu li a:hover {
    background: url(../images/top-nav-hover.gif) repeat-x;
    position: relative;
    color: White;
}

#menu li a:active {
    background-color: #d9e4f5;
    text-decoration: none;
}

#menu li a.current {
    background: url(../images/top-nav-hover.gif) repeat-x;
    position: relative;
    color: White;
    font-weight: bold;
}

#menu li.admin a {
    background-color: #660000;
    color: White;
}

#menu li.admin a:hover, #menu li.admin a:active {
    background-color: #990000;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color:Red;
}

.tip {
    font-style: italic;
    color: #666;
}

#logindisplay {
    font-size:90%;
    font-weight: bold;
    display: block;
    line-height: normal;
    text-align: right;
    margin-bottom: 1em;
}

#logindisplay a:link {
    color: #0f4b7d;
    text-decoration: none;
}

#logindisplay a:visited {
    color: #0f4b7d;
    text-decoration: none;
}

#logindisplay a:hover {
    color: #0f4b7d;
    text-decoration: underline;
}

.field-validation-error {
    color: #ff0000;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.rounded {
}

.teaser {
    background: #000;
    color: White;
    padding: 20px 20px 0;
    margin-bottom: 2em;
}

div.call-to-action {
    background: #81b3d9;
    width: 150px;
    margin-bottom: 1em;
}

div.call-to-action a {
    display: block;
    padding: 15px;
    color: White;
    text-decoration: none;
    text-align: center;
    font-size: 140%;
    font-weight: bold;
}

/* List */
.edit-link {
    font-size: 0.5em;
    margin-left: 1em;
}
.edit-link a {
    text-transform: lowercase;
    text-decoration: none;
    color: #aaa;
    font-weight: normal;
    letter-spacing: normal;
}

/* Admin */
.admin-button .fg-button {
    display: block;
}

/* Scrollable Partners */
.scrollable {
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
}

#partners { 
    width: 200px; 
    height:150px;
    overflow:hidden;
} 

#splash {
    width: 900px;
    height: 260px;
}
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
#partners div.items img, #splash div.items a { 
    float:left; 
}

/* jQuery UI Overrides */
body .ui-corner-all { -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }