/* MAIN */
body, html { height: 100%; }
html, body, form, table, tr, td, p { margin: 0; padding: 0; border: 0; }
body, table, input, select, textarea, tr { font-size: 10px; font-family: Verdana, sans-serif; }
body {
	background-image: url('./_img/bg_main.gif');
	background-repeat: repeat-x;
	background-color: #4f5962;
	color: #FFF;
}
.scrollfix {
 	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #000;
	scrollbar-track-color: #F4F2F3;
	scrollbar-darkshadow-color: #cccccc;
}
h3 { font-family: Tahoma, Verdana, sans-serif; font-weight: bold; font-size: 11px; margin: 0 0 5px 0; }

div.menu-start { background: url('./_img/menu_off.gif'); background-position: 10px 0; background-repeat: no-repeat; vertical-align: bottom; }
td.menu { width: 99px; height: 18px; background: url('./_img/menu_off.gif'); background-repeat: no-repeat; padding: 3px 0 0 3px; cursor: pointer; font-size: 10px; font-family: Arial Black; }
td.menu_on { width: 99px; height: 18px; background: url('./_img/menu_on.gif'); background-repeat: no-repeat; padding: 3px 0 0 3px; cursor: pointer; font-size: 10px; font-family: Arial Black; }

input.txt, textarea.txt { font-size: 10px; font-family: Verdana, sans-serif; border: 1px solid #FFF; background: #000; margin: 0; color: #FFF; }
input.txt { height: 20px; width: 107px; padding: 3px 0 0 2px; }
textarea.txt { height: 178px; width: 219px; overflow: auto; padding: 2px 0 0 2px; }

input.b { height: 14px; border: 0; color: #000; cursor: pointer; }


img { border: 0; margin: 0; }
td { vertical-align: top; }
a { color: #DCC2E5; text-decoration: none; }
a.menu, a.menu:hover { text-decoration: none; }
a:hover { text-decoration: underline; }
div.brd { margin: 3px 0 4px 0; line-height: 1px; height: 1px; width: 100%; border-bottom: 1px solid #999; }
img.brd, td.brd { border: 1px solid #000; }
img.obrd, td.obrd { border: 1px solid #CC6600; }
img.bbrd { border: 2px solid #FF6600; }
img.obbrd { border: 2px solid #CC6600; }
a.on { color: #FF6600; }
.cur { cursor: pointer; }
.cnt { text-align: center; }
.sml { font-size: 9px; }
.gray { color: C0C0C0; }
.blk { color: #000; }
.red { color: red; }
.odd { color: #2C3C53; }
.even { color: #A75269; }
.light { color: #DCC2E5; }
.em { font-style: italic; }
.bld { font-weight: bold; }
.em { font-style: italic; }
.ul { text-decoration: underline; }
.wht { color: #FFF; }
.foot, a.foot { font-size: 10px; color: #000; font-family: verdana, arial, sans-serif; }
