@charset "utf-8";

/* Override global layout */

#header, #searchbar {
	width: 100%;
	padding: 0px !important;	
}
#header { position: relative }
#nav { 
	position: absolute;
	left: 268px;
	top: 22px;
}
#indisearchform, #topnav { margin-right:8px; }
#content {
	padding-left:0px !important;
	padding-right: 0px !important;
	width: 100% !important;
}
.fw {
	width: 100% !important;
}
#offset {
    float: left;
    margin-right: -262px;
    width: 100%;
}
#maincontent {
	margin-left: 8px !important;
	width: auto !important;
	margin-right:262px !important;
	float:none !important;
}
#sidebar_container {
	width: 254px;
	float:right;
	margin-right: 8px !important;
}
.sidebar {
	float: none !important;	
}
#footercontent {
	width: auto !important;
}
#footercontent .footerlogo {
	float:left !important;
	margin-right: 59px !important;
}

/* Override global layout (end) */

#forumsearchform {
	padding: 8px 6px 8px 8px;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	background-repeat: no-repeat;
	position: relative;
}
#forumsearchform .txtbox {
	width: 190px;
	padding: 2px;
	border-right:none;
	height:20px !important;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.txtboxdef {
	background: #FFF url(../images/forum/search_forum.png) no-repeat 2px center;	
}
#forumsearchbutton {
	text-indent:-9999px;
	width:20px !important;
	height:26px !important;
	border-style: none;
	position: absolute;
	border-left:none;
	padding: 2px;
	cursor: pointer;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.repliescolumn {
	text-align:right;
	padding-right: 40px !important;	
}

table.inditable {
	width: 100%;
	font-size: 13px;
}
.inditable caption {
	font-size: 14px;
	padding: 8px 4px;
	text-align: left;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.inditable th {
	padding: 6px 4px;
	font-weight: bold;
	text-align: left;
}
.inditable td {
	padding: 4px;
	line-height: 1.4em;
	vertical-align:middle;
}
.inditable .author, .post .author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.inditable .author a, .post .author a {
	text-decoration: none;	
}

#cat_toggler.minimized, #inditalk_toggler.minimized, #related_toggler.minimized { background-position: 8px -155px; }
#cat_toggler.maximized, #inditalk_toggler.maximized, #related_toggler.maximized { background-position: 8px -189px; }
#cat_toggler, #inditalk_toggler, #related_toggler { text-decoration: none; outline: none; }
#catwindow, #relatedwindow { display: none; }
#catwindow li {
	padding-top: 6px;
	padding-bottom: 6px;
}
#catwindow li h4 a { font-size: 14px; text-decoration: none; line-height: 1.4em; }
#catwindow li small { 
	line-height: 1.3em; 
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables
 */

.dataTables_wrapper {
	position: relative;
}
.dataTables_filter {
	position: absolute;
	top: 6px;
	right: 8px;	
}
.dataTables_filter input, #filter {
	padding: 2px 2px 2px 20px;
}
.dataTables_filter input { width: 150px; }
#filter { width: 140px; }
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * IndiTalk
 */
#inditalk {
	overflow:auto;
}
#chatpost {
	width:184px;
	font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.blurt {
	padding: 4px;
	text-align: left;
	font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-bottom: 3px;
	display:block;
	text-decoration:none;
	overflow: auto;
	word-wrap: break-word;
}
.blurt a {
	text-decoration:underline;
}
.blurt em {
	font-style:normal;
}
.blurt em a {
	text-decoration:none;
}
#tw_sent {
	background: url(/images/ui/icons/16_ok.png) no-repeat 2px 5px;
	padding: 5px 5px 5px 22px;
}
#tw_error {
	background: url(/images/ui/icons/16_alert.png) no-repeat 2px 5px;
	padding: 5px 5px 5px 22px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Threads
 */
.post * { word-wrap: break-word; }
.post {
	padding-top: 8px;
	padding-bottom: 8px;
	overflow: auto;
	width: auto !important;
}
.post.l1 {
	margin-top: 16px;
}
.post.l2 {
	background: url(../images/forum/bg_post.gif) repeat-y;
}
.post.l3 {
	background: url(../images/forum/bg_post_subreplies.png) repeat-y;
}
.post.l3 .col2 {
	background: url(../images/forum/reply_arrow.png) no-repeat 3px 5px;
	padding-left: 25px;
}
.post .col2 blockquote {
	margin-left: 10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.post .col1 {
	width: 155px;
	text-align: right;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.post .col1 .profilepic.s60 {
	padding: 2px;
	background: url(../images/forum/bg_profilepic_60.gif) no-repeat;
	display: inline-block;
	margin-right:0px;
}
.post .col2 {
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 195px;
}
.post .col2 p {
	margin-bottom: 1em;
	margin-top: 0px;
}
.post .col2 ul li {
	background: url(../images/ui/icons/16_bullet_go.png) no-repeat 0px 5px;
	margin-bottom: 0.5em;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.post .col2 ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 2em;
	font-weight: bold;
	font-style:italic;
	font-size: 14px;
}
.post .col2 ol li { margin-bottom: .5em; }
.post .col2 ol li span {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	text-shadow: none;
}
.post.l2 .col1 .replyreply {
	font-size: 10px;
	padding: 5px 5px 5px 13px;
	border: 1px solid #CCC;
	margin-top: 5px;
}
.post.l2 .col1 .replyreply:hover { cursor: pointer; }
.subreplyform textarea { width: 100% }
.subreplyform button {
	border-top-style: none;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.utilitybelt {
	text-align: right;
	margin-bottom: 12px;
	font-size: 11px;
}
.utilitybelt .txtbutton img { margin-right: 2px; }
.edit, .report {
	font-size: 11px;
	padding: 5px 5px 5px 25px;
}
.report:hover { text-decoration: none; }
#reportdiv { display: none; }
.reportform { 
	padding: 4px; 
	margin-left: 2px; 
}
.reportbutton {
	text-indent: -9999px;
	height: 16px;
	width: 18px;
	border-style: none;
	cursor: pointer;
}