	/* 
******************************************************************************
*                     IndianMetals.com Default StyleSheet                    *
*                                                                            *
* Author : Jeetendra Chandragiri                                             *
******************************************************************************
*/


/* Default and Generic Styles */

body,td,th,.bodyText {
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	/*font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;*/
	font-size: 9pt;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/* Testing
body a,a.bodyText {
	text-decoration: none;
	font-weight: normal;
	color: #888888;
	}
*/

body a:link,a.bodyText:link {
	color: #4B4B4B;
	background-color: transparent;
	text-decoration: none;
	text-shadow: #4B4B4B 1px;
	}
body a:visited,a.bodyText:visited {
	background-color: transparent;
	color: #808080;
	}
body a:active,a.bodyText:active {
	color:  #ffcc00;
	background-color: transparent;
	}
body a:hover,a.bodyText:hover {
	background-color: #606060;
	text-decoration: underline overline;
	color: #DCE0DE;
	}


/* Titles and Headings */

h1,h2,h3,h4,h5,h6,.h1Text,.h2Text,.h3Text,.h4Text,.h5Text,.h6Text {
	font-family: HelveticaNeue-MediumCond, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
   font-size: 24pt;
	font-weight: bold;
	text-align: left;
	font-stretch: condensed;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,a.h1Text,a.h2Text,a.h3Text,a.h4Text,a.h5Text,a.h6Text {
	text-decoration: none;
	background: transparent;
	color: #888888;
}
h1 a:link,h2 a:link,h3 a:link,h4 a:link,h5 a:link,h6 a:link,a.h1Text:link,a.h2Text:link,a.h3Text:link,a.h4Text:link,a.h5Text:link,a.h6Text:link,a.portalHeading:link,a.portalSubHeading:link,a.portalCategory:link,a.portalSubCategory:link {
	text-decoration: none;
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,a.h1Text:hover,a.h2Text:hover,a.h3Text:hover,a.h4Text:hover,a.h5Text:hover,a.h6Text:hover,a.portalHeading:hover,a.portalSubHeading:hover,a.portalCategory:hover,a.portalSubCategory:hover {
	text-decoration: none;
	background: transparent;
	color: #ffcc00;
}
h2,.h2Text {
	font-size: 20pt;
}
h3,.h3Text {
	font-size: 16pt;
}
h4,.h4Text {
	font-size: 14pt;
}
h5,.h5Text {
	font-size: 13pt;
}
h6,.h6Text {
	font-size: 12pt;
}


/* Fine Print */

.caption {
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 6pt;
        line-height: 7pt;
	color: #606060;
}
small,.tinyText {
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 7pt;
}
small a,a.tinyText, a.caption {
        text-decoration: none;
}
small a:hover,a.tinyText:hover, a.caption:hover {
	text-decoration: none;
	background: transparent;
	color: #ffcc00;
}



/* Forms and Widgets */

input,select,option,.siteSearchText {
	font-family: "Andale Mono", "Courier New", Courier, monospace, mono;
	font-size: 9pt;
	font-style: normal;
	line-height: 10pt;
	font-weight: normal;
	margin: 0 0;
	padding: 0 0;
	border: 1px solid #dcdcdc;
	background-color: #FFFF99;

}
textarea {
font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 9pt;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	background-color: #FFFF99;
}


/* Area-specific Content */

.sidebarContent {
	font-size: 8pt;
	color: #dcdcdc;
	vertical-align: top;
	border: none;
	}
.menuText {
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	width: 200px;
	border-bottom: 1px solid #000000;
/* Transparency
	filter: alpha(opacity=75);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 75%;
	-moz-opacity: 0.75;
*/
}
.headerText {
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 8pt;
	line-height: 9pt;
}
.storyText {
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 8pt;
	color: #5c605e;
}


/* Absolute Font Size */

.tenPixelText {
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 10px;
}
.twelvePixelText {
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 12px;
}


/* Column Menu */
.columnMenuInactive {
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 8pt;
	color: #5c605e;
	background-color: #ffffff;
}
.columnMenuActive {
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 8pt;
	color: #5c605e;
	background-color: #dadedc;
}
a.columnMenuActive:visited,a.columnMenuInactive:visited {
	color: #000000;
}
a.columnMenuActive:hover {
	text-decoration: none;
	color: #000000;
	background-color: #dadedc;	
}
a.columnMenuInactive:hover {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
}
a.columnMenuActive:link,a.columnMenuInactive:link {
	text-decoration: none;
	color: #000000;
}


/* Sub Menu */

.subMenuText {
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 8pt;
	line-height: 8pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.subMenuTextActive {
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 8pt;
	line-height: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.subMenuText {
	font-weight: bold;
        color: #ffcc00;
	text-decoration: none;
}
a.subMenuText:link {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.subMenuText:hover {
	font-weight: bold;
        color: #ffcc00;
	text-decoration: none;
}

/* News Section */

.newsLink {
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 8pt;
	margin-left: 4pt;
}
.newsHeading {
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-decoration: none;
	line-height: 18pt;
}
.newsSubHeading {
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #8c8c8c;
	text-align: left;
	text-decoration: none;
	line-height: 16pt;
}
.newsByline {
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 8pt;
	color: #bcc0be;
	line-height: 9pt;
}
.newsBody {
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
}


/* Portal Section */

.portalHeading,.portalSubHeading,.portalCategory,.portalSubCategory {
	font-family: HelveticaNeue-MediumCond, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
}
.portalSubHeading {
	font-size: 14pt;
}
.portalCategory {
	font-size: 12pt;
}
.portalSubCategory {
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 11pt;
}
.portalLink {
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}


/* Images */

img a:hover {
	background-color: transparent;
	text-decoration: none;
}


/* Special Effects */

.printAid {
	background-color: transparent;
}
.noPrint {
}
a.noPrint {
	text-decoration: none;	
}
a.noPrint:hover {
	background-color: transparent;
	text-decoration: none;
}
.opacity75 {
	filter: alpha(opacity=75);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 75%;
	-moz-opacity: 0.75;
}
.devanagariText {
	
	font-family: "@Arial Unicode MS", "Arial Unicode", DVW-TTSurekh, Raghu8, Mangal;
	font-size: 10pt;
}

.invisible{
display:none;
}

.visible{
display:block;
}

#emailtable
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border:1px solid #0000FF;
border-collapse:collapse;
}
#emailtable td 
{
font-size: 11px;
border:1px solid #E1E1E1; 
/*color:#FFFFFF;*/
}
#emailtable th 
{
font-size: 11px;

background-color:#E5E5E5;
}
#emailtable tr.alt td 
{
border:1px solid #E1E1E1; 
}
