﻿body 
{
	font-family: 'Droid Serif', serif;
}
.MHeaderDiv
{
	height:100px;
	width:100%;
	
	background-color:#5DB3CC;
	border-bottom-color:#E8E8E8;
	border-bottom-style:solid;
	border-bottom-width:2px;
}
.MTR_Head
{
	background-color:#5DB3CC;
	width:100%;
	height:40px;
	color:White;
}
/* Middle Container Table */
.M_Table
{
	width:100%;
	height:100%;
	/*border:solid 2px #E8E8E8;*/
	margin-left:10px;
	vertical-align:top;
}
.MTR_Head
{
	width:100%;
	height:40px;
	background-color:#5DB3CC;
}
/* Call For Chapter Page Filter TR CSS*/
.TR_Filter
{
	height:50px;
	

}
.Font_Filter
{
	font-size:11pt;
/*	text-align:center;*/
	font-weight:normal;
	vertical-align:middle;
	width:80px;
		padding-top:13px;
	/*font-family:Times New Roman;*/
}
.Filter_Table
{
	
	background-color:#E8E8E8;
	/*width:400px;*/
	height:auto;
	border:solid 2px #B6B6B6;
	vertical-align:top;
	margin:0px;
}
/* Vertical Menu */
.menu_div ul
{
	padding:0px;
	margin:0px;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:15px;
	color:#000;
	list-style:none;
	text-indent:15px;
	text-align:left;
}
.menu_div ul li
{
	background:#eee;
	line-height:40px;
        border-bottom:1px solid #bbb;
}
.menu_div ul li a
{
	text-decoration:none;
	color:#000;
	display:block;
}
.menu_div ul li a:hover
{
	background:#ddd;
	color:#008fc1;
}
/* End of Vertical Menu */

/* Css For Main Chapter.aspx page*/
.InnerTable
{
	width:100%;
	height:100%;
	/*border:solid 2px #E8E8E8;*/
	margin:0px;
}
.TdOne
{
	width:600px;
	
}
.TdSecond
{
	width:200px;
}
.FollowHeadTr
{
	width:100%;
	height:40px;
	background-color:#5DB3CC;
	font-size:12pt;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
	color:White;
	font-weight:bold;
}
.Follow_Img
{
	width:65px;
	
}

.TdIMG
{
	width:65px;
	
}
.ImgBottom
{
	border-bottom:solid 2px #E8E8E8;
	
}
/* End of Css For Menu Chapter*/