* {
	margin: 0px;
	padding: 0px;
}
body {
	/* default */
	background-color: #336699;
	background-image: url('/images/bg-body.gif');
	background-repeat: repeat-x;
	/* halloween */
	/* background-color: #000000; */
	/* background-image: none; */
	/* xmas */
	/* background-color: #336699; */
	/* background-image: url('/images/bg-body-xmas.png'); */
	/* background-repeat: repeat-x; */
	/* halloween */
	/* background-color: #000000; */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}
a {
	color: #003366;
	cursor: pointer;
	text-decoration: underline;
}
a:hover {
	color: #ff6600;
	text-decoration: none;
}
img {
	border: none;
	vertical-align: bottom;
}
hr {
	/*margin: 5px 0;*/
}
form {
	display: inline;
}
label {
	cursor: default;
}
input, textarea, select, option, optgroup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
}
input, textarea {
	padding: 1px;
}

input[type='checkbox'], input[type='radio'] {
	margin: 2px;
}
fieldset {
	padding: 2px;
}
legend {
	margin: 2px;
	padding: 2px;
	vertical-align: middle;
}
blockquote {
	margin: 1em;
}
#anchor_top {
	display: none;
}
#promo {
	/* default */
	background-color: #003366;
	color: #ffffff;
	/* halloween */
	/* background-color: #000000; */
	/* color: #ff0000; */
	font-size: 0.6em;
	height: 11px;
	padding: 2px 10px;
}
#container {
	margin: 0px auto;
	width: 980px;
}
#header {
	/* birthday */
	/* background-color: #6699cc; */
	/* background-image: url('/images/bg-header-birthday-8.png'); */
	/* background-position: left top; */
	/* background-repeat: repeat-x; */
	/* halloween */
	/* background-image: url('/images/bg-header-halloween.png'); */
	/* background-position: left top; */
	/* background-repeat: no-repeat; */
	position: relative;
	width: 980px;
}
#logo {
	display: block;
	padding: 10px 10px;
}
#logo img {
	background-image: url('/images/logo.png');
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	width: 202px;
}
#nav {
	background-color: #003366;
	background-image: url('/images/bg-nav.png');
	background-repeat: repeat-x;
	clear: both;
	float: left;
	height: 28px;
	overflow: hidden;
	position: relative; /* IE */
	width: 100%;
}
#nav ul {
	clear: both;
	float: left;
	list-style-type: none;
}
#nav li {
	float: left;
	text-align: center;
}
#nav a {
	color: #ffffff;
	display: block;
	float: left;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1.25em;
	padding: 8px 12px 6px 12px;
	text-decoration: none;
}
#nav a:hover {
	background-color: #003366;
	border-top: 2px solid #ff9900;
	color: #ffcc00;
	line-height: 1.30em;
	padding-top: 6px;
	text-decoration: underline;
}
#nav a.new {
	background-image: url('/images/ico-new.png');
	background-position: 100% 0px;
	background-repeat: no-repeat;
}
#nav a.new:hover {
	background-image: url('/images/ico-new.png');
	background-position: 100% -2px;
	background-repeat: no-repeat;
}
#nav .navon a, #nav .navon a:hover {
	background-color: #336699;
	border-top: 2px solid #ff9900;
	color: #ffcc00;
	line-height: 1.30em;
	padding-top: 6px;
	text-decoration: none;
}
#nav .navon a.new, #nav .navon a.new:hover {
	background-image: url('/images/ico-new.png');
	background-position: 100% -2px;
	background-repeat: no-repeat;
}
#searchblock {
	background-color: #ffcc00;
	display: block;
	height: 20px;
	overflow: hidden;
	padding: 4px 2px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 188px;
}
#searchblock input {
	font-size: 0.65em;
	height: 14px;
	line-height: 1.45em;
	vertical-align: top;
}
#searchblock input.button {
	height: 20px;
	line-height: 1.15em;
}
#breadcrumbs {
	background-color: #336699;
	clear: both;
	color: #ffffff;
	font-size: 0.7em;
	padding: 4px;
}
#breadcrumbs a {
	color: #ffffff;
	text-decoration: underline;
}
.banner {
	/* default */
	background-color: #f3f8ff;
	clear: both;
	margin: 0px auto;
	padding: 10px;
	text-align: center;
}
#memberblock {
	background-color: #ffffff;
	background-image: url('/images/bg-memberblock.png');
	/* halloween */
	/* background-image: url('/images/bg-memberblock-alpha40.png'); */
	background-repeat: no-repeat;
	color: #000000;
	font-size: 11px;
	height: 52px;
	padding: 4px;
	position: absolute;
	right: 0px;
	top: 10px;
	width: 302px;
	z-index: 10;
}
#memberblock a {
	/* halloween */
	/* color: #ff0000; */
}
#memberblock #navbar_username {
	font-size: 11px;
	width: 100px;
}
#memberblock #navbar_password {
	font-size: 11px;
	width: 100px;
}
#footer {
	background-color: #003366;
	clear: both;
	color: #ffffff;
	font-size: 0.7em;
	line-height: 1.4em;
	padding: 10px;
	position: relative; /* IE */
	text-align: center;
}
#footer a {
	color: #ffffff;
	text-decoration: underline;
}
#mainwrapper {
	/* default */
	background-color: #f3f8ff;
	clear: both;
	float: left;
}
#main {
	display: inline; /* IE */
	float: left;
	margin: 0px 10px 10px 10px;
	width: 650px;
}
.thead {
	background: #6699cc;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}
.thead a {
	color: #ffffff;
}
.thead a:hover {
	color: #ffffff;
}
.vbmenu_control {
	background: #003366;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	white-space: nowrap;
}
.vbmenu_control a:link, .vbmenu_control_alink {
	color: #ffffff;
	text-decoration: none;
}
.vbmenu_control a:visited, .vbmenu_control_avisited {
	color: #ffffff;
	text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover {
	color: #ffffff;
	text-decoration: underline;
}
.vbmenu_control img {
	vertical-align: middle;
}
.vbmenu_popup {
	background-color: #ffffff;
	border: 1px solid #003366;
	font-size: 11px;
}
.vbmenu_option {
	background-color: #e1e4f2;
	color: #333333;
	cursor: pointer;
	font-size: 11px;
	padding: 4px;
	white-space: nowrap;
}
.vbmenu_option a:link, .vbmenu_option_alink {
	color: #333333;
	text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited {
	color: #333333;
	text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover {
	color: #000000;
	text-decoration: none;
}
.vbmenu_hilite {
	background-color: #f5f5ff;
	color: #000000;
	cursor: pointer;
	font-size: 11px;
	padding: 4px;
	white-space: nowrap;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink {
	color: #000000;
	text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited {
	color: #000000;
	text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover {
	color: #000000;
	text-decoration: none;
}
td.thead, th.thead, div.thead {
	padding: 4px;
}
.inlineimg {
	vertical-align: middle;
}
.smallfont {
	font-size: 11px;
}
#vB_Editor_001_smiliebox td {
	padding: 1px;
}
.imagebutton img {
	vertical-align: middle;
}
.adsense_title, .adsense_title a {
	color: #003366;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.adsense_line1 {
	color: #000000;
	font-size: 12px;
}
.adsense_line2 {
	color: #000000;
	font-size: 12px;	
}
.adsense_showurl, .adsense_showurl a {
	color: #008000;
	font-size: 11px;
	text-decoration: none;
}

/* windows 7 */
/* body#index {
	background-color: #daf3fd;
	background-image: url('/images/bg-body-7.png');
	background-position: top center;
	background-repeat: no-repeat;
	cursor: pointer;
}
body#index * {
	cursor: default;
}
body#index a, body#index #header, body#index #logo {
	cursor: pointer;
}
body#index #promo {
	visibility: hidden;
}
body#index .banner, body#index #mainwrapper {
	background-color: #ffffff;
} */

/* xmas 09 */
/*body#index {
	background-color: #f6f6f6;
	background-image: url('/images/bg-body-xmas09.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}
body#index .banner, body#index #mainwrapper {
	background-color: #ffffff;
}*/

/* new year */
/*#logo img {
	background-image: url('/images/logo_happynewyear.png');
	background-repeat: no-repeat;
	width: 400px;
}*/