/*======================================================================*\
|| #################################################################### ||
|| # vBulletin 3.7.2 Patch Level 1
|| # ---------------------------------------------------------------- # ||
|| # Copyright ©2000-2008 Jelsoft Enterprises Ltd. All Rights Reserved. ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/

/* Definitions we expect */
form {
	margin: 0px;
}

label {
	cursor: default;
}

.normal {
	font-weight: normal;
}

.inlineimg {
	vertical-align: middle;
}

.underline {
	text-decoration: underline;
}

.vbmenu_hilite * {
	cursor: pointer;
}

/* Auto-clearing of floats */
.floatcontainer:after, .block_row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.floatcontainer, .block_row {
	display: inline-block;
}
/* IE-Mac hide \*/
* html .floatcontainer, * html .block_row {
	height: 1%;
}
.floatcontainer, .block_row {
	display: block;
}
/* End IE-Mac hide */

/*======================================================================*\
|| ####################################################################
|| # Downloaded: 01:51, Thu Aug 7th 2008
|| # CVS: $RCSfile$ - $Revision: 15827 $
|| ####################################################################
\*======================================================================*/
/*----------------My styles-------------------*/
body
{
	background: white url(/images/misc/body_bg.gif) left top no-repeat;

}
.tborder { background-color: #f5f5f5; border-color: #ACCC0F;}
.tfoot { background-color: #ff9900;}
.vbmenu_control { background-color: #ff9900;}

.alt1, .alt1Active { background-color: white;}
.alt2, .alt2Active { background-color: #efefef;}/*#FEF6D3;*/
a:link, body_alink { color: #10accc;}
a:visited, body_avisited { color: #10accc;}
a:hover { color: #ff9900;}
a { color: #10accc; text-decoration: underline;}
.tfoot a:link, .tfoot_alink { color: white;}