/* 
    Document   : template.css
    Created on : 2 déc. 2008, 10:02:27
    Author     : beraneckn
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;  
}

body {
    margin:0px;
    font-family: verdana, arial;
    font-size:10pt;
    color:#333333;
}

input {
    border:1px solid grey;
    margin:5px;
}

#bottom {
    font-size:8pt;
    position:fixed;
    bottom:0px;
    left:0px;
    background:#333333;
    color:white;
    height:30px;
    width:100%;    
    text-align:right;
}

#header {
    margin:0px;    
    color:white;
    font-weight:bold;
    font-size:16pt;
    vertical-align:middle;
    height:150px;
    background:#333333 url(../images/header/citeu_header.png) no-repeat top right;
}

#sitename{
    float:left;
    margin-top:55px;
    margin-left:30px;
}

#logo {
    margin:2px;
    float:left;
}

a {
    color:#4169E1;
    text-decoration:none;   
}

img {
    border:none;
}

a:hover {
    text-decoration:underline;
}

#leftbar {
     float:left;
     min-width:250px;
     width:20%;
     height:100%;
     margin-bottom:50px;
}

#mainmenu {
     background-color:#F6F6F6;
     padding-top:20px;
     padding-left:20px;
     padding-bottom:20px;
     border:1px #C0C0C0 solid;
     margin-right:20px;
     margin-top:10px;
     margin-bottom:10px;
}

.leftx {
     background-color:#F6F6F6;
     padding-top:5px;
     padding-left:20px;
     padding-bottom:5px;
     border:1px #C0C0C0 solid;
     margin-right:20px;
     margin-top:10px;
     margin-bottom:10px;
}

ul.menu{
    background:transparent url(../images/hdot.png) repeat-x scroll center top;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:disc;
    margin:0;
    padding:1px 0 0;
    line-height:150%;
}

ul.menu li{
    width:100%;
    background:#F6F6F6 url("../images/hdot.png") repeat-x scroll center bottom;
}

/*ul.menu li:hover{
    background-color:#DDDDDD;
}*/

ul.menu li a{
    display:block;
    color:#333333;
    width:100%;
    text-decoration:none;
}

ul.menu li a:hover{
    background-color:#DDDDDD;
}

ul.lnd_latestnews{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:disc;
    margin:0;
    padding:1px 0 0;
    line-height:150%;
}

#mod_attachement_ul_id {
    padding:1px 0 0;
}

#content {
   margin-bottom:20px;
   padding:10px;
}

#component-contact {
   width:70%;
}

.buttonheading  a img{
        border:0px;
}

.contentheading {
    font-size:16pt;
    border-bottom:1px #C0C0C0 solid;
}

.componentheading {
    font-size:16pt;
    border-bottom:1px #C0C0C0 solid;
}