﻿/****** begin global clear ******/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th
{   /*, td*/
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
/****** end global clear ******/

body
{
    /*background:#C4D2CB; */
    background:#B0CB78; 
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#000;
    font-size:12px;
    text-align:center;
}

strong 
{
    font-weight:bold;
}

em
{
    font-style:italic;
}

ol
{
    list-style:decimal outside none;
    margin-left:20px;
    text-align:left;
}

ul
{
    list-style:disc outside none;
    margin-left:20px;
    text-align:left;
}

/* General & FCKEditor styles */
.eufetec-black
{
    color:#000;
}

.eufetec-green
{
    color:#060;
}

.bigger-font
{
    font-size:1.2em;
}

.smaller-font
{
    font-size:0.8em;
}

h1
{
    color:#444;
    font-size:1.5em;
    font-weight:bold;
    margin:5px 0 15px;
    text-transform:uppercase;
}

p
{
    font-size:13px;
    line-height:16px;
    text-align:left;
}

p.subtitle
{
    font-size:18px;
    font-variant:small-caps;
    padding:5px 0;
}

table.eufetec-table td,
    table.eufetec-table-w-borders td,
    table.eufetec-table-w-dashed td
{
    padding:3px;
}

table.eufetec-table-w-borders,
    table.eufetec-table-w-dashed
{
    border-collapse:collapse;
}

table.eufetec-table-w-borders
{
    border-top:1px solid #1D352A;
    border-left:1px solid #1D352A;
}

table.eufetec-table-w-borders td
{
    border-right:1px solid #1D352A;
    border-bottom:1px solid #1D352A;
}

table.eufetec-table-w-dashed
{
    border-top:1px dashed #1D352A;
    border-left:1px dashed #1D352A;
}

table.eufetec-table-w-dashed td
{
    border-right:1px dashed #1D352A;
    border-bottom:1px dashed #1D352A;
}
/** end **/

a:link,
    a:visited
{
    color:#060;
    text-decoration:none;
}

a:active
{
    color:#060;
    text-decoration:none;
}

a:hover
{	
    text-decoration:underline;
}

.txt
{
    border:1px solid #888;
    padding:3px;
}

.txt-error
{
    background:#f7d8d8;
    border:1px solid #790808;
}

.btn
{
    background:#5B5C5B;
    border:1px solid #333;
    color:#fff;
    min-width:80px;
    padding:5px;
}

.btn:hover
{
    color:#EBC43D;
}

/* wrapper */
html, body
{
    height:100%;
}

.main_form
{
    height:100%;
}

#wrapper
{
    /*background:#fff url('/img/bg_fill4.png') repeat-x bottom left; /* ;#aecec0; */
    background:#fff;
    /*height:100%;*/
    margin:0 auto;
    padding:0 20px 60px;
    position:relative;
    width:800px;
}

/* welcome page */
#welcome-spacer
{
    float:left;
    height:50%;
    margin-top:-320px;
    visibility:hidden;
    width:100%;
}

#welcome-container
{
    clear:both;
    height:640px;
    position:static;
    top:-320px;
}

#wrapper-welcome
{
    background-color:#fff;
    height:100%;
    margin:0 auto;
    padding:20px;
    position:relative;
    width:800px;
}

.welcome-title
{
    color:#e00;
    font-size:2em;
    font-weight:bold;
    margin:100px 0 40px;
    text-align:center;
}

.welcome-go
{
    font-size:1.2em;
    margin-top:75px;
}

.welcome-participation
{
    font-size:1.4em;
    margin-top:125px;
    text-align:left;
}

.welcome-participation ul
{
    clear:both;
    list-style:none outside none;
    margin-top:10px;
}

.welcome-participation ul li
{
    float:left;
    padding:5px;
    white-space:nowrap;
}

.welcome-contact
{
    bottom:20px;
    font-size:1.4em;
    position:absolute;
    text-align:center;
    width:800px;
}

/* header */
#header
{
    /*border-bottom:4px solid #1d352a;*/
    color:#060;
    cursor:default;
    font-size:18px;
    font-weight:bold;
    height:135px;
    padding:20px 20px 4px;
    position:relative;
}

#header div
{
    text-align:left;
}

#header div.abbr
{
    float:left;
    font-size:1.3em;
    line-height:26px;
}

#header div.abbr span.gray
{
    color:#888;
}

#header div.title
{
    float:right;
    font-size:2.5em;
}

#header div.title a:link,
    #header div.title a:visited
{
    color:#060;
    text-decoration:none;
}

#header div.title a:active
{
    color:#060;
    text-decoration:none;
}

#header div.title a:hover
{	
    text-decoration:none;
}

#header div.page-title
{
    color:#888;
    font-size:0.8em;
    font-weight:normal;
    position:absolute;
    right:20px;
    text-align:right;
    top:106px;
}

#header div.page-title a
{
    font-size:0.8em;
}

/* footer */
#footer
{
    border-top:1px solid #5B5C5B;
    bottom:10px;
    color:#333;
    cursor:default;
    left:20px;
    padding:10px 20px 0;
    position:absolute;
    text-align:right;
    width:760px;
}


#footer img
{
    margin-right:5px;
    vertical-align:middle;
}

/* main menu */
.menu
{
    background-color:#C4D2CB;
    border-bottom:1px solid #1D352A;
    border-top:1px solid #1D352A;
    height:30px;
    margin-bottom:20px;
    text-align:center;
    width:100%;
}

.menu ul 
{
    list-style:none;
margin:0 auto;
    text-align:center;
}

.menu li.topLevel 
{
    display:inline;
}

.menu li.separator 
{
    color:#5E5E5E;
    line-height:30px;
    padding:0 15px;
    vertical-align:middle;
}

.menu li a.topLevel 
{
    color:#5E5E5E;
    line-height:30px;
    padding:0 12px;
}

.menu li a.topLevel:link,
    .menu li a.topLevel:visited 
{ 
    color:#5E5E5E;
    text-decoration:none; 
}

.menu li a.topLevel:hover 
{
    color:#08512B;
    cursor:default;
    text-decoration:none; 
}

.menu li a.topLevel:active, 
    .menu li a.topLevel.active:link,
    .menu li a.topLevel.active:visited 
{
    color:#08512B; 
}

.menu ul.submenu 
{
    background-color:#C4D2CB;
    border:1px solid #1D352A;
    display:block;
    margin-left:-18px;
    margin-top:-6px;
    position:absolute;
    text-align:left;
    zoom:1;
}

.menu ul.submenu li
{
    line-height:0px;
}

.menu ul.submenu,
    .menu ul.submenu *
{
    z-index:15;
}

.menu li a.submenu 
{
    display:block;
    color:#5E5E5E;
    line-height:16px;
    padding:7px 12px 7px 23px;
    width:150px;
}

.menu li a.submenu:link,
    .menu li a.submenu:visited 
{
    color:#5E5E5E;
    text-decoration:none;
}

.menu li a.submenu:hover 
{
    background-color:#849d9f;
    color:#fff;
    cursor:default;
}

.menu li a.submenu:active, 
    .menu li a.submenu.active:link,
    .menu li a.submenu.active:visited 
{
    color:#08512B; 
}

/* login */
.login-form
{
    margin:0 auto;
}

.login-form td
{
    padding:3px;
}

/* contact */
#contact-form
{
    margin:0 auto;
    width:50%;
}

#contact-form table
{
    margin:0 auto;
    width:100%;
}

#contact-form table td
{
    padding:3px;
}

#contact-form table td input[type=text],
    #contact-form table td textarea
{
    width:90%;
}

#contact-form table td.dark-gray
{
    color:#555;
}

.contact-thanks
{
    color:#5FAE5E;
    text-align:center;
}

.contact-error
{
    color:#C55;
    text-align:center;
}

.address-info
{
    bottom:40px;
    color:#666;
    left:0;
    position:absolute;
    text-align:center;
    width:100%;
}

/* working groups page */
#working-groups
{
    margin:0;
    padding:0;
    text-align:center;
    width:100%;
}

#working-groups table table
{
    border:1px solid #888;
    border-bottom:none;
    border-right:none;
    border-collapse:collapse;
    width:100%;
}

#working-groups table table th,
    #working-groups table table td
{
    border-bottom:1px solid #888;
    border-right:1px solid #888;
    color:#222;
    cursor:default;
    vertical-align:middle;
}

#working-groups table table th
{
    background:#ccc;
    font-weight:bold;
    padding:5px;
    text-align:center;
}

#working-groups table table td
{
    padding:3px;
    text-align:left;
}

#working-groups table table td p
{
    font-size:1em;
    line-height:1em;
    margin:5px 0;
}

#working-groups table table .yellow,
    #working-groups table table .green,
    #working-groups table table .orange
{
    width:25%;
}    

#working-groups table table .yellow
{
    background:#E3E257;
}

#working-groups table table .green
{
    background:#7DDA79;
}

#working-groups table table .orange
{
    background:#EBAA55;
}

/* site map page */
.sitemap 
{
    overflow:hidden;
    text-align:left;
}

.sitemap span
{
    color:#C63;
    text-align:center;
}

.sitemapnode
{
    vertical-align:middle;
}

.menuTree
{
    background-color:#E4E3E3 !important;
    border:1px solid #5B5C5B;
    width:400px !important;
}

.menuItemForm
{
    background-color:#E4E3E3 !important;
    border:1px solid #5B5C5B;
    padding:10px;
    width:300px !important;
}

#menuTree ul,
    #menuTree ul li
{
    padding:0 15px;
}
