﻿
/* LAYOUT */

#page
{
	width: 980px;
    margin: 0 auto;
    border: 1px solid #f0f0f0;
}

.inner 
{
}

/* HEADER */

#header
{
    color: #666666;
    background-color: #cc0000;
    padding: 10px 10px;
    height: 100px;
}

#header a
{
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 10px;
}

#header a:hover
{
	text-decoration: underline;
}

#header .right
{
    margin-top: 10px;
}


/* FOOTER */

#footer
{
	color: #f0f0f0;
    background-color: #333333;
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #cccccc;
}

#footer a, .footer a:link, .footer a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

#footer a:hover, .footer a:active
{
	text-decoration: underline;
}

/* banner */

.banner
{
    background-color: #999999;
    padding: 10px;
}

.banner .item
{
    background-color: #cccccc;
    border: 1px solid #ffffff;
    padding: 10px;
    margin: 5px 0;
}


/* CONTENT */

.content
{
	vertical-align: top;
	padding: 10px 10px 30px 0px;
	background: url(images/shadow.gif) #ffffff repeat-x;
}

/* SIDEBAR */


.sidebar
{
	width: 150px;
	padding: 20px 5px 20px 10px;
	vertical-align: top;
	font-size: 10pt;
	margin: 0 0 20px 0;
	background: url(images/shadow.gif) #ffffff repeat-x;
}

.sidebar-item
{
	background-color: #f0f0f0;
	border-bottom: 1px solid #ffffff;
	padding: 10px;
	width: 100%;
	text-transform: uppercase;
}

.sidebar-item a
{
    color: #666666;
}

/* CONTROLS */

.button
{
}

.label
{
	font-weight: bold;
	text-align: right;
}

.error
{
	color: red;
}

.info
{
	color:Green;
}

.left
{
    float: left;
    width: auto;
}

.right
{
    float: right;
    width: auto;
}
