/*****************************************************/
/****General****/
*
{
	margin:0px;
	padding:0px;
}
body
{
	background:rgb(239,239,239) url('../images/0bg.gif') center top no-repeat;
	padding-left:10%;
	padding-right:10%;
	font-family:Arial, Geneva, sans-serif;
}
a
{
	text-decoration:none;
	color:#333333;
}
a:hover
{
	color:#000000;
}
img, table, tr, td
{
	border:0px;
}
h1
{
	text-align:center;
	margin:0px;
	padding:0px;
}
.clean
{
	clear:both;
}
.left
{
	text-align:left;
}
.center
{
	text-align:center;
}
input
{
	width:150px;
}
label
{
	width:200px;
	display:inline-block;
	vertical-align:top;
	text-align:left;
}
table
{
	border-spacing:0px;
	background:#ffffff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:0px;
	width:95%;
	margin:5px auto 5px auto;
}
tr
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin:0px;
}
td, th
{
	margin:0px;
	border:0px;
	padding:3px;
	text-align:center;
}
/*****************************************************/
/****Blocks****/
.header
{
	margin:auto;
	margin-top:10px;
	padding:15px;
	background:rgb(138,12,12) url('../images/bluec_030p.png');
	width:43%;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	text-align:center;
}
.foot
{
	text-align:center;
	background:#91aa37 url('../images/bluec_030p.png');
	width:60%;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	margin:auto;
	padding:10px;
	margin-top:370px;
}
.content
{
	background:#91aa37 url('../images/bluec_030p.png');
	width:65%;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	margin:auto;
	padding:20px;
	margin-top:75px;
}
/*****************************************************/
/****Content****/
.big
{
	font-size:1.2em;
}
.small
{
	font-size:0.7em;
}
.message
{
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	padding:20px;
	margin:auto;
	width:500px;
	background:url('../images/black_40p.png');
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	margin-top:20px;
}
.messages_table td
{
	border-top:1px solid #aaaaaa;
	vertical-align:top;
}
.author
{
	width:150px;
	border-right:1px solid #aaaaaa;
}
.title_cell
{
	width:45%;
}
.date
{
	font-style:italic;
	text-align:right;
	font-size:0.9em;
	margin-right:10px;
}
.link_new_pm
{
	font-size:1.3em;
	font-weight:bold;
	margin:5px 0px 5px 0px;
	display:inline-block;
	border:1px solid #dddddd;
	background:#ffffff;
	padding:5px;
}

#menu {float:right; height:35px; width:550px; margin-top:20px; margin-bottom: 20px; padding-right: 355px;}


.shadetabs{padding:0; font:12px Arial, Helvetica, sans-serif; list-style-type: none; text-align:right; line-height:35px;}

.shadetabs li{display: inline; margin: 0;}

.shadetabs li a{text-decoration: none; position: relative; z-index: 1; padding:10px 14px; color:#fff000;  background-color:rgb(138,12,12);}

.shadetabs li a:visited{color: #fff000;}

.shadetabs li a:hover{text-decoration:none; color: #fff; background-color:#7c7c7c;}

.shadetabs li a.selected{ /*selected main tab style */position: relative; top: 0px;}

.shadetabs li a.selected{ /*selected main tab style */color: #fff; background-color:#7c7c7c;}

.shadetabs li a.selected:hover{ /*selected main tab style */text-decoration: none;}

.btnSubmit {
background-color:#fd9512;
padding:6px;
border-color:#FF6600;
border-radius:5px;
color:white;
}

.content1
{
        float: left;
	background:#91aa37 url('../images/bluec_030p.png');
	width:30%;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	margin:auto;
	padding:20px;
	margin-top:50px;
}

.content2
{
        float: right;
	background:#ffffff url('../images/bluec_030p.png');
	width:30%;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	margin:auto;
	padding:20px;
	margin-top:50px;
}

.search
{
        float: left;
	background:#fff url('../images/bluec_030p.png');
	width:60%;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	margin:auto;
	padding:20px;
	margin-top:50px;
}