﻿html        
{
    height: 100% 
}
body        
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: #333;
    background-image: url(images/bg.gif);
    background-repeat: repeat-y;
    color: #fff;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
}

/* ----------- Links & Text -------------------- */

a, a:visited          
{
    color: #fff;
    text-decoration: none;
}
a:hover     
{
    color: #fff;
    text-decoration: none;
}
a.invert 
{
    font-weight: bold;
}
a.invert:hover 
{
    font-weight: bold;
    text-decoration: underline;
}
a.topMenuText
{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
h1 {
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	margin: 0px;
}
.themeColor 
{
    color: #ffbb00;
}
.white, a.white 
{
    color: #fff;
    text-decoration: none;
}
.c1, a.c1
{
    color: #fff;
    text-decoration: none;
}
.c2, a.c2
{
    color: #ffbb00; 
    text-decoration: none;
}
.c3, a.c3
{
    color: #aeff00;
    text-decoration: none;
}
.c4, a.c4
{
    color: #ffff00;
    text-decoration: none;
}
.c5, a.c5
{
    color: #505050;
    text-decoration: none;
}
a.Years
{
    color: #ffbb00;
}
a.Years:hover 
{
    color: #fff;
}


/* ----------- Bars & Boxes -------- */

.mBoxLeft
{
    width: 13px;
    height: 25px;
    background-image: url(images/mBoxL.gif);
    background-repeat: no-repeat;
}
.mBoxCenter
{
    background-image: url(images/mBoxC.gif);
}
.mBoxRight
{
    width: 13px;
    height: 25px;
    background-image: url(images/mBoxR.gif);
    background-repeat: no-repeat;
}
.barTop
{
    border-bottom: 1px solid #ffbb00;
}
.barTopLeft 
{
    width: 13px;
    height: 25px;
    background-image: url(images/bar_l.gif);
    background-repeat: no-repeat;
}
.barTopCenter
{
    height: 25px;
    background-color: #333;
}
.barTopRight
{
    width: 13px;
    height: 25px;
    background-image: url(images/bar_r.gif);
    background-repeat: no-repeat;
}
.barBotLeft 
{
    width: 13px;
    height: 11px;
    background-image: url(images/barb_l.gif);
    background-repeat: no-repeat;
}
.barBotCenter
{
    height: 11px;
    background-color: #404040;
}
.barBotRight 
{
    width: 13px;
    height: 11px;
    background-image: url(images/barb_r.gif);
    background-repeat: no-repeat;
}
.box 
{
    background-color: #404040;
    margin-bottom: 3px;
}

/* ----------- Div's & Tables --------- */

#topLogo 
{
    width: 1000px;
    height: 100px;
    background-color: #000000;
    background-image: url(images/logo.jpg);
    background-repeat: no-repeat;
    border-bottom: 1px solid #ffbb00;  
}
#topMenuContainer 
{
    width: 1000px;
    height: 28px;
    background-image: url("images/menubg.gif");
    border-bottom: 1px solid #333;
}
#topMenu 
{
    position: relative;
    top: 5px;
    left: 5px;
    width: 990px;
}
#msgBox 
{
    margin: 3px 10px 3px 10px;
    width: 975px;
    background-color: #000;
}
#Content 
{
    margin: 3px 10px 10px 10px;
    width: 1000px;
}
#leftContent 
{
    float: left;
    width: 570px;
}
#rightContent 
{
    float: left;
    width: 410px;
}
#galleryLeft 
{
    float: left;
    width: 170px;
}
#galleryRight 
{
    margin: 0px 0px 0px 3px;
    float: left;
    width: 802px;
}

/* ----------- TagCloud --------------- */

.tagCloudCol1
{
    color: #777777;
}
.tagCloudCol2
{
    color: #8E8973;
}
.tagCloudCol3
{
    color: #A59760;
}
.tagCloudCol4
{
    color: #BDA546;
}
.tagCloudCol5
{
    color: #DBB728;
}
.tagCloudCol6
{
    color: #F6C70D;
}
.tagCloudCol7
{
    color: #FFDB4D;
}
.tagCloudCol8
{
    color: #FFE990;
}
.tagCloudCol9
{
    color: #FFF3C2;
}
.tagCloudCol10
{
    color: #FFFFFF;
}

/* ----------- Other --------------- */

.adminMenu 
{
	width: 997px;
	height: 20px;
	background-color: #000;
	border-bottom: 1px solid #ff0000;
	padding: 3px 0px 0px 3px;
}
.warningBox 
{
    width: 1000px;
    background-color: #bb0000;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
img 
{
    border: none;
}
img.pic 
{
    border: 1px solid #000;
}
.input 
{
    background-color: #D6CDB7;
    border: 1px solid #000;
    overflow: hidden;
}
.imageButton 
{
    vertical-align: middle;
}
.margin10
{
    margin: 10px;
}
.clear 
{
    clear: both;
}
.pollScale 
{
    height: 14px;
    background-image: url(images/scale.jpg);
}
.footer 
{
    height: 25px;
    width: 980px;
    margin: 10px 10px 0px 10px;
    border-top: 1px solid #888;
    text-align: center;
    font-size: 10px;
    color: #888;
}
.footer a 
{
    color: #888;
    text-decoration: underline;
}
.occHighlight 
{
    background-color: #222;
}
.divider 
{
    height: 1px;
    background-image: url(images/dots.gif);
    margin: 0px 10px 0px 10px;
}
.themePattern 
{
    background-color: #505050;
    background-image: url('images/themePattern.gif');
}
.altCol1 
{
    background-color: #454545;
}
.altCol2 
{
    background-color: #404040;
}