.c_container
{
	padding-bottom: 15px;
	/*[empty]accelerator:;*/
	color: #FFFFFF;
}
/*---------- To align the Actions, Icon and Title ---------*/
.c_icon, .c_actions, H2.c_title
{
	float: left;
}
.c_icon IMG
{
	float: left;
	padding-right: 4px;
}
H2.c_title
{
	margin: 0;
	color: #ffffff;
	height: 25px;

	padding: 0;
}

.icn IMG
{
	margin-right: 5px;
}
.title_vis
{
	float: right;
}
.c_content
{
	clear: both;
	color: #ffffff;
}

td.c_content{
	color:#FFFFFF;
}

.c_contentpane
{
	padding: 8px 0 0;
}
.c_footer
{
	clear: both;
	margin-bottom: 20px;
	padding: 0;
	text-align: right;
}
/*---------- default style for head & normal -----------*/
.Normal P
{
	margin-top: 0px;
}
/*---------- For the inline edit icons -----------*/
.eipbackimg
{
	background-color: #A3A3A3;
	border: 1px solid #4F839F;
}
.c_content .eipbackimg
{
	margin-top: 0;
	margin-left: -20px;
}
.smallBlockDIV
{
	min-height: 250px;
	font-weight: bold;
	font-size: 14pt;
	width: 202px;
	padding: 0 0 0 0px;
	_height: 250px;
	border: 1px solid #575757;
	margin: -9px 0 0 0px;
}

/* Color blocks AB SSB LEAD, ****USed to style info boxes red, yellow, blue, green */

H2.c_title_blocks_red
{
	margin: 0 0 0 0px;
	color: #ffffff;
	width: 200px;
	background: url(Images/leftTitleHead.png);
	height: 40px;
	border: 1px #575757;
	padding: 0 0 0 2px;
	border: 1px solid #575757;
}

H2.c_title_blocks_red a:link, H2.c_title_blocks_red a {
	color: #fff;
	text-decoration: none;
}

H2.c_title_blocks_red a:visited {
	color: #fff;
	text-decoration: none;
}

H2.c_title_blocks_red a:hover, H2.c_title_blocks_red a:active {
	color:#ffff33;

}

H2.c_title_blocks_yellow
{
	margin: 0 0 0 0px;
	color: #ffffff;
	width: 200px;
	background: url(Images/leftTitleHead.png);
	height: 40px;
	border: 1px #575757;
	padding: 0 0 0 2px;
	border: 1px solid #575757;
}

H2.c_title_blocks_yellow a:link, H2.c_title_blocks_yellow a {
	color: #fff;
	text-decoration: none;
}

H2.c_title_blocks_yellow a:visited {
	color: #fff;
	text-decoration: none;
}

H2.c_title_blocks_yellow a:hover, H2.c_title_blocks_red a:active {
	color:#000;

}

H2.c_title_blocks_blue
{
	margin: 0 0 0 0px;
	color: #ffffff;
	width: 200px;
	background: url(Images/leftTitleHead.png);
	height: 40px;
	border: 1px #575757;
	padding: 0 0 0 2px;
	border: 1px solid #575757;
}

H2.c_title_blocks_blue a:link, H2.c_title_blocks_blue a {
	color: #fff;
	text-decoration: none;
}

H2.c_title_blocks_blue a:visited {
	color: #fff;
	text-decoration: none;
}

H2.c_title_blocks_blue a:hover, H2.c_title_blocks_red a:active {
	color:#ffff33;

}

H2.c_title_blocks_green
{
	margin: 0 0 0 0px;
	color: #ffffff;
	width: 200px;
	background: url(Images/leftTitleHead.png);
	height: 40px;
	border: 1px #575757;
	padding: 0 0 0 2px;
	border: 1px solid #575757;
}

H2.c_title_blocks_green a:link, H2.c_title_blocks_green a {
	color: #fff;
	text-decoration: none;
}

H2.c_title_blocks_green a:visited {
	color: #fff;
	text-decoration: none;
}

H2.c_title_blocks_green a:hover, H2.c_title_blocks_red a:active {
	color:#000;

}

H2:Hover.c_title_blocks_red
{
	background: url(Images/leftTitleHeadRed.png);
}
H2:Hover.c_title_blocks_yellow
{
	background: url(Images/leftTitleHeadYellow.png);
	color: #000000;
}
H2:Hover.c_title_blocks_blue
{
	background: url(Images/leftTitleHeadBlue.png);
}
H2:Hover.c_title_blocks_green
{
	background: url(Images/leftTitleHeadGreen.png);
	color: #000;
}


