/*
 * @author:Hitankar Ray
 * This is for slider
*/

ul#navigation {
	list-style:none;
	list-style-type:none;
}

ul#navigation li {
	float:left;
	margin-left:0px;
}

ul#navigation a {
	width:220px;
	display:block;
	border:none;
	padding-top:10px;
	background-color:#FFFFFF;
	background-image:url(menus/sub.png);
	background-repeat:repeat-x;
	background-position:top left; 
	height:29px;
}

ul#navigation a:link {border:none;}

ul#navigation a:hover, a:focus {
	background-image:url(menus/sub_hover.png);
	background-repeat:repeat-x;
	background-position:top left;
	color:#0295cc;
	height:29px;
}

div#content {
	width:880px;
	height:1060px;
	overflow:hidden;
	background-color:#FFFFFF;
	border:solid 5px #000000;
}

div.section {
	width:860px;
	height:1040px;
	padding:10px 10px 10px 10px;
	float:left;
	text-align:justify;
}

div#section {
	width:3520px;
	height:1060px;
	font-size:11px;
}

.centeralign {
	margin:0 auto;
}

#menu1 {
	background-color:#FFFFFF;
	border:groove 1px #000000;
}

div#section p{
	margin:20px 0px 20px 0px;
}

div#section h3{
	font-size:16px;
	font-weight:bold;
	color:#000000;
	margin-top:10px;
	margin-bottom:10px;
}

div#section h4{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	margin-top:5px;
	margin-bottom:5px;
}

div#section table {border: solid 2px #4979f5;margin:10px 10px 10px 10px;}

div#section table td{
	padding:5px;
}

.odd {
	background-color:#ebf0fe;
}

div#section ul {
	list-style:disc;
	list-style-position:inside;
}

div#section li {
	margin-left:20px;
	margin-top:8px;
}

/*
p {
 padding: 0 0 1em;
 }
*/
 
 .msg_list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
 }
 .msg_head {
	padding: 5px 10px 5px 30px;
	cursor: pointer;
	background-color:#DEEBA5;
	margin:1px;
	background-image:url(arrow-right.png);
	background-position:center right;
	background-repeat:no-repeat;
 }
.msg_body {
	padding: 5px 10px 15px;
	background-color:#FFFFFF;
	border-bottom:solid 1px #DEEBA5;
	border-left:solid 1px #DEEBA5;
	border-right:solid 1px #DEEBA5;
 }
 
 #sn {
 	padding-right:10px;
	height:350px;
	*overflow:scroll;
	overflow-x:hidden;
	overflow-y:scroll;
 }
