@charset "UTF-8";
/*
IruCom WebCMS 5 WebSite CSS for Articles
Created On : 18.03.2011 IruCom systems/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: 530px;
	height: auto;	
	margin: 0 auto 10px 30px;	
}

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

.icweb_doc_section {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 140%;
	vertical-align: top;
	text-align: left;	
/*		white-space: pre-wrap;
*/	display: block;
	clear: both;
	padding: 0;
	border: none;
	margin: 10px 0 20px 0;
}
/*For Flash Containers*/
.icweb_flash_section {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 140%;
	vertical-align: top;
	text-align: center;
	vertical-align: top;
	display: block;
	clear: both;	
	padding: 0;
	border: none;
	margin: 10px 0 5px 0;
}

.icweb_video_section {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 140%;
	vertical-align: top;
	text-align: center;
	vertical-align: top;
	display: block;
	clear: both;	
	padding: 0;
	border: none;
	margin: 10px 0 5px 0;
}

/* Heading*/
.icweb_page_title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	color:  #9C0;
	line-height: 140%;
	font-weight: normal;
	text-align: left;
	white-space: pre-wrap;	
	width: auto;
	height: auto;
	display: block;
	clear: both;
	padding: 0;
	border: none;
	margin: 0 0 20px 0;
}
.icweb_article_title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 26px;
	color: #9C0;
	line-height: 140%;
	font-weight: normal;
	text-align: left;
	white-space: pre-wrap;	
	width: auto;
	height: auto;
	display: block;
	clear: both;
	padding: 0;
	border: none;
	margin: 0 0 20px 0;
}

.icweb_title_1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 26px;
	color: #9C0;
	line-height: 140%;
	font-weight: normal;
	white-space: pre-wrap;		
	display: block;
	clear: both;
	padding: 0;
	border: none;
	margin: 0 0 20px 0;	
}

.icweb_subtitle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	color: #9C0;
	line-height: normal;
	font-weight: normal;
	white-space: pre-wrap;		
	display: block;
	clear: both;
	
	padding: 0;
	border: none;
	margin: 4px 0 5px 0;
}

.icweb_title_2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #9C0;
	line-height: normal;
	font-weight: normal;
	
	display: block;
	clear: both;
	
	padding: 0;
	border: none;
	margin: 10px 0 5px 0;	
}

.icweb_title_3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #9C0;
	line-height: normal;
	font-weight: normal;	
	
	display: block;
	clear: both;
	
	padding: 0;
	border: none;
	margin: 5px 0 5px 0;	
}

.icweb_title_4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #9C0;
	line-height: normal;
	font-weight: normal;	
	
	display: block;
	clear: both;
	
	padding: 0;
	border: none;
	margin: 4px 0 4px 0;	
}

.icweb_description {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px ;
	color:#636845;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
	white-space: pre-wrap;
	
	display: block;
	clear: both;
	
	padding: 0;
	border: none;
	margin: 5px 0 4px 0;

}
.icweb_description a, .icweb_description a:link, .icweb_description a:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #9C0;
	text-decoration: none;		
}

.icweb_description a:hover {	
	color: #00CC00;
	text-decoration: none;		
}
p, .icweb_paragraph, .icweb_paragraph_after_list { 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #727A58;
	line-height: 160%;
	vertical-align: top;
	text-align: left;	
	white-space: pre-wrap;
	
	display: block;
	padding: 0;
	border: none;
	margin: 5px 0 2px 0;
}

.icweb_paragraph strong, .icweb_paragraph b  {
	color: #9C0;
	font-weight: bold;
	letter-spacing: 1px;		
}

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

}
.icweb_paragraph a:link, .icweb_paragraph_after_list a:link, .p_a:link {
	color: #693;
    font-weight: bold;
	text-decoration: none;

}
.icweb_paragraph a:hover, .icweb_paragraph_after_list a:hover, .p_a:hover{
	color: #9C0;
	text-decoration: underline;
	font-weight: bold;

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

}
/* used in UL */
ul {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	text-align:left;
	line-height: 150%;
	vertical-align: text-top;
		
	list-style-type: disc;
		
	display: block;
	clear: both;
	
	padding: 0;
	border: none;
	margin: 5px 5px 5px 40px;	
}

ol {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #666;
	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: "Lucida Sans Unicode", "Lucida Grande", 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_smalltext {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	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: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #999;
	line-height: 130%;
	vertical-align: top;
	text-align: left;	
/*	white-space: pre-wrap;*/	
	padding: 0;
	border: none;
	margin: 0;
}

.icweb_article_footnote{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #999;
	line-height: 130%;
	vertical-align: top;
	text-align: right;	
	white-space: pre-wrap;	
	padding: 0;
	border: none;
	margin: 0;
}