/*

This file is part of Gascom site system
Copyright (c) 2005 Alex

*/

/* Common  styles */


body {
        margin: 0;
}
body, p, li, td, span, input, textarea, select, button {
        font-family: verdana, arial, helvetica, san serif;
        font-size: 11px;
}
a, a:link, a:active, a:visited {
        color: blue;
}
.messages {
        border: 1px solid #369;
        background: #f9f9f9;
        align: "center";
}
.msg_icon {
        height: 16px;
        margin: 0 5px 0 2px;
        vertical-align: middle;
        width: 16px;
}


/* Images styles */
.onePixelBorder {
        background: #fff;
        border: 1px solid #999;
}


/* table, row  styles */
.rowHeader {
        background: #ddd;
}
.rowEven {
        background: #eaeaea;
}
.rowOdd {
        background: #f8f8f8;
}
.formatting_table{
        border: 0px;
        background: #ffffff;
        background-repeat:no-repeat;
}
.rowHeaderSite {
        background: #9BC9F7;
}
.rowEvenSite {
        background: #DAE8F7;
}.rowOddSite {
        background: #B5D6FB;
}

.legalText a, .legalText a:link, .legalText a:active, .legalText a:visited {
        color: #ccc;
}

        
#tooltip {
background: #FCF5E1;
border: 1px solid #000000;
text-align: justify;
font: 11px Tahoma, Helvetica,sans-serif;
margin:0px;
-moz-border-radius:3px;
padding: 5px 5px;
position:absolute;
visibility:hidden
}


.hidden {
display: none; 
}
.shown {
cursor: pointer;
}