body {
    font: 11px Verdana,Tahoma,georgia;
    background: #8f8f94;
    margin: 10px;
    padding: 0;
    text-align: center;
}

body a {
    color: #303088;
}

body a:visited {

}

img {
	border: none;
}

.help {
    font: 11px Tahoma,georgia;
    background: #ffffff;
    margin: 10px;
    padding: 0;
    text-align: center;
}

.help_title {
    font: 14px georgia;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
}

/* STRUCTURE */

div#main {
    border: 1px solid #000;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 950px;
}


div#header {
    background: #303088;
    color: #cc9;
    height: 120px;
    border-bottom: 3px solid #7C410D;
}

div#banner {
    background: #d0b522;
    color: #cc9;
    height: 100px;
    border-top: 1px solid #000;
    margin: 0;
    padding: 0;
}

div#navigation {
    margin: 0;
    background: #303088; /* #f96; */
    color: #DCC49C; /* #cc9; */
    height: 20px;
    font: 11px Arial;
    font-weight: bold;
    padding: 4px;
    letter-spacing: .5pt;
    text-align: center;
    vertical-align: middle;
}

div#menu {
    float: left;
    width: 200px;
    height: auto;
    color: #fff;
    background: #2727e3; /* #9f9; */
    border: 2px solid #d6d6f9;
    padding: 10px;
    font-size: 11px;
}

div#content {
    display: block;
    background: #cdcdf1; /* #fff; */
    color: #000;
    letter-spacing: .5pt;
    padding: 10px;
}

div#footer {
    height: 20px;
    font-size: 10px;
    padding: 5px;
    color: #fff;
    background: #000;
}

div#footer a {
    color: #fff;
}

div.category {
    margin-top: 10px;
}

div.clear_div {
    clear: both;
    height: .1em;
}

div.clear_left {
    clear: left;
    height: .1em;
}


div#navigation a {
    text-decoration: none;
    color: #d6d6f9;
}

th {
    background: #303088;
    color: #ffffff;
    padding: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
}

td {
    border-bottom: 1px solid #303088;
}
td.highlight {
   background: #ff9040;
   font-weight: bold;
}
h1 {
    font-size: 13px;
}

.Head {
    background: #303088; /* #f96; */
    color: #FFFFFF; /* #cc9; */
    height: 20px;
    font: 11px Arial;
    font-weight: bold;
    padding: 4px;
    letter-spacing: .5pt;
    text-align: left;
    vertical-align: middle;
}

.lastlog a {
    color: #000000;
    text-decoration: none;
}
.lastlog {
    font: 9px Tahoma;
    border-style: none;
    
}


.exif_light {
	font: 9px Tahoma;
	border-bottom: 0px solid;
	background: #ffffff;
}

.exif_dark {
	font: 9px Tahoma;
	border-bottom: 0px solid;
}

