/*
+--------------------------------------------------------------------------
|   Statix CMS
|   ========================================
|   by Martin Fisher <StatixServer.Com>
|
|   Copyright (c) 2009 statixserver.com
|   http://www.statixserver.com
|   Email: contact@statixserver.com
|
+--------------------------------------------------------------------------
*/

@charset "utf-8";

BODY {
margin: 20px 0px 0px 0px;
padding: 0px;
font-family: tahoma;
font-size: 12px;
color: #000000;
background-color: #FFFFFF;
}

.mainframe {
border: 1px dashed #000000;
}

.infobar {
height: 20px;
background-color: #282828;
}

.clock {
padding-left: 5px;
width: 50%;
font-size: 11px;
color: #FFFFFF;
}

.welcome {
padding-right: 5px;
width: 50%;
font-size: 11px;
color: #FFFFFF;
text-align: right;
}

.highlight {
color: #FFCC00;
}

.logostrip {
height: 100px;
background-color: #0000c0;
/*background-image: url(../images/background.jpg);*/
}

.logo {
width: 50%;
padding-left: 20px;
}

.slogan {
width: 50%;
font-size: 14px;
font-weight: bold;
text-align: left;
color: #FFFFFF;
}

.column {
background-color: #EAEAEA;
}

.blocksframe {
padding: 4px;
vertical-align: top;
padding-bottom: 15px;
}

.blocksholder {
width: 100%;
height: 100%;
}

.blocks {
width: 100%;
border-left: 1px solid #282828;
border-right: 1px solid #282828;
border-bottom: 1px solid #282828;
}

.title {
height: 20px;
background-color: #282828;
background-image: url(../images/titlebg.jpg);
background-repeat: repeat-x;
background-position: center;
color: #FFFFFF;
font-weight: bold;
padding-left: 2px;
}

.content {
background-color: #FFFFFF;
color: #000000;
}

.controls {
width: 40px;
background-color: #282828;
background-image: url(../images/titlebg.jpg);
background-repeat: repeat-x;
background-position: center;
text-align: right;
}

input.button {
width: 60px;
color: #000000; 
font: small tahoma; 
}

.select {
width: 146px;
height: 20px;
font-size: 12px;
text-align: center;
}

.footer {
height: 15px;
background-color: #282828;
color: #FFFFFF;
font-size: 10px;
text-align: center;
}