/* Bootstrap Chloris */
.bscon {
background-color: #fff;
border-width: 1px;
border-color: #ddd;
border-radius: 4px 4px 0 0;
box-shadow: none;
padding: 20px;
}
hr {
margin-top:10px;
margin-bottom:10px;
}
.forumhomerow:hover {
background-color:#F7F7F7;
}





/* column container */
.colmask {
	/*position:relative;*/	/* This fixes the IE7 overflow hidden bug */
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#eee;		/* right column background colour */
}
.threecol .colmid {
	right:17%;			/* R25 */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:75%;			/* C50 */
	background-image:url('/wall.jpg');		/* left column background colour */
}
.threecol .col1 {
	width:71%;			/* C50 - P4 */
	left:102%;			/* 100 + P2 */
}
.threecol .col2 {
	width:4%;			/* L25 - P4 */
	left:23%;			/* R25 + P6 */
}
.threecol .col3 {
	width:13%;			/* R25 - P4 */
	left:102%;			/* 100 - L25 + P10 */
}

#fType_Header {
		font-family: times, Times New Roman, times-roman, georgia, serif;
		font-size: 24px;
		font-style:italic;
		letter-spacing: -1px;
		color: #444;
		margin-bottom: 15px;
		border-bottom:0px dotted gray;
}
#fType_Regular {

		font-size: 18px;
		margin-left:10px;
		margin-top:4px;

}
#fType_Regular_desc {

		margin-left:10px;

}
#forum-home-listforum {
		margin:5px;
}
#forum-home-listforum:hover {
		background-color:#f7f6f6;
		-moz-box-shadow: 0 0 5px gray;
		-webkit-box-shadow: 0 0 5px gray;
		box-shadow: 0 0 5px gray;
}
#forum-home-listthread {
		margin:6px;
		border-bottom:1px solid #c4c4c4;
		
}
#forum-home-listthread:hover {
		border-bottom:1px solid #f7f6f6;
		background-color:#f7f6f6;
		-moz-box-shadow: 0 0 5px gray;
		-webkit-box-shadow: 0 0 5px gray;
		box-shadow: 0 0 5px gray;
}
#thread {
		font-size: 17px;
		font-weight: normal;
		letter-spacing: -1px;
		margin-left:15px;
}
#thread_info {

		margin-left:15px;

}



#forum-listpost {
		background-color: #FAFAFA;
		margin:10px;
		border:0px solid #c4c4c4;
 		position:relative;
}
#forum-listpost-profileheader
{
	background-color:#EDEDED;
}
#forum-listpost-profileheader-left
{
		font-family: times, Times New Roman, times-roman, georgia, serif;
		font-size: 20px;
		letter-spacing: -1px;
		color: black;
		padding: 7px;
		padding-left: 69px;
		margin-top:2px;
		float:left;
		height: 32px;

}
#forum-listpost-profileheader-left2
{
		float: left;
		margin-top:10px;
		font-size: 7pt;
}
#forum-listpost-profileheader-right
{
		float: right;
		margin-top:10px;
}
#forum-listpost-timestamp
{
		text-align:right;
		color:gray;
}
#forum-listpost-body
{
		font-size: 11pt;
		padding: 16px;
}
#forum-listpost-attachments
{
		font-size: 8pt;
		padding: 5px;
		border:1px dotted gray;
		margin: 15px;
}
#forum-attachment-object
{
		padding: 5px;
		border:1px solid gray;
		margin: 5px;
		float: left;
}
#forum-attachment-object:hover
{
		padding: 5px;
		border:1px solid gray;
		margin: 5px;
		float: left;
		background-color: #CC6A91;
}
#forum-listpost-avatar {
 	position:absolute;
 	top:10px;
 	left:10px;
 	width:45px;
 	height:45px;
 	background-color:white;
	background-image:url('/img/blankavatar.gif');
}

#quote {
	padding: 5px;
	margin-left:15px;
	margin-right:15px;
	border-style: solid;
	border-color: #DEDEDE;
	padding-bottom: 0px;
}

#quote>legend {
	font-size: 10pt;
	margin-bottom: 0px;
}


#PostButtonReply {
	float:right;
	text-align: center;
	padding:4px;

}


#PostButtonNewTopic {

	float:right;
	text-align: center;
	padding:4px;

}

#ReplyBox {
	margin: 10px;
}

#ReplyBox_inner {
	padding: 15px;
}

#num_pgs_thread_pag {
	font-size: 8pt;
}















input, textarea {  
    padding: 9px;  
    border: solid 1px #E5E5E5;  
    outline: 0;  
    font: normal 13px/100% Verdana, Tahoma, sans-serif;  
    width: 70%;  
    background: #FFFFFF url('/img/bg_form.png') left top repeat-x;  
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));  
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);  
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    }  
  
textarea {  
    width: 95%;  
    max-width: 95%;  
    height: 150px;  
    line-height: 150%;  
    }  
  
input:hover, textarea:hover,  
input:focus, textarea:focus {  
    border-color: #C9C9C9;  
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;  
    }  
  
.form label {  
    margin-left: 10px;  
    color: #999999;  
    }  
  
.submit input {  
    width: auto;  
    padding: 9px 15px;  
    background: #617798;  
    border: 0;  
    font-size: 14px;  
    color: #FFFFFF;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    }  
















#navcontainer
{
width: 95%;
border-right: 0px solid #000;
padding: 0 0 0 0;
margin-bottom: 1em;
font-family: Arial;
letter-spacing: -1px;
background-color: #90bade;
color: #403B3F;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #E6E8FA;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 3px solid #3F5873;
border-right: 0px solid #A7B8C9;
background-color: #fff;
color: #403B3F;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 3px solid #8F538B;
border-right: 0px solid #5ba3e0;
background-color: #B1CADE;
color: #403B3F;
}





.pagination-xs>li>a, .pagination-sm>li>span {
padding: 2px 5px;
font-size: 10px;
}

.pagination-xs>li>a, .pagination-sm>li>span {
padding-left: 4px;
padding-right: 4px;
}

.pagination-xs>li:last-child>a, .pagination-sm>li:last-child>span {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}