/* PLAIN */

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   TAGS                                                                                                                                                            */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	*												{ box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box }

	html, x:-moz-only-link	{ overflow-y: scroll }
	*, *:focus, *:active		{ outline: none; -moz-outline: none; -moz-outline-style: none } /* Нет больше файрофоксовых выделений!!! */
	
	/* 1.0em = 10px */
	
	html										{ font-size:100%; } /*необходимо для IE*/
	body										{ font-size: 0.625em }
	
	/*
	* html									{ overflow: scroll }
	@media screen and (scan: progressive) { html { overflow: auto !important } }
	*/
	
	body, html							{ height: 100%; padding: 0px; margin: 0px }
	
	/* 
	body, td								{ color: #222222; font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica; font-size: 11px }
	*/
	
	body										{ padding: 10px; color: #222222; font-family: Tahoma, sans-serif; font-size: 11px; background: #FFFFFF url(/images/free.gif) no-repeat; background-attachment: fixed }
	#body										{ padding: 0px }
	
	table, td, th						{ color: inherit; font-size: inherit; *font-size: expression(document.body.currentStyle.fontSize); *color: expression(document.body.currentStyle.color) }
	th											{ text-align: left; font-weight: normal }
	
	img, image							{ border: 0px }

	hr											{ height: 7px; margin: 0px 0px 21px 0px; background: transparent; color: #000000; border: none; border-bottom: 1px solid #000000; opacity: 0.3; clear: both }
	* html hr								{ height: 1px; margin: -1px 0px 14px 0px; color: #CCCCCC; border: none; filter: alpha(opacity=30); zoom: 1 }
	
	small										{ font-size: 11px !important; color: #666666 !important; font-weight: normal !important }
	p												{ margin: 0px }
	h1, h2, h3							{ margin: 0px; padding: 0px; font-weight: normal; line-height: normal !important }
	h1											{ font-size: 17px }
	h2											{ font-size: 15px }
	h3											{ font-size: 12px }
	big											{ font-size: 15px }
	
	pre											{ font-family: tahoma; font-size: 11px }
	
	a												{ text-decoration: underline }
	a:hover									{ text-decoration: underline }
	
	a.dashed								{ border-bottom: 1px dashed #213D7E; text-decoration: none }
	a.dashed:hover					{ text-decoration: none }
	
	sup											{ vertical-align: baseline; position: relative; top: -0.4em; }
	sub											{ vertical-align: baseline; position: relative; bottom: -0.4em; }
	
	.highlight							{ text-decoration: underline }
	.bold										{ font-weight: bold }
	
	code										{ display: block; font-family: consolas, courier new; font-size: 11px; color: #000000; border: 1px solid #DDDDDD; background: #FBFBFB; padding: 10px }
	
	/*
	body *										{ line-height: 136% }
	@media screen and (min-width: 0px) { body *	{ line-height: 138% } }
	*/
	
	.noLayout { width: auto; height: auto; max-width: none; min-width: none; position: static; float: none; overflow: visible; zoom: normal; writing-mode: lr-tb }
	
/* -------------------            LISTS            ------------------- */
	
	ul            					{ margin: 0px 0px 15px 15px; padding: 0px; list-style-type: none }
	ul li										{ padding-left: 18px; background: url(/ui/bull.gif) no-repeat 0px 6px }
	
	ol											{ margin: 0px 0px 15px 33px; padding: 0px }
	ol li										{  }
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   AJAX                                                                                                                                                            */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	.iconLoading						{ margin: 0px 4px -2px 1px; border: 0px }
	#cmsAjax_hover					{ position: absolute; top: 0px; left: 0px; z-index: 100; display: none; width: 14px; height: 14px; background: transparent url(/ui/loading_ajax_hover.gif) no-repeat }
	
	#cmsAjax_loader					{	z-index: 1000; color: #213D7E; position: fixed; top: 5px; right: 5px; background: #EEEEEE; padding: 4px 4px 5px 4px; border: 1px solid #213D7E; display: none; opacity: 0.8; -moz-opacity: 0.8 }
	* html #cmsAjax_loader	{ filter: alpha(opacity=80); position: absolute; top: expression(parseInt(document.body.scrollTop) + 5 + 'px'); }
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   PROGRESS                                                                                                                                                        */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	.progress, .progress div	{ padding: 0px; margin: 0px; font-size: 1px }
	.progress									{ background: url(/ui/progress_bg.gif) repeat-x; border: 1px solid #213D7E; width: 100% }
	.progress div							{ background: url(/ui/progress.gif) repeat-x; width: 0px; display: block; overflow: hidden; height: 10px }
	
	.progressSmall						{ background: #CCCCCC; padding: 1px; border: 0px }
	.progressSmall div				{ background: #213D7E; height: 2px;  }
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   FLOATING ELEMENTS                                                                                                                                               */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	.imgLeft, .floatLeft		{ float: left; clear: left; margin: 0px 20px 20px 0px }
	.imgRight, .floatRight	{ float: right; clear: right; margin: 0px 0px 20px 20px }
	.floatLine							{ font-size: 4px; margin: 0px !important; height: 1px; overflow: hidden; clear: both; padding-top: 1px }
	
	.clearFloat							{ clear: both; line-height: 0px; visibility: hidden; height: 0px; font-size: 0px; zoom: 1 }
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   MISC CLASSES                                                                                                                                                    */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	.smallSelect						{ font-size: 9px !important; font-family: tahoma !important; color: black; width: auto !important; margin-bottom: 0px }
	.smallSelect option			{ font-size: 9px !important; font-family: tahoma !important; color: black }
	* html .smallSelect			{ margin-bottom: -1px }
	
	.notice									{ color: #000099; font-size: 11px }
	
	.expand									{ margin: 0px 4px -1px 0px; border: 0px } 
	.error									{ color: #EE0000 !important }
	
	.icon										{ margin: 0px 5px -1px 1px; border: 0px } 
	.iconBig								{ margin: 0px 5px -3px 1px; border: 0px } 
	
	.novelty								{ font-size: 11px; color: #DD0000; font-weight: normal; text-decoration: underline; margin-left: 5px }
	
	/* COLOURS */
	
	.lightBlue							{ background-color: #f2f5ff !important } /* f2f5ff | f0f3ff */
	.lightGreen							{ background-color: #efffeb !important }
	.lightRed								{ background-color: #ffeded !important }
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   ERRORS AND WARNINGS                                                                                                                                             */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	.cmsError, .cmsNotice, .cmsWarning { font-size: 11px; padding: 3px 4px 4px 20px; background: #FFFFFF url(/ui/cms/warning.gif) no-repeat 2px 3px; overflow: visible; margin-bottom: 5px }
	
	.cmsError								{ border: 1px solid #DD0000; color: #880000; background-image: url(/ui/cms/error.gif) }
	.cmsNotice							{ border: 1px solid #BBBBBB; color: #444444; background-image: url(/ui/cms/notice.gif) }
	.cmsWarning							{ border: 1px solid #213D7E; color: #213D7E }
	
	.cmsError a							{ color: #DD0000; text-decoration: underline }
	.cmsWarning a						{ color: #213D7E; text-decoration: underline }
	.cmsNotice a						{ color: #222222; text-decoration: underline }
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   DEFAULT TABLE                                                                                                                                                   */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	.defTable													{ border: 1px solid #DDDDDD; border-collapse: collapse; margin: 0px; padding: 0px; width: 100% }
	.defTable	thead td, .defTable th	{ border: 1px solid #DDDDDD; border-collapse: collapse; margin: 0px; padding: 6px 4px 6px 4px; background: #F3F3F3; font-weight: bold }
	.defTable	tbody td								{ border: 1px solid #DDDDDD; border-collapse: collapse; margin: 0px; padding: 4px 4px 4px 4px; background: #FFFFFF }
	.defTable	tfoot td								{ border: 1px solid #DDDDDD; border-collapse: collapse; margin: 0px; padding: 2px 4px 2px 4px; background: #F3F3F3; font-size: 11px }
	.defTable .selected td						{ background: #F9F9F9 }
	
	.defTable tbody tr.odd td					{ background: #F9F9F9 !important }
	.defTable tbody tr.even td				{ background: #FFFFFF !important }	
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   FRAMED TABLES                                                                                                                                                   */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	.borderless, .frame, .borderless td, .frame td, .borderless th, .frame th	{ border: 0px; border-collapse: collapse; margin: 0px; padding: 0px; vertical-align: top }
	.borderless, .frame															{ width: 100%; height: auto }
	
	.fixed											{ table-layout: fixed }
	
	.stopper										{ width: 1px; height: 1px; font-size: 1px !important; line-height: 0px !important }
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   MODIFIERS                                                                                                                                                       */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	.block											{ display: block }
	.inlineBlock								{ display: inline-block; zoom: 1 }
	
	.center											{ text-align: center !important }
	.left												{ text-align: left !important }
	.right											{ text-align: right !important }
	.middle											{ vertical-align: middle !important }
	.spacer											{ padding: 20px !important; font-size: 1px !important; line-height: 0px !important }
	
	/* TABLE Modifiers */
	
	.dev, .dev > * > * > td, * html .dev td	{ border: 1px solid #EE0000 }
	.autoWidth									{ width: auto !important }
	.fullWidth									{ width: 100% !important }
	.autoHeight									{ height: auto !important }
	.fullHeight									{ height: 100% !important }
	
	/* CELL Modifiers */
	
	.nowrap											{ white-space: nowrap !important }
	.nomargin										{ margin: 0px }
	.nopadding									{ padding: 0px }
	.noline											{ text-decoration: none }
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   DEFAULT MARGINS                                                                                                                                                 */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	.borderless, .defTable, .cmsInfo, .editTable, code, p, h1, h2, h3, h4, ul, ol, .basic	{ margin-bottom: 15px }
	
	.last	{ margin-bottom: 0px !important }
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   TINY MCE                                                                                                                                                        */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	.defaultSkin *														{ -moz-box-sizing: padding-box; box-sizing: padding-box }

	.defaultSkin .mceStatusbar								{ font-family: verdana !important; font-size: 10px !important }
	.defaultSkin table.mceLayout							{ border: 1px solid #a5acb2 !important }
	.defaultSkin table.mceLayout tr.first td	{ border-top: 0px !important }
	.defaultSkin table.mceLayout tr.last td		{ border-bottom: 0px !important }
	.defaultSkin .mceStatusbar a.resize				{ cursor: n-resize !important }
	.defaultSkin a.mceButtonEnabled:hover			{ border:1px solid #FF7E00 !important; background-color:#fff7f0 !important }
	
	.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceVisualAid	{ border: 1px dashed #BBB !important }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   CMS ALERT                                                                                                                                                       */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	.cmsAlert										{ position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 255; *position: absolute; *top: expression(parseInt(document.body.scrollTop) + "px"); *left: expression(parseInt(document.body.scrollLeft) + "px"); }
	
	.cmsAlert .cmsAlert_table		{ max-width: 600px; width: 100px }
	
	td.cmsAlert_title						{ background: url(/ui/dialog/alert.gif) repeat-x 0px 0px; height: 25px; width: 100%; padding: 5px 0px 0px 8px; color: #222222; font-size: 11px; font-family: tahoma }
	td.cmsAlert_titleRight			{ background: url(/ui/dialog/alert.gif) repeat-x 5px 0px; height: 25px; width: 5px }
	
	td.cmsAlert_content					{ background: url(/ui/dialog/alert_content.gif) repeat-y -5px 0px; padding-left: 5px }
	td.cmsAlert_content div			{ background: #ffffff; padding: 1px 0px 5px 3px; color: #222222; font-size: 11px; font-family: tahoma; width: 300px }
	td.cmsAlert_contentRight		{ background: url(/ui/dialog/alert_content.gif) repeat-y 0px 0px }
	
	td.cmsAlert_status					{ background: url(/ui/dialog/alert.gif) repeat-x 0px -95px; height: 5px; width: 100% }
	td.cmsAlert_statusRight			{ background: url(/ui/dialog/alert.gif) repeat-x 5px -95px; height: 5px; width: 5px }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   CMS CONSOLE                                                                                                                                                     */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	#cmsConsole 							{ z-index: 100; position: fixed; left: 0px; bottom: 0px; *position: absolute; *bottom: expression(parseInt(document.body.offsetHeight - document.body.clientHeight - document.body.scrollTop - 4, 10) + "px"); width: 100% }
	#cmsConsole *							{ font-family: tahoma !important; font-size: 11px !important }
	#cmsConsole a							{ color: #213D7E }
	#cmsConsole_main					{ background: #FFFFFF; color: black; padding: 4px 0px 0px 0px; border-top: 1px solid #CCCCCC; text-align: left }
	
	td.cmsConsole_text				{ background: url(/ui/console/bg.gif); color: #222222; height: 22px; padding: 4px 6px 0px 6px; cursor: default }
	
	div.cmsConsole_tab				{ height: 400px; overflow: scroll; overflow-x: auto; padding: 10px }
	div.cmsConsole_line				{ padding: 1px 2px 2px 20px; border-bottom: 1px solid #DDDDDD }
	span.cmsConsole_time			{ display: block; float: left; clear: right; width: 250px }
	
	div.cmsConsole_error			{ padding-left: 20px; color: #880000; background-image: url(/ui/cms/error.gif) }
	div.cmsConsole_notice			{ padding-left: 20px; color: #444444; background-image: url(/ui/cms/notice.gif) }

	div.cmsConsole_error, div.cmsConsole_notice, div.cmsConsole_warning { background: url(/ui/cms/warning.gif) no-repeat 2px 1px }
	
	div.cmsConsole_error			{ color: #AA0000; background-image: url(/ui/cms/error.gif) }
	div.cmsConsole_notice			{ color: #222222; background-image: url(/ui/cms/notice.gif) }
	div.cmsConsole_warning		{ color: #213D7E }
	
	td.cmsTabs_last						{ text-align: right; padding: 1px 4px 0px 0px !important }

#lightO95, #lightO92, #lightSFR, #lightFF3, #lightIE6, #lightIE7	{ display: none }
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   FORMS                                                                                                                                                           */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	/* Basic + FireFox */
	
	.cmsForm_error						{ display: block; background: #EE0000; height: 1px; overflow: hidden; margin-bottom: -1px; position: relative; top: -1px; width: 100% }
	.cmsForm_errorText				{ display: block; font-family: tahoma; font-size: 9px; color: #990000 }
	.cmsForm_errorText a			{ color: #990000 }
	.cmsForm_errorField				{ }
	
	.fieldError								{ color: #EE0000 !important }
	
	form											{ margin: 0px; padding: 0px }
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   BASIC FORM                                                                                                                                                      */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	.basic										{ border: 1px solid #CCCCCC; background: #F9F9F9 url(/ui/basic.gif) repeat-y right; padding: 10px !important; display: block; width: 400px }
	.simple										{ border: 0px !important; padding: 0px !important; background: transparent !important }
	.basic, .basic td					{ font-family: tahoma !important ; font-size: 11px !important }
	/* 
		if display: block, elements whitin form don't stretch it;
		if display: table padding is omitted
		if display: table-cell margin is omitted
	*/
	
	/* Block margins */
	
	input.image								{ border: 0px; padding: 0px !important; cursor: pointer; margin: 0px !important }
	
	.basic .borderless, .basic .defTable, .basic code, .basic p, .basic h1, .basic h2, .basic h3, .basic h4, .basic ul, .basic ol	{ margin-bottom: 7px }
	
	.basic hr, hr.short					{ margin: 0px 0px 13px 0px; *margin: -1px 0px 7px 0px }
	
	/* Font sizes */
	
	/*
	input.text, textarea, select					{ border: 1px solid #a5acb2 }
	*/
	input, textarea, select, option, label						{ font-family: tahoma, sans-serif !important; font-size: 11px !important }
	input, textarea, select, option, .captcha					{ margin: 1px 0px 1px 0px }
	input.text, input.file, textarea, select, option	{ color: #444444; width: 100% }
	
	optgroup															{ color: #000000; background: #FFFFFF; font-style: normal !important; font-weight: bold !important }
	
	/* Radio elements */
	
	.group																{ display: block }
	input.radio, input.checkbox						{ cursor: pointer }

	/* standalone checkbox */
	.standalone								{ display: block; margin: 0px !important }
	
	/* Labels */
	
	label													{ color: inherit; cursor: pointer }
	.labelLink, .labelLink:hover	{ text-decoration: none !important; margin-right: 10px }
	
	/* Borders */
	
	/* Text and submit heights */
	
	input.file, input.text		{ height: 19px }
	
	input.submit							{ width: auto; color: #000000; padding: 0px 1px 1px 1px; cursor: pointer }
	
	input.confirm							{ font-family: "Courier New" !important; width: 55px !important; padding: 1px 0px 2px 4px !important; color: #222222 !important }
	
	.labelText								{ padding: 3px 0px; margin: 1px 0px; display: inline-block }
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   FIREFOX AND DEFAULT VALUES                                                                                                                                      */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	/* FIREFOX 2 PATCHES */
	
	input.text							{ padding: 2px 4px 0px 4px }
	textarea								{ padding: 1px 4px 1px 4px; display: block; line-height: 16px }
	
	.group									{ padding: 3px 1px 4px 0px }
	input.radio							{ margin: 1px 6px -2px 0px }
	input.checkbox					{ margin: 1px 6px 0px 0px }
	
	@-moz-document url-prefix() { 
		
		input.submit, input.text, select, textarea { -moz-border-radius: 3px; background: #FFFFFF }
		
		input.submit									{ border: 1px solid #707070; height: 19px; background: url(/ui/form/input_submit.gif) repeat-x right 0px }
		
		input.text, select, textarea	{ border: 1px solid #cdd3d8; border-top: 1px solid #9fa1a6 }
		
		input.submit:enabled:hover																								{ border-color: #3c7fb1; background-position: right -17px }
		input.text:enabled:hover, select:enabled:hover, textarea:enabled:hover		{ border-color: #bcd6e4; border-top-color: #3c7fb1 }
		input.text:focus, select:focus, textarea:focus														{ border-color: #bcd6e4; border-top-color: #3c7fb1 }
		
		/* FIREFOX 3 PATCHES */
		
		#lightFF3,			x:-moz-any-link, x:default	{ display: block }
		
		input.submit,		x:-moz-any-link, x:default	{ padding: 0px 1px 2px 1px }
		
		input.text,			x:-moz-any-link, x:default	{ padding: 2px 3px 0px 3px }
		select,					x:-moz-any-link, x:default	{ padding: 1px 1px 1px 0px }
		textarea,				x:-moz-any-link, x:default	{ padding: 0px 0px 0px 3px; padding-top: -1px }
		
		.group,					x:-moz-any-link, x:default	{ padding: 1px 1px 4px 0px }
		input.radio,		x:-moz-any-link, x:default 	{ position: relative; top: 2px }
		input.checkbox,	x:-moz-any-link, x:default	{ position: relative; top: 2px }
		
		.standalone,		x:-moz-any-link, x:default	{ position: relative !important; top: 0px !important }
		
		/* WinVista specific */
		
		.winVista input.text,			x:-moz-any-link, x:default	{ padding: 2px 3px 0px 3px }
		.winVista select,					x:-moz-any-link, x:default	{ padding: 1px 1px 1px 0px; height: 19px } /*padding: 1px 1px 1px 1px } */
		.winVista option,					x:-moz-any-link, x:default	{ padding: 2px }
		
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   IE PATCHES                                                                                                                                                      */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	* html #lightIE6 { display: block } /* Будет работать в IE6 и в режиме quirks в IE7 */
	*+html #lightIE7 { display: block }	
	
	* html input.text					{ padding: 1px 3px 0px 3px; margin: 0px } /* ; border: 1px solid #7f9db9 */
	* html textarea						{ padding: 0px 4px 0px 4px; margin: 0px } /* IE6 */
	.explorer7 textarea				{ padding: 1px 4px 0px 4px } /* IE7 */
	.explorer8 textarea				{ padding: 1px 4px 0px 4px } /* IE7 */
	
	* html input.submit				{ margin: 0px -1px 0px -1px; padding: 1px 3px 1px 3px; height: 21px; width: 10px; overflow: visible }
	
	* html .group							{ padding: 0px 0px 2px 0px }
	* html input.radio				{ margin: 0px 3px -1px -4px; position: static }
	* html input.checkbox			{ margin: 0px 3px -1px -4px; position: static }
	
	* html .standalone				{ margin: -4px -4px -3px -4px !important }
	
	* html .label							{ display: inline; padding: 4px 0px 3px 0px; margin-top: -3px; position: relative; top: 2px }
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   OPERA AND SAFARI PATCHES (ORDER IS EVIL)                                                                                                                        */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	/* OPERA 9.5 */
	
	@media not all and (-webkit-min-device-pixel-ratio) {
		
		#lightO95								{ display: block }
		
		select									{ height: 19px; padding-left: 4px !important } /* Needed for admin (when no native Opera UI) */
		
		input.text							{ padding: 0px 4px 0px 4px }
		textarea								{ padding-left: 3px }
		
		input.submit						{ margin: 1px 0px 1px 0px; height: 19px; padding: 0px 3px 0px 3px }
		
		.group 									{ padding: 3px 1px 1px 0px }
		input.radio							{ margin: 0px 4px 1px 0px }
		input.checkbox					{ margin: 0px 4px 1px 0px }
		
		.labelText							{ padding: 2px 0px 3px 0px; position: relative; top: -1px }
		
	}	
	
	/* OPERA 9.2 */
	
	@media all and (scan: progressive) {
		
		#lightO92								{ display: block }
		
		input.text							{ padding: 2px }
		textarea								{ padding: 1px 2px 1px 2px }
		
		select									{ height: 19px; padding: 2px }
		
		input.submit						{ margin: 1px 0px 1px 0px; padding: 0px 3px 1px 3px; height: 19px !important }
		
		.group 									{ padding: 2px 1px 0px 0px }
		input.radio							{ margin: 0px 4px 2px -1px }
		input.checkbox					{ margin: 0px 4px 2px -1px }
		
		.labelText							{ padding: 2px 0px 3px 0px; position: relative; top: -1px }
		
	}
	
	/* SAFARI */
	
	@media all and (-webkit-min-device-pixel-ratio:0) {
		
		body:first-of-type #lightSFR								{ display: block }
		
		body:first-of-type input.submit							{ -webkit-appearance: none; border: 1px solid #707070; -webkit-border-radius: 3px; padding: 1px 3px 0px 3px; height: 19px; background: #FFFFFF url(/ui/form/input_submit.gif) repeat-x right 0px; margin: 1px 0px 1px 0px }
		
		body:first-of-type input.text, body:first-of-type textarea, body:first-of-type select { -webkit-appearance: none; border: 1px solid #cdd3d8; border-top: 1px solid #9fa1a6; -webkit-border-radius: 3px; background: #FFFFFF }	
		
		body:first-of-type input.text								{ padding: 1px 0px 0px 3px; background: #FFFFFF }
		body:first-of-type textarea									{ padding: 1px 0px 0px 1px; background: #FFFFFF }
		
		body:first-of-type select										{ padding: 0px 0px 0px 4px; height: 19px; background: url(/ui/form/input_select.gif) no-repeat right 0px }
		
		body:first-of-type .group 									{ padding: 3px 1px 4px 0px }
		body:first-of-type input.radio							{ margin: 1px 6px -2px 0px }
		body:first-of-type input.checkbox						{ margin: 2px 6px 0px 0px }
		
		body:first-of-type input.submit:enabled:hover																					{ border-color: #3c7fb1; background-position: right -17px }
		body:first-of-type select:enabled:hover,				body:first-of-type select:focus				{ border-color: #bcd6e4; border-top-color: #3c7fb1; background-position: right -17px;  }
		body:first-of-type input.text:enabled:hover,		body:first-of-type input.text:focus		{ border-color: #bcd6e4; border-top-color: #3c7fb1 }
		body:first-of-type textarea:enabled:hover,			body:first-of-type textarea:focus			{ border-color: #bcd6e4; border-top-color: #3c7fb1 }
		
		.chrome	body:first-of-type textarea					{ padding: 1px 0px 0px 4px }
		.chrome	body:first-of-type select						{ padding: 0px }
		
		.chrome	body:first-of-type .group						{ padding: 2px 1px 4px 0px }
		.chrome	body:first-of-type input.radio			{ margin: 0px 6px -2px 0px; position: relative; top: 2px }
		.chrome	body:first-of-type input.checkbox		{ margin: 0px 6px -2px 0px; position: relative; top: 2px }
		
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   MYSQL REPORT                                                                                                                                                    */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	.mysql_line							{ margin-top: 4px }
	.mysql_error						{ color: #EE0000 }
	.mysql_normal						{ color: #000000 }
	.mysql_notice						{ color: #000066 }
	.mysql_query						{ color: #006600 }
	.mysql_warning					{ color: #EE6D00 }
	.mysql_table						{ border-collapse: collapse; border: 0px solid #FFFFFF; background: #FFFFFF; width: 100% }
	.mysql_table td					{ border-collapse: collapse; border: 1px solid #FFFFFF; padding: 0px 3px 0px 0px; margin: 0px; font-size: 9px; font-family: tahoma; vertical-align: top }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   MEDIA                                                                                                                                                           */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	#modMedia_bg								{ z-index: 9; display: none; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #000000; zoom: 1; filter: alpha(opacity=50); opacity: 0.5 }
	#modMedia_cont							{ z-index: 10; display: none; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; text-align: center }
	#modMedia_inner							{ border: 1px solid #000000; background: #FFFFFF; cursor: default }
	#modMedia_inner td					{ text-align: center; vertical-align: middle; padding: 5px }
	#modMedia_cont							{ cursor: crosshair }
	
	#modMedia_name							{ margin: 0px; font-size: 16px; font-family: trebuchet ms; color: #000000 }
	
	#modMedia_controls a				{ color: #213D7E; text-decoration: none }
	#modMedia_controls a:hover	{ color: #FF7E00; text-decoration: none }
	
	* html #modMedia_cont				{ position: absolute !important; top: expression(parseInt(document.body.scrollTop, 10) + "px"); left: 0px }
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   VOTE                                                                                                                                                            */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	.modVote_table							{ }
	td.modVote_answer						{ padding-bottom: 2px }
	.modVote_progress						{ }
	.modVote_spacer							{ height: 5px }
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   CATALOG                                                                                                                                                         */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	.modCatalog_stock						{ font-weight: bold }
	.modCatalog_property				{ color: #888888 }
	.modCatalog_value						{  }
	.modCatalog_unit						{ font-style: italic }
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   NEWS                                                                                                                                                            */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	.modNews_paging							{  }
	.modNews_rss								{  }
	
	#modNews_selectYear					{ font-size: 9px !important; font-family: tahoma !important; color: black; width: auto !important; margin-bottom: 0px }
	#modNews_selectYear	option	{ font-size: 9px !important; font-family: tahoma !important; color: black }
	* html #modNews_selectYear	{ margin-bottom: -1px }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   NODES                                                                                                                                                           */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	.cmsNode									{ background: url(/ui/nodes/bg_branch.gif) no-repeat top left; height: 18px; display: table; white-space: nowrap; font-size: 11px; font-family: verdana }
	.expand, .collapse				{ background: url(/ui/nodes/bg_normal.gif) no-repeat top left !important; cursor: default }
	.cmsNodeStraight .cmsNode	{ background: none !important }
	
	.cmsNode span							{ background: url(/ui/nodes/bg_normal.gif)  	 no-repeat top left; padding-left: 18px !important; display: block; height: 18px } /* background: url(/ui/nodes/node_branch.gif)   no-repeat top left;  */
	.cmsNode span.expand			{ background: url(/ui/nodes/node_expand.gif)   no-repeat top left !important }
	.cmsNode span.collapse 		{ background: url(/ui/nodes/node_collapse.gif) no-repeat top left !important }

	.lastNode									{ background: url(/ui/nodes/bg_last.gif)   no-repeat top left !important }
	.lastNode span						{ background: none !important }
	
	.cmsNodeSub								{ background: url(/ui/nodes/bg_branch.gif) repeat-y top left !important; padding-left: 18px }
	.lastSub									{ background: none !important }
	
	.cmsNode a 								{ border: 1px solid #FFFFFF; background-color: #FFFFFF; padding: 1px 3px 2px 20px !important; display: block; cursor: pointer }
	.cmsNode a:hover 					{ border: 1px solid #E8E8E8; background-color: #F6F6F6 !important }

	.nodeSel a								{ border: 1px solid #CCCCCC; background-color: #EEEEEE !important }
	.nodeSel a:hover					{ border: 1px solid #CCCCCC; background-color: #EEEEEE !important }
	
	* html .cmsNode a 				{ display: block; width: 10px }
	* html .cmsNode 					{ display: block; width: 10px }
	
	.cmsNode a.doc						{ background: url(/ui/nodes/icon_doc.gif) no-repeat top left }
	.cmsNode a.dir						{ background: url(/ui/nodes/icon_dir.gif) no-repeat top left }
	.cmsNode a.pic						{ background: url(/ui/nodes/icon_pic.gif) no-repeat top left }
	.cmsNode a.pic_gif				{ background: url(/ui/nodes/icon_pic_gif.gif) no-repeat top left }
	.cmsNode a.pic_png				{ background: url(/ui/nodes/icon_pic_png.gif) no-repeat top left }
	
	.cmsNode .action					{ margin-left: -1px; text-decoration: none !important; padding: 2px 3px 2px 3px !important; width: 18px; text-align: center }
	
	.cmsNode a				img.contextmenu	{ display: none; margin: 0px 0px -2px 4px }
	.cmsNode a:hover	img.contextmenu { display: inline }
	.nodeSel a				img.contextmenu	{ display: inline }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   NODES FOR SITEMAP                                                                                                                                               */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	.cmsMap										{ background: url(/ui/nodes/bg_branch.gif) no-repeat top left; display: table; font-size: 11px; font-family: verdana }
	.expand, .collapse				{ background: url(/ui/nodes/bg_normal.gif) no-repeat top left !important; cursor: default }
	.cmsMapStraight .cmsMap		{ background: none !important }
	
	.cmsMap span							{ background: url(/ui/nodes/bg_normal.gif)  	 no-repeat top left; padding-left: 18px !important; display: block } /* background: url(/ui/nodes/node_branch.gif)   no-repeat top left;  */
	.cmsMap span.expand				{ background: url(/ui/nodes/node_expand.gif)   no-repeat top left !important }
	.cmsMap span.collapse 		{ background: url(/ui/nodes/node_collapse.gif) no-repeat top left !important }

	.lastNode									{ background: url(/ui/nodes/bg_last.gif)   no-repeat top left !important }
	.lastNode span						{ background: none !important }
	
	.cmsMapSub								{ background: url(/ui/nodes/bg_branch.gif) repeat-y top left !important; padding-left: 18px }
	.lastSub									{ background: none !important }
	
	.cmsMap a 								{ padding: 2px 4px 3px 20px !important; display: block; cursor: pointer }
	.cmsMap a:hover 					{  }
	
	* html .cmsMap a 					{ display: block; width: auto }
	* html .cmsMap 						{ display: block; width: auto }
	
	.cmsMap a.doc							{ background: url(/ui/nodes/icon_doc.gif) no-repeat top left }
	.cmsMap a.dir							{ background: url(/ui/nodes/icon_dir.gif) no-repeat top left }
	.cmsMap a.pic							{ background: url(/ui/nodes/icon_pic.gif) no-repeat top left }
	
	.cmsMap .action						{ margin-left: -1px; text-decoration: none !important; padding: 2px 3px 2px 3px !important; width: 18px; text-align: center }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   EDIT TABLE                                                                                                                                                      */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	/* using spacing because of editor */
	
	table.editTable, table.editTable td { border-collapse: collapse; border: 0px }
	
	table.editTable					{ background-color: #BBBBBB; width: 100%; border-collapse: separate; border-spacing: 1px }
	table.editTable td			{ vertical-align: middle }
	
	td.editHeader						{ padding: 0px 4px 6px 4px; background: #FFFFFF url(/ui/bg_header.gif) repeat-x; height: 33px; color: #213D7E }
	
	td.editLabel						{ padding: 4px; background-color: #F6F6F6; width: 180px; height: 28px }
	td.editButton						{ padding: 4px; background-color: #F6F6F6 }
	td.editValue						{ padding: 4px; background-color: #FFFFFF; width: 100% }
	td.editEditor						{ padding: 0px; background-color: #FFFFFF; width: 100% }
	
	* html table.editTable	{ border-spacing: expression(cellSpacing = '1px'); }
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   INFO TABLE                                                                                                                                                      */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	.cmsInfo			    			{ background-color: #FFFFFF; width: 100% !important; border: 1px solid #CCCCCC; border-collapse: separate; border-spacing: 1px; clear: both }
	.cmsInfo td		    			{ vertical-align: middle }
	.cmsInfo thead					{ background-color: #F0F0F0 }
	.cmsInfo tbody					{ background-color: #FFFFFF }
	.cmsInfo tfoot					{ background-color: #F0F0F0 }
	
	.cmsInfo thead td				{ padding: 4px 4px 5px 4px; border-bottom: 2px solid #CCCCCC }
	.cmsInfo thead th				{ padding: 4px 4px 5px 4px; border-bottom: 2px solid #CCCCCC }
	.cmsInfo tbody td				{ padding: 4px 4px 5px 4px; border-top: 1px solid #F0F0F0 }
	.cmsInfo tfoot td				{ padding: 4px 4px 5px 4px; border-top: 1px solid #CCCCCC }
	
	.cmsInfo tbody tr.even	{ background: #F9F9F9 !important }
	
	* html .cmsInfo					{ border-spacing: expression(cellSpacing = '1px'); }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   ADMIN TABS                                                                                                                                                      */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	.cmsTabs tr				{ background: url(/ui/tabs/bg.gif) }
	
	td.cmsTabs_first	{ padding: 5px }
	
	td.cmsTabs_norm1	{ background: url(/ui/tabs/tabs.gif) 0px	0px; padding: 3px }
	td.cmsTabs_norm2	{ background: url(/ui/tabs/tabs.gif) -6px	0px; padding: 4px }
	td.cmsTabs_norm3	{ background: url(/ui/tabs/tabs.gif) 6px	0px; padding: 3px }
	
	td.cmsTabs_hover1	{ background: url(/ui/tabs/tabs.gif) 0px	21px }
	td.cmsTabs_hover2	{ background: url(/ui/tabs/tabs.gif) -6px	21px }
	td.cmsTabs_hover3	{ background: url(/ui/tabs/tabs.gif) 6px	21px }
	
	td.cmsTabs_sel1		{ background: url(/ui/tabs/tabs.gif) 0px	42px }
	td.cmsTabs_sel2		{ background: url(/ui/tabs/tabs.gif) -6px	42px; padding: 7px 4px 1px 4px }
	td.cmsTabs_sel3		{ background: url(/ui/tabs/tabs.gif) 6px	42px }
	
	td.cmsTabs_dis1		{  }
	td.cmsTabs_dis2		{ color: #999999; cursor: default }
	td.cmsTabs_dis3		{  }
	
	.content					{ border: 0px; border-bottom: 1px solid #BBBBBB; padding: 10px; vertical-align: top }
	.contentLine			{ width: 1px; background: #BBBBBB }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                                   */
/*   CMSVAR                                                                                                                                                          */
/*                                                                                                                                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	.cmsVar						{ padding: 4px; border: 1px solid #222222; background: #FFFFFF; margin-bottom: 15px }

	.cmsVar table, .cmsVar td	{ border: 0px; border-collapse: collapse; margin: 0px; padding: 0px }
	.cmsVar td				{ color: #213D7E; font-size: 10px; cursor: default; vertical-align: top; font-weight: normal !important }
	.cmsVar a					{ color: #FFFFFF !important; text-decoration: none !important; cursor: default; display: block }
	.cmsVar a:hover		{ color: #666666 !important; text-decoration: none !important }

	.cmsVar .key			{ color: #444444 !important }
	.cmsVar .value		{ color: #CC0000 !important; white-space: pre }
	
	.cmsVar .boolean	{ color: #9022a7 !important }
	.cmsVar .integer	{ color: #213D7E !important }
	.cmsVar .double		{ color: #3460c6 !important }
	.cmsVar .string		{ color: #CC0000 !important }
	.cmsVar .xmltag		{ color: #880000 !important }
	.cmsVar .array		{ color: #458610 !important }
	.cmsVar .object		{ color: #FF7E00 !important }
	.cmsVar .resource	{ color: #208b64 !important }
	.cmsVar .NULL			{ color: #000000 !important }

body, td						{ font-size: 12px; font-family: verdana }
	
	a										{ color: #00717e; text-decoration: underline }
	a:hover							{ color: #0095a6; text-decoration: underline }
	
	h1									{ color: #FFFFFF !important; font-weight: bold; margin: 0px }
	h2									{ color: #ea6518 !important; font-weight: bold }
	
	h1, h2, h3					{ font-family: arial }
	
	.noline							{ text-decoration: none !important }
	.noline:hover				{ text-decoration: underline !important }
	
	.topMenu td					{ padding: 0px 10px 0px 0px; vertical-align: middle; white-space: nowrap; font-weight: bold }
	.topMenu td a				{ color: #00717e; text-decoration: none }
	.topMenu td a:hover	{ color: #ea6518; text-decoration: underline }
	
	.menu td						{ height: 100px; vertical-align: middle; font-weight: bold; padding-right: 10px }
	.menu td a					{ color: #FFFFFF; text-decoration: none }
	.menu td a:hover		{ color: #FFFFFF; text-decoration: underline }
	
	.quad								{ font-size: 11px; color: #FFFFFF; text-decoration: underline }
	
	.promo							{ background: #ec6809; padding-left: 10px !important; font-family: arial narrow; font-weight: bold }
	.promo a						{ color: #FFFFFF; text-decoration: none }
	.promo a:hover			{ color: #FFFFFF; text-decoration: underline }
	
	a.left							{ color: #FFFFFF; text-decoration: none; background: #84c8d1 url(/images/str.gif) no-repeat 15px 16px; padding: 11px 10px 10px 40px; border-bottom: 1px solid white; font-weight: bold; display: block }
	a.left:hover				{ color: #FFFFFF; text-decoration: underline }
	a.leftSub						{ color: #00717e; text-decoration: none; background: #DDDDDD url(/images/str_sub.gif) no-repeat 40px 10px; padding: 5px 10px 5px 55px; border-bottom: 1px solid white; display: block; font-size: 11px }
	a.leftSub:hover			{ color: #ea6518; text-decoration: underline }
	
	.path								{ color: #FFFFFF; text-decoration: none; margin-top: 15px; font-size: 11px }
	.path a							{ color: #FFFFFF; text-decoration: none }
	.path a:hover				{ color: #FFFFFF; text-decoration: underline }
	
	.calendar td 				{ padding: 1px }
	.calendar td div		{ padding: 1px 2px 1px 2px; border: 1px solid #FFFFFF }
	.calendar .before		{ color: #00717e }
	.calendar .after		{ color: #FFFFFF; background: #59bac3; border: 1px solid #59bac3 }
	.calendar .weekend	{ color: #ea6518 }
	.calendar .weekend_before	{ color: #ea6518 }
	.calendar .weekend_after	{ color: #FFFFFF; background: #ea6518; border: 1px solid #ea6518 }
	.calendar .current	{ color: #00717e; border: 1px solid #00717e }
	
	big									{ font-size: 17px }

