/* 
Document   : eurowd
Created on : 10/12/2007, 09:02:00
Author     : xavier
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    background-color: black;
    font-family: Arial,Helvetica,sans-serif;    
    color: #ffffff;
    text-align: center;
    min-width:  800px;
}

#main {
    width:  810px;
    overflow:   auto;
    text-align: left;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: white;
    border-bottom-color: white;
    border-left-color: white;
    border-right-color: white;
    margin-top: 0px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
} 

#header {
    text-align:  center;
    margin-left:    140px;
}

#content {
    padding-left:   10px;
    margin-left:    178px;
    margin-right:   15px;
    margin-bottom:  5px;
}

div.wd { 
    min-height: 310px;
    margin-left:   -10px;
    padding-left: 15px;
    background-attachment: none;
    background-repeat: none;
}

div.logos {
    padding-bottom:10px;
    height: 100px;
    width:  600px;
}

#menu {
    float: left;
    width: 160px;
    background-color: white;
    margin-top: 18px;
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 3px;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #9999ff;
    border-bottom-color: #9999ff;
    border-left-color: #9999ff;
    border-right-color: #9999ff;
    text-align: center;
}

#footer {
    font-size:  small;
    margin:  5px;
    text-align: center;
}

a {
    color:  #0055da;    
    text-decoration: none;
} 


a:visited {
    color: #0055da;
    text-decoration: none;
}

a:hover {
    color:  white;
}

a.nav, a.nav:link, a.nav:visited {
    text-align: center;
    vertical-align: middle;
    color: #0055da;
    text-decoration: none;
    width: 159px;
    display:    block;
    min-height: 25px;
    line-height:25px; 
    overflow:hidden;
    border:1px solid #9999ff;
}

a.nav:hover { 
    background-color: #0055da;
    color:  white;
}

table.fill {
    width:  100%;
}

.newicon{
    border-style: none;
    text-decoration: none;
}