/* ******************************************************************************************* */
/* 	Container set: 	Considero2			*/
/* 	Date created:	17.02.2009.		*/
/* 	Author contacr: 	zarko@considero.net	*/
/* ******************************************************************************************* */

/* ******************** 	GENERAL	*********************** */
.C2Container {
	margin-bottom: 8px;
	width: 100%;
}
.C2Container p {
	padding: 0;
	margin: 0px 0px 0.8em 0px
}
.ActionsDiv {
	padding-left: 30px;
	text-align: right;
}
.SyndPrt {
	margin: 2px 0px;
	padding-right: 2px;
	text-align: right;
}
.FullH {
	height: 100%;
}
.FullWH {
	width: 100%;
	height: 100%;
}
/* ------------------------------ 	TITLE	------------------------------ */
h1.BigH {
	font-size: 22px;
	font-weight: bold;
}
h1.MedH {
	font-size: 16px;
	font-weight: bold;
}
h1 img {
	vertical-align: text-bottom;
	margin-bottom: 2px;
	margin-right: 7px;
}
/* ------------------------------ 	CONTENT	------------------------------ */
.C2ContainerContentPane {
	padding: 5px 8px 0px 8px;
	vertical-align: top;
}
/* ------------------------------ 	OTHER	------------------------------ */

/* ====================	      BlueBkg		==================== */
.BlueContent {
	background-color: #FFFFFF;
	/* background-color: #EBF5FF; light blue bg */
	/* border-top: 1px solid #333399; */
	border-left: 1px solid #333399; /*#006DD2; */
	border-right: 1px solid #333399;
	border-bottom: 1px solid #333399;
}
.BlueTitle {
	background-color: #BFE0FF;
	padding-left: 6px;
	padding-right: 6px;
	border-left: 1px solid #333399;
	border-right: 1px solid #333399;
	border-top: 1px solid #333399;
}
.BlueTitle h1 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 3px 0;
}
.BlueTitle h1.BigH {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 3px 0;
}
.BlueIcon {
	overflow: hidden;
	background-color: #FFFFFF
	/* background-color: #EBF5FF; */
	text-align: left;
	vertical-align: bottom;
}
/* ====================	      WhiteBorder		==================== */
.WhiteBordContent {
	background-color: #FFFFFF;
	border: 1px solid #333399;  /* #006DD2; */
}
.WhiteBordTitle {
	background-color: #FFFFFF;
	padding-left: 6px;
	padding-right: 6px;
}
.WhiteBordTitle h1 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 3px 0;
}
.WhiteBordTitle h1.BigH {
	font-family: arial;
	font-size: 14px;
	padding: 0px;
	margin: 3px 0;
}
.WhiteBordIcon {
	overflow: hidden;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
}
/* ====================	      WhiteNoBorder		==================== */
.WhiteContent {
	background-color: #FFFFFF;
}
.WhiteTitle {
	background-color: #FFFFFF;
	padding-left: 6px;
	padding-right: 6px;
}
.WhiteTitle h1 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 3px 0;
}
.WhiteTitle h1.BigH {
	font-family: arial;
	font-size: 14px;
	padding: 0px;
	margin: 3px 0;
}
.WhiteIcon {
	overflow: hidden;
	text-align: left;
	vertical-align: bottom;
}
/* ====================	ImageIcon	==================== */
.IconWrapper {
	position: static;
	display: inline;
}
.FloatTitle {
	top:-30px;
	margin:0 0 -30px;
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	_filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
}
.FloatTitle  h1 {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	display: block;
	line-height: 150%;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-left: 8px;
}
.WhiteIcon img, .WhiteBordIcon img, .BlueIcon img {
	padding: 0;
	margin: 0;
}

/* ====================	BlkTitle	==================== */
.BlackTitle {
	padding-left: 6px;
	padding-right: 6px;
}
.BlackTitle h1 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin: 3px 0;
}
/* ====================	BluTitle	==================== */
.NormalBlue {
	height: 24px;
	background-image: url(colheader-blue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ADD8F4;
	border-top: 1px solid #333399;  /* #006DD2; */
	border-left: 1px solid #333399;
	border-right: 1px solid #333399;
	border-bottom: 2px solid #333399;
}
.NormalBlue h1 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
/* ==================== Other Colours   ================ */
/* ====================	CEAGTitle	==================== */
.NormalCeag {
	height: 24px;
	background-image: url(colheader-ceag.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #ADD8F4;
	border-top: 1px solid #333399;
	border-left: 1px solid #333399;
	border-right: 1px solid #333399;
	border-bottom: 3px solid #333399;
}
/* ====================	OilTitle	==================== */
.NormalOil {
	height: 24px;
	background-image: url(colheader-blue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ADD8F4;
	border-top: 1px solid #333399;
	border-left: 1px solid #333399;
	border-right: 1px solid #333399;
	border-bottom: 2px solid #728BAB;
}
/* ====================	CarbonTitle	==================== */
.NormalCarbon {
	height: 24px;
	background-image: url(colheader-blue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ADD8F4;
	border-top: 1px solid #333399;
	border-left: 1px solid #333399;
	border-right: 1px solid #333399;
	border-bottom: 2px solid #80C453;
}
/* ====================	GasTitle	==================== */
.NormalGas {
	height: 24px;
	background-image: url(colheader-blue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ADD8F4;
	border-top: 1px solid #333399;
	border-left: 1px solid #333399;
	border-right: 1px solid #333399;
	border-bottom: 2px solid #7ED3F7;
}
/* ====================	PowerTitle	==================== */
.NormalPower {
	height: 24px;
	background-image: url(colheader-blue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ADD8F4;
	border-top: 1px solid #333399;
	border-left: 1px solid #333399;
	border-right: 1px solid #333399;
	border-bottom: 2px solid #FAA74A;
}
/* ====================	FreightTitle	==================== */
.NormalFreight {
	height: 24px;
	background-image: url(colheader-blue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ADD8F4;
	border-top: 1px solid #333399;
	border-left: 1px solid #333399;
	border-right: 1px solid #333399;
	border-bottom: 2px solid #A84821;
}
/* ====================	instancename	==================== */
/* ====================	instancename	==================== */

