﻿/*===----------------------------------------------------------------===*/
/*--- Wrapper Divs Selector Rulesets -----------------------------------*/
.grey01_wrapper {
	margin-bottom: 15px;
}

/*===----------------------------------------------------------------===*/
/*--- Top (Title) Divs Selector Rulesets -------------------------------*/
.grey01_tm {
	background-image: url('grey01_tm.gif');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #2c2c2c;
	padding: 10px 0px;
}
.grey01_tl {
	background-image: url('grey01_tl.gif');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.grey01_tr {
	background-image: url('grey01_tr.gif');
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 10px;
}
.grey01_ttldiv {
	float: left;
}
.grey01_visdiv {
	float: right;
	margin-top: 5px;

}
.grey01_clear {
	clear: both;
}

/*===----------------------------------------------------------------===*/
/*--- Bottom (Rounded Caps) Divs Selector Rulesets ---------------------*/
.grey01_bm {
	background-image: url('wht01_dot.gif');
	background-position: center bottom;
	background-repeat: repeat-x;
	background-color: #fff;
	height: 10px;
	min-height: 10px;
	max-height: 10px;
}
.grey01_bl {
	background-image: url('wht01_bl.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.grey01_br {
	background-image: url('wht01_br.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 10px;
}
/*===----------------------------------------------------------------===*/
/*--- Content Pane Divs Selector Rulesets ------------------------------*/
.grey01_cpshadow {
	background-image: url('wht01_cpshadow.gif');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #fff;
}
.grey01_cpl {
	background-image: url('wht01_dot.gif');
	background-position: left center;
	background-repeat: repeat-y;
}
.grey01_cpr {
	background-image: url('wht01_dot.gif');
	background-position: right center;
	background-repeat: repeat-y;
}
.grey01_cpmain {
	padding: 20px 15px 5px 15px;
}
/*===----------------------------------------------------------------===*/
/*--- Footer Icons Div Selector Rulesets -------------------------------*/
.grey01_icofooter {
	text-align: right;
	margin-bottom: 15px;
}
/*===----------------------------------------------------------------===*/
/*--- Title Span Selector Rulesets -------------------------------------*/
.grey01_ttltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.grey01_ttltext span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
/*===----------------------------------------------------------------===*/
/*--- CPane Text Selector Rulesets - Overrides .Normal and <p> text ----*/
.grey01_cpmain p, .grey01_cpmain .Normal p, .grey01_cpmain span{
}
.grey01_cpmain .Normal, .grey01_cpmain .NormalDisabled, .grey01_cpmain .NormalBold {
}
.grey01_cpmain a:link, .grey01_cpmain a:active, .grey01_cpmain a:visited {
}
.grey01_cpmain a:hover {
}
/*===----------------------------------------------------------------===*/
/*--- Inline Editing Icons - Selector Rulestes -------------------------*/
.eipbackimg {
	background-color: #c0c0c0;
	border: solid 1px #3d3d3d;
	margin-left: 20px;
}
.ModuleTitle_MenuItem {
	margin-right: 5px;
}