/* CSS Document */

/* Title Bar */



#containertopbackground {
	background-color: #f0f0e0;
	height: 16px;
	width: 100%;
}

#containertoparrows {
	background-image: url(images/navcontainerhead.gif);
	background-repeat: no-repeat;
	background-color: #f0f0e0;
	width: 20px;
	height: 16px;
	float: left;
}

#leftactions {
	float: left;
}

#rightactions {
	float: right;
}

.PaddingTop {
	padding-top: 2px;
}

.ContainerHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #993300;
	/*padding-top: 5px;*/
	vertical-align: middle;
	line-height: 16px;
}

/* ContentPane */

#container {
	background-color: #f0f0e0;
	width: 100%;
/*	clear: left;
	float: left; */
}

.PaddingLeft {
	padding-left: 20px;
}

#ContentPane {
	padding-left: 0px;
}

/* Container Footer */

#containerbottom {
	background-color: #f0f0e0;
	height: 14px;
	width: 100%;
/*	clear: left;
	float: left; */
}

/* Module Controls */

#modulecontrols {
	width: 100%;
/*	clear: both;
	float: left; */
}

#leftcontrols {
	text-align: left;
/*	clear: left;
	float: left; */
}

#dnnACTIONBUTTON1 {
	clear: left;
	float: left;
}

#rightcontrols
{
	text-align: right;
/*	float: right;*/
}

.AlignRight {
	text-align: right;
}

.ActionButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
}


