/*--------------------------------------------------------
  |                     YaBB 2005                        |
  --------------------------------------------------------
  |     Created by: XIMinc http://www.ximinc.com         |
  |                 YaBB http://www.yabbforum.com        |
  --------------------------------------------------------*/

/* General layout */

body {
	padding: 0;
	background-color: #ffffe6;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;

	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
form {
	display: inline;
	padding: 0px;
	margin: 0px;
}

/* YaBB alternating bgcolors */

.windowbg {
	background-color: #DDE3EB;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, sans-serif;
	color: #304B58;
}
.windowbg2 {
	background-color: #FEFEFE;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, sans-serif;
	color: #304B58;
}
.windowuv {
	background-color: #CCFFFF;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, sans-serif;
	color: #304B58;
}

/* Misc/title/category colors */

.small {
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.titlebg {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #ffffff;
	background-color: #6699cc;
}
.titlebg a{
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #ffffff;
}
.titlebg a:hover{
	text-decoration: underline;
}
.catbg {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #ffffff;
	background-color: #ADC7E1; 
}
.catbg a{
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #ffffff;
}
.catbg a:hover{
	text-decoration: underline;
}

/* Anything below here is just for the template */

.boardcontainer {
	background-color: #bbbbbb;
	border-bottom: 3px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}
.seperator {
	border-bottom: 3px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	background-color: #bbbbbb;
}
