@charset "utf-8";
/* CSS Document */

/*

	sunnyboon.tk
	
@font-face {  
	  font-family: SutonnyMJ;  
	  src: url( SutonnyMJ.eot ); /* IE   
	  src: local( SutonnyMJ), url( SutonnyMJ.ttf ) format("truetype"); /* non-IE */  }  
	 
	/* THEN use like you would any other font   
	.SutonnyMJ { font-family: SutonnyMJ;  
	}*/
	@font-face {
    font-family: SutonnyBanglaOMJ;
    font-style:  normal;
    font-weight: 700;
    src: url(SutonnyBanglaOMJ.eot);
	src: local(" SutonnyBanglaOMJ "), url(SutonnyBanglaOMJ.ttf ) format("truetype");
  }
  .SutonnyBanglaOMJ { font-family:" SutonnyBanglaOMJ ";}
.body {
	padding:5px;
	color:#6B6B6B;
	background-color: #FFF;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.content {
	background: #FFF url(../images/bgmain.jpg) repeat-y center;
	width: 1000px;
	height:auto;
	text-align: center;
	float: inherit;
	min-width: 500px;
	border-width: 0px;
	border-style: none;
	margin: 0px auto 0;
	padding: 0px;
}

/* HEADER 
---------------------------------------------------------------------------------------------------------------------------------------------------
*/
img, div { behavior: url(iepngfix.htc) }
img, div, a, input {
	behavior: url(iepngfix.htc);
}
	#header {
	margin: 0;
	width: 1000px;
	height: 130px;
	padding: 0px;
}
#header .title {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
}
#header h1 {
	font-family: SutonnyBanglaOMJ;
	font-size: 2em;
	font-weight: lighter;
	text-align: left;
	padding-left: 16px;
	letter-spacing: 0.5px;
}

#header h2 {
	font-family: SutonnyBanglaOMJ;
	font-size: 12px;
	background-image: none;
	margin: 0;
	padding: 0 0 0 2px;
}


/* SUBHEADER 
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#subheader {
	width: 1000px;
	height: 35px;
}
#subheader .padding {
	text-align: left;
	height: 35px;
}
#subheader h2 {
	color: #FFF;
}
#subheader a {
	text-align: center;
	font-size: 1.4em;
	font-weight: 500;
	border-bottom: thin solid #47A9E8;
}



/* NAVIGATION
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.nav {
	text-align: left;
	color: 	#FFF;
	padding: 20px 0 0 0px;
	width: auto;
	font-size: 1.4em;
}
.nav li {
	font-weight: 400;
	margin: 5px 0 5px 0px;
	padding: 0px 0 0 0px;
	border-bottom: 1px solid #E8E8E8;
	height: 25px;
}
.nav li a {
	color: #000;
	text-decoration: none;
	padding: 5px 0 0 10px;
	display: block;
	height: 25px;
}
.nav li a:hover {
	color: #000;
	font-size:1.1em;
	background-color: #BFBDCA;
	padding-bottom: 8px;
}


/* MAIN
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#main {
	background: #FFF;
	color: #808080;
	text-align: right;
	top: 100px;
	height: auto;
	border-bottom: thin solid #FFF;
	margin: 0px;
	padding: 0px;
}  
#main .left_side {
	margin:0;
	width: 180px;
	height: 1900px;
	background-repeat: repeat;
	background-position: right;
	border: 1px solid #060;
	background-color: #b3e9fa;
	padding: 0px;
}

#main .left_side .hitems {
	margin: 0;
	padding: 10px;
	text-align: left;
}
#main .left_side .hitems ul {
	margin: 5px 0 5px 0;
	padding : 0;
	color: #343434;
	list-style-image: url(../images/arrow.gif);
	font-family: SutonnyBanglaOMJ;
}
	
#main .left_side .hitems li {
	margin: 0 0 2px 20px;
	padding: 0 0 0 0px;
	color: #000;
	font-family: SutonnyBanglaOMJ;
}

#main .right_side {
	float: right;
	width: 810px;
	background: #FFF;
	margin:0;
	text-align: left;
	color: #343434;
	height: auto;
	padding: 0px;
}
#main h3 {
	font: 85% SutonnyBanglaOMJ;
	margin: 0 0 0px;
	padding: 2;
	color: #5f5f5f;
	background: inherit;
	text-align: left;
}

#main .box  {
	background: #CAE9FD;
	padding: 5px;
	font-family: SutonnyBanglaOMJ;
}

#main .right_side ul { 
	margin: 5px 0 5px 0; 
	padding : 0; 
	list-style : none; 
	border-bottom: 0px solid #eee; 
	list-style-type: square;
	color: #a90000;
}
	
#main .right_side li { 
	margin: 0 0 2px 15px;
	padding: 0 0 0 0px;
	color: #555;
}



/* FOOTER
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#footer {
	clear:both;
	height: 50px;
	color:#555;
	background: #fff url(../images/footer.jpg) top no-repeat;
	font-size:90%;
	padding: 0;
	text-align:center;
}

#footer .padding {
	padding: 10px 0px 0px 0px;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	background-repeat: repeat;
	color: #000;
	width: auto;
}
#footer .right {
	float:right;
	width:auto
	clear:right;
	text-align:right;
	position: relative;
}
#apDiv1 {
	position: absolute;
	left: 10px;
}



/* ---------------------------------------------------------------------------------------------------------------------------------------------------*/

ul { margin: 0 0 0px 0; padding : 0; list-style : none; }
li { 	margin: 0 0 2px 0; padding: 0 0 0 0px;	color: #555; }

p {
	color: #000;
	background: inherit;
	font-family: SutonnyBanglaOMJ;
	font-size: 1.2em;
	width: auto;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
a { color: #a90000; background: inherit; text-decoration:none; }
a:hover {
	font-family: SutonnyBanglaOMJ;
	text-align: left;
	font-size: 1
.৪em;
	font-size: 1.05em;
}

h1 {
	padding:0;
	margin:0;
	color: #FFF;
	background: inherit;
	letter-spacing: 0px;
	text-align: center;
}

h1 a { color: #FFF; background: inherit; }

h2 {
	color:#FFF;
	font-size:1.4em;
	margin: 2px 0 2px 0px;
	padding:0 0 0 5px;
	text-align: left;
	font-weight: normal;
}

h2 a {
	color: #000;
}
h2 a:hover {
	color: #000;
}

fieldset {	border: 1px solid #A90000; }
textarea.text { 
	height: 150px; 
	width: 90%; 
	border: 1px solid #A90000; 
	background: #FFF; 
	color: #354D5F;
}

textarea.text:hover { 
	border: 1px solid #A70000; 
	background: #FFFFF4; 
	color: #000;
}

input.field { 
	border: 1px solid #A90000; 
	background-color: #FFFFFF; 
	width: 283px; 
	color: #000;
}

input.field:hover { 
	border: 1px solid #A70000; 
	background: #FFFFF4; 
	color: #000;
}

input.text { 
    border: 1px solid #A70000; 
	margin: 0; 
	width: 150px;
	background: inherit;
	color: #000; 
	padding: 4px;
	
}

input.text:hover { 
	border: 0px solid #A70000; 
}

.date {
	color: #343434;
	background: #FFFFFF;
	text-align: right;
	margin: 4px 0 5px 0;
	padding: 0.4em 0 0 0;
	border-top: 1px solid #eee;
	font-size: 1.6em;
}

.comments {
	padding: 10px 10px 8px 10px;
	margin: 0 0 7px 0;
	background: #f8f8f8;
	color: #343434;
}

.commentsbox {
	padding: 0px;
	color: #000;
	font-size: 1.1em;
	text-align: center;
}

.error {
	color: #990000;
	background-color: #FFF0F0;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #990000;
}
.error h2 {
	color: #990000;
	background: inherit;
}

.success {
	color: #000000;
	background: #F5FBE1;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dashed #7BA813;
}
.success h2 {
	color: #7BA813;
	background: inherit;
}
#sidebar_right {
	margin: 0px;
	padding: 0px;
	width: 180px;
	height: 1900px;
	float: right;
	text-align: center;
}
.content #main #healine #sidebar_right table {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.content #main #healine table tr td .text .title .left_side {
	text-align: right;
}
.content #main #healine table tr td {
	color: #546078;
	text-align: left;
	padding: 10px 10px 10px 10px;
	font-family: SutonnyBanglaOMJ;
	font-size: 1.5em;
}
.content #main #healine table {
	color: #546078;
	text-align: center;
	border: 1px solid #343434;
}
.content #main #healine table tr td {
	font-size: 1.2em;
	padding: 0px 5px;
	color: #343434;
	text-align: left;
}
#main_news {
	margin: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	font-family: SutonnyMJ;
	font-size: 1.2em;
	line-height: 1px;
	text-align: left;
	display: block;
	float: left;
	height: 40px;
	width: 50px;
}
.content #main #healine h3 {
	padding: 3px;
	float: left;
	color: #333;
	font: 1.4em SutonnyBanglaOMJ;
	letter-spacing: 2px;
	font-weight: bold;
}
.header_news {
	text-align: left;
	display: block;
	margin: 2px;
	padding: 2px;
	font-size: 2em;
	width: 595px;
}
.content #main #healine div {

}
.content #main #healine #sidebar_right p u {
	font-size: 1em;
}
.content #main #healine #marquee1 marquee div .style2 .style4 strong {
	font-family: SutonnyMJ;
}
.content #main #healine #marquee1 marquee div {
	font-family: SutonnyMJ;
	font-size: 1.3em;
	color: #343434;
}
.content #main #healine #marquee1 marquee div {
	width: auto;
	height: auto;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
}
.content #main #healine #marquee1 marquee div strong {

}
.content #main #healine #sidebar_right #sidebar_right2 {
	color: #343434;
	border: 1px solid #343434;
}
.content #main #healine #sidebar_right #sidebar_right3 {
	color: #343434;
}
.content #bottom {
	margin-left: 210px;
	border: 1px solid #343434;
	background-color: #03C;
	display: block;
	padding: 5px;
}
.content #main #healine div {
	font-size: 1.1em;
	font-family: SutonnyBanglaOMJ;
	color: #000;
	float: right;
	width: 180px;
	background-color: #BFBDCA;
	margin: 0px;
	padding: 0px;
}
.content #main #healine #sidebar_right table tr th {
	font-size: 1.2em;
	text-align: center;
}
.content#small_news {
	height: 400px;
}
.content #main #healine div div table {
	color: #343434;
	border: 1px solid #343434;
}
.content div table {
<script language="javascript" type="text/javascript">
var xy = navigator.appVersion;
xz = xy.substring(0,4);
document.write("<center><table border=1 cellpadding=2><tr><td>");
document.write("<center><b>", navigator.appName,"</b>");
document.write("</td></tr><tr><td>");
document.write("<center><table border=1 cellpadding=2><tr>");
document.write("<td>Code Name: </td><td><center>");
document.write("<b>", navigator.appCodeName,"</td></tr>");
document.write("<tr><td>Version: </td><td><center>");
document.write("<b>",xz,"</td></tr>");
document.write("<tr><td>Platform: </td><td><center>");
document.write("<b>", navigator.platform,"</td></tr>");
document.write("<tr><td>Pages Viewed: </td><td><center>");
document.write("<b>", history.length," </td></tr>");
document.write("<tr><td>Java enabled: </td><td><center><b>");
if (navigator.javaEnabled()) document.write("sure is!</td></tr>");
else document.write("not today</td></tr>")
document.write("<tr><td>Screen Resolution: </td><td><center>");
document.write("<b>",screen.width," x ",screen.height,"</td></tr>");
document.write("</table></tr></td></table></center>");
// End 
</script>

	position: static;
	overflow: visible;
	visibility: visible;
	color: #343434;
	height: auto;
}
.content #main #healine #sidebar_right table {
	font-family: SutonnyMJ;
}
.content #main #healine table {
	font-family: SutonnyBanglaOMJ;
	font-size: 1em;
	text-align: center;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.topnws {
	color: #FFF;
	font: SutonnyBanglaOMJ;
}
.content #main #healine table tr th .MsoNormal strong span {
}
.content #main #healine table tr .topnws {
	color: #FFF;
	font: SutonnyBanglaOMJ;
}

<script language="javascript" type="text/javascript">
/* Visit http://www.yaldex.com/ for full source code
and get more free JavaScript, CSS and DHTML scripts! */
 Begin
var xy = navigator.appVersion;
xz = xy.substring(0,4);
document.write("<center><table border=1 cellpadding=2><tr><td>");
document.write("<center><b>", navigator.appName,"</b>");
document.write("</td></tr><tr><td>");
document.write("<center><table border=1 cellpadding=2><tr>");
document.write("<td>Code Name: </td><td><center>");
document.write("<b>", navigator.appCodeName,"</td></tr>");
document.write("<tr><td>Version: </td><td><center>");
document.write("<b>",xz,"</td></tr>");
document.write("<tr><td>Platform: </td><td><center>");
document.write("<b>", navigator.platform,"</td></tr>");
document.write("<tr><td>Pages Viewed: </td><td><center>");
document.write("<b>", history.length," </td></tr>");
document.write("<tr><td>Java enabled: </td><td><center><b>");
if (navigator.javaEnabled()) document.write("sure is!</td></tr>");
else document.write("not today</td></tr>")
document.write("<tr><td>Screen Resolution: </td><td><center>");
document.write("<b>",screen.width," x ",screen.height,"</td></tr>");
document.write("</table></tr></td></table></center>");
// End 
</script>
.content #main #healine table tr td p {
}
.content #main #healine #sidebar_right table tr td p br {
	text-align: center;
}
.content #main #healine table {
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: thin solid #333;
}
.content #main #healine table tr td div img {
	margin: 5px;
	padding: 5px;
}
.content #main #healine table tr td div {
	background-image: url(../images/mright.png);
}
.content #main #healine table tr td div {

}
.content #main #healine table tr td p img {
	padding: 2px;
}

