/*Styles for Perkins Menu Board Starts here*/

.clsHeadingBGColor
{
	background-color:#00573d;
}
.clsHelpTitleHeader
{
	background-color:#00573d;
	font-size:16px;
}
.clsHelpSubHeader
{
	color:White;
	font-size:16px;
}
body, form, p, h1, h2, h3{
	margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p{ padding:5px 0 15px 0; }
h2{ font-size:22px; font-weight: normal; }
h3{ font-size:22px; font-weight: normal; color: #ffd204; background-color: #00573d; padding-left:15px; }
#header{ height: 135px;	 background-image: url(images/headerbg.gif); border-bottom: 2px solid #000; }
.logo{ margin-left:30px; background: transparent url(images/logo.gif) no-repeat; display: block; width: 162px; height: 117px; text-indent: -2000px; }
.searchForm{ padding-left:10px; }
.searchInputText{ width: 270px }
.backto{ float: right; }
.fl{ float:left; }
.fr{ float:right;	}
img{ border:none; }
.collapse{ background: url(images/collapse.gif) no-repeat; display:inline-block; width:18px; height:16px; }
.expand{ background: url(images/expand.gif) no-repeat; display:inline-block; width:18px; height:16px; }
.clr{ clear: both; font-size: 0px; height: 0px; line-height: 0px; }
.marRight30{ margin-right: 30px; }
#main{ background-color: #efeeee; }
.help{ font-weight: bold; color: #00573d; font-size: 12px; text-decoration: underline; padding-top: 8px; }
.maincontent, .sidecontent{ height: 430px; }
.content{ padding: 10px 20px 0px 20px; overflow-y: scroll; height: 430px; }
.topPad0{ padding-top: 0; }
.topPad2{ padding-top: 2px; }
.topPad10{ padding-top: 10px; }
.mainModules{ background-color: #00573d; padding:0px 15px 5px 15px; margin-bottom: 5px; zoom: 1;}
.sideModules{ font-size: 12px;}
.select{
	width:269px;
	float: left;
	display: block;
	margin-right: 12px;
	margin-bottom: 8px;
	font-size: 12px;
}
.quantity{
	margin:2px 10px 2px 2px;
	height:20px;
	border:1px solid #000;
	background: #fff;
	text-align: center;
	width:40px;
}
.borderBottom { border-bottom: 1px solid #000; padding-bottom:2px; }
.borderLine{background-color:Black;height:1px;width:100%;}
.btn
{
    padding:2px;
    background: url(images/btnBg.jpg);
    color:#000;
    border:1px solid gray;
}
.clsCategoryName
{
	font-weight:bold;
	color:White;
	font-size:medium;
}
.clsPopupRegularBlueTextBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00573d;
	font-weight: bold;
}