

.form_content {
	overflow: hidden;
	float:left;
	width:979px;
	margin-bottom:20px;	
}

.form_content .page_title { height:20px; width:978px; background:#d4dde6; padding-bottom:5px;  border-top:2px solid #006699; border-bottom:2px solid #006699; margin-bottom:20px; }

.form_content .page_list_title { height:20px; width:978px; background:#d4dde6; padding-bottom:5px; font-weight:bold; border-top:2px solid #006699; border-bottom:2px solid #006699;  }

.form_content .page_title_text{ width:250px; float:left; padding-left:30px; font-weight:bold; float:left; }


.form_content_area{width:470px; float:left; margin-left:0px; height:auto; margin-top:20px;}




.form_form_content form {
	overflow: hidden;
}

.form_content form .line {
	position: relative;
	margin-left:69px;
	margin-bottom:5px;
	margin-top:5px;
	float:left;
	width:420px;
}

.form_content form label {
	width: 140px;
	height: 20px;
	line-height: 25px;
	float: left;
	font-size: 13px;
	
}

.form_content form input {
	height: 18px;
	width: 200px;
	border: 2px solid #94989a;
}

.form_content form input.attachment {
	margin-right: 10px;	
	width:200px;
}

.form_content form input.submit {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	background-image: url(../images/submit-bg.gif);
	width: 93px;
	height: 23px;
	cursor: pointer;
	margin-left: 140px;
}

.form_content form textarea {
	height: 100px;
	width: 270px;
	border: 2px solid #94989a;
	overflow: auto;
}

.form_content form textarea.big {
	height: 190px;	
}

.form_content form select {
	width: 204px;
	border: 2px solid #94989a;
	height:22px;
	float:none
}

form .description {
	float: right;
	width: 179px;
	padding-bottom: 10px;
	background-image: url(../images/form-description-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

form .description .description-form_content {
	padding: 10px 15px 0 55px;
	background-image: url(../images/form-description-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 12px;
	color: #fff;
	line-height: 14px;
}

form .description .description-form_content a {
	color: #fff;
	text-decoration: underline;
}

form .description .description-form_content a:hover {
	text-decoration: none;	
}

.form_content form input.submit {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	background-image: url(../images/submit-bg.gif);
	width: 93px;
	height: 23px;
	cursor: pointer;
	margin-left: 140px;
}

.form_content form input.reset {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	background-image: url(../images/reset-bg.gif);
	width: 93px;
	height: 23px;
	cursor: pointer;
	margin-left: 140px;
}

.form_content form input.upload {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	background-image: url(../images/upload.gif);
	width: 93px;
	height: 23px;
	cursor: pointer;
	margin-left:0px;
}

.pass_text{color:#1e6485; font-size:10px;}

/*   Login area css   */

.login_view_area{
	width:570px; margin-left:220px; clear:both; height:200px;
}

/* Login area css */

#validate_msg{

	background-color:#FFEEEE;
	background-position: 5px 5px;
	background-image:url(../images/messages-error.png);
	background-repeat:no-repeat;
	border:#CC0000 solid 1px;
	padding:5px 5px 5px 50px;
	margin-bottom:5px;
}

.yes_img{

	background:url(../images/checked.gif)no-repeat;
	height:14px;
	width:14px;
	border:none;
	margin-top:2px;
	margin-right:5px;
	margin-left:5px;
	color:#FFFFFF;
	float:left;
	cursor:pointer;
	

}

.no_img{

	background:url(../images/unchecked.gif) no-repeat;
	height:14px;
	width:14px;
	border:none;
	margin-top:2px;
	margin-right:5px;
	margin-left:5px;
	color:#FFFFFF;
	float:left;
	cursor:pointer;
	

}

.delete_img{
	background:url(../images/delete.gif) no-repeat;
	height:16px;
	width:16px;
	border:none;
	margin-top:2px;
	margin-right:5px;
	margin-left:5px;
	color:#FFFFFF;
	float:right;
	cursor:pointer;
	
}

.edit_img{
	background:url(../images/edit.gif) no-repeat;
	height:16px;
	width:16px;
	border:none;
	margin-top:2px;
	margin-right:5px;
	margin-left:5px;
	color:#FFFFFF;
	float:right;
	cursor:pointer;
}

.views_img{
	background:url(../images/views.gif) no-repeat;
	height:16px;
	width:16px;
	border:none;
	margin-top:-1px;
	margin-right:5px;
	margin-left:5px;
	color:#FFFFFF;
	float:right;
	cursor:pointer;
}


/* Added by Samiul */

#simplemenu {
	background:#ddd;
	color:#333;
	border-bottom:1px solid #999;
	font:11px Verdana, Helvetica, sans-serif;
	width:100%;
	z-index:9999;
	text-align:left;
}
#simplemenu a {
	color:#333;
	text-decoration:none;
	background:#ddd;
	border-right:1px solid #999;
	border-left:1px solid #eee;
	padding:2px 6px 3px 6px; 
	width:auto;
}   
#simplemenu li {
	background:#ddd;
	text-align: left;
}   
#simplemenu li.expanded > a {
	background:url(right-green.gif) no-repeat 97%;
	padding-right:2em;
}
#simplemenu li.root > a {
	font-weight:700;
	background:url(down-green.gif) no-repeat 97%;
}
#simplemenu li:hover, #simplemenu li.sfHover,
#simplemenu a:focus, #simplemenu a:hover, #simplemenu a:active {
	background:#3875d7;
	color:#fff;
}
#simplemenu li:hover ul,
ul#simplemenu li.sfHover ul {
	border-bottom:1px solid #999;
}
#simplemenu li ul a {
 	height:auto;
}
/* Text edotor css */


h1.header1 {
color:#5b3217 !important;
font-size:14px !important;
font-weight:bold !important;
margin-top:10px !important;
margin-bottom:3px !important;
clear:both !important;
text-align:left !important;
}

p.header1 {
color:#5b3217 !important;
font-size:14px !important;
font-weight:bold !important;
margin-top:10px !important;
margin-bottom:3px !important;
clear:both !important;
text-align:left !important;
}

span.header1 {
color:#5b3217 !important;
font-size:14px !important;
font-weight:bold !important;
margin-top:10px !important;
margin-bottom:3px !important;
clear:both !important;
text-align:left !important;
}


.header2{
color:#333333;
font-size:13px;
font-weight:bold;
padding-bottom:5px;
border-bottom:1px #66ccff solid;
word-spacing:0.1em;
letter-spacing:0.0em;
text-align:left;

}

span.header2  {
color:#333333;
font-size:13px;
font-weight:bold;
padding-bottom:1px;
border-bottom:1px #66ccff solid;
word-spacing:0.1em;
letter-spacing:0.0em;
text-align:left;
}

p.header2  {
color:#333333;
font-size:13px;
font-weight:bold;
padding-bottom:4px;
padding-top:5px;
border-bottom:1px #66ccff solid;
word-spacing:0.1em;
letter-spacing:0.0em;
text-align:left;
clear:both !important;
}




.header3 {
color:#333333 !important;
font-size:12px !important;
padding-top:5px;
padding-bottom:10px;
text-decoration:none;
word-spacing:0.1em;
letter-spacing:0.0em;
text-align:left;

}

span.header3{
color:#333333;
font-size:12px;
padding-top:5px;
padding-bottom:20px;
text-decoration:none;
word-spacing:0.1em;
letter-spacing:0.0em;
text-align:left;
}

p.header3{
color:#333333;
font-size:12px;
padding-top:10px;
padding-bottom:10px;
text-decoration:none;
word-spacing:0.1em;
letter-spacing:0.0em;
text-align:left;
clear:both !important;
}

.login_area .submit {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	background-image: url(../images/submit-bg.gif);
	width: 93px;
	height: 23px;
	cursor: pointer;
	margin-left:0px;
}

.login_area .reset {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	background-image: url(../images/reset-bg.gif);
	width: 93px;
	height: 23px;
	cursor: pointer;
	margin-left:0px;
}

.login_area{
position:relative;
background-color:#231F20;
width:258px;
color:#FFFFFF;
display:inline;
float:right;
font-size:11px;
height:120px;
margin-right:27px;
padding:0 17px;
left:174px;
top:31px;
font-family:Verdana, Arial, Helvetica, sans-serif;
z-index:99999;

}

.login_area .line{
clear:both;
margin-bottom:10px;
height:16px;
}

.login_area .title{
float:left; 
width:100px;
}

.login_area .log_input{
width:125px;
float:left;
text-align:left;

}

.login_area input{
width:120px;

}


/* Added by Samiul */
.error_msg{
	background-color:#FFEEEE;
	background-position: 5px 5px;
	background-image:url(../images/messages-error.png);
	background-repeat:no-repeat;
	border:#CC0000 solid 1px;
	padding:5px 5px 5px 50px;
	margin-bottom:5px;
}

.info_msg{
	background-color:#ffc;
	background-image:url(../images/messages-warning.png);
	border:#fc0 solid 1px;
}

.success_msg{
	background-color: #E0F5E3;
	background-image:none;
	padding:5px;
	border: #63C067 solid 1px;
}

.comments {
	background-image: url(../images/comment-shadow.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-bottom: 12px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #515151;
	line-height: 19px;
	padding-bottom: 8px;
}

.comments h1 {
	background-color:#0B5D83;
	background-image: url(../images/box-h1.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0 12px;
	line-height: 32px;
	font-size: 16px;
	color: #fff;
	height: 32px;
}

.comments .box-content {
	overflow: hidden;
	width: 334px;
	background-color: #fafafa;
}

.text {
	padding: 4px 12px 15px 12px;
}

.comments .article {
	background-color: #fafafa;
	padding: 4px 12px 5px 12px;
	color: #707070;
	font-size: 11px;
	line-height: 15px;
	border-bottom:#999999 dotted 1px;
	padding:10px 0px 5px 5px;
	position:relative;
}

.comments .article .title {
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #0064a4;
}

.comments .article .title:hover {
	text-decoration: underline;
}
.article .edit{
	position:absolute;
	right:5px;
	top:5px;
	display:none;
}
.comments .light{
	background-color: #fdfdfd;
}
#comment-form label{
	width:120px;
	display:block;
	float:left;
}
#comment-form input[type=text]{
	width:300px;
	margin-bottom:2px;
}
#comment-form textarea{
	width:400px;
	height:150px;
	margin-bottom:2px;
}
#comment-form input[type=submit], .submit{
	background-image:url(../images/submit-bg.gif);
	background-repeat:no-repeat;
	width:93px;
	height:23px;
	border:0;
	cursor:pointer;
}
.disable_submit{
	background-image:url(../images/submit-disable-bg.gif) !important;
}
#loading{
	background-image:url(../images/loading.gif) !important;
	width:13px;
	height:13px;
	float:left;
	margin:5px;
	display:none;
}
.list_style a:link, a:visited{
	color:#065274;
}
.list_style a:hover{
	border-bottom:#065274 dotted 1px;
}
.vote_0{
	background:url(../images/vote_icon.png) no-repeat 0px 0px;
	width:82px;
	height:17px;
}
.vote_1{
	background:url(../images/vote_icon.png) no-repeat 0px -16px;
	width:82px;
	height:17px;
}
.vote_2{
	background:url(../images/vote_icon.png) no-repeat 0px -34px;
	width:82px;
	height:17px;
}
.vote_3{
	background:url(../images/vote_icon.png) no-repeat 0px -52px;
	width:82px;
	height:17px;
}
.vote_4{
	background:url(../images/vote_icon.png) no-repeat 0px -69px;
	width:82px;
	height:17px;
}
.vote_5{
	background:url(../images/vote_icon.png) no-repeat 0px -86px;
	width:82px;
	height:17px;
}
.vote_6{
	background:url(../images/vote_icon.png) no-repeat 0px -103px;
	width:82px;
	height:17px;
}
.vote_7{
	background:url(../images/vote_icon.png) no-repeat 0px -120px;
	width:82px;
	height:17px;
}
.vote_8{
	background:url(../images/vote_icon.png) no-repeat 0px -137px;
	width:82px;
	height:17px;
}
.vote_9{
	background:url(../images/vote_icon.png) no-repeat 0px -154px;
	width:82px;
	height:17px;
}
.vote_10{
	background:url(../images/vote_icon.png) no-repeat 0px -171px;
	width:82px;
	height:17px;
}
.vote_cast{
	background-color:#0B5D83;
	border:none;
	color:#FFFFFF;
	font-size:11px;
	padding:2px 5px;
	margin:0px 0px 0px 5px;
	float:left;
}
.list_style .content-guides {
	margin: 0px 0;	
	clear: both;
}

.list_style .content-guides a {
	margin: 0px 2px;
	padding:0px 6px;
	font-size: 11px;
	color: #010101;
	background-color:#1E6A8E;
	display:block;
	float:left;
	border:#1E6A8E solid 1px;
}

.list_style .content-guides a:hover, .content-guides a.active{
	background-color:#FFFFFF;
	color:#1E6A8E;
}

.list_style .content-guides a:hover {
	text-decoration: underline;
}
.list_style .rightaligned{
	float:none;
	text-align:center;
}
.main .content .content-guides a {
	background-color:transparent;
}

a.no-border:link, a.no-border:hover{
	border:none;
	text-decoration:none;
}
.author_preview{
	background-color:#FAF8F1;
	border:#EDE9DB solid 1px;
}

/* Auto complete */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
	background-color: #F4F4F4;
}

.ac_loading {
	background: white url('../images/loading.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee !important;
}

.ac_over {
	background-color:#1F6B8E !important;
	color: white;
}

#footer{
	color:#FFFFFF;
}
#footer ul{
	margin:20px 0px;
}
#footer ul li{
	float:left;
	margin:0px 10px;
}
#footer ul li a:link, #footer ul li a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#rss_icon{
	background-image:url(../images/rss_icon.jpg);
	width:18px;
	height:18px;
	margin:8px 10px 0px 0px;
	float:right;
}
#twitter_icon{
	background-image:url(../images/twitter_icon.jpg);
	width:18px;
	height:18px;
	margin:8px 10px 0px 0px;
	float:right;
}
a.blackboard_link:link, a.blackboard_link:visited{
	color:#FFFFFF;
	text-decoration:none;
}
a.blackboard_link:hover{
	text-decoration:underline;
}
#subs table tr td{
	border-bottom:#CCCCCC solid 1px;
}
#subs table tr th{
	border-bottom:#CCCCCC solid 2px;
	text-align:left;
}
#subs table .last{
	border-bottom:0px;
}
.activeSlide{
	background-color:#216f94;
}
.transparent h4 a:link, .transparent h4 a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.transparent h4 a:hover{
	text-decoration:underline;
}
.main .content .intro .transparent{
	padding-bottom:4px !important;
}
/* Facebox style Start*/
#facebox .b {
  background:url(facebox/b.png);
}

#facebox .tl {
  background:url(facebox/tl.png);
}

#facebox .tr {
  background:url(facebox/tr.png);
}

#facebox .bl {
  background:url(facebox/bl.png);
}

#facebox .br {
  background:url(facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
  height:auto;
  background:none;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
/* Facebox style end */