/*
DEFAULT CLASSES
*/

*			{ font-family: verdana, arial, helvetica; font-size: 10px; color: #FFFFFF; }

body		{ background: #000000 url('../images/bg.gif') repeat; margin: 0px }

input		{ font-size: 10px; color: #000000; }

textarea	{ font-size: 10px; color: #000000; }

option		{ font-size: 10px; color: #000000; }

h1			{ font-size: 18px; font-weight: bold; color:#FFFFFF; text-transform: uppercase; padding-left:5px }

h2			{ font-size: 18px; font-weight: bold; color:#FFFFFF; text-transform: uppercase; }

h2 a		{ font-size: 18px; font-weight: bold; color:#FFFFFF; text-transform: uppercase; }

h2 a:hover	{ color:#FFFFFF; text-decoration: underline; }

a			{ color: #DF4200; text-decoration: none; }

a:hover		{ color: #FB7000; text-decoration: underline; }

/*
CUSTOM CLASSES
*/

.container		{ background: url('../images/bg_gradient.gif') repeat-x; margin: 0px }

.webpage		{ background: #494949 url('../images/bg_content.gif') repeat; }

.header			{ background: url('../images/header.gif') no-repeat; }

.menu			{ background: url('../images/bar_red.gif') repeat-x; }

.submenu		{ background: #1D1D1D; padding-left: 20px; }

.content_1		{ background: url('../images/bg_blocks.gif'); }

.content_2		{ padding: 20px; }

.content_3		{ padding-top: 10px; padding-bottom: 10px; }

.list_header	{ font-size: 10px; font-weight: bold; }

.text_white		{ color: #FFFFFF; }

.text_white a	{ color: #FFFFFF; text-decoration: none; }

.text_data		{ color: #797979; }

.text_data a	{ color: #797979; text-decoration: underline; }

.error			{ color: #DF4200; font-weight: bold; }

/*
BLOCKS
*/

.subblock_corner_top_left		{ background: url('../images/corner_top_left.gif'); }

.subblock_corner_top_right		{ background: url('../images/corner_top_right.gif'); }

.subblock_corner_bottom_left	{ background: url('../images/corner_bottom_left.gif'); }

.subblock_corner_bottom_right	{ background: url('../images/corner_bottom_right.gif'); }

.subblock_line_right			{ background: url('../images/line_right.gif'); }

.subblock_line_left				{ background: url('../images/line_left.gif'); }

.subblock_line_top				{ background: url('../images/line_top.gif'); }

.subblock_line_bottom			{ background: url('../images/line_bottom.gif'); }

.subblock_bg					{ background: url('../images/bg_subblock.gif'); }
