﻿/*========================================================*/
/*             CSS for Shebang Custom Containers          */
/*                 Originally by Evan O'Neil              */
/*              Customised by Mogridge Design             */
/*========================================================*/
/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/
/*-- container title token--------------------------------*/
.BlackConf_Title {
	font-size: 12px;
	font-family: tahoma;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
	width: 100%;
}
/*-- container title Table TD -----------------------------*/
.BlackConf_TitleTableTD {
	width: 100%;
	height: 25px;
	background-image: url('BlackSTD_Mid.gif');
	background-position: left top;
	background-repeat: repeat-x;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
}
/*-- container actions cell-------------------------------*/
.BlackConf_SolActionsTD {
	width: 0%;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	text-align: right;
}
/*-- top center section-----------------------------------*/
.BlackConf_TitleTD {
	
	vertical-align: middle;
	height: 25px;
	width: 100%;
	padding: 0px 0px 0px 10px;
}
/*-- top left section-------------------------------------*/
.BlackConf_LeftTD {
	background-image: url('BlackSTD_Left.gif');
	background-position: left top;
	background-repeat:no-repeat;
	vertical-align: top;
	height: 25px;
	width: 20px;
	padding: 0px 0px 0px 0px;
}
/*-- top right section------------------------------------*/
.BlackConf_RightTD {
	background-image: url('BlackSTD_Right.gif');
	background-position: left top;
	background-repeat:no-repeat;	
	height: 25px;
	width: 30px;
	vertical-align: middle;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

/*-- container content pane-------------------------------*/
.BlackConf_Content {
	padding: 15px 15px 5px 15px;
	background-image: url('BeigeGrad.gif');
	background-position: center bottom;
	background-repeat: repeat-x;
}
/*-- footer pane ----------------------------------------*/
.BlackConf_FooterBLeft {
	background-image:url('BeigeGrad_BottLeft.gif');
	background-position:left top;
	background-repeat:no-repeat;
	width: 50%;
	height: 15px;
	text-align: left;
}
.BlackConf_FooterBRight {
	background-image:url('BeigeGrad_BottRight.gif');
	background-position:right top;
	background-repeat:no-repeat;
	width: 50%;
	height: 15px;
	text-align: right;
}
.BlackConf_FooterBMid {
	background-image:url('BeigeGrad_BottMid.gif');
	background-position: center top;
	background-repeat: repeat-x;
	height: 15px;
	width: 100%;
}

/*-- container Icons cell---------------------------------*/
.BlackConf_Icons {
	text-align: right;
	padding: 3px 0px 2px 0px;
	border-top: 1px solid #BBBBBB;
}
/*========================================================*/

