
/*
 *
 * DotNetNuke container
 *
 */


.dnncontainer
{
	padding: 15px;
	position: relative;
}

.dnncontainer textarea { text-align: left; }
.dnncontainer h3
{
	text-align: left;
	padding-bottom: 10px; 
}
.dnncontainer h3 span,
.dnncontainer h3 input
{
	font: 13pt 'trebuchet ms';
	color: #800;
}

/*
 * Buttons
 */

.dnncontainer table.top-buttons
{
	/* float: right; margin: 0  0 1em 1em; */
	position: absolute; top: 0; right: 10px;
	margin-top: 1em;
	padding: 0;
}
.dnncontainer table.buttons
{
	/* position: absolute; top: 0; right: 15px; */
	/* float: right; margin: 0  0 1em 1em; */
	margin-top: 1em;
	/*border: solid 1px #ccc;
	background: #eee;*/
	padding: 0;
}
.dnncontainer table.buttons *
	{ padding: 0; font-size: 7pt; font-weight: bold; vertical-align: middle; }
.dnncontainer table.buttons td.action
	{ }
	
.dnncontainer .action-main
{
	background: #fff; 
	padding-left: 5px;
	border: solid 1px #ccc;
	border-bottom: solid 1px #888;
	border-right: solid 4px #833;
}



/*
 * Admin
 */

.dnncontainer-border
{
}
.dnncontainer-border h3 { border-bottom: solid 2px #FFCC01; background: #f0f0f0; padding: 2em 1em; margin: 1em 0;  }
.dnncontainer-border h3 * { vertical-align: middle; }
.dnncontainer-border table.Settings  { width: 100%; }
.dnncontainer-border table.top-buttons {width: 30px; right: 50px; }
x.dnncontainer-border .WorkPanel { background: #f0f0f0; }
