﻿*
{
    margin: 0;
    padding: 0;
    font-size: 1em;
}

body
{
    background-color: #CCCCCC;
    color: #333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
}

h2
{
    font-size: 150%;
    margin-bottom: 0.5em;
    font-family: Arial, Helvetica, sans-serif;
}

a
{
    color: #384cc5;
}

a:hover
{
    color: #AAA;
}

p
{
    margin-bottom: 1.4em;
    text-align: justify;
}

img
{
    border: 0;
}

textarea
{
    font-family: Arial, Helvetica, sans-serif;
}

table 
{
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

#container
{
    border-color: #C4C4C4 #8A8A8A #8A8A8A #C4C4C4;
    border-style: solid;
    border-width: 1px;
    margin: 10px auto;
    padding: 10px;
    background-color: #FFF;
    width: 950px;
    line-height: 1.6em;
}

#header
{
    height: 100px;
    background: #384cc5 url(/images/headerbg.jpg) repeat-x;
    color: #FFF;
    padding-left: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header h1
{
    font-size: 250%;
    padding-top: 20px;
    line-height: 50px;
}

#header h2
{
    font-size: 175%;
    padding-top: 10px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(/images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(/images/blockactive.gif) center center repeat-x;
}

#content
{
    float: left;
    width: 700px;
}

#rightcolumn
{
    float: right;
    width: 220px;
}

#rightcolumn h1
{
    font-size: 125%;
    line-height: 2em;
    margin-bottom: 10px;
    border-bottom: 1px solid #AAA;
    font-family: Arial, Helvetica, sans-serif;
}

#rightcolumn div.box
{
    color: #FFF;
    padding: 10px;
    margin-bottom: 10px;
    background: #b25454 url(/images/rightboxbg.jpg) repeat-x;
}

#rightcolumn div.box span
{
    display: block;
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

#rightcolumn div.box a
{
    color: #FFF;
    text-decoration: none;
}

#rightcolumn div.box a:hover
{
    color: #AAA;
    text-decoration: underline;
}

#rightcolumn div.box p
{
    text-align: left;
}

#footer
{
    clear: both;
    background-color: #000;
    color: #FFF;
    padding: 5px;
}

#adverts
{
    margin: 10px auto;
    width: 950px;
}

.basictable th
{
    font-weight: bold;
    background-color: #F5F5F5;
    vertical-align: top;
}
.basictable th, .basictable td
{
    color: #444;
    padding: 5px;
    border: 1px solid #DDD;
    text-align: left;
    vertical-align: top;
}

.committee
{
    width: 100%;
}

.committee td
{
    width: 50%;
}

.tablecontainer
{
    margin: 10px 0;
    padding: 15px;
    background-color: #f9f9f9;
	border: 1px solid #d6d6d6;
}

.divider
{
    height:1px;
    border-bottom:1px solid #ccc;
    padding-top:10px;
    margin-bottom:11px;
}

.buttoncontainer
{
    margin: 10px 0;
}

.buttoncontainer input
{
    border:1px solid #F5F5F5;
    background:#022636;
    color:#fff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.7em;
    height:25px;
    text-transform:uppercase;
    padding: 5px 15px;
}

.error
{
    font-size: 1.1em;
    font-weight: bold;
    border: 1px solid;
    color: #D8000C;
    margin: 10px 0px;
    padding: 15px 10px 15px 70px;
    background-color: #FFBABA;
    background-image: url('/images/error.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    display: block; 
}

.error ul
{
    list-style-type: square;
}

.success
{
    font-size: 1.1em;
    font-weight: bold;
    border: 1px solid;
    color: #4F8A10;
    margin: 10px 0px;
    padding: 15px 10px 15px 70px;
    background-color: #DFF2BF;
    background-image: url('/images/success.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    display: block;
}

.slideshow
{
    margin-bottom: 10px;
}

.adminmenu
{
    margin-bottom: 15px;
}
.adminmenu li
{
    display: inline;
    margin-right: 20px;
}
