/* General layout */
A:link, A:visited {
	font-weight:bold;
	text-decoration:none;
	color:#005177;
}
A:hover {
	text-decoration:none;
	color:#C33;
}
BODY { background: url("faq/lines2.gif");
	scrollbar-face-color:#AFC6DB;
	scrollbar-shadow-color:#000;
	scrollbar-highlight-color:#DEE7EF;
	scrollbar-3dlight-color:#FFF;
	scrollbar-darkshadow-color:#AFC6DB;
	scrollbar-track-color:#F5F5F5;
	scrollbar-arrow-color:##DEE7EF;
	font-family:Verdana, Helvetica, Arial; 
	font-size:12px;
	margin:10px;
	padding:5px;
}
text {
	font-family:Verdana, Helvetica, Arial;
	font-size:11px;
}
table, td {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

input {
	background: #DEE7EF;
	font-family: Verdana, Helvetica, Arial;
	font-size: 9pt;
	color: #000;
}
textarea {
	background: #DEE7EF;
	font-family: Verdana, Helvetica, Arial;
	font-size: 9pt;
	color: #000;
}
select {
	background: #AFC6DB;
	font-family: Verdana, Helvetica, Arial;
	font-size: 7pt;
	color: #000;
}

/* YaBB navigation links */
/*.nav          { font-size: 10px; text-decoration: none; color: #000000; }
.nav:link     { font-size: 10px; text-decoration: none; color: #000000; }
.nav:visited  { font-size: 10px; text-decoration: none; color: #000000; }
.nav:hover    { font-size: 10px; text-decoration: none; color: #6394BD; font-weight: bold; text-decoration: underline; }
*/
/* YaBB alternating bgcolors */
.tableau {
	background:#5283AC;
	border:1px solid #6394BD;
	padding:0px;
	width:100%;
	font-size:12px;
	color:white;
}

.windowbg {
	background:#bFd6eB;
	font-size:13px;
	font-family:Verdana;
	color:#000;
	border:1px;
}
.windowbg2 {
	background:#F8F8F8;
	font-size:13px;
	font-family:Verdana;
	color:#000;
	border:1px;
}
.windowbg3    { background: #6394BD; font-size: 13px; font-family: Verdana; color: #000000; }
.comment {
	font-size:10px;
	margin:5px;
}

/* Misc./title/category colors */
.hr           { color: #6394BD; }
.title {
	background: url("faq/lines3.gif") #6E94B7;
	border:1px solid #6E94B7;
	color: #7070cf;
	padding:5px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.title_line {
	background: url("faq/lines9.gif") #afc6db;
	border:1px solid #6E94B7;
	padding:5px;
	color:#4040A0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
}
.imgmenu, A.title_link:visited, A.title_link:active, A.title_link:hover, A.title_link {
	font-style:normal;
	color:#4040A0;
	font-weight:bold;
}
.header2 {
	margin:20px 10px;
	font-size:14px;
	color:black;
	font-weight:bold;
}

/* submit button */
.brothersubmit {
	font-size:8pt;
}

.text1        { font-style: normal; font-weight: bold; font-size: 12px; color: #FFF; }
.catbg        { background: #DEE7EF; color: #000; font-weight: bold; font-size: 13px; }

/* Image fonts */
.imgbg        { font-style: normal; font-size: 10px; color: #005177; }
.imgcatbg     { font-style: normal; font-size: 10px; color: #005177; font-weight: bold; }
.imgtitlebg   { font-style: normal; font-size: 10px; color: #FFF;  font-weight: bold; }
.imgwindowbg  { font-style: normal; font-size: 9px; color: #005177; }

/* Post quote/code colors */
.quote {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial;
	color: #000;
	background: #DEE7EF;
}
.code {  }
*[class="code"] { line-height : 1em }
.code {
	border: 1px inset #a1a4b2;
	padding: 6px;
	background: #e1e4f2;
	color: #000;
}

.codeheader { /* Code LUA */
	border-bottom:1px dashed #966;
	margin-bottom:5px;
	font-weight:bold;
}

.entetecitation {
	border-bottom:1px dashed #966;
	margin-bottom:5px;
	font-weight:bold;
}


/* Code highlighting */

.codekeyword {color:black; font-weight:bold;}
.codetext {color:#004;}
.codestring {color:#00c;}
.codecomment {color:#ff7f00; font-style:italic;}
.codedoc {color:#aa4400; font-style:normal; }
.codesymbol {color:black;}
.codenumber {color:#00f;}
.codepreproc {color:#008000; font-style:italic;}
.codefunction {color:#7f007f; border-bottom:1px dashed #ccc;}
A.phpfunction:link, A.phpfunction:visited {color:#005177; font-weight:bold; text-decoration:underline;}
A.phpfunction:hover {color:#c33; text-decoration:underline;}
.codelinenumber {font-style:normal; font-weight:normal; color:#666; margin-right:10px;}
