﻿#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
{
	border-bottom: 2px dotted Black;
	border-top: 2px dotted Black;
	color: Black;
	font-size: 1.1em;
	font-weight: bold;
	margin: 30px 0 3px 0;
	padding: 4px;
	text-align: left;	
}

.moduleHeader .select
{
	margin: 0 0 4px 0;
	font-size: 60%;
}

.moduleActions
{
	float: right;
}

#controlPanel .headerCol
{
	font-weight: bold;
	font-size: 104%;
	color: White;
	background: #343C1D;
	padding: 5px;
	border-right: 4px solid white;
}

.dgRow
{
	color: Black;
	background-color: #E1C17A;
}

.dgAlternatingRow
{
	color: Black;
	background-color: #6C7057;
}

.dgHeader
{
	color: White;
	background-color: #343C1D;
	font-weight: bold;
	font-size: 105%;
	font-weight: bold;
}

.modalBackground
{
	background-color: #999999;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #F5E1AC;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 5px;
	width: 300px;
}

.modalPopupCal
{
	background-color: #F5E1AC;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 5px;
	width: 450px;
}


.adminActionHeading
{
	display: block;
	background-color: #F4DEB2;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.modalBackgroundOrderPages
{
	background-color: #999999;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopupOrderPages
{
	background-color: #F5E1AC;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	min-height: 50%;
	padding: 5px;
	width: 60%;
}

.adminActionHeading
{
	display: block;
	background-color: #add8e6;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*table styles*/

.fieldName
{
	background-color: #006F53;
	color: White;
	font-weight: bold;
	padding: 3px;
}

.dataField
{
	background-color: #CDB679;
	padding: 3px;	
}

/*category Mgmt Btn*/
.manageCats
{
	background-color: #F5E1AC;
	border-width: 4px;
	border-style: solid;
	border-color: Gray;
	min-height: 50%;
	padding: 5px;
	position: absolute;	
	z-index: 5000;
}

