@charset "UTF-8";
/*
IC Hello WebCMS Version 1a WebSite CSS: Banner
Created on : 11.01.2016 IruCom systems/This will be used for Preview of the Article on WebCMS
Copyright : Pragash Irudayam - IruCom systems
 Licence only for one Domain. No changes or addons are allowed without prior permisssion from Pragash Irudayam (IruCom systems)
*/
/* Begin Center Info Banner Style / Same like article column*/
.center_infobanner_box {
	text-align: left;
	vertical-align: top;	
	width: 550px;
	height: auto;
	display: block;
	clear:both;	
	padding: 0;
	border: none;
	margin: 20px auto 10px auto;
}
.center_info_headlabel {
	font-family: Arial, Helvetica Neue, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	ltext-align: left;
	letter-spacing: 1px;	
	vertical-align: top;	
	width: 542px;
	height: auto;
	display: block;
	clear: both;	
	padding: 4px;	
	border: none;
	border-bottom: 1px solid #C00;	
	margin: 0;	
	background-color: #F5F5F5;	
}
.center_info_box_row {
	text-align: left;
	vertical-align: top;	
	width: 550px;
	height: auto;
	display: block;
	clear:both;
	border: none;
	padding: 0;
	margin: 5px 0 15px 0; 
}
/* will be used for Infoblocks*/
.center_info_boxl {
	width: 260px;
	min-height: 200px;
	float: left;
	padding: 0;
	border: none;
	margin: 0 0 10px 0;
	overflow: hidden;
}
.center_info_boxr {
	width: 260px;
	min-height: 200px;
	float: right;
	padding: 0;
	border: none;
	margin: 0 0 10px 0;
	overflow: hidden;
}
.center_info_box_text {
	font-family: Arial, Helvetica Neue, Tahoma;
	font-size: 16px;
	color: #333;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	line-height: 150%;	
	padding: 0;
	border: none;
	margin: 0;
}
.center_info_box_text a, .center_info_box_text a:link, .center_info_box_text a:visited {
	font-family: Arial, Helvetica Neue, Tahoma;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #C00;
	display: block;
}
.center_info_box_text a:hover {
	color: #F00;
	text-decoration: none;
}
.center_info_box_text_title  {
	font-family: Arial, Helvetica Neue, Tahoma;
	font-size: 17px;
	font-weight: normal;
	color: #4F80C1;
	line-height: 130%;
	/*min-height: 50px;*/
	padding: 0;
	border: none;
	margin: 0 0 2px 0 ;	
}
.center_info_box_text_title a, .center_info_box_text_title a:link, .center_info_box_text_title a:visited  {
	font-family: Arial, Helvetica Neue, Tahoma;
	font-size: 17px;
	color: #4F80C1;
	line-height: 140%;	
	text-decoration: none;
	cursor: pointer;	
}
.center_info_box_text_title a:hover {
	color: #C00;
	text-decoration: none;
}
.center_info_box_image {
	display:inline-block;
	clear: both;
	padding: 0;
	border: none;
	margin: 0 20px 10px 0;
}
/* End Center Info Banner Style */

/* Begin Right Info Banner Style */
.icweb_info_headlabel {
	font-family: Arial, Helvetica Neue, Tahoma;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	letter-spacing: 1px;	
	width: 240px;
	height: auto;
	display: block;	
	padding: 10px 2px 2px 2px;	
	border: none;
	border-bottom: 1px solid #C00;
   	margin: 0 auto 4px auto;	
	background-color: #F5F5F5;
}
.icweb_info_box {
	font-family: Arial, Helvetica Neue, Tahoma;
	font-size: 16px;
	color: #333;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	line-height: 130%;		
	width: 240px;
	height: auto;	
	display: block;	
	padding: 2px 2px 2px 2px;
	border: none;
	border-bottom: 1px solid #CCC;
   	margin: 0 auto 10px auto;
	position:relative;
	top:1px;
}
/* will be used for Infoblocks */
.icweb_info_box_text {
	font-family: Arial, Helvetica Neue, Tahoma;
	font-size: 16px;
	color: #666;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	line-height: 135%;	
	clear: both;	
	display:inline-block;
	border: none;
	margin: 0 0 20px 0;
}
.icweb_info_box_text a, .icweb_info_box_text a:link, .icweb_info_box_text a:visited {
	font-family: Arial, Helvetica Neue, Tahoma;
	font-size: 16px;
	line-height: 140%;
	/*font-weight: 300;*/
	text-decoration: none;
	color:  #C00;
	display: block;	
	margin: 5px 0 2px 0;
}
.icweb_info_box_text a:hover {
	color: #F00;
	text-decoration: none;
}
.icweb_info_box_text_a, .icweb_info_box_text_a:link, .icweb_info_box_text_a:visited {
	font-family: Arial, Helvetica Neue, Tahoma;
	font-size: 16px;
	line-height: 140%;
	/*font-weight: 300;*/
	text-decoration: none;
	color:  #C00;
	display: block;	
	margin: 5px 0 2px 0;
}
.icweb_info_box_text_a:hover {
	color: #F00;
	text-decoration: none;
}
.icweb_info_box_image_left {
	display:inline-block;
	float: left;
	padding: 0;
	border: none;
	margin: 0 8px 0 0;
	max-width:100%;
}
.icweb_info_box_image_block {
	display:block;
	padding: 0;
	border: none;
	margin: 0 8px 8px 0;
	max-width:100%;
}
/* End Center Info Banner Style */

/* End Info Banner Style */
.icweb_banner_box {
	font-family: Arial, Helvetica Neue, Tahoma;
	font-size: 11px;
	color: #666666;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	line-height: 135%;		
	width: 244px;
	height: auto;	
	display: block;	
	padding: 2px 2px 2px 2px;
	border: 1px solid #F5F5F5;	
   	margin: 0 auto 10px auto;
	background-color: #FFFFFF;	
}
.icweb_banner_box_heading {
	font-family: Arial, Helvetica Neue, Tahoma;
	font-size: 14px;
	color: #C00;	
	font-weight: bold;
	line-height: 130%;
	text-align: left;
	vertical-align: top;	
	clear: both;
	display:block;
}
.icweb_banner_box a, .icweb_banner_box a:link, .icweb_banner_box a:visited {
	font-family: Arial, Helvetica Neue, Tahoma;
	font-size: 14px;
	line-height: 135%;
	font-weight: normal;
	text-decoration: none;
	color: #C00;	
	display: block;			
}
.icweb_banner_box a:hover {	
	color: #39F;
	text-decoration: none;
}