/* CSS Document - Author: Shaibal Mandal */

body 
{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 5px;
	padding-left: 50%;
	clear: both;
	position: absolute;
	background:url(images/bg2.jpg) #FFFFFF no-repeat bottom right fixed;
	
}

a 
{
	text-decoration: none;
	color: #035ee8;
}

a:hover 
{
	text-decoration: underline;
	color: #6b1c1e;
}

#container 
{
	width: 800px;
	margin-left: -350px;
	background:transparent;
}

#nav1 
{
	width: 94px;
	height: 20px;
	float: right;
	background: url(images/nav1.jpg) no-repeat;
}

#nav2 
{
	width: 85px;
	height: 20px;
	float: right;
	background: url(images/nav2.jpg) no-repeat;
}

#nav3 
{
	width: 85px;
	height: 20px;
	float: right;
	background: url(images/nav3.jpg) no-repeat;
}

#nav4 
{
	width: 85px;
	height: 20px;
	float: right;
	background: url(images/nav4.jpg) no-repeat;
}

#nav5 
{
	width: 85px;
	height: 20px;
	float: right;
	background: url(images/nav5.jpg) no-repeat;
}

#nav6 
{
	width: 96px;
	height: 20px;
	float: right;
	background: url(images/nav6.jpg) no-repeat;
}

.buttonText 
{
	text-align: center;
	padding-top: 8px;
	font-size: 11px;
	font-weight: bold;
}

#navcontainer 
{
	clear: both;
	margin-top: 5px;
}
#hidden {
	clear: both;
	height: 5px;
}

#main 
{
	padding: 5px;
	margin-bottom: 5px;
	width: 788px;
	text-align: justify;
	color: #333;
	line-height: 1.6em;
	background:transparent;
	border: 1px solid #aaccff;
	float: left;
}



#fpic1
{
	width: 786px;	
	height: 100px;	
	clear: both;
	background: url(images/logo.gif);
	background-position:left;
	background-repeat: no-repeat;
	
}



#fpic
{
	width: 786px;	
	height: 300px;	
	clear: both;
}




#sidebar 
{
	width: 205px;
	border-left: 1px solid #aaccff;
	float: right;
	margin-left: 9px;
	margin-top: 15px;
	padding-left: 8px;
	text-align: left;
	clear: both;
}


h1 
{
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
}

.hideme 
{
	display: none;
	color: white;
}

.headertext1 
{
	font-size: 18px;
	font-weight: bold;
	color: #6b1c1e;
	
}

.headertext2 
{
	font-size: 10px;
	font-weight: bold;
}

#footer 
{
	background-color: #aaccff;
	color: #035ee8;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	padding-top: 5px;
	clear: both;
	width: auto;
}


.bhz 
{
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-left: 5px solid #444;
	border-right: 5px solid #444;
	display: block;
	background-color: #444;
}

.ht1 
{
	font-size: 10px;
	font-weight: bold;
	color: #888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.hw2 
{
	font-size: 11px;
	font-weight: bold;
	color: #999;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}


.noteblock1
{
    background: #e6eaf5;
    width: 550px;
    padding: 5px;
    border: 1px solid #aaccff;
    color: #000;
    margin: 7px 0px 7px 0px;
}


.noteblock2
{
    background: #e6eaf5;
    width: 500px;
    padding: 5px;
    border: 1px solid #aaccff;
    color: #000;
    margin: 7px 0px 7px 0px;
}
.mod
{
    margin: 5px 0px 10px 0px;
    padding: 0;
}


.noteheader
{
    width:auto;
    border-bottom: 1px solid #aaccff;
    color: #000;
    height: 24px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 3px;
	text-align:left;
}

p
{
	margin:0;
	padding: 0;
}

.th {
border-color: #aaccff;
border-style: solid;
border-width: 1px;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #d1d9f0;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Verdana, Arial, sans-serif;
letter-spacing: 5px;
line-height: 1.1em;
color: #6b1c1e;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #d1d9f0;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #e6eaf5;
padding: 5px;
z-index: 5;
}
