﻿/* This style sheet is using on the below pages */
/* Index Page */
/* Sign In Page */


 
	body{
		background:#89b2e7 url(images/bg_body.jpg) repeat-x;
		margin:0px;
		padding:0px;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
	}
	#mainHolder{
		margin:0px;
		padding:0px;
		position:relative;
margin:0px auto;
		border:red solid 0px;
	}
	.headerBar-1{
		color:#003366;
			font-size:11px;
			font-family:Arial, Helvetica, sans-serif;
			padding:3px;
	}
	h2{
			font-size:100%;
			font-weight:bold;
			color:#000000;
			padding:0px;
			margin:0px 0px 0px 10px;
			_margin:0px 0px 0px 10px;
		}
		a.tabLink{
			background:url(images/bg_tab.jpg) repeat-x top left #1f6be0;
			height:13px;
			_height:5px;
			 
			float:left;
			padding:1px 5px;
			margin:0px 1px;
			font-size:11px;
			border:#003399 solid 1px;
			text-align:center;
			text-decoration:none;
			color:#FFFFFF;
		}
		.left-1{
			background:url(images/bg_1.jpg) repeat-x top;
			height:30px;
			font-size:11px;
			font-family:Arial, Helvetica, sans-serif;
			padding:3px;
			color:#003399;
		}
		.left-2{
			background:url(images/bg-2.jpg) repeat-x #d4e7fd bottom;
			height:15px;
			list-style-type:none;
			margin:1px 0px 0px -20px;
			font-weight:bold;
			color:#003399;
			padding:3px;
			padding-left:7px;
			padding-top:5px;
		}
		.left-3{
			color:#009900;
			font-weight:bold;
			list-style-type:none;
			font-size:12px;
		}
		h3{
			font-size:12px;
			color:#003399;
			margin:8px 0px 3px 3px;
		}
		h1{
			font-size:150%;
			font-weight:bold;
			color:#000000;
			border-bottom:#999999 solid 0px;
		}
		
		.title{
			font-size:120%;
			font-weight:bold;
			color:#000000;
			border-bottom:#999999 solid 0px;
		}
		.text-author{
			color:#0033CC;
			font-size:11px;
		}
		.border-bottom{
			border-bottom:#c2c2c2 solid 1px;
		}
		.borderRight{
			border-right:#c2c2c2 solid 0px;
		}
.clearBoth{
	clear:both;
}


div#bodyRightBox {				border:#c5ced9 solid 1px;
				background:#f9fcff url(images/bg_3.jpg) repeat-x top;
				padding:5px;
				margin:5px 5px 5px 0px;
				min-height:72px;
}
h2.title {			font-size:120%;
			font-weight:bold;
			color:#000000;
			border-bottom:#999999 solid 0px;
}
ul.UL-RightBox {				margin:0px 0px 5px 15px;
				.margin:0px 0px 5px 20px;
				_margin:0px 0px 5px 20px;
				padding:0px;
}
#rightLinks{
	background:#96bceb;
	width:100%;
}
.footer{
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	line-height:16px;
	/*background:#003399*/
	background:#1F6BE0;
}
.text
{
	 
			font-size:12px;
			font-family: Arial, Helvetica, sans-serif; 
			padding:3px;
}
.infobox
{
 background-color:#F9FCFF;
 border:solid 1px #C5CED9;
 width:230px;
 
}
.error
{
	color: Red;
	font-weight: bold;
}