﻿/*===----------------------------------------------------------------===*/
/*--- Wrapper Divs Selector Rulesets -----------------------------------*/
.grey02_wrapper {
	margin-bottom: 15px;
}
/*===----------------------------------------------------------------===*/
/*--- Top (Title) Divs Selector Rulesets -------------------------------*/
.grey02_tm {
	background-image: url('grey01_tm.gif');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #2c2c2c;
	padding: 10px 0px;
}
.grey02_tl {
	background-image: url('grey01_tl.gif');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.grey02_tr {
	background-image: url('grey01_tr.gif');
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 10px;
}
.grey02_ttldiv {
	float: left;
}
.grey02_visdiv {
	float: right;
	margin-top: 5px;
}
.grey02_clear {
	clear: both;
}
/*===----------------------------------------------------------------===*/
/*--- Bottom (Rounded Caps) Divs Selector Rulesets ---------------------*/
.grey02_bm {
	background-image: url('wht01_dot.gif');
	background-position: center bottom;
	background-repeat: repeat-x;
	background-color: #2c2c2c;
	height: 10px;
	min-height: 10px;
	max-height: 10px;
}
.grey02_bl {
	background-image: url('grey02_bl.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.grey02_br {
	background-image: url('grey02_br.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 10px;
}
/*===----------------------------------------------------------------===*/
/*--- Content Pane Divs Selector Rulesets ------------------------------*/
.grey02_cpshadow {
	background-image: url('grey02_cpshadow.gif');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #2c2c2c;;
}
.grey02_cpl {
	background-image: url('wht01_dot.gif');
	background-position: left center;
	background-repeat: repeat-y;
}
.grey02_cpr {
	background-image: url('wht01_dot.gif');
	background-position: right center;
	background-repeat: repeat-y;
}
.grey02_cpmain {
	padding: 20px 15px 5px 15px;
}
/*===----------------------------------------------------------------===*/
/*--- Footer Icons Div Selector Rulesets -------------------------------*/
.grey02_icofooter {
	text-align: right;
	margin-bottom: 15px;
}
/*===----------------------------------------------------------------===*/
/*--- Title Span Selector Rulesets -------------------------------------*/
.grey02_ttltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.grey02_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 ----*/
.grey02_cpmain p, .grey02_cpmain .Normal p, .grey02_cpmain span {
	margin-top: 0px;
	color: #fff;
}
.grey02_cpmain .Normal, .grey02_cpmain .NormalDisabled, .grey02_cpmain .NormalBold {
	color: #fff;
}
.grey02_cpmain a:link, .grey02_cpmain a:active, .grey02_cpmain a:visited {
	color: #fff;
}
.grey02_cpmain a:hover {
	color: #ffe500;
}
.grey02_cpmain .CommandButton, .grey02_cpmain a.CommandButton:link {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 25px;
	border-top: 1px #c0c0c0 solid;
	border-left: 1px #777 solid;
	border-right: 1px #000 solid;
	border-bottom: 2px #000 solid;
	background-color: #3d3d3d;
}
.grey02_cpmain .CommandButton:hover, .grey02_cpmain a.CommandButton:hover {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	background-color: #777;
}
.grey02_cpmain .Help {
	background-color: #777;
	padding-left: 3px;
}
.grey02_cpmain .sbiscm_itemtd span {
}
/*===----------------------------------------------------------------===*/
/*--- Inline Editing Icons - Selector Rulestes -------------------------*/
.eipbackimg {
	background-color: #c0c0c0;
	border: solid 1px #3d3d3d;
	margin-left: 20px;
}
.ModuleTitle_MenuItem {
	margin-right: 5px;
}
