﻿/*Padding*/
.Padding20
{
padding-left: 20px;
padding-right:20px;	
}
.Padding35
{
padding-left: 35px;
}

/*Width*/
.div50
{
	width:48%;
}
.div98
{
	width:98%;
}
.div90
{
	width:90%;
}
.width250
{
	width:248px;
}
.width240
{
	width:240px;
}
.width25
{
	width:25px;
}
 
.width125
{
	width:125px;
}
.width180
{
	width:180px;
}
.width90
{
	width:90px;
}
.width380
{
	width:380px;
}
/*.width75
{
	width:75px;
}
.width150
{
	width:150px;
}*/
/*Border*/
.border
{
	margin-top:3%; 
	border-width:1px;
	border-style:solid;
	border-color:#DE4301;
	
}
.redborder
{
	width: 720px;
	border-width:1px;
	border-style:solid;
	border-color:#DE4301;
	
}

/*Margin*/
.topmargin10
{
	margin-top:10px;
}
.bottommargin10
{
	margin-bottom:10px;
}
/*Font*/
.fontred10
{
	font-size: 10px;
	font-family: Verdana;
	font-style: normal;
	color: #860E3C;
}
.fontred11Bverdana
{	font-size: 10pt;
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	color: #860E3C;
	letter-spacing:.80px;
	margin-top:.5px;
	margin-bottom:.5px;
}
.fontredH
{
	font-size: 11pt;
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
	color: #860E3C;
	letter-spacing:.80px;
}
.fontBookText
{
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	cursor:pointer;
}
.fontOTRSN
{
	font-size: 10pt;
	color:Blue;
	font-weight:bold;
	font-family:Verdana;
	vertical-align:Middle;
	text-decoration:underline;
}
/*Image*/
.bookImage
{	width: 100px; 
	height: 68px; 
	background: url(images/Folder.jpg);
	background-repeat:no-repeat;
	
}
.bookSlate
{	width: 120px; 
	height: 70px; 
	background: url(images/slate.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	
}
.bookPage
{
	width: 100px; 
	height: 68px; 
	background: url(images/pad.jpg);
	background-repeat:no-repeat;
}
/*Ramesh*/
.DispTable
{
	background-color: #EEEEEE;
	width: 50%;
	height:125px;
    border-width:1px;
    border-style:solid;
    
}
.DispTable1
{
	background-color: #EEEEEE;
	width: 50%;
	height:300px;
    border-color:Black;
    border-width:1px;
    border-style:solid;
    
}
.DispLabel
{
	width:30%;
	color:#250606;
	height:15px;
	font-family:Verdana;
	font-size:12px;
	text-align:left;
	padding-left:8px;
	
}
.DispText
{
	color:#250606;
	width:55%;
	height:15px;
	font-family:Verdana;
	font-size:12px;
	text-align:left;
	padding-right:10px;
}
.DispLabel1
{
	width:30%;
	color:white;
	height:15px;
	font-family:Verdana;
	font-size:12px;
	text-align:left;
	padding-left:8px;
	background:#de4301;
	
}