/*
 * globals
 * ----------------------------
 * */
body 
{
    height: 100%;
    width: 100%;
margin:0;
padding:0;
font: 12px Arial;
line-height: 20px;
color:#333333;
    background: #e0e0da;
    }

    body.blank {
        background: transparent;
}

table {
    font: 12px Arial;
        line-height: 20px;
    border-collapse: collapse;
    }
    div.clears, span.clears {
        clear: both;
}
.hidden {
    display: none;
    }
    form {
        margin: 0;
    padding: 0;
    }
    input {
    outline: none;
}
.infos {
	position:absolute; 
    display: none;
    line-height: 1.1em;
      background-color: #366787;
    padding: 0.7em;
    color: #fff;
    text-align: left;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    z-index: 9999999 !important;
}

.infos2 {
	position:absolute; 
	opacity: 0.85;
	background: #FFFFFF;
	color:#00000;
	-moz-border-radius : 5px 10px; 
	display:none;

}
.hand {
cursor: pointer;
cursor: hand;
}
a {
    font-weight: bold;
        line-height: 20px;
    color: #0088CE;
        text-decoration: none;
    cursor: pointer;
    cursor: hand;
}
a:hover {
    color: #12afff !important;
    }
    a.home {
        color: White;
}
a.home:hover {
    color: White !important;
    }
    a.hiddenlink {
    font-size: 0px;
height: 0px;
width: 0px;
display: none;
}
ul {
    list-style-type:none; 
    }

    ul.disc {
        list-style-type:disc; 
}
ul.disc ul 
{
list-style-type: square; 
}
img {
    border: none;
    }
    .center {
        text-align: center;
}
.justify {
    text-align: justify;
    }
    .nobg {   
        background: none !important;
}
sup {
    font: 6pt Arial;
        position: relative;
    top: 2px;
        *top: 0px;
}
.focused
{
border: 1px dotted #5E5E5E;
margin: -1px;
}
span.reqvalidator div.box div.right
{
font: bold 11px Arial !important;
line-height: 20px !important;
    color: #000000 !important;
        margin-left: 3px;
}
table
{
border:none;
border-collapse:collapse;
/*width:98%;*/
empty-cells:show;
 }
td
 {

 color: #000000;
font-family: Verdana, Arial, Helvetica, Swiss, Futura, sans-serif;
font-size: 11px;
border:1px solid #000000;
vertical-align:middle;

}


