/* ******************************************************* */
/* Page Defaults                                           */
/* ******************************************************* */

@font-face {
    font-family: 'forgotten_futurist';
    src: url('/lib/fonts/forgotte-webfont.eot');
    src: url('/lib/fonts/forgotte-webfont.eot?#iefix') format('embedded-opentype'),
         url('/lib/fonts/forgotte-webfont.woff') format('woff'),
         url('/lib/fonts/forgotte-webfont.ttf') format('truetype'),
         url('/lib/fonts/forgotte-webfont.svg#forgotten_futuristregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{ 
  font-size: 75%;
  color: #000; 
  font-family: Verdana, Geneva, sans-serif;
  /*text-align: center; /* Needed to center #window div in IE 5.5 */
}

/* ******************************************************* */
/* Headings                                                */
/* ******************************************************* */

h1, h2, h3, h4, h5, h6 { font-weight: normal; padding-top: 15px; padding-bottom: 10px; }
h1, h2, h3, h4 {  font-family: Verdana, Geneva, sans-serif; }

h1 {
	font-family: 'forgotten_futurist';
	color: #000;
	font-size: 2.5em;
}
h2 {
	font-family: 'forgotten_futurist';
	color: #630;
	font-size: 2.0em;
}
h3 {
	color: #630;
	font-size: 1.6em;
}
h4 {
	color: #960;
	font-size: 1.3em;
}
h5 {
	color: #630;
	font-size: 1.1em;
	font-weight: bold;
}
h6 {
	color: #960;
	font-size: 1em;
	font-weight: bold;
}

/* ******************************************************* */
/* Standard Text elements                                  */
/* ******************************************************* */

p { padding-top: 7px; padding-bottom: 7px; line-height: 1.9em; }

a:focus, a:hover { color: #61b300; }
a                { color: #060; text-decoration: underline; }

blockquote    { color: #666; font-style: italic; }
strong        { font-weight: bold; }
em, dfn       { font-style: italic; }
dfn           { font-weight: bold; }
sup, sub      { line-height: 0; }

abbr, acronym { border-bottom: 1px dotted #666; cursor: help; }
address       { font-style: italic; }
del           { color:#666; }

pre           { white-space: pre; padding: 5px; line-height: 1.5; }
pre, code, tt { font-family: 'andale mono', 'lucida console', monospace; }

/* ******************************************************* */
/* Lists                                                   */
/* ******************************************************* */

li ul, li ol { margin: 0 5px; }
ul, ol       { padding-top: 3px; padding-bottom: 3px; }
li           { margin-left: 20px; line-height: 1.5em; padding: 2px 0 2px 0; }
ul.pdf       { list-style-type: none; }
ul.pdf li    { padding-left: 25px; background-image: url(/images/icon_pdf_download.png); background-position: left center; background-repeat: no-repeat; }

ul           { list-style-type: disc; }
ol           { list-style-type: decimal; }

/* ******************************************************* */
/* Tables                                                  */
/* ******************************************************* */

/* Standard Tables */
table           { margin-bottom: 0.5em; margin-top: 0.5em; }
th              { font-weight: bold; color: #FFF; background-color: #000; }
thead th        { background: #c3d9ff; }
th, td, caption { padding: 3px 6px 3px 0px; }
tr.odd td       { background: #e5ecf9; }
tfoot           { font-style: italic; }
caption         { background: #eee; }
table tr td,
table tr th     { line-height: 1.6em; }

.tdtop          { vertical-align: top; }

/* Single Table Row/Cell Outline */
table.outline { border: 1px solid #9e9e9e; }
table.underline { border-top: 1px solid #9e9e9e; }
table.underline tr { border-bottom: 1px solid #9e9e9e; }



table.outline tr td, table.outline tr th
{
}
table.outline tr td:first-child, table.outline tr th:first-child
{
}
tr.outline td.outline     { border-left: 1px solid #9e9e9e; }
tr.outline td:first-child { border-left: 1px solid #9e9e9e; }
tr.outline td             { border-bottom: 1px solid #9e9e9e; }

/* Color Table Rows */
table.colored { margin: 15px 0 10px 0; padding: 0; }
table.colored tr td { margin: 0; padding: 3px 10px 3px 10px; }
table.colored tr th { margin: 0; padding: 3px 10px 3px 10px; }
table.colored tr th.table_column1 { text-align: center; }


table.colored tr td            { background-color: #f4f4f4; }
table.colored tr:hover td      { background-color: #d3ffcf; }
table.colored tr.odd td        { background-color: #ececec; }
table.colored tr.odd:hover td  { background-color: #d3ffcf; }

table.colored tr.selected td           { background-color: #E9E9E9; }
table.colored tr.selected:hover td     { background-color: #B9FFB9; }
table.colored tr.odd.selected td       { background-color: #D3D3D3; }
table.colored tr.odd.selected:hover td { background-color: #B9FFB9; }

table.colored tr td.highlight                    { background-color: #c9c9c9; font-weight: bold; text-align: right; }
table.colored tr:hover td.highlight              { background-color: #c9e9ff; }
table.colored tr.odd td.highlight                { background-color: #b7b7b7; font-weight: bold; text-align: right; }
table.colored tr.odd:hover td.highlight          { background-color: #c9e9ff; }
table.colored tr.selected td.highlight           { background-color: #b7b7b7; font-weight: bold; text-align: right; }
table.colored tr.selected:hover td.highlight     { background-color: #c9e9ff; }
table.colored tr.odd.selected td.highlight       { background-color: #b7b7b7; font-weight: bold; text-align: right; }
table.colored tr.odd.selected:hover td.highlight { background-color: #c9e9ff; }

table.colored tr td.table_column1                    { background-color: #ebebeb; font-weight: bold; text-align: center; }
table.colored tr:hover td.table_column1              { background-color: #c1f3b2; }
table.colored tr.odd td.table_column1                { background-color: #e3e3e3; font-weight: bold; text-align: center; }
table.colored tr.odd:hover td.table_column1          { background-color: #c1f3b2; }
table.colored tr.selected td.table_column1           { background-color: #000; font-weight: bold; text-align: right; }
table.colored tr.selected:hover td.table_column1     { background-color: #000; }
table.colored tr.odd.selected td.table_column1       { background-color: #000; font-weight: bold; text-align: right; }
table.colored tr.odd.selected:hover td.table_column1 { background-color: #000; }

table.colored tr.footer td         { background-color: #6A747C; background-image: none; color: #FFF; font-weight: bold; text-align: right; }
table.colored tr.footer:hover td   { background-color: #6A747C; color: #FFF; font-weight: bold; }


/* ******************************************************* */
/* Form Fields                                             */
/* ******************************************************* */

fieldset    { padding: 5px 10px 5px 10px; margin: 10px 0 10px 0; border: 1px solid #ccc; }
legend      { font-weight: bold; color: #544841; padding-left: 3px; padding-right: 3px; }

input,
textarea,
select
{
    width: 270px;
    padding: 1px;
    margin-left: 2px;
    margin-right: 2px;
    border: 1px solid #d3d3d3;
    font-family: Verdana, Geneva, sans-serif; /* IE doesn't inherit! */
}
input:focus, textarea:focus,  select:focus { border: 1px solid #6d5e53; }

.form_header { float: none; clear: both; margin-left: 35px; padding-left: 0px; padding-top: 10px; padding-bottom: 5px; border-bottom: 1px solid #999; color: #333; }
.form_row    { float: none; clear: both; padding-top: 5px; padding-bottom: 5px; }

p.form_row label      { display: block; float: left; width: 120px; clear: left; }
p.form_row span label { width: auto; }
p.form_row span       { float: left; margin-left: 5px; }
p.form_row span.label { display: block; float: left; width: 140px; clear: left; }
p.form_row span.field { display: block; float: left; width: 140px; clear: left; }
p.form_row span.info  { display: block; float: left; width: 140px; clear: left; }
p.form_row textarea   { width: 500px; height: 150px; }
p.form_buttons        { float: none; clear: both; padding-top: 5px; padding-bottom: 5px; }

input.eurobg
{
	background-color: #FFF;
	background-image: url(/images/icon_euro.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
input[type=submit]
{
	width: auto;
	border: 1px outset #000;
	background-color: #081f0f;
	color: #f4fcdc;
	text-align: center;
	cursor: pointer;
	padding: 2px 10px 0px 10px;
	font-family: 'forgotten_futurist';
	font-size: 130%;
	line-height: 100%;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input.radio       { width: auto; border: none; vertical-align: middle; margin-bottom: 3px; }
input[type=checkbox]    { width: auto; border: none; vertical-align: middle; margin-bottom: 2px; }
input.upload      { width: auto; }
textarea          { height: 150px; }
select            { width: auto; }
.required         { background-image: url(/images/formfield_required.png); background-position: left top; background-repeat: no-repeat; }
.readonly         { background-color: #f2f2f2; color: #707070 }

.size5            { width: 10px; } /* Double % Size = pixels x2 and + 10 margin */
.size10           { width: 30px; }
.size15           { width: 50px; }
.size20           { width: 70px; }
.size25           { width: 90px; }
.size30           { width: 110px; }
.size35           { width: 130px; }
.size40           { width: 150px; }
.size45           { width: 170px; }
.size50           { width: 190px; }
.size55           { width: 210px; }
.size60           { width: 230px; }
.size65           { width: 250px; }
.size70           { width: 270px; }
.size75           { width: 290px; }
.size80           { width: 310px; }
.size85           { width: 330px; }
.size90           { width: 350px; }
.size95           { width: 370px; }
.size100          { width: 390px; }
.pagewide         { width: 90%; }

select.size5            { width: 15px; } /* Selects need 5px more to have the same width as inputs */
select.size10           { width: 35px; }
select.size15           { width: 55px; }
select.size20           { width: 75px; }
select.size25           { width: 95px; }
select.size30           { width: 115px; }
select.size35           { width: 135px; }
select.size40           { width: 155px; }
select.size45           { width: 175px; }
select.size50           { width: 195px; }
select.size55           { width: 215px; }
select.size60           { width: 235px; }
select.size65           { width: 255px; }
select.size70           { width: 275px; }
select.size75           { width: 295px; }
select.size80           { width: 315px; }
select.size85           { width: 335px; }
select.size90           { width: 355px; }
select.size95           { width: 375px; }
select.size100          { width: 395px; }

/* ******************************************************* */
/* Success, Notice and Error Boxes                         */
/* ******************************************************* */

.error, .notice, .success { padding: .4em; margin: 1em 0 1em 0; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.alert      { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.alert a    { color: #514721; }
.success a  { color: #264409; }

ul.error li {
    list-style-type: none;
    background-image: url(/lib/icons/icon_denied.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-right: 3px;
    padding-left: 20px;
    margin-left: 0px;
}
ul.alert li {
    list-style-type: none;
    background-image: url(/lib/icons/icon_alert.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-right: 3px;
    padding-left: 20px;
    margin-left: 0px;
}
ul.success li {
    list-style-type: none;
    background-image: url(/lib/icons/icon_success.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-right: 3px;
    padding-left: 20px;
    margin-left: 0px;
}

/* ******************************************************* */
/* Breadcrumb                                              */
/* ******************************************************* */

#breadcrumb
{
	font-size: 85%;
}

/* ******************************************************* */
/* Misc. Classes                                           */
/* ******************************************************* */

.small      { font-size: 0.8em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }
.caps       { text-transform: uppercase; }

.quiet      { color: #666; }
.loud       { color: #000; }
.tip        { font-family: 'forgotten_futurist'; font-size: 130%; font-weight: bold; color: #005d0f; }
p.tip       { line-height: 120%; padding-left: 20px; margin-top: 15px; margin-bottom: 10px; background-image: url(/images/bullet_tip.png); background-position: 0px 3px; background-repeat: no-repeat; }
.highlight  { font-size: 130%; font-weight: bold; color: #F00; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }
.disabled   { color: #bbb }
.red-text   { color: #F00; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

img.left    { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
img.right   { float: right; margin: 1.5em 0 1.5em 1.5em; }
