* {
    padding: 0;
    margin: 0;
	font-family: Arial;
}

body {
    background-color: #e0e0e0;
}

#container {
    width: 800px;
    
    height: 700px;
    
    background-color: #fff;
    margin: 30px auto;
}

body > #container {
	height: auto;
	min-height: 500px;
}

/* Header styles */
#header {
    height: 210px;
}

.title {
    height: 35px;
}

.title h1 {
	float: right;
	font-size: 100%;
	margin-top: 10px;
	margin-right: 30px;
}

#menu {
    height: 30px;
}

#banner {
    height: 200px;
    margin-top: 10px;
	float: left;
	width: 100%;
}

#banner img
{
	margin-left: 20px;
}

/* Main styles */

#main {
    height: 355px;
}

#container > #main {
	height: auto;
	min-height: 345px;
}

#content {
    float: left;
    width: 595px;    
    border-right: 1px solid #e0e0e0;

    height: 345px;
}

#main > #content 
{
    height: auto;
    min-height: 345px;
}	

#content h1, h2, h3, p {
	margin-left: 20px;
}

#content h1 {
	font-size: 100%;
	margin-top: 20px;
	font-weight:bold;
}

#content h2 {
	font-size: 90%;
	margin-top: 15px;
}

#content h3 {
	font-size: 80%;
	margin-top: 15px;
	font-weight: bold;
}	

#content p {
	font-size: 80%;
	margin-top: 15px;
	margin-right: 20px;
}

#content ul {
	margin-top: 15px;
	margin-left: 40px;
	margin-right: 40px;
}

#content li {
	font-size: 80%;
}

#content a {
	color: #009933;
}

#content a:hover {
	color: red;
	text-decoration: none;
}

#content hr {
	margin-top: 20px;
	width: 80%;
	height: 1px;
	color: #ccc;
}

ol {
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 10px;
}

ul.number {
	list-style-type: decimal;
	padding-left: 20px;
}

ul.partners {
	list-style-type: none;
}

ul.partners img {
	margin-right: 10px;
	vertical-align: middle;
	width: 50px;
	border: none;
}

ul.partners li {
	margin-bottom: 10px;
}



#sidebar {
	float: left;
    width: 204px;
    height: 345px;
}

#main > #sidebar {
	height: auto;
	min-height: 345px;
}

#sidebar h1 {
	font-size: 100%;
	margin-left: 10px;
}

/* Footer styles */

#footer {
    height: 35px;
    clear: both;
}

#footer p
{
	height: 25px;
	width: 400px;
	font-size: 60%;
	color: #999;
	margin-left: 100px;
	padding-top: 10px;
}

/* Grid layout styles */
form {
	margin-top: 10px;
}

.row {
	width: 80%;
	clear: both;
}

span.label {
	float: left;
	text-align: right;
	font-size: 80%;
	width: 28%;
}

span.widget {
	float:right;
	text-align: left;
	width: 70%;
}

.ms .row {
	clear: both;
	width: 100%;
	margin-bottom: 5px;
	line-height: 20px;
}

.ms label
{
	float: left;
	text-align: right;
	font-size: 80%;
	width: 26%;
}

.ms span.widget {
	width: 70%;
}

.ms input {
	width: 200px;
}

.ms .button
{
	width: 150px;
}

.eventitem {
	margin-top: 10px;
	margin-left: 25px;
	width: 90%;
	border: 1px solid black;
}

.eventitem h2 {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #006600;
	color: #fff;
}
.eventitem p {

}

#casevideo {
	margin-left: 50px;
	margin-top: 10px;
	width: 80%;
	background-color: #eee;
	border: 1px dashed #000;
	height: 25px;
}

#casevideo h3 {
	float: left;
	font-size: 80%;
	margin-top: 3px;
	margin-left: 5px;
}

#casevideo p {
	padding: 0;
	margin: 0;
	margin-top: 3px;
	margin-left: 50px;
	float: left;
}

*>body #container, *>body #main, *>body #content {
	height: auto;
}

#eppprojectlist {
	margin-left: 100px;
}

#eppprojectlist div.row {
	border: 1px solid #333;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#eppprojectlist span.label {
	width: 30%;
	text-align: left;
	padding-left: 20px;
}

#eppprojectlist span.widget {
	width: 49%;
	text-align: right;
	margin-right: 30px;
}

.error {
	color: red;
	font-size: 12px;
}

/* CSS for div grid layout */
.outer {
	clear: both;
	width: 95%;
	height: 200px;
	background-color: #006;
	margin: 0 auto;
	margin-bottom: 10px;
	border: 1px solid #666;
}

html > body .outer {
	height: auto;
}

.outer .header {
	background-color: #060;
	color: #fff;
	height: 20px;
	font-size: 75%;
	padding-top: 2px;
}

.tr {
	background-color: #e1e1e8;
	font-size: 70%;
/* 	padding: 2px 0px 0px 3px; */
	height: 20px;
	clear: both;
}

html > body .tr {
	height: auto;
	min-height: 20px;
}

.odd {
	background-color: #fff;
}

.col1 {
	float: left;
	width: 40%;
	text-align: left;
	margin-left:10px;
}

.col2 {
	float: left;
	width: 40%;
	text-align: left;
}

.col2 p {
	font-size: 100%;
}

.col3 {
	float: left;
	width: 15%;	
	text-align: left;
}

.button {
	background-color: #060;
	color: #fff;
	border: 1px solid #000;
}

#ms-event {
	margin-left: 50px;
}

#ms-event .row {
	clear: both;
	height: auto;
	margin-bottom: 10px;
	line-height: 20px;
}

#ms-event span.label {
	width: 39%;
}

#ms-event span.widget {
	width: 60%;
	font-size: 80%;
}

#ms-pass span.label {
	width: 49%;
}

#ms-pass span.widget {
	width: 50%;
}

#ms-pass .button {
	margin-bottom: 10px;
}

#ms-details .row {
	float: left;
	clear: both;
	height: auto;
	margin-top: 10px;
}

#ms-details #line {
	clear:both;
	width:90%;
	height:1px;
	margin-left:20px;
	background-color:#333;
}

/*\*/
* html #ms-details .row {
	float: none;
}

* html #ms-details #line {
	display: none;
}
/**/

#ms-details span.label {
	width: 35%;
}

#ms-details span.widget {
	width: 64%;
}

#ms-details span.widget input {
	width: 90%;
	font-size: 80%;
}

#ms-details span.widget select {
	font-size: 80%;
}

#ms-details .button {
	margin-bottom: 10px;
	font-size: 80%;
}

#b2link {
	font-size: 60%;
	color: #00f;
	float: right;
	width: 100%;
	text-align: right;
	background-color: #e0e0e0;
}

#picsHolder
{
	margin-left: 20px;
	margin-top: 20px;
}


#picsHolder .pic
{
	float: left;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 20px;
}

#picsHolder .pic img {
	margin: 0px auto;
	border: none;
}

/*========================*/
.eventbox
{
	margin-top:22px;
	margin-right:10px;
	margin-left: 30px;
	width:90%;
/*	border:1px solid #060; */
	background-color:#f0f0f0;
}

.eventbox .heading {
	width: 100%;
	height: 25px;
	background-color: #bed2b0;
}

#content .eventbox .heading h2 {
	padding: 0;
	margin-top: 5px;
	margin-left: 15px;
	color: #111;
}

#content .eventbox p {
	margin: 0;
	margin-bottom: 7px;
	margin-left: 15px;
	margin-right: 15px;
}

#servicebox
{
	clear:both;
	width:95%;
	margin:10px auto;
/*	border:1px solid #060; */
	background-color: #f0f0f0;
	margin-left: 18px;
}

#servicebox p {
	margin-left: 15px;
}

#servicebox ul {
	margin: 0;
	margin-left: 15px;
	margin-top: 10px;
	padding: 0;
	margin-bottom: 10px;
	width: 100%;
	list-style-type: none;
}

#servicebox hr {
}

/*\*/
* html #servicebox ul {
	width: 90%;
}
/**/

#servicebox .heading {
	width: 100%;
	height: 25px;
	background-color: #bed2b0;
	margin-top: 0px;
	padding: 0;
	float: left;
}

#servicebox .heading h2 {
	padding: 0;
	margin-top: 5px;
	margin-left: 15px;
	color: #222;
}

#servicebox li {
	float: left;
	width: 33%;
	margin-bottom: 10px;
}

#servicebox li a {
}


/* Forum styling */
#forumlist table {
	width: 550px;
	border: 3px solid #006600;
	margin: 10px auto;
	
}

#forumlist th {
	padding: 0;
	margin: 0;
	font-size: 70%;
	height: 20px;
	background-color: #060;
	color: #fff;
	width: 75px;
	height: 15px;
}

#forumlist .catname {
	text-align: left;
	padding-left: 10px;
	width: 200px;
}

#forumlist .catname a {
	color: #fff;
}

#forumlist tr td {
	border-bottom: 1px solid #000;
	text-align: center;
	font-size: 80%;
	background-color: #e1e1e1;
}

#forumlist td p {
	margin: 0;
	padding: 0;
	font-size: 90%;
}

#forumlist td div.details {
	background-color:red;
	text-align: left;
	padding-left: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(/templates/common/forum/images/folder_big.gif) 0 50% no-repeat;
}

#forumlist .forum p {
	margin: 0;
	padding: 0;
	color: #333;
}

#forumlist a.button
{
	color: #fff;
	padding: 3px 5px;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	width: 120px;
	display: block;
	text-align: center;
}


#forumlist a.button:hover {
	background-color: #e0e0e0;
	color: #060;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	padding-bottom: 2px;
}

#trailbar {
	background-color: #e0e0e0;
	border: 1px solid #ccc;
	width: 550px;
	height: 20px;
	margin-left: 20px;
	margin-top: 10px;
	padding: 0;
	font-size: 90%;
}

#trailbar li {
	float: left;
}

#trailbar p.trail {
	margin: 0;
	padding: 3px 0px;
	margin-left: 15px;
	float: left;
	width: 95%;
	border-bottom: 1px solid #fff;
}

#trailbar ul {
	padding: 5px 0px;
	margin: 0;
	float: right;
	margin-right: 20px;
}

#trailbar ul li {
	margin-left: 40px;
}

#trailbar p 
{
	float:right;
	padding:0;
	margin:0;
	padding:2px 10px;
}	
p.name {
	font-weight: bold;
}

/* Topic + post styles */
.postbox {
	width: 550px;
	background-color: #f0f0f0;
	margin-left: 20px;
	clear: both;
	margin-bottom: 5px;
	border: 1px solid #060;
}

.postbox.even {
	background-color: #e0e0e0;
}

#topic .postbox p {
	margin: 0;
	font-size: 70%;
}

.postdetail {
	float: left;
	width: 70%;
}

#topic .postdetail .text {
	font-size: 80%;
	padding: 10px;
}

.userdetail { 
	float: left;
	width: 28%;
	border-left: 1px solid #fff;
	padding: 10px 0px;
}

#topic div.userdetail p {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

#topic a.button {
	color: #fff;
	width: 100px;
	font-size: 80%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	display: block;
	padding: 2px 0px;
	text-align: center;
	text-decoration: none;
}

#topic
{
	width: 90%;
	
}

#topic .row
{
	line-height: 20px;
	padding: 3px 0px;
	width: 100%;
}

#topic .col1, #reply .col1
{
	font-size: 80%;
	text-align: right;
	float: left;
	width: 25%;
}

#topic .col2, #reply .col2
{
	text-align: left;
	float: right;
	width: 70%;
}

#topic input.button
{
	font-size: 80%;
	width: 100px;
}

#topic a.button:hover {
	background-color: #e0e0e0;
	color: #060;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	padding-bottom: 1px;
}

#forum div.row {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 20px;
}

#forum div.row label {
	float: left;
	text-align: right;
	font-size: 80%;
	width: 28%;
}

#forum .row span.widget {
	width: 70%;
}

div.error label {
	font-size: 110%;
}

div .widget input, div .widget textarea {
	background: #f0f0f0;
}

div .widget input.button {
	background: #060;
}

div.required label
{
	color: #f00;
}

div.required .widget input
{
	border: 1px solid #f00;
	padding: 1px;
}

div.error .widget input {
	background: #ecd5d8;
}

#messagelist
{
	padding-top: 20px;
	margin-left: 20px;
	margin-bottom:20px;
	width:90%;
	height:300px;
}

#messagelist .heading
{
	background-color: #bed2b0;
	width: 516px;
	height: 20px;
	padding: 2px 10px;
}

#messagelist h1
{
	color: #000;
	padding: 0;
	margin: 0;
}

#messagearea
{
	height: 280px;
	overflow-y:auto;
	background-color: #f0f0f0;
}

#message
{
	padding-top: 20px;
	margin-left: 20px;
	margin-bottom:20px;
	width:90%;
}

#message .header
{
	background-color: #bed2b0;
	width: 516px;
	height: 20px;
	padding: 2px 10px;
}

#message .header h1
{
	color: #000;
	padding: 0;
	margin: 0;
}

#message .description
{
	background-color: #f0f0f0;
}	

#messagearea .message
{
	padding: 10px 10px;
}

#messagearea .message h1, #messagearea .message p 
{
	padding: 0;
	margin: 0;
}

#messagearea .message h1
{
	font-size: 90%;
	color: #111;
}

#messagesearch
{
	width:90%;
	margin:10px auto;
}

#messagesearch legend
{
	color: #060;
}

#infobox
{
	margin-top: 10px;
	width: 560px;
	margin-left: 20px;
	font-size: 80%;
	background-color: #f0f0f0;
}

#infobox a
{
	color: #060;
}

#infobox #login
{
	float: left;
	width: 38%;
	min-height: 180px;
	background-color: #bed2b0;
	border: 1px solid #666;
}

/*\*/
* html #login
{
	height: 180px;
}
/**/

#login .row
{
	width: 200px;
	clear: both;
	padding: 2px;
}

#login .col1
{
	width: 80px;
}

#login h1
{
	margin: 3px 10px;
	font-size: 120%;
	background-color: #bed2b0;
}

#login h2
{
	font-size: 110%;
	margin: 0;
	margin-top: 5px;
	padding: 3px 10px;
	background-color: #bed2b0;
}

#login p
{
	margin-left: 10px;
	font-size: 90%;
	margin-top: 8px;
}

#login input
{
	width: 100px;
}	

#infobox #services
{
	float: left;
	width: 60%;
	font-size: 120%;
	margin-left: 7px;
	border: 1px solid #666;
	min-height: 170px;
}

#services h2
{
	margin: 0;
	padding: 3px 10px;
	background-color: #bed2b0;
}

#services p
{
	margin: 0;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#event h1 
{
	padding: 3px 10px;
	background-color: #bed2b0;
	width: 530px;
}

#event h2
{
	padding: 0px 10px;
}

#event p
{
	margin: 5px 30px;
}

#event #details p
{
	margin: 2px 30px;
	padding: 0;
}

#events-home .row
{
	margin-top: 10px;
	clear: both;
	width: 100%;
}

#events-home .label
{
	width: 200px;
}

#events-home .widget
{
	width: 390px;
}

#event-title p
{
	font-weight: bold;
	width: 530px;
	text-align: right;
	background-color: #f0f0f0;
	padding: 2px 10px;
	margin: 0 20px;
}

#details
{
	margin-top: 10px;
}

a img
{
	border: none;
}
