body {
text-align: center;
margin: 9px;
padding: 0px;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
background-color: #D2B48C;
}

img {
border: 0px;
display: inline;
}

a {
	color: #1e63b0;
	text-decoration: underline;
}


#content {
width: 900px;
margin: 0px auto 0px auto;
text-align: left;
border: solid 1px #708090;
background-color: #000;
padding:3px;
}

#foxmenucontainer{height:24px;background:#000;display:block;padding:3px 0 0 0;}
#foxmenu{position:relative;display:block;height:24px;font-size:11px;font-weight:bold;font-family:Arial,Verdana,Helvitica,sans-serif;}
#foxmenu ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#foxmenu ul li{display:block;float:left;margin:0 1px 0 0;}
#foxmenu ul li a{display:block;float:left;color:#fff;text-decoration:none;padding:5px 20px 0 20px;height:19px;width:71px;background:transparent url(../images/foxmenu_bg-OFF.gif) no-repeat top left;}
#foxmenu ul li a:hover{color:#fff;background:transparent url(../images/foxmenu_bg-OVER.gif) no-repeat top right;}
#foxmenu ul li a.current,#foxmenu ul li a.current:hover{color:#000;background:#fff;}


#footer {
clear: both;
color: white;
text-align: center;
}

#footer a {
color: white;
}

#left {
float: left;
width: 200px;
overflow:hidden;
}

#middle {
float: left;
width: 500px;
overflow:hidden;
}

#right {
float:left;
width: 200px;
overflow:hidden;
}

#wide {
float:left;
width: 700px;
overflow:hidden;
}


.box {
margin-top:3px;
background-color: white;
border: solid 2px #708090;
}

.news, .main {
margin:3px;
background-color: white;
border: solid 2px #708090;
padding: 5px;
}

.news img {
float:right;
margin-left:5px;
}

.main .portrait {
float:right;
/*width:300px;*/
margin-bottom:5px;
}

.main .logo {
float:right;
width:300px;
text-align: center;
margin-bottom:5px;
}

.main .flag {
float:left;
margin-right:10px;
}

.main .imlogo {
float:right;
margin-left:10px;
}

.warning {
color:red;
}

.databaseStats {
margin: 5px;
font-size: 20px;
}

.clear {
clear:both;
}

.box .header 
{
background-color: #C0C0C0;
padding: 3px;
font-weight: bold;
clear:both;
}

.box .header a
{
font-weight: normal;
float: right;
}

.box .content {
padding: 0px;
}

.calendarTable, .simpleTable {
width:100%;
margin:0;
}

.calendarTable .date {
width:20px;
white-space: nowrap;
}

.recordTable {
margin-left:-5px;
}

.resultTable {
width:100%;
border:1px solid black;
}

.resultTable thead{
background-color: #696969;
color: #FFFFFF;
}

.resultTable thead a {
color: #FFFFFF;
}

.resultTable .time {
text-align: right;
width:60px;
}
.resultTable .even {
background-color: #ccc;
}

h1 {
margin: 0;
padding: 0;
margin-bottom: 0.6em;
line-height: 1.0em;
font-size: 2.5em;
/*font-size: 34px;
line-height: 25px;*/
}



#searchForm .btn {
color:#708090;
font-size:small;
border:1px solid #708090;
}

#searchForm .field {
width:140px;
color:#708090;
font-size:small;
border:1px solid #708090;
margin-bottom:3px;
}

#advancedSearch {
display:none;
}

/* WordPress styles */

/* Begin Images */
p img {
        padding: 0;
        max-width: 100%;
        }

/*      Using 'class="alignright"' on an image will (who would've
        thought?!) align the image to the right. And using 'class="centered',
        will of course center the image. This is much better than using
        align="center", being much more futureproof (and valid) */

img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
        }

img.alignright {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
        }

img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
        }

.alignright {
        float: right;
        }

.alignleft {
        float: left
        }
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.wp-caption {
        border: 1px solid #ddd;
        text-align: center;
        background-color: #f3f3f3;
        padding-top: 4px;
        margin: 10px;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}

.wp-caption img {
        margin: 0;
        padding: 0;
        border: 0 none;
}

.wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        padding: 0 4px 5px;
        margin: 0;
}
/* End captions */
