/* New greens
Dark: #18A24A
Light: #E8FCEF 
*/

* { padding: 0; margin: 0; font-family: Arial; }
body { background-color: #e0e0e0; }
#header-break { height:2px; border-top:2px solid #18A24A; width:760px; margin-left:20px; margin-top: 5px; }

#container { width: 800px; height: 700px; background-color: #fff; margin: 30px auto; }
body > #container {	height: auto; min-height: 500px; }

/* Header styles */
.title { height: 35px; }
.title h1 { float: right; font-size: 100%; margin-top: 10px; margin-right: 30px; }

#banner { height: 210px; margin-top: 8px;}
#banner .col1, #banner .col2 { width: 280px; height: 210px; float: left; margin: 0; }
#banner .col2 { border-left: 1px solid #fff; }
#banner .col1 { margin-left: 20px; }
#banner .col3 { width: 198px; height: 210px; float: left; margin: 0 }
#banner img { width: 100%; height: 100%; margin: 0; padding: 0;}

/* 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: #18A24A; }
#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%;
}

.ms span.label {
	width: 38%;
}

.ms span.widget {
	width: 60%;
}

.ms select {
	width: 250px;
}

.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: #18A24A;
	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: #18A24A;
	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;
}

#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 #000; 
	background-color: #E8FCEF;
}

.eventbox .heading {
	width: 100%;
	height: 25px;
	background-color: #18A24A;
	border-bottom: 1px solid #000;
}

#content .eventbox .heading h2 { padding: 0; margin-top: 5px; margin-left: 15px; color: #fff; }
#content .eventbox .heading p { color: #fff; }
#content .eventbox p { margin: 0; margin-bottom: 7px; margin-left: 15px; margin-right: 15px; }
#content .eventbox a { color: #fff; }

#servicebox
{
	clear:both;
	width:95%;
	margin:10px auto;
/*	border:1px solid #18A24A; */
	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: #18A24A;
	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;
}

#trailbar {
	background-color: #e0e0e0;
	border: 1px solid #ccc;
	width: 550px;
	height: 40px;
	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 #18A24A;
}

.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%;
	padding: 0;
	margin: 0;
	display: block;
	padding: 2px 0px;
	text-align: center;
	text-decoration: none;
}

#topic a.button:hover {
	background-color: #e0e0e0;
	color: #18A24A;
	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 {
	background: #f0f0f0;
}

div .widget input.button {
	background: #18A24A;
}

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: #18A24A;
}

/* ================== */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/templates/common/images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}

.required
{
	color: #f00;
}

.required input, .required textarea
{
	border: 1px solid #f00;
	margin-left: 1px;
	margin-top: 1px;
}

.required select
{
	color: #f00;
}

#project-application table
{
	background-color: #18A24A;
	color: #fff;
	border: 1px solid #18A24A;
}

#project-application table thead th, #project-application table tfoot td
{
	font-weight: normal;
	font-size: 80%;
	padding: 3px 5px;
}

#project-application table th a, #project-application table tfoot td, #project-application table tfoot a
{
	color: #fff;
}

#project-application table td
{
	padding: 2px 5px;
	color: #000;
}

#imagegallery img
{
	border: none;
}

#imagegallery ul a
{
	display: block;
	border: 1px solid #999;
	height: 74px;
	width: 74px;
}

#imagegallery a:hover
{
	background-color: #ddd;
}

#pricetable
{
	border: 1px solid #18A24A;
	width: 400px;
}

#pricetable th
{
	background-color: #18A24A;
	color: #fff;
	padding: 3px 5px;
	text-align: left;
}

#pricetable td
{
	background-color: #f0f0f0;
	padding: 3px 5px;
}

#events-home span.label
{
	width: 50%;
}

#events-home span.widget
{
	width: 49%;
	font-size: 80%;
}

#sponsors { margin-left: 20px; }
#sponsors img { border: none; }
#sponsors td { padding: 10px; }

/* EPP Home Page */
div#buttons { background-color: #fff; }
#buttons div.button-panel { margin-left:6px; width: 270px; float: left; position: relative; }
#buttons div.button-panel a { color: #fff; font-size: 1em; text-decoration: none; display:block; width:100%; height:100%; }
#buttons div.button-panel img { border: none; }

/* Resource List */
#resources p.title { padding: 0; height: auto; }
#resources div.description { margin-left: 20px; font-size: 0.8em; }
#resources div.description p { margin: 0; padding: 0; font-size: 1em; }