/* 
================================
 Container Styles for DotNetNuke
================================
*/   

/*container*/
.container {
width:100%;
margin-bottom:20px;
text-align:left;
}

.containerrow1 {
	padding:5px;
	padding-left:10px;
}

/*container header*/
.containerrow1 h2, .containerrow1 .Head  {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #ffffff;	
	font-weight:bold;
}

.news .containerrow1 {
	background-color:#732466;
}

.events .containerrow1 {
	background-color:#005e7d;
}

.guidance .containerrow1 {
	background-color:#83a12f;
}

.featured .containerrow1 {
	background-color:#cc0000;
}

.homenewslinks {
	min-height:140px;
}

.homeeventslinks {
	min-height:140px;
}

.homeguidancelinks {
	min-height:140px;
}

.enquiries .containerrow1 {
	background-color:#625413;
}

.projects .containerrow1 {
	background-color:#a50047;
}

.resources .containerrow1 {
	background-color:#2c3d47;
}

.highlight .containerrow1 {
	background-color:#d95900;
}

.faq .containerrow1 {
	background-color:#2C3D47;
}

#RightContent .inner .containerrow1 {
	background-image:url(Images/highlight top.gif);
	background-repeat:repeat-x;
}

/*container body*/
.containerrow2 {
	padding:0px;
	padding-top:10px;
}

.containerrow2 a {
font-weight:bold;
}

.containerrow2 table {
margin-top:2px;
}

.containerrow2 td p {
	margin:0px;
}

#RightContent .home .containerrow2 {
	background-color:#f3eddf;
	background-image:url(Images/right_col_bg.jpg);
	background-repeat:repeat-x;
	padding-bottom:10px;
}

#RightContent .inner .containerrow2 {
	background-color:#f3eddf;
	background-image:url(Images/right_col_bg.jpg);
	background-repeat:repeat-x;
	padding-bottom:10px;
	color:#333333;
}

#RightContent .home p {
	margin-left:10px;
}

#RightContent .inner p {
	color:#333333;
}

/* system settings*/
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #DDDDDD;
}

.ArticleImage {
	float:left;
	width:100px;
	margin-right:10px;
	margin-bottom:4px;
}

.news .ArticleImage img {
	border-bottom:solid 5px #732466;
}

.events .ArticleImage img {
	border-bottom:solid 5px #005e7d;
}

.guidance .ArticleImage img {
	border-bottom:solid 5px #83a12f;
}

.allitems {
	width:100px;
	padding-top:4px;
	padding-bottom:4px;
	margin-top:5px;
	color:#ffffff;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	clear:both;
}

.allitems img {
	vertical-align:middle;
}

/*
.allitems p {
    margin-top:4px; 
	padding-top:4px;
	padding-bottom:4px;
	color:#ffffff;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}
*/

#LeftContent .allitems a:link, #LeftContent .allitems a:visited, #LeftContent .allitems a:hover {
	color: #ffffff;	
}

.news .allitems {
	background-color:#732466;
}

.events .allitems {
	background-color:#005e7d;
}

.guidance .allitems {
	background-color:#83a12f;
}

.faq {
	margin-top:30px;
}
        
