/* general */

body
{
background-color: #FFFFFF;
margin: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.7em;
}

img
{
border: 0;
}

/* divs */

div#logo
{
background-color:#CCCCCC;
width:780px;
height:160px;
}

/* menu_main_top */

div#menu_main_top
{
height: 53px;
}

div.menu_main_top_item
{
background-image:url(../i/menu_line.jpg);
background-repeat:repeat-x;
background-color:#A9BD43;
font-weight:bold;
}

div.menu_main_top_item a
{
text-decoration: none;
color: white;
}

/* menu_main_bottom */

div#menu_main_bottom
{
width:780px;
height:29px;
background-image:url(../i/footer_green_line.gif);
background-repeat:repeat-x;
font-weight:bold;
color: white;
}

div#menu_main_bottom a
{
text-decoration: none;
color:white;
}

/* submenu */

div#submenu_box {
width:238px;
background-image:url(../i/c_submenuback_line.jpg);
background-repeat:repeat-x;
}

div.submenu_item {
width:220px;
background-image:url(../i/submenu_yellow_line.jpg);
background-repeat:repeat-x;
font-size:1em;
font-weight:bold;
color:white;
}

div.submenu_item a
{
text-decoration:none;
color:white;
}

/* address */

div#address
{
padding:10px 10px;
text-align:center;
color:#2F464E;
}

div#address a:link, div#address a.visited
{
text-decoration:underline;
color:#2F464E;
}

div#address a:hover, div#address a:active
{
text-decoration:none;
color:#556583;
}

/* search */

div#search
{
width:238px;
height:53px;
background-color:#CDC996;
background-image:url(../i/search_line.jpg);
background-repeat:repeat-x;
font-size:1em;
}

div#search table
{
width: 100%;
}

/* record */

div.record
{
width:100%;
background-color:#F2F7F5;
color:#343D4E;
}

div.record_body
{
text-align:justify;
}

div.description
{
text-align:center;
}

div.record td.header
{
text-align:left !important;
padding-left:10px;
font-weight:bold;
}

div.record a:link, div.record a:visited
{
text-decoration:underline;
color:#343D4E;
}

div.record a:hover, div.record a:active
{
text-decoration:none;
color:#556583;
}

div.record .source {
font-style:italic;
}

/* atachments */
div.attachment_file { margin-bottom:5px; }

/* atachments */
img.attachment_image { margin-bottom:5px; border: 1px solid #343D4E; }

/* events */

div.event_name_box
{
height: 96px;
background-repeat:repeat-x;
background-image:url(../i/pink_line.jpg);
background-color:white;
color:white;
margin-bottom:20px;
}

div.event_name_box a
{
text-decoration:none;
color:#2F464E;
font-weight:bold;
font-size:larger;
}

div.event_dates, div.event_dates a
{
text-decoration:none;
color:#2F464E;
font-size:1em;
font-weight:normal;
}

div.event_small_name_box
{
width:228px;
background-repeat:repeat-x;
background-image:url(../i/pink_line.jpg);
background-color:white;
font-size:smaller;
text-align:left;
}

div.event_small_info
{
color:#2F464E;
margin-bottom:10px;
}

div.event_small_name_box a
{
text-decoration:none;
color:#2F464E;
font-weight:bold;
font-size:larger;
}

/* tables */

table#root
{
/*border-collapse:collapse; */
width: 780px;
}

td#left { width:238px; vertical-align:top; }
table#root td#right { width:537px; vertical-align:top; }

table.record { width:100%; }