BODY
{
height: 100%;
margin-top: 0px;
margin-bottom: 20px;
margin-right: 0px;
margin-left: 50px;
padding: 0px;
line-height: 18px;
}

DIV.info
{
border-style: dotted;
border-width: 2px;
border-color: black;
background-color: rgb(200,225,255);
margin: 10px;
padding: 4px;
}

DIV.info_caption
{
border-style: dotted;
border-width: 2px;
border-color: black;
background-color: rgb(200,225,255);
color: black;
font-size: 14px;
font-weight: bold;
text-decoration: underline;
margin: 10px;
padding: 4px;
width: 900px;
}

#main {

}
#main1 {
float:left;
width: 400px;
}
#main2 {
float:left;
width: 190px;
}

IMG
{
padding: 0px;
margin: 0px;
border: 0px;
}

TABLE
{
font-family: Verdana;
font-size: 12px;
border-collapse: collapse;
color: rgb(70,90,125);
padding: 0px;
}

DIV.logo
{
padding: 0px;
background-image: url("../graphics/logouusitile.jpg");
width: 100%;
height: 105px;
}

TD.logo
{
padding: 0px;
}

TABLE.menu_main
{
width: 100%;
font-family: Verdana;
font-size: 12px;
font-weight: bold;
text-decoration: none;
padding: 0px;
}

TABLE.languages
{
margin-left: 40px;
width: 100%;
}

TD.languages
{
height: 30px;
width: 100%;
text-align: left;
vertical-align: middle;
border-collapse: collapse;
padding: 3px;
}

TD.content
{
padding-left: 50px;
padding-right: 20px;
padding-top: 40px;
padding-bottom: 20px;
font-family: Verdana;
font-size: 12px;
width: 700px;
max-width: 900px;
}

TD.button_left
{
text-align: left;
vertical-align: top;
height: 34px;
width: 7px;
background-image: url("../graphics/button_left.jpg");
background-repeat: no-repeat;
}

TD.button_right
{
text-align: left;
vertical-align: top;
height: 34px;
width: 8px;
background-image: url("../graphics/button_right.jpg");
background-position: top right;
background-repeat: no-repeat;
}

TD.button
{
width: 80px;
text-align: center;
vertical-align: middle;
height: 34px;
background-image: url("../graphics/button_bg.jpg");
background-position: top left;
background-repeat: repeat-x;
}

TD.button_left_selected
{
text-align: left;
vertical-align: top;
height: 34px;
width: 7px;
background-image: url("../graphics/button_left_selected.jpg");
background-repeat: no-repeat;
}

TD.button_right_selected
{
text-align: left;
vertical-align: top;
height: 34px;
width: 8px;
background-image: url("../graphics/button_right_selected.jpg");
background-position: top right;
background-repeat: no-repeat;
}

TD.button_selected
{
width: 40px;
text-align: center;
vertical-align: middle;
height: 34px;
background-image: url("../graphics/button_bg_selected.jpg");
background-position: top left;
background-repeat: repeat-x;
}

TD.bar
{
background-image: url("../graphics/button_bg.jpg");
background-position: top left;
background-repeat: repeat-x;
height: 34px;
}

TD.bar_right
{
width: 7px;
height: 34px;
background-image: url("../graphics/button_left.jpg");
background-position: top left;
background-repeat: no-repeat;
}

TD.bar_left
{
width: 33px;
height: 34px;
background-image: url("../graphics/button_bar_left.jpg");
background-position: top left;
background-repeat: no-repeat;
}

TD.empty
{
width: 100%;
padding: 0px;
}

TD.admin
{
vertical-align: bottom;
height: 100%;
font-family: Verdana;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: rgb(0,80,255);
}

TD
{
padding: 1px;
}

H1
{
font-family: Georgia;
font-size: 30px;
color: rgb(25,50,100);
font-weight: bold;
}

H3
{
font-family: Georgia;
font-size: 20px;
color: rgb(25,50,100);
font-weight: bold;
}

H4
{
font-family: Georgia;
font-size: 16px;
color: rgb(25,50,100);
font-weight: bold;
}

P
{
font-family: Verdana;
font-size: 12px;
color: rgb(30,20,85);
}

P.info
{
color: black;
font-size: 12px;
font-weight: bold;
}

FONT.highlight
{
color: green;
}

FONT.highlight2
{
color: green;
position: absolute;
left: 20em;
}

A
{
font-family: Verdana;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
color: black;
}

A:visited
{
font-family: Verdana;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
color: black;
}

A:hover
{
font-family: Verdana;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
color: green;
}

A:active
{
font-family: Verdana;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
color: black;
}

TABLE.gallery
{
border-collapse: separate;
border: 0px;
border-spacing: 10px 10px;
}

TD.gallery
{
padding: 0px; 
margin: 0px;
font-weight: bold;
font-size: 12px;
color: black;
text-align: center; 
vertical-align: top;
border: 4px solid black;
cursor: pointer;
}

SPAN.gallery_description
{

}

.black_overlay {
    display: none;
    position: fixed;
	top: 0px;
	left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}
 
.white_content {
    
	display: none;
	position: fixed;
    padding: 0px;
    border: 8px solid black;
    background-color: white;
	margin-left: auto;
    margin-right: auto;
	z-index: 1002;

}

input.button
{
color: black;
background: rgb(200,225,255);
border: 1px outset black;
margin-top: 20px;
margin-bottom: 5px;
margin-left: 0px;
}

input.button_login
{
color: black;
background: rgb(200,225,255);
border: 1px outset black;
margin: 0px;
}

DIV.mainos
{
position:absolute;
right: 0px;
top: 139px;
background-color: rgb(204,230,255);
}
