/* ------------------------------------------------------- GLOBAL */

body{
background-image: url('../images/bg-body-values.jpg');
background-position: top center;
background-repeat: repeat-x;
}

/* ------------------------------------------------------- TOP */

.flash-values-closed{
height: 185px;
background-image: url('../images/bg-flash-values.jpg');
background-position: top center;
background-repeat: no-repeat;
}

/* ------------------------------------------------------- CONTENT */

a.leftmenu1:link, a.leftmenu1:visited {
float: left;
display: block;
background: url('../images/bg-leftmenu1.jpg') no-repeat;
font-family: arial;
font-size: 7.5pt;
color: #448ec5;
text-align: center;
margin: 0px;
padding: 0px;
height: 34px !important;
height: 34px;
width: 145px;
text-decoration: none;
line-height: 34px;
display: inline;
}
a.leftmenu1:hover {
text-decoration: none;
background-position: -145px 0px;
}

a.leftmenu2:link, a.leftmenu2:visited {
float: left;
display: block;
background: url('../images/bg-leftmenu2.jpg') no-repeat;
font-family: arial;
font-size: 7.5pt;
color: #448ec5;
text-align: center;
margin: 0px;
padding: 0px;
height: 35px !important;
height: 35px;
width: 145px;
text-decoration: none;
line-height: 35px;
display: inline;
}
a.leftmenu2:hover {
text-decoration: none;
background-position: -145px 0px;
}

div.sdmenu{
float: left;
width: 145px;
font-size: 7.5pt;
}

div.sdmenu div{overflow: hidden;}

div.sdmenu div:first-child{background: url("../images/bg-leftmenu3supp.jpg") no-repeat;}

div.sdmenu div.collapsed{height: 34px;}

div.sdmenu div span {
height: 34px;
display: block;
padding: 0px 0px 0px 25px;
font-weight: bold;
color: #448ec5;
background: url("../images/bg-leftmenu3supp.jpg") no-repeat;
background-position: -145px 0px;
cursor: default;
line-height: 34px;
}

div.sdmenu div.collapsed span {background: url("../images/bg-leftmenu3supp.jpg") no-repeat;}

div.sdmenu div a {
padding: 5px 5px 5px 18px;
background: #eeeeee;
display: block;
border-bottom: 1px dashed #ddd;
border-right: 1px dashed #ddd;
color: #8cb4cf;
}

div.sdmenu div a.current{background: #ccc;}

div.sdmenu div a:hover{
background-color: #ecebe6;
color: #448ec5;
text-decoration: none;
}


form{margin: 0px;}

#signup{
background-color: #ececec;
margin: 0px auto;
padding: 35px;
width: 395px;
text-align: right;
border: 1px dashed #d3d2cd;
}
.formline{
margin: 0px;
padding: 0px;
height: 25px;
text-align: right;
}

.textfield{
color: #0f68a8;
background: #ffffff;
border: 1px ridge #cccccc;
font-size: 8pt;
width: 325px;
font-family: Arial;
padding: 2px 0px 2px 5px;
}

.button{
color: #ffffff;
background: #aecee4;
font-size: 9pt;
border: 1px groove #c0c1b3;
cursor: pointer;
height: 22px;
}

#botlogo{
width: 890px;
text-align: left;
}
