img {
   behavior: url("http://web.gnuer.org/blog/plugin/pngbehavior.htc");
}
.bb-quote, .bb-code, .bb-php, .bb-code-title, .bb-php-title {
    margin-left: 20px;
    margin-right: 20px;
    color: black;
    direction: ltr;
}

.bb-code-title, .bb-php-title {
    margin-bottom: 2px;
    background-color:#CCCCCC;
    font-weight: bold;
    padding-left: 5px;
}

.bb-code, .bb-php {
    font-family: courier, "courier new";
    background-color: #DDDDDD;
    padding: 10px;
    white-space: pre;
    overflow: auto;
    max-height: 24em;
}

.bb-quote {
    background-color: #DDDDDD;
    padding: 10px;
}

.bb-list-ordered-d {
    list-style-type: decimal;
}
.bb-list-ordered-la {
    list-style-type: lower-alpha;
}
.bb-list-ordered-ua {
    list-style-type: upper-alpha;
}
/* templates/anurag/style.css  */
/* General Styles */
h3, h4 {
	margin: 0;
	text-transform: uppercase;
	color: #036;
}
abbr, acronym, .help {
	text-decoration:underline;
	border:none;
	cursor: help;
}
input, textarea {
	font-size: small;
}
td, th {
	font-size: x-small;
	padding:0;
}
a {	color:#a42d41;
	text-decoration:none;
}
a:hover {
	color:#a42d41;
	text-decoration:underline;
}
a img, .emoticon {
	border: none;
	}
p img {
	max-width:100%;
	padding: 0px;
}
.serendipity_msg_important {
	color: #b22222;
	font-weight: bold;
	font-size: small;
}
.serendipity_msg_notice {
	color: green;
	font-weight: bold;
	font-size: small;
}
.graybox {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
.serendipity_center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.serendipity_left {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.serendipity_right {
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

/* End General Styles */


/* Begin Structure */
body {
	background-color:#fff;
	margin:0 auto 20px auto;
	color:#444;
	padding:0 0 0 0;
	font-family: arial, helvetica, sans-serif;
}
#mainpane {
	line-height: 110%;
	text-align: left;
	padding: 0px;
	width: 890px;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	overflow:auto; 
}
#content {
	padding-top:0;
	margin-left:0;
	padding-left:0;
}
#serendipityLeftSideBar {
	width: 180px;
	padding: 0 0 0 15px;
	margin-left:0;
	vertical-align: top;
	background-color: #ffffff;
}
#serendipityRightSideBar {
	width: 180px;
	padding: 0 0 0 15px;
	background-color: #ffffff;
	vertical-align: top;
}
#serendipity_banner, #header {
	background: url(templates/anurag//img/topbanner.jpg) no-repeat;
	font-family: sans-serif;
	color: #FFFFFF;
	background-color: #036;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	width: 880px;
	height: 65px;
	margin: auto;
}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 890px;
	clear: both;
}
/* End Structure */


/* Begin Header Styles */
a.homelink1, a.homelink1:hover, a.homelink1:link, a.homelink1:visited, #serendipity_banner h1, #header h1 {
	color: #ffffff;
	font-size: xx-large;
	font-weight: normal;
	padding-top: 8px;
	line-height:110%;
	margin: 0 5px 0 0;
	text-decoration: none;
	text-align:right;
}
a.homelink2, a.homelink2:hover, a.homelink2:link, a.homelink2:visited, #serendipity_banner h2, #header h2 {
	color: #FFFFFF;
	font-size: small;
	font-weight: normal;
	margin: 0 5px 0 0;
	text-decoration: none;
	text-align:right;
}
/* End Header Styles */


/* Begin Footer Styles */
#footer a {
	color:#036;
	text-decoration:none;}

#footer a:hover {
	color:#036;	
	text-decoration:underline;}

#footer p {
	margin: 0;
	color: #666666;
	font-size: small;
	text-align: center;
	border-top: 1px solid #036;
}
/* End Footer Styles */


/* Begin Entry Styles */
h3.serendipity_title, h4.serendipity_title {
	color: #036;
	line-height: 103%;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 6px;     
	margin-bottom: 5px;   
	border-bottom: 1px solid #a42d41;
}
.serendipity_title a:link, .serendipity_title a:visited, .serendipity_title a:hover {
	color: #036;
	text-decoration: none;
}
.serendipity_entry {
	background-color: #ffffff;
	color: #666666;
	font-size: small;
	clear:both;
}
.posttime {
	font-size: x-small;
	line-height:120%;
}
.serendipity_entry_body_folded, .serendipity_entry_body_unfolded, .serendipity_entry_extended {
}
div.serendipity_Entry_Date {
	width: auto;
	padding-left: 2px;
}
.serendipity_date {
	color:#b22222;
}
h2.serendipity_date {
	color: #036;
	line-height: 103%;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 6px;     
	margin-bottom: 5px;   
	border-bottom: 1px solid #a42d41;
}
div.serendipity_entryFooter {
	color: #999999;
	font-size: xx-small;
	text-align: center;
	margin-bottom: 40px;
	line-height: normal;
	clear:both;
}
img.serendipity_entryIcon {
	float: left;
	margin:3px 10px 10px 0;
	border: 1px solid #efefef;
}
.serendipity_entry p {
	margin: 0px;
	padding-bottom: 10px;
}
.serendipity_entry b {
	color: #036;
	line-height: 103%;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
.serendipity_entry i {
	color:#036;
}
.serendipity_entry blockquote {
	padding-bottom: 0px;
	background-image: url(templates/anurag/img/quotes.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0.7em 0 0 2.8em;
	font-style:oblique;
	background-position: 0em 0em;
}
/* End Entry Styles */


/* Begin Comment Styles */
.serendipity_commentsTitle {
	color: #036;
	line-height: 103%;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
td.serendipity_commentsLabel {
	font-size: 1.0em;
	font-weight: bold;
	vertical-align: top;
}
td.serendipity_commentsValue input, td.serendipity_commentsValue select, td.serendipity_commentsValue textarea {
	border: 1px solid #333;
	padding: 2px;
}
.serendipity_commentForm {
	font-size:normal;
	color: #ffffff;
	margin-bottom: 13px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
}
.serendipity_comments, .serendipity_comment {
	font-size: normal;
	margin-right: 15px;
	padding-left: 3px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}
commentmetadata {
	font-size: normal;
	margin-right: 15px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}

.serendipity_comments li {
	list-style-type:none;
}
.serendipity_comment_source {
	font-size: normal;
	margin-top: 5px;
	padding-left: 5px;
	border:none;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
.nocomments {
	color: #777;
	}

/* End Comment Styles */


/* Begin Sidebar Styles */
.serendipitySideBarContent input {
	width: 145px;
	font-size:xx-small;
}
.serendipitySideBarContent img {
	border:none;
}
div.serendipitySideBarItem {
	color: #666666;
	font-size: x-small;
	text-align: left;
	margin-bottom: 15px;
	line-height: normal;
	padding: 3px;
}
h4.serendipitySideBarTitle {
	color: #036;
	line-height: 103%;
	font-family: sans-serif;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 3px;     
	margin-bottom: 5px;   
	border-bottom: 1px solid #a42d41;
}
.serendipityImageButton {
	cursor: pointer;
}
td.serendipitySideBar {
	font-size: x-small;
}
/* End Sidebar Styles */


/* Begin Calendar Styles */
table.serendipity_calendar td {
	text-align: center;
}
table.serendipity_calendar a {
	text-decoration:underline;
}
table.serendipity_calendar a:hover {
	text-decoration: none;
}
td.serendipity_weekDayName {
	text-align: center;
	font-weight: normal;
}
td.serendipity_calendarHeader a:link, td.serendipity_calendarHeader a:visited, td.serendipity_calendarHeader a:hover {
	color: #036;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .25em;
	text-decoration: none;
}
/* End Calendar Styles */


/* Begin Image Manager Styles */
.serendipity_imageComment_center, .serendipity_imageComment_left, .serendipity_imageComment_right {
	border: 1px solid #efefef;
	background-color: #fff;
	margin: 3px;
}
.serendipity_imageComment_center {
	margin: 0px;
}
.serendipity_imageComment_left {
	float: left;
}
.serendipity_imageComment_right {
	float: right;
}
.serendipity_imageComment_img, .serendipity_imageComment_img img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
}
.serendipity_imageComment_txt {
	margin: 0px;
	padding: 3px;
	color:#036;
	line-height:105%;
	clear: both;
	font-size: xx-small;
	text-align: center;
}
.serendipity_center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* End Image Manager Styles */


/* Begin Plugin Styles */
.serendipity_freeTag_xmlButton {
	padding-left:2px;
}
.serendipity_freetag_taglist {
	padding:15px;
	background-color:#ebf5fc;
	border:1px solid #036;
	margin-bottom:40px;
}
.serendipity_plugin_freetag{
	font-size:12px;
}
.serendipity_freeTag {
	color: #999999;
	font-size: x-small;
	text-align: center;
	line-height: normal;
	clear:both;
}

/* End Plugin Styles */