/* DesignAway03 Containers - Update November 01 2005 -
Nina Meiers - dotnetnuke@xd.com.au */
.leftpaneleft {
	background-color: #Ffffff;
	background-image: url(images/Container_fill_nl.gif);
	width: 150; 
	height: 30px; 
	background-position: left;	/*border-right: 1px, white; */
}
.leftpaneTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 1px;
	vertical-align: top;
	color: #0066CC;
}
.leftpaneFill {
	background-image: url(images/Container_fill_nl.gif);
	background-repeat: repeat-x;
	background-position: left;
}
.leftpaneRow {
	background-color: #FFFFFF;
}

.leftpanePix {
	background-color: #FFFFFF;
	background-image: url(images/Container_fill_nl.gif);
	width: 0px; 
	/* height: 49px; */
	background-repeat: no-repeat;
	background-position: right;	/*border-right: 1px, white; */
}

.leftpaneBorder {
	/* border-left: 0px solid #FCA40E;
	border-right: 0px solid #FCA40E;
	border-top: 0px solid #FCA40E; */
	border-bottom: 1px dashed #cc6600;
}

.leftpanePane {
	background-color: transparent;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-right: 0px;
	
	/*color: #404040;*/
}
/* to over ride the default .head */
.Head   {
	color: #006980;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
