﻿/*****************************************************************
	Author: Mr. J. Joe Dav
	Client: IIM, Trichy (BHEL)
	Company: Shalom InfoTech (P) Ltd.,
	Created Date: 27.02.2009
	Modified Date: 
******************************************************************/
body {
	background-color: #0099CC;
	background-repeat: repeat-x;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.mainBorder {
	background-color: #ffd;
	border-left: 1px solid #28363F;
	border-right: 1px solid #28363F;
}

/****************************** Header Styles ********************/

.headerBg {
	background-image: url("../images/header_bg.gif");
	background-repeat: repeat-x;
}

.searchBoxBg {
	background-image: url("../images/search_box.gif");
	background-repeat: no-repeat;
	border: 0;
	height: 17px;
	margin: 8px 0 0 0;
	width: 167px;
}

.menuBg {
	background-image: url("../images/menu_bg.gif");
	background-repeat: repeat-x;
}

/****************************** Footer Styles ********************/

.leftpaneBg {
	border-right: 1px dashed #ccc;
	width: 207px;
}

.leftpaneTitleBg {
	background-image: url("../images/leftpanetitle_bg.gif");
	background-repeat: no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	text-indent: 30px;
	width: 205px;
}

.leftpaneMenuBg {
	background-image: url("../images/leftpane_bg.gif");
	background-repeat: repeat-y;
}

#leftNavlist {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	width: 205px;
}

#leftNavlist a, #leftNavlist a:visited {
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	padding: 0;
	text-indent: 3px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
	/*border-bottom: 1px solid #b9b9b9;*/
	width: 205px;
}

#leftNavlist a:hover {
	color: #0099CC;
	text-decoration: normal;
}

.subNavContent {
	font-size: 11px;
	line-height: 20px;
	text-align: left;
}

.newsTblMargin {
	margin: 3px 0 0 0;
}

.newsContent {
	font-size: 11px;
	line-height: 20px;
	text-align: justify;
	padding: 0 3px 0 6px;
}

.newsContent a:link, .newsContent a:active, .newsContent a:visited {
	color: #000;
	text-decoration: none;
}

.newsContent a:hover {
	color: #0099CC;
	text-decoration: none;
}

.newsBoldContent {
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	text-align: justify;
}

/****************************** Middlepane Styles ********************/

.middlepaneTitle {
	color: #28363F;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	text-indent: 5px;
}

.midContentTitle {
	background-image: url("../images/content_top.gif");
	background-repeat: no-repeat;
	height: 29px;
	width: 180px;
}

.midTitle {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 29px;
	text-indent: 25px;
}

.middleContentBg {
	background-image: url("../images/content_bg.gif");
	background-repeat: repeat-y;
	height: 134px;
}

.midMenu {
	color: #28363F;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	text-align: justify;
}

.midMenu a:link, .midMenu a:active, .midMenu a:visited {
	color: #28363f;
	text-decoration: none;
}

.midMenu a:hover {
	color: #0099CC;
	text-decoration: none;
}

.mainContent {
	font-size: 12px;
	line-height: 21px;
	text-align: justify;
	padding: 0;
}
.mainContent1 {
font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	text-align: justify;
	padding: 0;
}
.mainContent2 {
	font-size: 11px;
	line-height: 21px;
	text-align:justify
	padding-left:40px;
}

.memTblBorder {
	border: 1px solid #293740;
}

.memTableTitle {
	background-color: #293740;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0 2px 5px;;
}

.memTableContent {
	background-color: #f0f0f0;
	color: #293740;
	font-size: 11px;
	
	padding: 2px 0 2px 5px;
}

.bulletContent {
	font-size: 11px;
	font-weight: bold;
	line-height: 21px;
	text-align: justify;
	padding: 0;
}

.iimLink a:link, .iimLink a:active, .iimLink a:visited {
	color: #0099CC;
	text-decoration: none;
}

.iimLink a:hover {
	color: #000;
	text-decoration: underline;
}
.current
{
padding-left:25px;
}
.current1
{
padding-left:300px;
}

.model {
	font-size: 18px;
	color: #003399;
	line-height: 21px;
	text-align: justify;
	padding: 0;
}
.circular {
	font-size: 15px;
	line-height: 21px;
	text-align: justify;
	padding: 0;
}

.circular a:link, .circular a:active, .circular a:visited {
	color: #333333;
	text-decoration: none;
}

.circular a:hover {
	color: #666666;
	text-decoration: underline;
}

/****************************** Footer Styles ********************/

.footerBg {
	background-image: url("../images/footer_bg.gif");
	background-repeat: repeat-x;
}

.footerTxt {
	color: #fff;
	font-size: 11px;
	text-align: center;
}

.footerTxt a:link, .footerTxt a:active, .footerTxt a:visited {
	color: #fff;
	text-decoration: none;
}

.footerTxt a:hover {
	color: #fff;
	text-decoration: underline;
}