@charset "utf-8";

#footercontent {
	background: url("../images/themes/blue/forum/footertagline.png") no-repeat scroll left bottom transparent;
}

#forumsearchform {
	background-color: #F2F2F2;
	color: #333;
}
.forumsearchformhover {
	background-color: #97B3E1 !important;
}
#forumsearchform .txtbox {
	color: #333333;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
}
#forumsearchbutton {
	background: #FFF;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	background: url("../images/ui/globalsprite.png") no-repeat scroll -1px 4px #FFFFFF;
}

table.inditable {
	border: 1px solid #999;
}
.inditable caption {
	background: #C0D1ED;
	border-top: 1px solid #2E5698;
	border-right: 1px solid #2E5698;
	border-left: 1px solid #2E5698;
}
.inditable th {
	background: #F2F2F2;
	border-bottom: 1px solid #CFCFCF;
}
.inditable .author, .post .author {
	color: #999;
}
.inditable .author a, .post .author a {
	color: #666;
}
.inditable .author a:hover, .post .author a:hover { color: #333; }
.odd { background-color: #E0E8F1; }
.even { background-color: #EBF0F5; }
.bcolor { border-color: #C5D3E4; }

.filter a.activefilter {
	border-bottom: 3px solid #06C;		
}
.filter a:hover {
	border-bottom: 3px solid #06C;
}

#catwindow li {
	border-bottom: 1px solid #CCC;
}
#catwindow li h4 a:hover { color: #000; }
#catwindow li small { color:#666; }
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables
 */

.dataTables_filter input, #filter {
	background: #FFF url(https://cdn.indiblogger.in/v3/images/ui/icons/16_filter.png) no-repeat 2px center;
	color: #333333;
	border-top: 1px solid #7C7C7C;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #C3C3C3;
}
.def {
	background: #FFF url(https://cdn.indiblogger.in/v3/images/forum/filter_results.png) no-repeat 2px center !important;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * IndiTalk
 */
.blurt {
	color: #333;
	background: #F2F5F9;
	border-bottom: 1px solid #D5DFEC;
}
.blurt a {
	color: #666;
}
.blurt em {
	color: #999;
}
.blurter {
	background: #E8EDF4 !important;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Threads
 */
.post.l1 {
	background: url(https://cdn.indiblogger.in/v3/images/themes/blue/forum/bg_post_title.gif) repeat-y;
	border-bottom: 2px solid #999;
}
.post.l2 {
	border-top: 1px solid #CCC;
}
.post.l3 {
	border-top: 1px dashed #CCC;
}
.post .col2 blockquote {
	border-left: 1px dashed #DADADA;
	color: #555;
}
.post .col2 ul li {
	border-bottom: 1px dotted #EBEBEB;
}
.post .col2 ol {
	color: #666;
}
.post .col2 ol li span {
	color: #333;
}
.post.l2 .col1 .replyreply {
	background: #F8F8F8 url(https://cdn.indiblogger.in/v3/images/forum/replyreply.gif) no-repeat 3px center;
	border: 1px solid #CCC;
}
.subreplyform button:hover, .post.l2 .col1 .replyreply:hover { color:#FFF; background-color:#333; }
.edit, .report {
	border: 1px dotted #CCC;
}
.edit { background: #F3F3F3 url(https://cdn.indiblogger.in/v3/images/ui/icons/16_info.png) no-repeat 5px 5px; }
.report { background: #F3F3F3 url(https://cdn.indiblogger.in/v3/images/ui/icons/16_report_abuse.png) no-repeat 5px 5px; }
.report:hover { background: #EAEAEA url(https://cdn.indiblogger.in/v3/images/ui/icons/16_report_abuse.png) no-repeat 5px 5px; }
.reportform { background: #F3F3F3; border: 1px dotted #CCC; }
.reportbutton {
	background: #F3F3F3 url(https://cdn.indiblogger.in/v3/images/ui/icons/16_confirm.png) no-repeat center center;
}
.reported { background: #F3F3F3 url(https://cdn.indiblogger.in/v3/images/ui/icons/16_yes.png) no-repeat 5px 5px !important; }