﻿/* CSS Document */
.headerBg
{
	background-color: #507DBD;
}
.tableStyle /* External Border for a table */
{
	border-style: solid;
	border-width: 1px;
	border-color:#000000;
}
.footerStyle
{
	font-family:Arial;
	font-size:10px;
	font-style:italic;
	font-weight:normal;
	color: #8A8782;
	text-align:center;
}

.blackHeader
{
	font-family:Arial;
	background-color:#000000;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	height: 25px;
	text-align:left;
}

.blackHeaderItalic
{
	font-family:Arial;
	background-color:#000000;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	height: 25px;
	text-align:left;
	padding-left:6px;
}

.blackSpacer
{
	background-color:#000000;
	height:3px;
}


.blackItalic
{
	font-family:Arial;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	height: 25px;
	padding-left:6px;
}
.blueItalic
{
	font-family:Arial;
	color:#202292;
	font-size:12px;
	font-weight:bold;
	height: 25px;
	padding-left:6px;
}
/*prashanthi*/
.blueItalic1
{
	font-family:Arial;
	color:#202292;
	font-size:13px;
	font-weight:bold;
	height: 25px;
	/*text-align:center;*/
	padding-left:6px;
}

.leftMenu
{
	background-color:#CAE2FA;
	text-align:center;
	color:#786D54;
	font-family:Arial;
	font-size:12px;
}

.leftButton
{
	background-color: #4085C6;
	font-family:Arial;
	color:White;
	text-align:center;
	font-size:12px;
	width:145px;
	font-weight:bold;
	cursor:pointer;
	border: solid 1px;

}

.whiteSpacer
{
	background-color:#FFFFFF;
	height:5px;
}

.greySpacer
{
	background-color:#A6A6A6;
	height:3px;
}

.greyBg
{
	background-color:#A6A6A6;
}

.liteGreyBg
{
	background-color:#CCCCCC;
}

.sideMenuStyle
{
	background-color:#006699;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding-left:15px;
}

.txtTitle
{
	color:#767676;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	}

.txtNormal
{
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	padding-left:5px;
}
.txtRed
{
	color:#FF0000;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
}

.tableGrey
{
	background-color:#cccccc;
	font-family:Arial;
}
.txtBox
{
	border: solid 1px;
	border-color:#786D54;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	color:#000000;
	/*padding-left:2px;*/
}

.LabelStyle
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#000000;
}

.LabelBoldStyle
{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	color:#000000;
}

.btn
{
	color: #000000;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	background-color:#F9F6E5;
	border: 1px solid #786D54;
	cursor:pointer;
	}

.txtBoldBlue.
{
	color:#006699;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
}

.blueLink {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#333393;
	text-decoration:none;
}
.blueLink:hover {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#333393;
	text-decoration:underline;
}

.whiteLink {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
.GrayLink {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#bfbfaa;
	text-decoration:none;
}

.whiteLink:hover {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;
}


/* Rajesh */
.Space
{
	 padding-left:15px;	
}
.TableRowSpace
{
	padding-bottom:10px;
 	
}
