/*					### GENERAL LAYOUT SETTINGS ###
*/



*
{
font-family:Verdana,sans-serif;
}

body
{
margin:0;
background-color:#fff;
}



body.embed
{
background-color:ThreeDFace;
border:none;
}



table#frame
{
/*
background-color:#e6ebf0;
border:2px solid #99adc1;
margin:1em;
*/
}



table#imageframe
{
background-color:ThreeDFace;
border:none;
}



a:link,a:visited
{
color:#036;
font-weight:normal;
text-decoration:none;
}

a:selected,a:active
{
}

a:hover
{
color:#000;
text-decoration:underline;
}



/*					### MENU LAYOUT SETTINGS ###
*/



#menu
{
background-color:#99adc1;
padding:1px;
/*
overflow:hidden;
*/
}

#menu .submenu
{
background-color:#e6ebf0;
margin:1px;
}



#menu a
{
padding:1px 4px;
text-decoration:none;
display:block;
width:200px;
height:auto;
overflow:hidden;
white-space:nowrap;
}

#menu a:link,
#menu a:visited
{
color:#036;
background-color:#fff;
}

#menu a:selected,
#menu a:active
{
color:#360;
font-weight:bold;
background-color:#fff;
}

#menu a:hover
{
color:#000;
font-weight:bold;
background-color:#adc199;
}



#menu a.selected
{
font-weight:bold;
}

#menu a.selected:link,
#menu a.selected:visited
{
color:#360;
background-color:#d6e0cc;
}

#menu a.selected:hover
{
color:#000;
font-weight:bold;
background-color:#adc199;
}



#menu a.header
{
font-weight:bold;
}

#menu a.header:link,
#menu a.header:visited
{
color:#036;
background-color:#ccd6e0;
}

#menu a.header:selected,
#menu a.header:active
{
color:#036;
background-color:#e6ebf0;
}

#menu a.header:hover
{
color:#000;
background-color:#99adc1;
}



form#search
{
margin:0;
padding:1px 4px;
}

form#search input
{
margin:2px;
}

form#search input.text
{
width:140px;
background-color:#fff;
}

form#search input#submit
{
width:140px;
background-color:#d6e0cc;
}


table#searchform
{
width:170px;
}

table#searchform td
{
color:#036;
font-size:90%;
}

.found
{
color:#000 !important;
font-weight:bold !important;
background-color:#d6e0cc !important;
border-bottom:2px solid #360 !important;
}

.info
{
padding:1px 4px;
text-decoration:none;
display:block;
width:200px;
overflow:hidden;
color:#360;
background-color:#fff;
border-top:#99adc1 solid 2px;
}


/*					### MAP LAYOUT SETTINGS ###
*/



#map
{
background-color:#ccd6e0;
border:2px solid #99adc1;
padding:4px;
}

table.data
{
background-color:#fff;
border:2px solid #99adc1;
border-collapse:collapse;
margin:2px 0;
}

table.data td
{
border:1px solid #adc199;
}

table.data th
{
background-color:#ebf0e6;
border:1px solid #adc199;
}

table.data th.header
{
color:#360;
background-color:#d6e0cc;
white-space:nowrap;
}

table.data th.header a
{
font-weight:bold;
}

table.data th.header img
{
vertical-align:middle;
}

table.data td p
{
color:#036;
font-weight:bold;
margin:1em;
}

table.data td img
{
border:none;
}

.toolbar
{
vertical-align:middle;
margin:4px 0;
}

.toolbar img
{
border:none;
margin:0 2px;
vertical-align:middle;
}