/* forum table  */

.content tr.small
{
	font-size:11px;
}
.content tr.small_solved
{
	font-size:11px;
	color:#494949;
}
.content tr input
{
	width:auto;
	background-color:white;
}
.content tr.small form
{
	display:inline;
	padding-right:6px;
}
.content tr.small_solved a
{
	color:#494949 !important;
}
/* Forun  */
/*
Styles for forum
*/
#prefixes_submit
{
	padding:1px;
	padding-left:4px;
	padding-right:4px;
	margin:0px;
	margin-left:10px;
	height:18px;
	font-size:11px;
}
p.toptions
{
	margin:0px;
	color:#494949 !important;
	float:right;
	
}
p.toptions a
{
	color:#494949 !important;
}
/* Post CSS */
.posthead
{
	font-size:11px;
	font-weight:bold;
	background-color:#C8D7E3;
	padding:3px;
}
.post
{
	border:1px solid #3C78B5;
	background:#F0F6F7;
}
.leftpost
{
	float:left;
	width:160px;
	background:#F0F6F7;
	padding:4px;

}
.rightpost
{
	background:white;
	overflow:auto;
	padding:4px;
}
.rightpost img
{
	max-width:100%;
}
.leftbottompost
{
	float:left;
	width:160px;
	background:#F0F6F7;
	padding:4px;
	padding-top:5px;
	font-size:11px;
}
.rightbottompost
{
	background:white;
	padding:4px;
	padding-top:5px;
	overflow:auto;
	font-size:11px;
}
/*  add post/topic */
.postform
{
	margin: 0 auto 0 auto;
	width:100%;
	padding-bottom: 5px;
	margin-top:20px;
	background:#F0F6F7;
	border: 1px solid #3C78B5;
	font-size:0.9em;
}
.postform input
{
	margin-bottom:5px;
	margin-top: 5px;
	width:99%;
	border: 1px solid #3C78B5;
	background:white;
}
 .postform textarea
 {
	width:99%;
	height:300px;
	border: 1px solid #3C78B5;
 }
.leftpostform
{
	clear:both;
	float:left;
	width:130px;
	padding:5px;
}
.rightpostform
{
	overflow:auto;
	padding:5px;
	display: block;
}
.comments
{
	text-align:center;
}
.comments input
{
	width:auto;
}
#checkboxes input
{
	width:auto;
	padding-right:15px;
}
a.solve
{
	background-image:url(solve.png);
	background-repeat:no-repeat;
	padding-left:19px;
}
a.unsolve
{
	background-image:url(unsolve.png);
	background-repeat:no-repeat;
	padding-left:19px;
}

.found_highlight{
    padding: 0pt; 
    background-color: yellow; 
    color: black; 
    display: inline; 
    sfont-size: inherit;
}

.captcha{
    vertical-align: top;
    margin: 0;
}
.captcha input{
    width:100px !important;
    vertical-align: top;
    margin: 0;
    height:24px;
    line-height: 24px;
    padding: 0 5px;
}
.captcha img {
    border:1px solid #3C78B5;
    vertical-align: top;
    margin: 0;
}

/* CODE tag  */
.highlight .hll { background-color: #ffffcc }
.highlight  { }
.highlight .c { color: #408080; font-style: italic } /* Comment */
.highlight .err { border: 0px; } /* Error */
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #BC7A00 } /* Comment.Preproc */
.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #808080 } /* Generic.Output */
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0040D0 } /* Generic.Traceback */
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008000 } /* Keyword.Pseudo */
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #B00040 } /* Keyword.Type */
.highlight .m { color: #666666 } /* Literal.Number */
.highlight .s { color: #BA2121 } /* Literal.String */
.highlight .na { color: #7D9029 } /* Name.Attribute */
.highlight .nb { color: #008000 } /* Name.Builtin */
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.highlight .no { color: #880000 } /* Name.Constant */
.highlight .nd { color: #AA22FF } /* Name.Decorator */
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0000FF } /* Name.Function */
.highlight .nl { color: #A0A000 } /* Name.Label */
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #19177C } /* Name.Variable */
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #666666 } /* Literal.Number.Float */
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
.highlight .sc { color: #BA2121 } /* Literal.String.Char */
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.highlight .sx { color: #008000 } /* Literal.String.Other */
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #19177C } /* Name.Variable.Class */
.highlight .vg { color: #19177C } /* Name.Variable.Global */
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */

