﻿body {
    background: #2d3233; /*url(../images/background.jpg) no-repeat center top*/
    margin: 0;
    padding: 0;
    color: black;
}
.container {
}

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fonts/League_Gothic-webfont.eot?') format('eot'),
         url('fonts/League_Gothic-webfont.woff') format('woff'),
         url('fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('fonts/League_Gothic-webfont.svg#webfont1Lb5Pdit') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Standard */
h1, h2, h3, h4 {
    font-family: 'LeagueGothicRegular', Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 0.01em;
}

h1 {
    font-size: 55pt;
}

h2 {
    font-size: 27pt;
}

h3 {
    font-size: 25pt;
}

h4 {
    font-size: 20pt;
}

h1.title, h1.training-title {
    color: #263f6a;
}

h1.training-title {
    font-size: 30pt;
}

a:link {
    color: #263f6a;
    text-decoration: underline;
}
a.nounderline {
    text-decoration: none;
}
a:visited {
    color: #505abc;
}
a:hover {
    color: #1d60ff;
    text-decoration: underline;
}
a:active {
    color: #12eb87;
}

#header-container {
    height: 108px;
}

#header {
    position: relative;
}

#title {
}

#logo {
    margin: 0;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1010;
}

#logo a {
  	background:url(../images/forwarddiscovery-logo.png) no-repeat 0 0;
  	display: block;
    width: 122px;
    height: 124px;
    text-indent: -9999px;
}

#page-background {
    background: url(../images/page-bg.png) repeat-y center;
}

#page-container {
    background: #EAEAEA;
}

#main {
    padding-bottom: 30px;
    padding-top: 25px;
}

#main ul, #main ol {
    padding-left: 3em;
}

#main table td {
    vertical-align: top;
}

#footer {
    padding: 0.5em 0 0 0;
}

#footer a:link {
    color: black;
}

.floatright {
    float: right;
    margin-left: 1em;
    margin-bottom: 0.25em;
}

.floatleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 0.25em;
}

.highlight {
    color: Red;
    font-size: 110%;
}

/* 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;
}

.fg-button.attention {
    background: #174A7B;
    color: White;
    font-size: 140%;
    padding: 10px 20px;
}

.form-link {
    display: inline;
}

.formtitle
{
    font-family: Arial, sans-serif;
	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 .submit-box input {
    margin-left: 10px;
}

form .check-box input, form .radio-box input {
    float: left;
    margin: 10px 5px 0 15px;
    position: relative;
}

form .radio-box input {
    clear: left;
    margin-right: 0;
    margin-top: 4px;
}

form .radio-box label {
    padding-top: 0;
    padding-bottom: 2px;
}

form .row p, div.data p {
    margin-right: 5px;
    padding: 0 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 input {width: 40px}

form .text-box.medium label, form .text-box.small label {width: 120px}

form .text-box input.large {
    width: 440px;
}

form label.large {
    width: 900px;
}

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: 80px;
    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 {
    /* Used to indent the submit box.
    margin-left: 175px;*/
}

input[type="text"].wide {
    width: 400px;
}

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;
}

/* Home Sections */
.home-section-container {
    /*background: url(../images/home-section-bg.png) repeat-x;*/
    height: 223px;
    padding-top: 25px;
}

.home-section {
    background: url(../images/home-section-grid4-bg.gif) no-repeat 0 8px;
    font-size: 85%;
}

.home-section .content {
    height: 190px;
}

.home-section .top {
    background: url(../images/home-section-grid4-top.png) no-repeat;
    height: 8px;
}

.home-section .bottom {
    background: url(../images/home-section-grid4-bottom.png) no-repeat;
    height: 13px;
}

.home-section h2 {
    font-size:18pt;
    text-align:center;
    margin-bottom:15px;
    color: #114B7D;
}

.home-section h2 a {
    display: block;
    text-decoration: none;
}

.home-section h2 a:visited {
    color: #263F6A;
}

.home-section h2 a:hover {
    text-decoration: underline;
    color: #263F6A;
}

.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;
    margin: 0 1px;
    background: white;
}
.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;
}

/* Stats */
div.stats {
    margin-bottom: 20px;
}

div.stats p {
    margin-bottom: 3px;
}

div.stats .label {
    color: #979081;
    display: block;
    float: left;
    width: 140px;
}

div.stats .label.wide {
    width: 120px;
}

div.stats .value {
}

/* Training */
.training-container {
    padding: 10px 2px;
    border-bottom: dotted 1px #cdcec9;
}

.training-container .training-title {
    font-size: 14pt;
    font-weight: bold;
}

.training-container .training-title a {
    text-decoration: none;
    display: block;
}

.training-container .training-title a:hover {
    text-decoration: underline;
}

.training-container .training-dates {
    color: #545454;
}

.training-container .training-cityline {
    color: #545454;
}

/* TAB MENU   
----------------------------------------------------------*/
#menu-container {
}

#menu {
    font-family: "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
    padding: 0;
    position: relative;
    float:right;
	font-size: 14px;
	font-weight: bold;
	color: White;
    list-style: none;
}

#menu li {
    border-right: dotted 1px #5d5d5d;
    text-transform: uppercase;
    float: left;
}
#menu li:first-child {
    border-left: dotted 1px #5d5d5d;
}

#menu li a {
    color: White;
    text-align: center;
	text-decoration: none;
	padding: 30px 0 6px;
	cursor: pointer;
	line-height: 25px;
	display: block;
	width: 105px;
	margin: 0 3px 0 4px;
}

#menu li a:hover {
	background: #9e001a;
}

#menu li a:active, #menu li a.current {
    text-decoration: none;
	background: #9e001a;
}

#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 !important;
}

.tip {
    font-style: italic;
    color: #666;
}

#logindisplay {
    color: white;
    font-size:90%;
    font-weight: bold;
    display: block;
    line-height: normal;
    text-align: right;
}

#logindisplay a:link, #logindisplay a:visited, #logindisplay a:hover {
    color: #AAA;
    text-decoration: none;
}

#logindisplay a:hover {
    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;
}

/* Home Partners */
#partners { 
    width: 200px; 
    height:150px;
    overflow:hidden;
}

/* Home Scrollable */
.scrollable {
    /* required settings */ 
    position:relative; 
}

#splash {
    width: 941px;
    height: 319px;
    overflow:hidden;
    background: 
}

/* 
    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. 
*/ 
#splash div.items a { 
    float:left;
}

#splash div.items a img {
    display: block;
}

/* Home Message and Arrows */
#arrows {
    position: absolute;
    top: 0px;
    left: -16px;
    overflow: hidden;
    width: 290px;
    height: 319px;
    z-index: 1000;
    background: url(../images/home-message-bg.png) repeat-y 10px top;
}

#home-message {
    padding: 30px 50px 0px 30px;
    color: White;
    font-weight: bold;
}

#arrows .arrow {
    background: url(../images/home-arrow.png) no-repeat right top;
    height: 51px;
    width: 284px;
    position: relative;
}

#arrows .arrow a {
    text-decoration: none;
    font-size: 14pt;
    line-height: 1.8em;
    padding-left: 28px;
    padding-top: 4px;
    display: block;
    color: White;
}

#arrows .arrow .shadow {
    position: absolute;
    top: 37px;
    left: -2px;
    background: url(../images/home-arrow-shadow.png) no-repeat left top;
    width: 18px;
    height: 13px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#gallery a {
    float: left;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2090;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2010;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* jQuery UI Overrides */
body .ui-corner-all { -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }


