/* CSS Document */
/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
CSS RESET FILE
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin:0;padding:0;border:0;outline:0;
	font-weight:inherit;font-style:inherit;font-size:inherit;font-family:inherit;
	vertical-align:baseline;
}

:focus			{outline:0;}
html			{height:100%;}
body			{line-height:auto;color:black;background:white;height:100%;}

table			{}
caption, th, td	{text-align:left;vertical-align:top;font-weight:normal;}
img				{border:none;margin:0px;padding:0px;display:block;}
p				{margin-top:0;margin-bottom:0;}

blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q	{quotes:"" "";}

/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION A : COMMON ELEMENTS
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
HTML	{width:100%;height:100%;}
BODY	{
		background:#191918;
		color:#cccccc;font-family:Verdana,Arial,Helvetica,sans-serif;text-decoration:none;
		font-size:10px;visibility:visible;margin:0px;
		padding:0px;width:100%;height:100%;line-height:auto;
		}
IMG		{border:none;margin:0px;padding:0px;}
UL		{margin-left:10px;}
OL		{margin-left:10px;margin-top:10px;margin-bottom:10px;}
LI		{margin-left:20px;padding-top:2px;padding-bottom:2px;}

TD		{font-family:Verdana,Arial,Helvetica,sans-serif;text-align:left;vertical-align:top;}


/*----------------------------------------------------------------------------*/

FORM				{margin:0px;}
TEXTAREA			{border:1px solid #666666;background:#E7E7E7;color:#666666;font-size:10px;padding:1px;margin:0px;font-family:Verdana, Arial, Helvetica, sans-serif;overflow:auto;}
SELECT				{border:1px solid #666666;background:#E7E7E7;color:#666666;font-size:10px;padding:1px;margin:0px;font-family:Verdana, Arial, Helvetica, sans-serif;}	
INPUT				{border:1px solid #666666;background:#E7E7E7;color:#666666;font-size:10px;padding:2px;margin:0px;font-family:Verdana, Arial, Helvetica, sans-serif;}

.disabled			{background:#333333;color:#999999;}
.dashed				{border:1px dashed #666666;background:#E7E7E7;}
.dashed_disabled	{border:1px dashed #666666;background:#333333;color:#999999;}
.error				{border:1px #FF0000 solid;}
.date				{width:85px;background:url(../../_img/BG_datepicker.gif) right no-repeat;padding-top:2px;}
.date_disabled		{width:85px;background:url(../../_img/BG_datepicker_disabled.gif) right no-repeat;padding-top:2px;background:#333333;color:#999999;}
.amount				{width:80px;background:url(../../_img/BG_amount.gif) no-repeat;text-align:right;}
.amount_disabled	{width:80px;background:url(../../_img/BG_amount_disabled.gif) no-repeat;text-align:right;background:#333333;color:#999999;}
.submit_gray		{background:#999999;font-family:Verdana, Arial, Helvetica, sans-serif;cursor:pointer;color:#EEEEEE;font-size:9px;font-weight:bold;border:1px solid #999999;padding:1px;}
.submit_green		{background:#b1cf3c;font-family:Verdana, Arial, Helvetica, sans-serif;cursor:pointer;color:#333333;font-size:9px;font-weight:bold;border:1px solid #b1cf3c;padding:1px;}
.submit_disabled	{background:#999999;font-family:Verdana, Arial, Helvetica, sans-serif;cursor:pointer;color:#CCCCCC;font-size:9px;font-weight:bold;border:1px solid #999999;padding:1px;}
.checkbox			{border:0px;padding:0px;margin:0px;margin-top:3px;background:none;width:12px;height:12px;vertical-align:sub;}
.checkbox_skip		{border:0px;padding:0px;margin:0px;margin-top:3px;background:none;width:12px;height:12px;vertical-align:sub;}
.radio 				{border:0px;padding:0px;margin:0px;margin-top:3px;background:none;width:10px;height:10px;vertical-align:sub;}
.file 				{width:100%;}


/*----------------------------------------------------------------------------*/

P 	{margin-top:10px;margin-bottom:15px;}

HR	{
	border:none;margin-top:10px;margin-bottom:0px;height:1px;width:100%;border-bottom:1px solid #666666;;
	}
HR.flush	{
	margin-left:-15px;
	}

/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION B : HYPERLINKS
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
A				{text-decoration:underline;color:#CCCCCC;}
A:link			{text-decoration:underline;color:#CCCCCC;}
A:active		{text-decoration:underline;color:#CCCCCC;}
A:visited		{text-decoration:underline;color:#CCCCCC;}
A:hover			{text-decoration:none;color:#CCCCCC;}

A.green			{text-decoration:none;color:#b1cf3c;}
A:link.green	{text-decoration:none;color:#b1cf3c;}
A:active.green	{text-decoration:none;color:#b1cf3c;}
A:visited.green	{text-decoration:none;color:#b1cf3c;}
A:hover.green	{text-decoration:underline;color:#b1cf3c;}

A.label_btn_green			{text-decoration:none;color:#333333;}
A:link.label_btn_green		{text-decoration:none;color:#333333;}
A:active.label_btn_green	{text-decoration:none;color:#333333;}
A:visited.label_btn_green	{text-decoration:none;color:#333333;}
A:hover.label_btn_green		{text-decoration:none;color:#333333;}

A.news			{text-decoration:none;color:#999999;}
A:link.news		{text-decoration:none;color:#999999;}
A:active.news	{text-decoration:none;color:#999999;}
A:visited.news	{text-decoration:none;color:#999999;}
A:hover.news	{text-decoration:underline;color:#999999;}

A.img			{text-decoration:none;border:none;}
A.img:link		{text-decoration:none;border:none;}
A.img:active	{text-decoration:none;border:none;}
A.img:visited	{text-decoration:none;border:none;}
A.img:hover		{text-decoration:none;border:none;}
/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION C : TEXT MANIPULATION
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
.xxsmall	{font-size:9px; line-height:15px;}
.xsmall		{font-size:10px;line-height:16px;}
.normal		{font-size:11px;line-height:17px;}
.medium		{font-size:12px;line-height:18px;}
.big		{font-size:13px;line-height:19px;}
.xbig		{font-size:14px;line-height:20px;}
/*----------------------------------------------------------------------------*/

.arial		{font-family:Arial,Helvetica,sans-serif;}
.verdana	{font-family:Verdana,Arial,Helvetica,sans-serif;}

/*----------------------------------------------------------------------------*/

.white		{color:#FFFFFF;}
.black		{color:#000000;}
.gray		{color:#999999;}
.dgray		{color:#777777;}
.green		{color:#b1cf3c;}
.dgreen		{color:#669900;}
.red		{color:#CC0000;}
.lred		{color:#FF0000;}
.light		{color:#CCCCCC;}

/*----------------------------------------------------------------------------*/

.bold		{font-weight:bold;}
.nobold		{font-weight:normal;}
.italic		{font-style:italic;}
.uppercase	{text-transform:uppercase;}
.lowercase	{text-transform:lowercase;}
.underline	{text-decoration:underline;}
.nowrap		{white-space:nowrap;}
.nodeco		{text-decoration:none;}
.nopadding	{padding:0px;}
.noborder	{border:none;}
.sup		{vertical-align:super;}
.tight		{line-height: 9pt;}
.loose		{line-height: 11pt;}

.pointer	{cursor:pointer;}
.help		{cursor:help;}
.down		{cursor:s-resize;}

/*----------------------------------------------------------------------------*/

.justify	{text-align:justify;}
.top		{vertical-align:top;}
.middle		{vertical-align:middle;}
.bottom		{vertical-align:bottom;}

/*----------------------------------------------------------------------------*/

td.top			{vertical-align:top;}
td.middle		{vertical-align:middle;}
td.bottom		{vertical-align:bottom;}

/*----------------------------------------------------------------------------*/

.center		{margin-left:auto;margin-right:auto;text-align:center;}
.left		{text-align:left;margin-left:0px;margin-right:auto;}
.right		{text-align:right;margin-left:auto;margin-right:0px;}

/*----------------------------------------------------------------------------*/

img.left	{float:left;}
img.right	{float:right;}
img.center	{float:center;}

table.right	{float:right;}
table.left	{float:left;}
table.center{float:center;}

/*----------------------------------------------------------------------------*/

.fullwidth	{width:100%;}
.fullheight	{height:100%;}
.spacer_2	{height:2px;}
.spacer_5	{height:5px;}
.spacer_10	{height:10px;}
.spacer_15	{height:15px;}
.spacer_20	{height:20px;}

/*----------------------------------------------------------------------------*/
/* TABLES */

.red_frame			{border:1px #CC0000 solid;}
.black_frame		{border:1px #666666 solid;}
.gray_frame			{border:1px #CCCCCC solid;}

.space_table_1		{border-spacing:1;}

.pad_frame_1		{padding:1px;}
.pad_frame_2		{padding:2px;}
.pad_frame_5		{padding:5px;}
.pad_frame_10		{padding:10px;}

.side_pad_frame1	{padding-left:1px;padding-right:1px;}
.side_pad_frame2	{padding-left:2px;padding-right:2px;}
.side_pad_frame5	{padding-left:5px;padding-right:5px;}
.side_pad_frame10	{padding-left:10px;padding-right:10px;}

.left_pad_frame15	{padding-left:15px;}

.vert_pad_frame1	{padding-top:1px;padding-bottom:1px;}
.vert_pad_frame2	{padding-top:2px;padding-bottom:2px;}
.vert_pad_frame5	{padding-top:5px;padding-bottom:5px;}
.vert_pad_frame10	{padding-top:10px;padding-bottom:10px;}

.bt_pad_frame1		{padding-bottom:1px;}
.bt_pad_frame2		{padding-bottom:2px;}
.bt_pad_frame3		{padding-bottom:3px;}
.bt_pad_frame5		{padding-bottom:5px;}
.bt_pad_frame10		{padding-bottom:10px;}

.top_pad_frame1		{padding-top:1px;}
.top_pad_frame2		{padding-top:2px;}
.top_pad_frame5		{padding-top:5px;}
.top_pad_frame10	{padding-top:10px;}

.brd_frame_B1		{border-bottom:1px #999999 solid;}
.brd_frame_B2		{border-bottom:1px #CCCCCC solid;}
.brd_frame_B3		{border-bottom:1px #B7B7B7 solid;}
.brd_frame_B4		{border-bottom:1px #CCCCCC dashed;}

.brd_frame_T1		{border-top:1px #999999 solid;}
.brd_frame_T2		{border-top:1px #CCCCCC solid;}
.brd_frame_T3		{border-top:1px #B7B7B7 solid;}
.brd_frame_T4		{border-top:1px #CCCCCC dashed;}

.brd_frame_R1		{border-right:1px #999999 solid;}
.brd_frame_R2		{border-right:1px #CCCCCC solid;}
.brd_frame_R3		{border-right:1px #B7B7B7 solid;}

.brd_frame_L1		{border-left:1px #999999 solid;}
.brd_frame_L2		{border-left:1px #CCCCCC solid;}
.brd_frame_L3		{border-left:1px #B7B7B7 solid;}

.row_B1_1 			{height:18px;font-size:9px;color:#666666;padding-left:2px;padding-right:2px;border-bottom:1px #CCCCCC solid;border-right:1px #CCCCCC solid;background:#F7F7F7;}
.row_B1_2			{height:18px;font-size:9px;color:#666666;padding-left:2px;padding-right:2px;border-bottom:1px #CCCCCC solid;border-right:0px;background:#F7F7F7;}
.row_B1_3 			{height:18px;font-size:9px;color:#666666;padding-left:2px;padding-right:2px;border-right:1px #CCCCCC solid;background:#F7F7F7;}
.row_B1_4			{height:18px;font-size:9px;color:#666666;padding-left:2px;padding-right:2px;border-right:0px;background:#F7F7F7;}

.row_B2_1			{height:18px;font-size:9px;color:#666666;padding-left:2px;padding-right:2px;border-bottom:1px #CCCCCC solid;border-right:1px #CCCCCC solid;background:#EEEEEE;}
.row_B2_2			{height:18px;font-size:9px;color:#666666;padding-left:2px;padding-right:2px;border-bottom:1px #CCCCCC solid;border-right:0px;background:#EEEEEE;}
.row_B2_3			{height:18px;font-size:9px;color:#666666;padding-left:2px;padding-right:2px;border-right:1px #CCCCCC solid;background:#EEEEEE;}
.row_B2_4			{height:18px;font-size:9px;color:#666666;padding-left:2px;padding-right:2px;border-right:0px;background:#EEEEEE;}

.td_header_1		{background-image: url(../../_img/BG_menu_1.gif);background-repeat: repeat-x;border-bottom:1px #333333 solid;padding:2px;padding-left:5px;padding-right:5px;font-size:11px;font-weight:bold;text-align:center;}
.td_header_2		{background-image: url(../../_img/BG_menu_2.gif);background-repeat: repeat-x;vertical-align:middle;padding:2px;font-size:11px;color:#000000;height:17px;cursor:pointer;}
.td_header_3		{height:15px;border-bottom:1px #cc9900 solid;padding-bottom:1px;font-weight:bold;}

.td_header_2x		{background-image: url(../../_img/BG_menu_1.gif);background-repeat: repeat-x;vertical-align:middle;padding:2px;font-size:11px;color:#999999;height:17px;}

.table_small		{margin-left:auto;margin-right:auto;text-align:center;border:1px #CCCCCC solid;background:#F7F7F7;}

.tab_small			{border:1px #CCCCCC solid;border-bottom:0px;padding:1px;padding-left:4px;padding-right:4px;background:#E7E7E7;color:#999999;white-space:nowrap;font-size:9px;margin-left:2px;}
.tab_small_over		{border:1px #CCCCCC solid;border-bottom:0px;padding:1px;padding-left:4px;padding-right:4px;background:#FFFFFF;color:#cc9900;white-space:nowrap;font-size:9px;margin-left:2px;}

.divider_label_gray	{height:7px;padding-right:2px;background:url(../../_img/bg_button.gif) repeat-x;border-bottom:1px solid #B7B7B7;vertical-align:middle;}

/*----------------------------------------------------------------------------*/
/* TABLES ROWS */
.row_white					{background:#FFFFFF;}
.row_yellow					{background:#FFCC00;}
.row_green					{background:#339900;color:#FFFFFF;}
.row_gray_1					{background:#F7F7F7;}
.row_gray_2					{background:#EEEEEE;}
.row_gray_3					{background:#CCCCCC;}
.row_lines_1				{background:url(../../_img/BG_lines_gray.gif) repeat;}


/*----------------------------------------------------------------------------*/
/* LABELS */
.sub_label_green	{background-color:#b1cf3c;font-size:9px;border-bottom:1px solid #666666;padding:0px;padding-left:2px;padding-right:2px;vertical-align:middle;color:#333333;font-weight:bold;}
.sub_label_gray		{background-color:#666666;font-size:9px;border-bottom:1px solid #666666;padding:0px;padding-left:2px;padding-right:2px;vertical-align:middle;color:#CCCCCC;font-weight:bold;}
.sub_label_dgray	{background-color:#3c3c3c;font-size:9px;border-bottom:1px solid #666666;padding:0px;padding-left:2px;padding-right:2px;vertical-align:middle;color:#CCCCCC;font-weight:bold;}
.sub_label_error	{background-color:#FF0000;font-size:9px;border-bottom:1px solid #666666;padding:0px;padding-left:2px;padding-right:2px;vertical-align:middle;color:#FFFFFF;font-weight:bold;}
.green_frame		{border:1px solid #b1cf3c;padding:1px;padding-left:4px;padding-right:4px;vertical-align:middle;}

.box_label			{padding-left:3px;padding-right:7px;}

#ERROR				{padding-top:0px;padding-bottom:0px;}


/*----------------------------------------------------------------------------*/
/* BUTTONS */
.label_btn_gray		{background:#777777;									font-weight:normal;color:#333333;border:1px solid #777777;padding-top:0px;padding-bottom:1px;padding-right:3px;padding-left:3px;font-size:13px;}
.label_btn_white	{background:#E7E7E7;									font-weight:normal;color:#333333;border:1px solid #E7E7E7;padding-top:0px;padding-bottom:1px;padding-right:3px;padding-left:3px;font-size:13px;}
.label_btn_orange	{background:#cc9900;									font-weight:normal;color:#FFFFFF;border:1px solid #CCCCCC;padding-top:0px;padding-bottom:1px;padding-right:3px;padding-left:3px;}
.label_btn_green	{background:#b1cf3c;									font-weight:normal;color:#333333;border:1px solid #b1cf3c;padding-top:0px;padding-bottom:1px;padding-right:3px;padding-left:3px;font-size:13px;}

/*----------------------------------------------------------------------------*/
/* DIVS, TDs */
div.paginator		{position:relative;top:-1px;}
div.navigator		{position:relative;}
div.floater			{position:relative;float:right;text-align:right;padding-top:1px;padding-bottom:2px;}
div.emailer			{width:100%;padding:10px;font-size:12px;font-weight:bold;text-align:center;vertical-align:middle;}
div.spacer			{padding-top:10px;}
div.filler			{text-align:center;vertical-align:middle;color:#999999;}
div.player			{width:125px;height:265px;position:absolute;float:left;display:none;}
div.image_bio		{width:76px;float:left;margin-top:4px;margin-right:15px;margin-bottom:0px;}
div.image_bio img	{border:1px #666666 solid;}
div.menu			{border:2px #555555 solid;background:#505050;}
div.gallery			{position:relative;clear:none;}
div.news_img		{width:auto;float:left;margin-top:4px;margin-right:7px;margin-bottom:0px;}
div.news_img2		{width:auto;float:right;margin-top:4px;margin-left:15px;margin-bottom:0px;}
div.news_img2 img	{}
div.tabber			{width:85px;position:relative;top:35px;background-color:#777777;font-size:12px;border:0px;padding:2px;padding-left:4px;padding-right:4px;text-align:center;vertical-align:middle;color:#b1cf3c;}
div.phone			{position:relative;top:12px;color:#CCCCCC;font-size:23px;}

td.image_bio		{width:90px;}
td.image_bio img	{border:1px #666666 solid;}
/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION D : LAYOUT
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
table#OUTER					{border:none;padding:none;margin-top:10px;margin-bottom:10px;;margin-left:auto;margin-right:auto;width:926px;}
table#OUTER td#TOPPER		{}
table#OUTER td#T1 			{}
table#OUTER td#T2 			{background:#3c3c3c;width:900px;}
table#OUTER td#T3 			{}
table#OUTER td#FOOTER		{vertical-align:bottom;font-size:9px;color:#444444;height:10px;}

table#INNER					{background:url(../../_img/BG_curves.gif) no-repeat 0px 0px;border:1px #4b4a4b solid;padding:none;margin:0px;width:100%;}
table#INNER td#TOP 			{height:79px;}
table#INNER td#MENU			{background:url(../_img/BG_menu.gif) repeat-x;padding-left:80px;height:30px;}
table#INNER td#MIDDLE 		{height:448px;}
table#INNER td#BOTTOM 		{background:url(../_img/BG_bottom.gif) repeat-x;padding-left:343px;height:40px;}

table#HEADER				{width:100%;}
table#HEADER td#LOGO		{width:400px;}
table#HEADER td#STATS		{width:auto;text-align:right;vertical-align:top;padding-top:10px;padding-right:15px;float:right;}

table#MAINMENU				{height:30px;}
table#MAINMENU td			{text-align:center;vertical-align:middle;padding-left:11px;padding-right:15px;font-size:12px;cursor:pointer;}

table#BOTTOMMENU			{height:40px;}
table#BOTTOMMENU td			{text-align:center;vertical-align:middle;padding-left:7px;padding-right:11px;font-size:11px;}

table#SIDEMENU				{width:100%;background:none;border:0px;}
table#SIDEMENU td			{vertical-align:middle;padding:4px;padding-left:15px;padding-right:0px;}
table#SIDEMENU td#HEAD		{background:url(../../_img/BG_menu_1.gif) repeat-x;border-bottom:1px #3c3c3c solid;height:20px;cursor:default;}

table#HOLDER 				{width:100%;height:448px;}
table#HOLDER td#CENTER		{width:auto;}
table#HOLDER td#LEFT		{width:350px;border-right:1px #b1cf3c solid;}
table#HOLDER td#RIGHT		{width:auto;}

table#HOLDER td#LEFT table							{border:none;margin:none;width:100%;}
table#HOLDER td#LEFT table td						{border:none;padding:none;}
table#HOLDER td#LEFT table td.line					{border-bottom:1px #b1cf3c solid;}
table#HOLDER td#LEFT table td div.content			{font-size:10px;color:#C0C0C0;line-height:15px;margin:10px;margin-bottom:10px;margin-left:10px;}

table#HOLDER td#RIGHT table							{border:none;margin:none;width:100%;}
table#HOLDER td#RIGHT table td						{border:none;padding:none;}
table#HOLDER td#RIGHT table td.line					{border-top:1px #b1cf3c solid;}
table#HOLDER td#RIGHT table td div.content			{font-size:11px;line-height:18px;margin-right:15px;margin-top:25px;margin-bottom:25px;margin-left:35px;}
table#HOLDER td#RIGHT table td div.content h1		{font-size:17px;line-height:21px;color:#b1cf3c;border-bottom:1px #666666 solid;margin-bottom:15px;margin-left:-15px;padding-bottom:3px;}
table#HOLDER td#RIGHT table td div.content h2		{font-size:15px;line-height:19px;color:#FFFFFF;margin-left:-15px;margin-top:20px;margin-bottom:10px;border-bottom:1px #555555 solid;padding-bottom:3px;}
table#HOLDER td#RIGHT table td div.content h2.clean	{border:none;}
table#HOLDER td#RIGHT table td div.content h3		{font-size:12px;line-height:14px;color:#b1cf3c;margin-top:15px;margin-bottom:2px;}
table#HOLDER td#RIGHT table td div.content h3.white	{color:#CCCCCC;}
table#HOLDER td#RIGHT table td div.sidemenu			{font-size:11px;line-height:15px;margin:0px;margin-left:15px;margin-bottom:5px;margin-top:-5px;float:right;width:165px;border:1px #666666 solid;border-top:8px #666666 solid;background:#434242;position:relative;clear:none;}
table#HOLDER td#RIGHT div.sidemenu_gal				{font-size:11px;line-height:15px;margin:0px;margin-left:365px;margin-bottom:5px;margin-top:60px;float:right;width:165px;border:1px #666666 solid;border-top:8px #666666 solid;background:#434242;position:absolute;z-index:1;clear:none;}

table#HOLDER td#RIGHT table td div.content UL		{margin-left:10px;}
table#HOLDER td#RIGHT table td div.content UL.noin	{margin-left:0px;}
table#HOLDER td#RIGHT table td div.content OL		{margin-left:10px;}
table#HOLDER td#RIGHT table td div.content LI		{margin-left:15px;padding-top:2px;padding-bottom:2px;}

table#HOLDER td#RIGHT table.classic				{border:none;border-left:1px #666666 solid;border-top:1px #666666 solid;background:none;margin-top:10px;margin-bottom:5px;}
table#HOLDER td#RIGHT table.classic td			{padding:2px;padding-left:5px;padding-right:5px;border-bottom:1px #666666 solid;border-right:1px #666666 solid;}
table#HOLDER td#RIGHT table.classic td.header	{color:#AAAAAA;background:#505050;}
table#HOLDER td#RIGHT table.classic td.sub		{background:url(../_img/bullet_ball_mini.png) 5px 9px no-repeat;background-color:#444444;padding-left:15px;}

table#HOLDER td#RIGHT table.box					{border:1px solid #666666;background-color:#444444;}
table#HOLDER td#RIGHT table.box td				{font-size:12px;padding:7px;vertical-align:middle;}
table#HOLDER td#RIGHT table.box td.label		{font-size:15px;color:#FFFFFF;background:url(../_img/bullet_ball.png) 8px 12px no-repeat;padding-left:22px;}

table#HOLDER td#RIGHT table.bullets				{width:auto;margin-bottom:10px;}
table#HOLDER td#RIGHT table.bullets td			{font-size:15px;background:url(../_img/bullet_ball.png) 0px 8px no-repeat;padding:3px;padding-left:17px;}

table#HOLDER td#RIGHT table.gallery				{width:460px;}
table#HOLDER td#RIGHT table.gallery td			{width:140px;height:140px;vertical-align:middle;text-align:center}
table#HOLDER td#RIGHT table.gallery td.slide_h	{background:#444444;background:url(../../_img/film_bg_h.jpg) no-repeat;}
table#HOLDER td#RIGHT table.gallery td.slide_v	{background:#444444;background:url(../../_img/film_bg_v.jpg) no-repeat;}
table#HOLDER td#RIGHT table.gallery td img		{border:3px #666666 solid;float:center;margin-left:auto;margin-right:auto;}

table#HOLDER td#RIGHT table.press				{width:400px;margin-left:-20px;}
table#HOLDER td#RIGHT table.press td			{vertical-align:middle;text-align:center}
table#HOLDER td#RIGHT table.press td img		{border:1px #666666 solid;float:center;margin-left:auto;margin-right:auto;}

table#HOLDER td#RIGHT table.menu				{border:none;background:#505050;}
table#HOLDER td#RIGHT table.menu td				{padding:10px;padding-top:3px;padding-bottom:3px;}
table#HOLDER td#RIGHT table.menu td.header		{padding:1px;padding-right:5px;border-bottom:1px #555555 solid;background:#444444;}
table#HOLDER td#RIGHT table.menu td.sub			{background:url(../_img/bullet_ball_mini.png) 5px 9px no-repeat;background-color:#444444;padding-left:15px;}

table#HOLDER td#RIGHT table.form				{border:1px solid #666666;width:100%;background-color:#444444;}
table#HOLDER td#RIGHT table.form td				{font-size:10px;line-height:14px;padding:4px;padding-left:3px;padding-right:3px;border-bottom:1px #555555 solid;} 
table#HOLDER td#RIGHT table.form td.label		{vertical-align:top;text-align:right;color:#999999;}
table#HOLDER td#RIGHT table.form td.nobor		{border:0px} 
table#HOLDER td#RIGHT table.form td.header		{font-size:10px;background:#666666;padding:1px;padding-bottom:2px;padding-left:5px;}
table#HOLDER td#RIGHT table.form td.sub			{font-size:10px;background:#555555;padding:1px;padding-bottom:2px;padding-left:5px;}
table#HOLDER td#RIGHT table.form table.clean td {border:0px;margin:0px;padding:0px;background:none;}
table#HOLDER td#RIGHT table.form table.panel	{border:none;background:#4A4A4A;}
table#HOLDER td#RIGHT table.form table.panel td {padding:6px;padding-top:3px;padding-bottom:3px;line-height:13px;font-size:10px;}

table#HOLDER td#RIGHT table.badge				{margin-bottom:15px;width:310px;}
table#HOLDER td#RIGHT table.badge td			{}
/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION F : EFFECTS
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
.s_left						{background:url(../_img/BG_shadow_L.gif) repeat-y;}
.s_right					{background:url(../_img/BG_shadow_R.gif) repeat-y;}
.s_top						{background:url(../_img/BG_shadow_T.gif) repeat-x;}
.s_bottom					{background:url(../_img/BG_shadow_B.gif) repeat-x;}

.mainmenu					{color:#777777;}
.mainmenu_over				{color:#CCCCCC;}
.mainmenu_selected			{color:#CCCCCC;background:url(../_img/bullet_ball.png) 0px 11px no-repeat;}

a.bottommenu				{color:#777777;text-decoration:none;}
a.bottommenu_over			{color:#999999;text-decoration:none;}
a.bottommenu_selected		{color:#999999;text-decoration:none;}
td.bottommenu_selected		{background:url(../_img/bullet_ball_mini.png) 0px 18px no-repeat;}

a.sidemenu					{color:#999999;text-decoration:none;}
a.sidemenu_over				{color:#CCCCCC;text-decoration:none;}
a.sidemenu_selected			{color:#CCCCCC;text-decoration:none;}
td.sidemenu_selected		{background:url(../_img/bullet_ball_mini.png) 5px 9px no-repeat;}

div.submenu a				{color:#CCCCCC;text-decoration:none;}
div.submenu	 	 			{font-size:9px;margin-left:-2px;margin-top:-6px;}

div.print					{margin-left:15px;width:620px;color:#000000;}
div.print table				{border-top:1px #666666 solid;border-left:1px #666666 solid;}
div.print table td			{padding:3px;border-right:1px #666666 solid;border-bottom:1px #666666 solid;color:#000000;}

.rowover					{color:#000000;background:#E7E7E7;cursor:pointer;}

img.x-fleft					{margin-top:6px;margin-bottom:0px;margin-right:10px;float:left;border:1px #666666 solid;}
img.x-fright				{margin-top:6px;margin-bottom:0px;margin-left:10px;float:right;border:1px #666666 solid;}

img.x-pleft					{padding-top:2px;padding-left:12px;}
img.x-pright				{padding-top:2px;padding-right:12px;}