/* 
	admin

	These are all the DasBlog specific styles that you can
	use to customize the look and feel of the admin content
*/



.configControlStyle
{
	padding: 5px;
	font-size: 11px;
	font-family: Tahoma;
}

.configLabelColumnStyle
{
	vertical-align: top;
}

.configLabelStyle
{
	margin-right: 10px;
	font-size: 11px;
}



.configControlStyle label
{
	padding-left: 4px;
}
.configLabelColumnStyle span label
{
	padding-left: 4px;
}

.configSectionStyle
{
	border: 1px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: middle;
}

.configSectionStyle label
{
	margin-left: 2px;
}

.configSectionTitleStyle
{
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid;
	font-weight: bold;
	font-size: 110%;
}

.statsTableColumnStyle
{
	border: solid 1px;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.statsTableDateColumnStyle
{
	border: solid 1px;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 25%;
	text-align: left;
}

.statsTableFooterColumnStyle
{
	border-left: solid 1px;
	border-right: solid 1px;
	border-bottom: solid 1px;
	border-top: solid 2px;
	padding: 3px;
	font-weight: bold;
}

.statsTableFooterNumColumnStyle
{
	border-left: solid 1px;
	border-right: solid 1px;
	border-bottom: solid 1px;
	border-top: solid 2px;
	padding: 3px;
	width: 15%;
	font-weight: bold;
	text-align: right;
}

.statsTableHeaderColumnStyle
{
	border-left: solid 1px;
	border-right: solid 1px;
	border-bottom: solid 2px;
	border-top: solid 1px;
	padding: 3px;
	font-size: 105%;
	font-weight: bold;
}

.statsTableNumColumnStyle
{
	border: solid 1px;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 15%;
	text-align: right;
}

.statsTableStyle
{
	margin-bottom: 10px;
	border: solid 1px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.openidLogin
{
	background-color: #000;
}

#admin .pageTopic
{
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	margin-bottom: 4px;
}

#EditConfigBox_checkBoxListAllowedTags label
{
	margin-left: 5px;
	margin-right: 5px;
}

#EditConfigBox_checkBoxListPingServices label
{
	margin-left: 5px;
	margin-right: 5px;
}

.contentGridStyle
{
}

tr[style="background-color: WhiteSmoke;"]
{
	background: #333333 !important;
}

.configSectionStyle input, textarea, select
{
	background: #1F1F1F;
	border: 1px solid #4A4A4A;
	color: #F7F7F7;
}

.configSectionStyle td
{
	padding-top: 3px;
}

table input, textarea, iframe
{
	background: #1F1F1F;
	border: 1px solid #4A4A4A;
	color: #F7F7F7;
	margin: 1px;
}

table td
{
	padding-top: 3px;
}

input[type="submit"]
{
	background: #1F1F1F url(images/img06.gif) no-repeat center center;
	border: 1px solid #454545;
	font: bold "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

fieldset
{
	border: solid 1px #454545;
}
