﻿@charset "UTF-8";
/*
IruCom WebCMS 5 WebSite CSS for Articles
Created On : 29-07-2010 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: 540px;
	height: auto;
	margin: 0 auto 10px auto;
	
}

.icweb_doc_column_wide {
	text-align: left;
	display: block;
	clear: both;
	
	width: 640px;
	height: auto;
	margin: 0 auto 10px auto;
	
}

.icweb_doc_section {
	font-family: Arial, Helvetica, sans-serif;
	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, sans-serif;
	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: 10px 0 5px 0;
}

.icweb_video_section {
	font-family: Arial, Helvetica, sans-serif;
	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: 10px 0 5px 0;
}


/* Heading*/
.icweb_article_title {
	font-family: Lucida Sans, Arial, sans-serif, Verdana;
	font-size: 16px;
	color: #39a6de;
	color: #000000;
	line-height: normal;
	font-weight: normal;
		
	display: block;
	clear: both;
	
	padding: 0;
	border: none;
		
	margin: 0 0 10px 0;
	background-color: #FFFFFF;	
					
}

h1, .icweb_title_1 {
	font-family: Lucida Sans, Arial, sans-serif, Verdana;
	font-size: 16px;
	color: #39a6de;
	color: #000000;
	line-height: normal;
	font-weight: normal;
		
	display: block;
	clear: both;
	
	padding: 0;
	border: none;
		
	margin: 0 0 10px 0;
	background-color: #FFFFFF;	
	
}
.icweb_subtitle {
	font-family: Lucida Sans, Arial, sans-serif, Verdana;
	font-size: 14px;
	color: #000000;
	line-height: normal;
	font-weight: normal;
		
	display: block;
	clear: both;
	
	padding: 0;
	border: none;
	margin: 4px 0 10px 0;
	background-color: #FFFFFF;	
}

h2, .icweb_title_2 {
	font-family: Lucida Sans, Arial, sans-serif, Verdana;
	font-size: 14px;
	color: #000000;
	line-height: normal;
	font-weight: normal;
	
	display: block;
	clear: both;
	
	padding: 0;
	border: none;
	margin: 20px 5px 5px 5px;
	
}
h3, .icweb_title_3 {
	font-family: Lucida Sans, Arial, sans-serif, Verdana;
	font-size: 13px;
	color: #000000;
	line-height: normal;
	font-weight: normal;	
	
	display: block;
	clear: both;
	
	padding: 0;
	border: none;
	margin: 5px;
	
}
h4, .icweb_title_4 {
	font-family: Lucida Sans, Arial, sans-serif, Verdana;
	font-size: 12px;
	color: #3366FF;
	line-height: normal;
	font-weight: normal;	
	
	display: block;
	clear: both;
	
	padding: 0;
	border: none;
	margin: 4px 5px 4px 5px;
	
}
.icweb_description {
	font-family: Lucida Sans, Arial, sans-serif, Verdana;
	font-size: 11px ;
	color: #333333;	
	line-height: 130%;
	text-align: left;
	vertical-align: top;
	/*white-space: pre-wrap; */
	
	display: block;
	clear: both;
	
	padding: 0;
	border: none;
	margin: 2px 5px 4px 5px;
	background-color: #F5F5F5;

}
.icweb_description a, .icweb_description a:link, .icweb_description a:visited {
	font-family: Lucida Sans, Arial, sans-serif, Verdana;
	font-size: 11px;
	color: #0099CC;
	text-decoration: none;
		
}

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

}
p, .icweb_paragraph {
	font-family: Arial, Helvetica, sans-serif;
	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: 2px 5px 4px 5px;

}
.icweb_paragraph strong {
	font-family: Arial, Helvetica, sans-serif;
	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 10px 15px 0;

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

}

.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: 10px;

}
/* used in UL */
ul {
	font-family: Arial, Helvetica, sans-serif;
	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 5px 40px;	
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	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 5px 40px;	
}

ol strong,  ul strong {
	font-family: Arial, Helvetica, sans-serif;
	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, sans-serif;
	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, sans-serif;
	font-size: 10px;
	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, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 130%;
	vertical-align: top;
	text-align: left;	
	/*white-space: pre-wrap; */
	
	
	padding: 0;
	border: none;
	margin: 0;

}

