
body {
    margin:0;
    padding:0;
    text-align:center;
    color:#000;
    background-color:#fff;
}

#top-menu
{
    background-color:#000;
    color: #fff;
    text-align:left;
    padding: 5px;
    padding-left:10px;
    width:100%;
}

#top-menu a
{
    color: #fff;
}
 
#pagewidth
{ 
    width:770px;
    min-height: 100%;
    padding:5px;
    text-align:left;
    margin:20px auto;
} 
 
#header
{
    margin:5px;
    margin-bottom:35px;
    padding:1px 5px;
    height:76px;
}

#header a
{
    color:#000;
    text-decoration: none;
    font-size: 1em;
}

#header .right
{
    text-align:right;
    padding:10px;
    color:#000;
    float:right;
    width:450px;
}

.login h3
{
    margin-bottom:5px;
}

#header .right input[type=text], #header .right input[type=password]
{
    font-size:0.75em;
}

#header .left
{
    color:#000;
    float:left;
    width:250px;
}

#subheader
{
    margin:0px;
    margin-top:10px;
    text-align:center;
}


#title {
    margin:10px;
    padding:10px;
    margin-bottom:5px;
}

#title h2 {
    margin:0;
    padding:0;
}

#maincol
{
    float:left;
    padding:10px;
    width:500px;
}

#fullcol
{
    padding:10px;
}

#maincol p
{
    margin-bottom:20px;
}

#sidecol
{
    float:right;
    width:200px;
    padding:5px;
    padding-top:0px;
    margin:10px;
    margin-top:0;
}

#sidecol a:hover {
    text-decoration: underline;
}

#sidecol ul
{
    margin:0;
    padding:0;
    padding-left:1em;
    list-style:none;
}

#sidecol ul li
{
    padding:0;
    margin:0;
}

#sidecol h3
{
    margin-bottom:3px;
    border-bottom:1px dotted #cdcdcd;
}

#sidecol-ads
{
    margin-top:20px;
}

#sidecol h4
{
    margin-bottom:2px;
}

#footer
{
    font-size:0.9em;
    margin:10px;
    text-align:center;
    line-height: 30px;
    height:30px;
}


#footer-categories {
    text-align:center;
    list-style:none
}

#footer-categories li{
    margin:5px;
    display:inline
}

ul.contextMenu
{
    text-align:left;
}

#menu-buttonset ul {
    margin:0;
    padding:0;
    list-style:none;
}

#menu-buttonset li {
    float:left;
    margin:10px;
    border-bottom:1px solid #333333;
}

#menu-buttonset {
    padding:5px;
    margin: 10px 5px;
}

#menu-buttonset a {
    color:#5ba038;
    padding:2px;
}

#menu-buttonset ul {
    
}

#pagination-footer
{
    border-top: 1px dotted #000;
    padding:2px;
}

#toolbar {
    position: fixed;
    bottom: 0; left: 0;
    z-index: 9999; /*--Keeps the panel on top of all other elements--*/
    background: #e3e2e2;
    border: 1px solid #c3c3c3;
    border-bottom: none;
    width: 94%;
    margin: 0 3%;
    padding-left:10px;
    line-height: 16px;
    vertical-align:middle;
}

*html #toolbar { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--Prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}

#toolbar ul {
    width: 100%;
    padding: 0; margin: 0;
    float: left;
    list-style: none;
    border-top: 1px solid #fff; /*--Gives the bevel feel on the panel--*/
    font-size: 0.9em;
    vertical-align: middle;
}
#toolbar ul li{
    padding: 0; 
    margin-left: 5px;
    float: left;
    text-align:center;
    border-right: 1px solid #cdcdcd;
    position: relative;
}
#toolbar ul li a {
    float: left;
    padding: 5px;
    height: 16px;
    text-decoration: none;
    color: #333;
    position: relative;
}

#toolbar ul li a:hover {
    text-decoration: underline;
    color: #000;
}

#toolbar ul li a {
    text-indent: 0;
    padding-left:18px;
}

#toolbar div.right
{
    float:right;
}

#toolbar div.left
{
    float:left;
}

.content-section-selected
{
    border:2px solid #cecece !important;
}