﻿@charset "UTF-8";
/*
IruCom WebCMS 5 WebSite CSS for Articles
Created On : 30-03-2009 This will be used for Preview of the Article on WebCMS
Copyright : Pragash Irudayam - IruCom systems

*/

/* Formats for Headings, Titles, and Paragraphs */

.icweb_doc_column {
	text-align: left;
	display: block;
	clear: both;
	
	width: 560px;
	height: auto;
	margin: 0 auto 0 auto;
	
}

.icweb_doc_section {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px ;
	color: #000000;	
	line-height: 130%;
	text-align: left;
	vertical-align: top;
	display: block;
	clear: both;
	
	padding: 2px 0 2px 0;
	border: none;
	margin: 0;
}
/*For Flash Containers*/
.icweb_flash_section {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px ;
	color: #000000;	
	line-height: 130%;
	text-align: center;
	vertical-align: top;
	display: block;
	clear: both;
	
	padding: 2px 0 2px 0;
	border: none;
	margin: 11px 0 5px 0;
}

.icweb_video_section {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px ;
	color: #000000;	
	line-height: 130%;
	text-align: center;
	vertical-align: top;
	display: block;
	clear: both;
	
	padding: 2px 0 2px 0;
	border: none;
	margin: 11px 0 5px 0;
}


/* Heading*/
.icweb_article_title {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 22px;
	color: #000000;
	line-height: normal;
	font-weight: normal;
		
	display: block;
	clear: both;
	
	padding: 9px 0 1px 6px;
	border: none;
		
	margin: 0 0 11px 0;
	background-color: #FFFFFF;	
	/*background-image: url(../../ic_web_image/ic_layout/web_designs_10/bwb_title_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;	*/
				
}

.icweb_title_1 {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 18px;
	color: #000000;
	line-height: normal;
	font-weight: normal;
		
	display: block;
	clear: both;
	
	padding: 9px 0 1px 6px;
	border: none;
		
	margin: 0 0 11px 0;
	background-color: #FFFFFF;	
	/*background-image: url(../../ic_web_image/ic_layout/web_designs_10/bwb_title_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;	*/
}
.icweb_subtitle {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 16px;
	color: #000000;
	line-height: normal;
	font-weight: normal;
		
	display: block;
	clear: both;
	
	padding: 3px 0 3px 6px;
	border-bottom: 1px solid #0099FF;
	border-left: 2px solid #0099FF;
	border: none;
	margin: 4px 0 11px 0;
	background-color: #FFFFFF;	
}

.icweb_title_2 {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 16px;
	color: #000000;
	line-height: normal;
	font-weight: normal;
	
	display: block;
	clear: both;
	
	padding: 0;
	border: none;
	margin: 5px 5px 5px 5px;
	
}
.icweb_title_3 {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 14px;
	color: #000000;
	line-height: normal;
	font-weight: normal;	
	
	display: block;
	clear: both;
	
	padding: 0;
	border: none;
	margin: 5px 5px 5px 5px;
	
}
.icweb_title_4 {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	font-weight: normal;	
	
	display: block;
	clear: both;
	
	padding: 0;
	border: none;
	margin: 4px 5px 4px 5px;
	
}
.icweb_description {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px ;
	color: #333333;	
	line-height: 130%;
	text-align: left;
	vertical-align: top;
	white-space: pre-wrap;
	
	display: block;
	clear: both;
	
	padding: 0;
	border: none;
	margin: 4px 20px 4px 20px;

}
.icweb_description a, .icweb_description a:link, .icweb_description a:visited {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	color: #0099CC;
	text-decoration: none;
		
}

.icweb_description a:hover {	
	color: #00CC00;
	text-decoration: none;		

}
p, .icweb_paragraph {
	font-family:  Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #333333;
	line-height: 130%;
	vertical-align: top;
	text-align: left;	
	white-space: pre-wrap;
		
	display: block;
	clear: both;
	overflow:visible;
	
	
	padding: 0;
	border: none;
	margin: 11px 15px 5px 5px;

}
/* NO margin to top*/
.icweb_paragraph_after_list {
	font-family:  Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #333333;
	line-height: 130%;
	vertical-align: top;
	text-align: left;	
	white-space: pre-wrap;
	
	display: block;
	clear: both;
	overflow:visible;
	
	padding: 0;
	border: none;
	margin: 0 15px 5px 5px;

}
.icweb_paragraph strong {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	letter-spacing: 1px;
	
		
}

.icweb_image_left {	
	text-align: left;
	vertical-align: text-top;
	float: left;
	padding: 0;
	border: none;
	margin: 5px 11px 15px 0;

}
.icweb_image_right {
	text-align: left;
	vertical-align: text-top;
	
	float: right;
	padding: 0;
	border: none;
	margin: 5px 11px 15px 11px;
}
.icweb_image_block {	
	display: block;
	clear: both;
	padding: 0;
	border: none;
	margin: 5px 11px 15px 0;

}

.icweb_paragraph a:link, .icweb_paragraph a:visited {
	color: #3399FF;
	text-decoration: none;

}

.icweb_paragraph a:hover {
	color: #00CCFF;
	text-decoration: underline;
	font-weight: bold;

}
.icweb_image {
	padding: 0;
	border: none;	
	margin: 11px;

}
/* used in UL */
ul {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align:left;
	line-height: 150%;
	vertical-align: text-top;
		
	list-style-type: none;
	list-style-image: url(../../ic_web_image/ic_icons/Icon_List_Arrow.png);
	
	display: block;
	clear: both;
	
	padding: 0;
	border: none;
	margin: 5px 5px 0 40px;	
}

ol {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align:left;
	line-height: 150%;
	vertical-align: text-top;
		
	display: block;
	clear: both;
	
	padding: 0;
	border: none;
	margin: 5px 5px 0 40px;	
}

ol strong,  ul strong {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	letter-spacing: 1px;		
}

ul a:link,  ul a:visited {
	color: #3399FF;
	text-decoration: none;
}

ul a:hover {
	color: #00CCFF;
	text-decoration: underline;
	font-weight: bold;
}

.icweb_weblink_list {
	list-style-type: none;
	list-style-image: url(../../ic_web_image/ic_icons/Icon_Internet.png);	
	
}
.icweb_weblink {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	
}
a.icweb_weblink:link {
	color: #33CCFF;
	text-decoration: none;
}
a.icweb_weblink:visited {
	color: #999999;
	text-decoration: none;
}
a.icweb_weblink:hover {
	color: #00CCFF;
	text-decoration: underline;
}
.icweb_smalltext {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	color: #333333;
	line-height: 130%;
	vertical-align: top;
	text-align: left;	
	/*white-space: pre-wrap; */
	
	padding: 0;
	border: none;
	margin: 0;
}

.icweb_globaltext {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #333333;
	line-height: 130%;
	vertical-align: top;
	text-align: left;	
	/*white-space: pre-wrap; */
	
	
	padding: 0;
	border: none;
	margin: 0;

}

