body {
	background: #fff;
	margin: 0;
	padding: 0;
	color: #666;
}

body, td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.4em;
}

body.systemmessage
{
	padding: 20px;
	background-color: #f60;
	color: #fff;
}

hr {
	height: 1px;
	border: 0;
	border-bottom: 1px solid #ddd;
	color: #999;
}

strong {
	color: #0A7DAA;
}

form
{
	padding: 0;
	margin: 0;
}



a img
{
	border: 0;
}



a:link {
	font-weight: bold;
	text-decoration: none;
	color: #F60;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #F60;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #F30;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #F6600F;
}



small
{
	font-size: 0.9em;
}






/* section colors ________________________________________________ */
/*
div.colstart #stripe
{
	background-color: #f60;
}
div.colstart a:link,
div.colstart a:visited
{
	color: #f60;
}

div.colpeople #stripe
{
	background-color: #39c;
}
div.colpeople a:link,
div.colpeople a:visited
{
	color: #39c;
}

div.colmasterschool #stripe
{
	background-color: #6c0;
}
div.colmasterschool a:link,
div.colmasterschool a:visited
{
	color: #6c0;
}
*/









#wrapper {
	position: relative;
/*	width: 800px;
	margin-left: auto;
	margin-right: auto;*/
}



#toppart
{
	background-color: #333;
	padding-top: 5px;
}





#loginbar
{
	position: relative;
	width: 900px;
	height: 60px;
	margin: 0 auto;
	line-height: 11px;
	font-size: 9px;
	color: #ccc;
	background-image: url(img/logo_inverse.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#loginbar a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#loginbar strong
{
	color: #fff;
	font-weight: bold;
}





#mainmenu
{
	/*margin: 0 auto;
	width: 900px;*/
	position: absolute;
	bottom: 0;
	left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 28px;
	overflow: hidden;
}

#mainmenu li
{
	float: left;
	padding: 4px;
	border-left: 1px solid #eee;
	border-right: 1px solid #999;
	background-color: #ddd;
	background-image: url(img/tab_off.gif);
	line-height: 20px;
	font-size: 10px;
}

#mainmenu li.on
{
	background-color: #fff;
	background-image: none;
}

#mainmenu a:link {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
#mainmenu a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
#mainmenu a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#mainmenu a:active {
	font-weight: bold;
	text-decoration: none;
	color: #F30;
}






#mainpart
{
	position: relative;
	width: 900px;
	margin: 0 auto;
}




#search
{
	padding: 5px 0;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	background-image: url(img/searchbar_bck.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: right;
	font-size: 9px;
}

#search form
{
	width: 900px;
	padding: 0;
	margin: 0 auto;
}

#search input,
#search select
{
	font-size: 10px;
}



#stripe
{
	height: 3px;
	background-color: #f60;
	border-top: 1px solid #999;
	border-bottom: 1px solid #ccc;
}



#logo {
	position: absolute;
	right: 0; top: 0;
}


#flashbar {
	position: relative;
	width: 625px;
}






#content
{
	position: relative;
/*	margin-right: 185px;
	width: 625px;
	
	background-image: url(img/submenu_bck.gif);
	background-position: left;
	background-repeat: repeat-y;*/
	overflow: hidden;
}






#submenu
{
	/*
	position: absolute;
	top: 53px;
	left: 0px;
	*/
	float: left;
	width: 197px;
}

#submenu h1
{
	color: #ccc;
}

#submenu ul {
	list-style: none;
	margin: 0 0 10px 0; 
	padding: 0;
	border-top: 1px solid #eee;
}

#submenu li {
	margin: 0;
	padding: 2px 10px 2px 4px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #eee;
	background-image: url(img/arr_sm.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#submenu a:link {
	color: #666;
	text-decoration: none;
}
#submenu a:visited {
	color: #666;
	text-decoration: none;
}
#submenu a:hover {
	color: #000;
	text-decoration: none;
}
#submenu a:active {
	color: #f60;
	text-decoration: none;
}

#submenu li.active
{
	background-color: #eee;
	color: #000;
}

#submenu li.active a:link,
#submenu li.active a:visited
{
	color: #000;
}




#main {
	margin: 0 0 0 220px;
	padding: 0 0 140px 0;
	/*width: 420px;*/
}

div.full {
	margin: 0;
	padding-left: 10px;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #f60;
	margin: 20px 0 22px 0;
	padding: 0px;
	line-height: 18px;
}

h2 {
	font-size: 12px;
	color: #333;
	margin: 10px 0 0 0;
	padding: 0px;
	line-height: 18px;
}

h3 {
	font-size: 12px;
	color: #666;
	margin: 10px 0 5px 0;
	padding: 0px;
	line-height: 14px;
}














form div.formtitle
{
	margin-top: 10px;
}

.fullsize
{
	width: 650px;
	padding: 3px 2px;
	margin: 3px 0 0 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	/*
	background-color: #D6EAFF;
	color: #405F7F;
	border: 1px solid #648FBE;
	*/
}

textarea.fullsize
{
	height: 200px;
}

form div.msg
{
	color: #f30;
	font-weight: bold;
}









/* CARD TABLE */
table.card {
	width: 100%;
	margin: 0 0 25px 0;
	padding: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
}

table.card tr {
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}

table.card tr.altrow {
	background-color: #fff;/*#E7F2F7;*/
}


table.card td {
	padding: 2px 4px 2px 4px;
	line-height: 14px;
}

table.card td.label {
	width: 20%;
	text-align: left;
	font-size: 9px;
}

table.card td.entry {
	width: 80%;
}









table.list
{
	width: 675px;
	margin: 0 0 15px 0;
	padding: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
}

table.list tr.altrow {
	background-color: #fff;/*#E7F2F7;*/
}

table.list td
{
	line-height: 14px;
	padding: 5px 0 5px 4px;
	border-bottom: 1px solid #ddd;
}

table.list th
{
	color: #333;
	font-weight: bold;
	padding: 10px 0 2px 4px;
	border-bottom: 2px solid #ccc;
	background-color: #fff;
	text-align: left;
	font-size: 10px;
}



table.list .title
{
	font-size: 12px;
	font-weight: bold;
}






div.section
{
	background-color: #E7F2F7;
	background-image: url(img/section_bck_br.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0;
	margin: 0 0 15px 0;
}

div.section h3
{
	margin: 0;
	padding: 0;
	background-image: url(img/section_bck_tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

div.section h3 span
{
	display: block;
	margin: 0;
	padding: 10px 10px 5px 10px;
	background-image: url(img/section_bck_tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div.section .cont
{
	padding: 0 10px 10px 10px;
	background-image: url(img/section_bck_bl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}






div.note
{
	background-color: #FFE1CD;
	background-image: url(img/note_bck_tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0;
	margin: 0 0 14px 0;
	border-bottom: 1px solid #fff;
}

div.note .cont
{
	display: block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	background-image: url(img/note_bck_br.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}









/*
==============================
for forum
==============================
*/
#forum {
	padding: 10px;
}


/* -- buttons -- */
.btnrow {
	position: relative;
}
.btnrow .spacer {
	width: 10px;
	display: table-cell;
}

.btn {
	width: 100px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: top left;
	display: table-cell;
}
.btn a  {
	display: block;
	text-decoration: none;
}
.btn a:visited, #post .btn a:active, #post .btn a:hover,  {
	text-decoration: none;
}
.btnpost {
	background-image: url(img/bF/btn_post.gif);
}
.btnreply {
	background-image: url(img/bF/btn_reply.gif);
}
.btnorderdesc {
	background-image: url(img/bF/btn_orderdesc.gif);
}
.btnorderasc {
	background-image: url(img/bF/btn_orderasc.gif);
}
.right {
	position: absolute;
	top: 0;
	right: 0;
}






/* -- posts -- */
#post {
	background-color: #ddd;
	margin: 0 0 10px 0;
}

#post .cont {
	padding: 0 10px 0 10px;
}

#post .cont .title {
	font-size: 12px;
	font-weight: bold;
}
#post .cont .title:before {
	content: url(img/bF/post_bubble.gif);
}

#post .cont .posttext {
	color: #333;
	padding: 10px 0 20px 0;
}

#post .toprow {
	height: 10px;
	overflow: hidden;
	background-image: url(img/bF/post_tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#post .endrow {
	height: 10px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top right;
}
#post .toprow .endrow {
	background-image: url(img/bF/post_tr.gif);
}
#post .botrow .endrow {
	background-image: url(img/bF/post_br.gif);
}

#post .botrow {
	height: 10px;
	overflow: hidden;
	background-image: url(img/bF/post_bl.gif);
	background-repeat: no-repeat;
	background-position: top left;
}






#replyform {

}

#replyform input {
	font-size: 11px;
	font-family: Arial, Geneva, sans-serif;
}

#replyform textarea {
	font-size: 11px;
	font-family: Arial, Geneva, sans-serif;
	width: 100%;
	height: 120px;
	border: 1px solid #ccc;
}

#replyform .txtbox {
	background-color: #eee;
	border: 1px solid #ccc;
	width: 100%;
	padding: 2px;
}






div.reply {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
}

div.reply .title {
	font-size: 12px;
	font-weight: bold;
}
div.reply .title:before {
	content: url(img/bF/reply_bubble.gif);
}

div.reply .posttext {
	color: #333;
	padding: 10px 0 20px 0;
}
