/* 
================================
 Container Styles for DotNetNuke - Cocowood
================================
*/   
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/* TEXT SETTINGS */
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
}
.whiteheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-align:left;
}

.paddedtext {
	padding: 2px;
}
.paddedtext p {
	padding: 2px 5px;
}

p {	
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
    text-decoration: none;

}

/* END OF TEXT SETTINGS */
/* CONTAINER COLOUR SETTINGS */
.Blankfulltextcontainer {
	width: 100%;
	background-color: transparent;
	BORDER: 0px; 
	margin-bottom: 3px;
	padding: 3px;
}

.Greenfulltextcontainer {
	width: 100%;
	background-color: #f2f5df;
	BORDER: 0px; 
	margin-bottom: 3px;
	padding: 3px;
}

.GreyBorderfulltextcontainer {
	width: 100%;
	background-color: #FFFFFF;
	BORDER: #d2d2d2 1px solid; 
	margin-bottom: 3px;
	padding: 3px;
}

.GreyBorderbacktransparent {
	width: 100%;
	background-color: transparent;
	BORDER: #d2d2d2 1px solid; 
	margin-bottom: 3px;
	padding: 3px;
}
.greenheadertextcontainer {
	width: 100%;
	background-color: transparent;
	BORDER-RIGHT: #5783b0 0px solid; 
	BORDER-TOP: #5783b0 0px solid;  
	BORDER-LEFT: #5783b0 0px solid; 
	BORDER-BOTTOM: #5783b0 0px solid; 
	padding: 0px;
	margin: 0px;
}
.orangeheaderls {
	width: 10px;
	height: 35px;
	background: url(orange_ls.gif) no-repeat;
}


.greenheadercontainerrow1 {
	background-color: #7d9610;
	height: 25px;
	padding: 5px 5px;
	text-align: left;
	vertical-align: middle;
}

/* END OF CONTAINER COLOUR SETTINGS */
/* CONTAINER BACKGROUND*/

.Blankrow1_mid  {
	background-color: transparent;
	height: 30px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: 24px;
	vertical-align: middle;
	color: #6d8500;
}
.Greenrow1_mid  {
	background-color: transparent;
	height: 30px;
	/*padding: 2px;*/
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	vertical-align: middle;
	color: #50350d;
}
.Brownrow1_mid  {
	background-color: transparent;
	height: 18px;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
	color:#ac7724;
}
/* CONTAINER BACKGROUND */

/*  End container */


