﻿/*========================================================*/
/*             CSS for Shebang Custom Containers          */
/*                 Originally by Evan O'Neil              */
/*              Customised by Mogridge Design             */
/*========================================================*/
/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/
/*-- container title token--------------------------------*/
.ELGC_GreenResults_Title {
	font-size: 12px;
	font-family: tahoma;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
}
/*-- container title cell---------------------------------*/
.ELGC_GreenResults_TitleTD {
	width: 100%;
	padding: 0px 0px 0px 10px;
}
/*-- container actions cell-------------------------------*/
.ELGC_GreenResults_S01ActionsTD {
	width: 0%;
	padding: 0;
	vertical-align: middle;
}
/*-- top center section-----------------------------------*/
.ELGC_GreenResults_LeftTitleTD {
	background: url(contgreen_mid.gif) bottom left repeat-x;
	vertical-align: middle;
	height: 25px;
	padding: 0px 0px 0px 0px;
}
/*-- top left section-------------------------------------*/
.ELGC_GreenResults_LeftTD {
	background: url(contgreen_left.gif) bottom left no-repeat;
	vertical-align: top;
	height: 25px;
	width: 23px;
	padding: 0;
}
/*-- top right section------------------------------------*/
.ELGC_GreenResults_RightTD {
	background: url(contgreen_right.gif) bottom right no-repeat;
	height: 25px;
	width: 25px;
	vertical-align: middle;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

/*-- container content pane-------------------------------*/
.ELGC_GreenResults_Content {
	padding: 0px 0px 15px 0px;
	
}
/*-- container Icons cell---------------------------------*/
.ELGC_GreenResults_Icons {
	text-align: right;
	padding: 5px 0 10px 0;
	border-top: 1px solid #BBBBBB;
}
/*========================================================*/
