﻿#controlPanel
{
	margin-bottom: 10px;
	border: 2px dotted Black;
	border-left: none;
	border-right: none;
	padding: 10px;
}

.linkTypeHeading
{
	font-size: 102%;
	display: block;
	border-bottom: 1px solid Black;
	border-left: 1px solid Black;
	margin: 15px 0px 5px 0px;
	padding: 3px 0 0px 8px;
}

.moduleHeader
{
	padding: 4px;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	border-bottom: 2px dotted Black;
	border-top: 2px dotted Black;
	margin: 30px 0 3px 0;
}

.moduleHeader .select
{
	margin: 0 0 4px 0;
	font-size: 60%;
}

.moduleActions
{
	float: right;
}

#controlPanel .headerCol
{
	font-weight: bold;
	font-size: 104%;
	color: White;
	background: Black;
	padding: 5px;
	border-right: 4px solid white;
}

.dgRow
{
	color: Black;
	background-color: White;
}

.dgAlternatingRow
{
	color: Black;
	background-color: #C0DCF0;
}

.dgHeader
{
	background-color: #088BDA;
	font-weight: bold;
	font-size: 105%;
	color: White;
	font-weight: bold;
}

.modalBackground
{
	background-color: Gray;
	/* filter: alpha(opacity=70);
	opacity: 0.7; */
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 5px;
	width: 300px;
}

.adminActionHeading
{
	display: block;
	background-color: #add8e6;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}


