adult-layout-ng 2.0.0 - 2.0.3 Changelog

Files operations:
ADD ITEM privacy_policy.html to /templates/
REPLACE ITEM _article_v_block.html in /templates/
REPLACE ITEM _article_h_block.html in /templates/
REPLACE ITEM _key_usr_search.html in /templates/
REPLACE ITEM art_moder.html in /templates/
REPLACE ITEM article_comment.html in /templates/
REPLACE ITEM articles.html in /templates/
REPLACE ITEM articles_in.html in /templates/
REPLACE ITEM articles_read.html in /templates/
REPLACE ITEM bl_email.html in /templates/
REPLACE ITEM get_zip.html in /templates/
REPLACE ITEM get_city.html in /templates/
REPLACE ITEM mem_compose.html in /templates/
REPLACE ITEM mem_compose_frame.html in /templates/
REPLACE ITEM mem_email_verification.html in /templates/
REPLACE ITEM mem_folders.html in /templates/
REPLACE ITEM mem_forgot.html in /templates/
REPLACE ITEM mem_home.html in /templates/
REPLACE ITEM mem_join.html in /templates/
REPLACE ITEM mem_list.html in /templates/
REPLACE ITEM mem_member_not_found.html in /templates/
REPLACE ITEM mem_membership.html in /templates/
REPLACE ITEM mem_membership_diagram.html in /templates/
REPLACE ITEM mem_messages.html in /templates/
REPLACE ITEM mem_pass_change_popup.html in /templates/
REPLACE ITEM mem_photos.html in /templates/
REPLACE ITEM mem_predit.html in /templates/
REPLACE ITEM mem_profile.html in /templates/
REPLACE ITEM mem_report.html in /templates/
REPLACE ITEM mem_search.html in /templates/
REPLACE ITEM mem_signin.html in /templates/
REPLACE ITEM mem_unregister.html in /templates/
REPLACE ITEM moder.html in /templates/
REPLACE ITEM news.html in /templates/
REPLACE ITEM news_moder.html in /templates/
REPLACE ITEM news_comment.html in /templates/
REPLACE ITEM profile_card.html in /templates/
REPLACE ITEM profile_card_extended.html in /templates/
REPLACE ITEM send_msg_friend.html in /templates/
REPLACE ITEM layout.php in /
Actions with files:
Show only edited files Show only subjects Show all
Bugfixes:
Subject: HTML validation
FILE: /templates/index.html
FIND
<div class=ads_head>{$_page.advertisement.top}</div>
AND REPLACE WITH
<div class="ads_head">{$_page.advertisement.top}</div>
FILE: /templates/index.html
FIND
{show_units}
AND REPLACE WITH
{show_units}&nbsp;|&nbsp;
FILE: /templates/index.html
FIND
<a class="inv_line" href={$_href.signout}>{$_lang._sign_out}</a>
AND REPLACE WITH
<a class="inv_line" href="{$_href.signout}">{$_lang._sign_out}</a>
FILE: /templates/index.html
FIND
<a class="inv_line" href={$_href.member}>{$_lang._sign_in}</a> | 
				<a class="inv_line" href={$_href.search}>{$_lang._search}</a> | 
				<a class="inv_line" href={$_href.join}><b>{$_lang._sign_up_free}</b></a>
AND REPLACE WITH
<a class="inv_line" href="{$_href.member}">{$_lang._sign_in}</a> |
				<a class="inv_line" href="{$_href.search}">{$_lang._search}</a> |
				<a class="inv_line" href="{$_href.join}"><b>{$_lang._sign_up_free}</b></a>				
FILE: /templates/index.html
FIND
<div class="sign_in_input"><input class=input_custom name=Username size=21></div>		
AND REPLACE WITH
<div class="sign_in_input"><input class="input_custom" name="Username" size="21" /></div>		
FILE: /templates/index.html
FIND
<div class="sign_in_input"><input type=password class=input_custom name=Password size=21></div>
AND REPLACE WITH
<div class="sign_in_input"><input type="password" class="input_custom" name="Password" size="21"></div>
FILE: /templates/index.html
FIND
<div class="sign_in_form_btn"><input name=mSubmit type=submit class=input_button value="{$_lang._sign_in}"></div>
<div class="sign_in_forgot"><a class="sign_in_forgot" href={$_url.member}forgot.php{$get_vars}>{$_lang._forgot_pwd}</a></div>		
AND REPLACE WITH
<div class="sign_in_form_btn"><input name="msubmit" type="submit" class="input_button" value="{$_lang._sign_in}" /></div>
<div class="sign_in_forgot"><a class="sign_in_forgot" href="{$_url.member}forgot.php{$get_vars}">{$_lang._forgot_pwd}</a></div>		
FILE: /templates/index.html
FIND
<br class=clearboth>
<div class="sign_up_form_btn"><input name=mSubmit type=submit class=input_button value="{$_lang._sign_up}"></div>
AND REPLACE WITH
<br class="clearboth" />
						<div class="sign_up_form_btn">
                                               <input name="mSubmit" type="submit" class="input_button" value="{$_lang._sign_up}" />
						</div>
FILE: /templates/index.html
FIND
{if !$no_bottom_stuff }
<div id="footer_index">{text c="copy_stuff"} 
		<a class=cr href="http://www.dotsilver.com/" title="Powered by dotSilver Dating Software">dotSilver Member</a>.<br />
	        <a class=cr href="{$_href.personals}">{$_lang._link_personals}</a>&nbsp;|&nbsp;
                <a class=cr href="{$_href.about}">{$_lang._about_us}</a>&nbsp;|&nbsp;
		<a class=cr href="{$_href.terms}">{$_lang._terms_of_use}</a>&nbsp;|&nbsp;
		<a class=cr href="{$_href.contact}">{$_lang._contact_us}</a>
	</div>
{/if}
AND REPLACE WITH
{if !$no_bottom_stuff }
<div id="footer_index">{text c="copy_stuff"} 
	<a class="cr" href="http://www.dotsilver.com/" title="Powered by dotSilver Dating Software">dotSilver Member</a>.<br />
	<a class="cr" href="{$_href.personals}">{$_lang._link_personals}</a>&nbsp;|&nbsp;
	<a class="cr" href="{$_href.privacy_policy}">{$_lang._privacy_policy}</a>&nbsp;|&nbsp;
	<a class="cr" href="{$_href.about}">{$_lang._about_us}</a>&nbsp;|&nbsp;
	<a class="cr" href="{$_href.terms}">{$_lang._terms_of_use}</a>&nbsp;|&nbsp;
	<a class="cr" href="{$_href.contact}">{$_lang._contact_us}</a>	</div>
{/if}
</div>
FILE: /templates/index.html
FIND
<div class=ads_footer>{$_page.advertisement.buttom}</div>
AND REPLACE WITH
<div class="ads_footer">{$_page.advertisement.buttom}</div>
FILE: /templates/_quick_search.html
FIND
{$js_features.RestoreDown}
AND REPLACE WITH
<!--	
{$js_features.RestoreDown}
// -->
FILE: /templates/_quick_search.html
FIND
<div id="home_qs" style = '{$search_qs}'>
	{if $smarty.server.LC_PHP_SELF == '/index.php'}
	<div id="index_q_search_pic"></div>
	{else}
	<div id="{$quick_search_pic}">&nbsp;{if $show_one_tab && $tab_open == 'home_tab_open'}{$_lang._quick_search}{elseif $show_one_tab}{$_lang._refine_search}{else}{$_lang._detailed_search}{/if}</div>
	{/if}
<form action={$_href.s_results} method=get name="search" autocomplete="off" OnSubmit="SetCookie('search_method','1');SetRealCookie()">
<input type=hidden name=PLCreate value=1>
<input type=hidden name=_s value="{$data._s}">
AND REPLACE WITH
<form action="{$_href.s_results}" method="get" name="search" onsubmit="SetCookie('search_method','1');SetRealCookie()">
<input type="hidden" name="PLCreate" value="1" />
{get_controls}
<div id="home_qs" style = '{$search_qs}'>
	{if $page_id == 17}
	<div id="index_q_search_pic"></div>
	{else}
	<div id="{$quick_search_pic}">&nbsp;{if $show_one_tab && $tab_open == 'home_tab_open'}{$_lang._quick_search}{elseif $show_one_tab}{$_lang._refine_search}{else}{$_lang._detailed_search}{/if}</div>
	{/if}
FILE: /templates/_quick_search.html
FIND
<div class="{$quick_search_tbl}">
{search_rows_iam_weare}
</div>
AND REPLACE WITH
{search_rows_iam_weare}
FILE: /templates/_quick_search.html
FIND
<div id="{$quick_search_pref}">
		<div class=q_search_head>{$_lang._age_preference}:</div>
AND REPLACE WITH
<div class="{$quick_search_pref}">
		<div class="q_search_head">{$_lang._age_preference}:</div>
FILE: /templates/_quick_search.html
FIND
<input type=hidden name="active_tab" id="active_tab" value="radius_search_cont">
	<input type=hidden name="search_method" id="search_method" value="1">
AND REPLACE WITH
<input type="hidden" name="active_tab" id="active_tab" value="radius_search_cont" />
	<input type="hidden" name="search_method" id="search_method" value="1" />
FILE: /templates/_quick_search.html
FIND
<div class=q_search_head>{$_lang._search_loc_within}:</div>
AND REPLACE WITH
<div class="q_search_head">{$_lang._search_loc_within}:</div>
FILE: /templates/_quick_search.html
FIND
<div id="radius_search" class=search_tab_active OnClick="SetSearchType('firsttype');">
AND REPLACE WITH
<div id="radius_search" class="search_tab_active" onclick="SetSearchType('firsttype');">
FILE: /templates/_quick_search.html
FIND
<div id="select_reg" class=search_tab_passive OnClick="SetSearchType('secondtype');">
AND REPLACE WITH
<div id="select_reg" class="search_tab_passive" onclick="SetSearchType('secondtype');">
FILE: /templates/_quick_search.html
FIND
<div id="ext_search" class=search_tab_passive OnClick="SetSearchType('thirdtype');">
AND REPLACE WITH
<div id="ext_search" class="search_tab_passive" onclick="SetSearchType('thirdtype');">
FILE: /templates/_quick_search.html
FIND
<div id="quick_search_pref">
				<div id="input_zip">
					<table cellpadding="0" cellpadding="0" border=0>
AND REPLACE WITH
<div class="quick_search_pref">
				<div class="input_zip">
					<table cellpadding="0" cellspacing="0" border="0">
FILE: /templates/_quick_search.html
FIND
<input type=text class="input_text" size="3" maxlength="4" name="RadiusSearch" id="RadiusSearch" onChange="SetCookie(this.id+'/4txt',this.value)"> {$_lang._miles} {$_lang._from}
AND REPLACE WITH
<input type="text" class="input_text" size="3" maxlength="4" name="RadiusSearch" id="RadiusSearch" onchange="SetCookie(this.id+'/4txt',this.value)" /> {$_lang._miles} {$_lang._from}
FILE: /templates/_quick_search.html
FIND
<div id="input_zip">
				<table cellpadding="0" cellpadding="0" border=0>
					<tr><td valign=top><input type=text class="input_text" size="20" name="ZIP" id="ZIP" onChange="SetCookie(this.id+'/4txt',this.value)"></td></tr>
					<tr><td class="td_zip" valign=top>{$_lang._us_zip} / {$_lang._city_worldwide}</td></tr>
AND REPLACE WITH
<div class="input_zip">
				<table cellpadding="0" cellspacing="0" border="0">
					<tr><td valign="top"><input type="text" class="input_text" size="20" name="ZIP" id="ZIP" onchange="SetCookie(this.id+'/4txt',this.value)" /></td></tr>
					<tr><td class="td_zip" valign="top">{$_lang._us_zip} / {$_lang._city_worldwide}</td></tr>
FILE: /templates/_quick_search.html
FIND
<br class=clearboth>
AND REPLACE WITH
<br class="clearboth" />
FILE: /templates/_quick_search.html
FIND
<div id="select_reg_cont" class=search_tab_close>
AND REPLACE WITH
<div id="select_reg_cont" class="search_tab_close">
FILE: /templates/_quick_search.html
FIND
<select name="Country" id="Country" class=input_select onchange="LoadRegion('http://{$_sock.domain}/get_region.php','1','1');SetCookie(this.id+'/4sel',this.value);SetCookie('Region/4sel','STUB');" >
AND REPLACE WITH
<select name="Country" id="Country" style="{$country_input}" class="input_select" onchange="LoadRegion('http://{$_sock.domain}/get_region.php','1','1');SetCookie(this.id+'/4sel',this.value);SetCookie('Region/4sel','STUB');" >
FILE: /templates/_quick_search.html
FIND
<select name="Region" id="Region" OnChange="ShowCity('noZIP');SetCookie(this.id+'/4sel',this.value);">
AND REPLACE WITH
<select name="Region" id="Region"  style="{$country_input}" onchange="ShowCity('noZIP');SetCookie(this.id+'/4sel',this.value);">
FILE: /templates/_quick_search.html
FIND
<input class=input_text name="City" id="City" OnChange="SetCookie(this.id+'/4txt',this.value);" disabled><br/><span name='lookupcity' id='lookupcity'><a href="javascript:;" onclick="OpenLookUpCity('get_city.php?set_cookie=1&')">{$_lang.txt_lookup_city}</a></span>
AND REPLACE WITH
<input class="input_text" name="City" id="City" onchange="SetCookie(this.id+'/4txt',this.value);" disabled="disabled" /><br /><span id="lookupcity" ><a href="javascript:;" onclick="OpenLookUpCity('get_city.php?set_cookie=1&amp;')">{$_lang.txt_lookup_city}</a></span>
FILE: /templates/_quick_search.html
FIND
<div id="ext_search_cont" class=search_tab_close>
AND REPLACE WITH
<div id="ext_search_cont" class="search_tab_close">
FILE: /templates/_quick_search.html
FIND
<div id="cel{$cont_count}" class=search_adv_bar onclick="RestoreDown( this.id, 'block{$cont_count}','Country');">&nbsp;{if $show_one_tab}{$key|truncate:18:""}{else}{$key}{/if}</div>
		<input type=hidden name="count{$key}" id = "count{$key}" value=0>
AND REPLACE WITH
div id="cel{$cont_count}" class="search_adv_bar" onclick="RestoreDown( this.id, 'block{$cont_count}','Country');">&nbsp;{if $show_one_tab}{$key|truncate:18:""}{else}{$key}{/if}</div>
		<input type="hidden" name="count{$key}" id = "count{$key}" value="0" />
FILE: /templates/_quick_search.html
FIND
	{/foreach}
	</div>
	<br class=clearboth />
AND REPLACE WITH
	{/foreach}
	</div>
	<br class="clearboth" />
FILE: /templates/_quick_search.html
FIND
<div class="{$quick_search_btn}" style = '{$search_q_btn}'><input type="submit" class="input_button" value="{$_lang._search}"></div>
	<div class="{$quick_search_adv}" style = '{$search_q_adv}'><a href={$_href.search}>{$_lang._advanced_search}</a></div>
AND REPLACE WITH
<div class="{$quick_search_btn}" style = '{$search_q_btn}'><input type="submit" class="input_button" value="{$_lang._search}" /></div>
	<div class="{$quick_search_adv}" style = '{$search_q_adv}'><a class="adv_q_search" href="{$_href.search}">{$_lang._advanced_search}</a></div>
FILE: /templates/_quick_search.html
FIND
<br class=clearboth />
<div id="search_ext"  class="{$search_tabs}" style = '{$search_ext}'>
AND REPLACE WITH
<br class="clearboth" />
<div id="search_ext"  class="{$search_tabs}" style = '{$search_ext}'>
FILE: /templates/_quick_search.html
FIND
<div id="cel{$key}" class=search_adv_bar onclick="RestoreDown( this.id, 'block{$key}','{$value}')">&nbsp;{php}global $_lang; echo $_lang['_sl'.$this->_tpl_vars['value']];{/php}</div>
	<input type=hidden name="count{$value}" id ="count{$value}" value=0>
AND REPLACE WITH
<div id="cel{$key}" class="search_adv_bar" onclick="RestoreDown( this.id, 'block{$key}','{$value}')">&nbsp;{php}global $_lang; echo $_lang['_sl'.$this->_tpl_vars['value']];{/php}</div>
	<input type="hidden" name="count{$value}" id ="count{$value}" value="0" />
FILE: /templates/_quick_search.html
FIND
<div id=search_adv_bottom>
AND REPLACE WITH
<div id="search_adv_bottom">
FILE: /templates/_quick_search.html
FIND
<a href="javascript:void(0);" onClick="CheckSearchCond('1','{$_url.img}');SetRealCookie();document.search.reset();">{$_lang._txt_clearcookie}</a>
AND REPLACE WITH
<a href="javascript:void(0);" onclick="CheckSearchCond('1','{$_url.img}');SetRealCookie();document.search.reset();">{$_lang._txt_clearcookie}</a>
FILE: /templates/_quick_search.html
FIND
&nbsp;<input type="submit" class="input_button" value="{$_lang._search}" >
AND REPLACE WITH
<input type="submit" class="input_button" value="{$_lang._search}" />
FILE: /templates/_quick_search.html
FIND
{if $show_one_tab}
		<div id="back_to_search">
			<a class="mod" href="{$_href.search}">{$_lang._advanced_search}</a>
		</div>
		{/if}
AND AFTER IT INSERT
<br class="clearboth" />
FILE: /templates/_member_console.html
FIND
{if $console_mem_upgrade}(<a class="console" href={$_href.membership}>{$_lang._upgrade}</a>){/if}
{if $console_mem_extend}(<a class="console" href={$_href.membership}>{$_lang._extend}</a>){/if}
AND REPLACE WITH
{if $console_mem_upgrade}(<a class="console" href="{$_href.membership}">{$_lang._upgrade}</a>){/if}
{if $console_mem_extend}(<a class="console" href="{$_href.membership}">{$_lang._extend}</a>){/if}
FILE: /templates/_member_console.html
FIND
{*<div class="console_my_match"><a class="console" href={$_href.matches}>{$_lang._my_matches}</a></div>
	<div class="console_my_bookmarks"><a class="console" href={$_href.bookmarks}>{$_lang._bookmarks}</a></div>
	<div class="console_my_blocked"><a class="console" href={$_href.blocked}>{$_lang._blocked_members}</a></div>
AND REPLACE WITH
{*<div class="console_my_match"><a class="console" href="{$_href.matches}">{$_lang._my_matches}</a></div>
	<div class="console_my_bookmarks"><a class="console" href="{$_href.bookmarks}">{$_lang._bookmarks}</a></div>
	<div class="console_my_blocked"><a class="console" href="{$_href.blocked}">{$_lang._blocked_members}</a></div>
FILE: /templates/_member_console.html
FIND
<div id="contr_console">
AND REPLACE WITH
<div class="contr_console">
FILE: /templates/_member_console.html
FIND
<br class="clearboth">
AND REPLACE WITH
<br class="clearboth" />
FILE: /templates/_member_console.html
FIND
<input type=submit class="input_button" value="{$_lang._sign_up}">
AND REPLACE WITH
<input type="submit" class="input_button" value="{$_lang._sign_up}" />
FILE: /templates/_member_console.html
FIND
<div id="contr_console">
AND REPLACE WITH
<div class="contr_console">
FILE: /templates/_member_console.html
FIND
<div class="console_input"><input class="input_text" name=Username size=21></div>
	<br class="clearboth">
AND REPLACE WITH
<div class="console_input"><input class="input_text" name="Username" size="21" /></div>
	<br class="clearboth" />
FILE: /templates/_member_console.html
FIND
<div class="console_input"><input class="input_text" type=password name=Password size=21></div>
	<br class=clearboth>
	<input name="mSubmit" type="submit" class="input_button" value="{$_lang._sign_in}">
AND REPLACE WITH
<div class="console_input"><input class="input_text" type="password" name="Password" size="21"/></div>
	<br class="clearboth" />
	<input name="mSubmit" type="submit" class="input_button" value="{$_lang._sign_in}" />
FILE: /templates/_member_console.html
FIND
<a class="sign_in_forgot" href={$_href.forgot}>{$_lang._forgot_pwd}</a>
AND REPLACE WITH
<a class="sign_in_forgot" href="{$_href.forgot}">{$_lang._forgot_pwd}</a>
FILE: /templates/_member_console.html
FIND
<a class=console_new_msg href="{$_href.mailbox}">&nbsp; {$_lang._new_msgs}! &nbsp;&nbsp;</a>
AND REPLACE WITH
<a class="console_new_msg" href="{$_href.mailbox}">&nbsp; {$_lang._new_msgs}! &nbsp;&nbsp;</a>
FILE: /templates/_member_console.html
FIND
<div id=console_q_search>
AND REPLACE WITH
<div id="console_q_search">
FILE: /templates/_member_console.html
FIND
search_tabs="search_tabs_search"
	quick_search_pref="quick_search_pref"
	quick_search_pic="home_q_search_pic"
	quick_search_tbl="quick_search_tbl"
	search_ext="display:normal"
	search_q_adv="display:none"
	search_q_btn="display:none"
	show_one_tab=1
	tab_open="console_tab_open"
AND REPLACE WITH
search_tabs="search_tabs_search"
	quick_search_pref="quick_search_pref"
	quick_search_pic="home_q_search_pic"
	quick_search_tbl="quick_search_tbl"
	search_ext="search_tabs"
	search_q_adv="display:none"
	search_q_btn="display:none"
	show_one_tab=1
	tab_open="console_tab_open"
FILE: /templates/_member_console.html
FIND
<div id=console_search_ku>
AND REPLACE WITH
<div id="console_search_ku">
FILE: /templates/_footer.html
FIND
<div class=ads_footer>{$_page.advertisement.buttom}</div>
AND REPLACE WITH
<div class="ads_footer">{$_page.advertisement.buttom}</div>
FILE: /templates/_footer.html
FIND
<div id="footer">{text c="copy_stuff"}
		<a class=cr href="http://www.dotsilver.com/" title="Powered by dotSilver Dating Software">dotSilver Member</a>.<br />
		<a class=cr href="{$_href.personals}">{$_lang._link_personals}</a>&nbsp;|&nbsp;
		<a class=cr href="{$_href.about}">{$_lang._about_us}</a>&nbsp;|&nbsp;
		<a class=cr href="{$_href.terms}">{$_lang._terms_of_use}</a>&nbsp;|&nbsp;
		<a class=cr href="{$_href.contact}">{$_lang._contact_us}</a>
AND REPLACE WITH
<div id="footer">{text c="copy_stuff"}&nbsp;
		<a class="cr" href="http://www.dotsilver.com/" title="Powered by dotSilver Dating Software">dotSilver Member</a>.<br />
		<a class="cr" href="{$_href.personals}">{$_lang._link_personals}</a>&nbsp;|&nbsp;
		<a class="cr" href="{$_href.privacy_policy}">{$_lang._privacy_policy}</a>&nbsp;|&nbsp;
		<a class="cr" href="{$_href.about}">{$_lang._about_us}</a>&nbsp;|&nbsp;
		<a class="cr" href="{$_href.terms}">{$_lang._terms_of_use}</a>&nbsp;|&nbsp;
		<a class="cr" href="{$_href.contact}">{$_lang._contact_us}</a>
FILE: /templates/_footer.html
FIND
{show_units}
AND REPLACE WITH
{show_units}&nbsp;|&nbsp;
FILE: /templates/_footer.html
FIND
<a class="inv_line" href={$_href.signout}>{$_lang._sign_out}</a>
AND REPLACE WITH
<a class="inv_line" href="{$_href.signout}">{$_lang._sign_out}</a>
FILE: /templates/_footer.html
FIND
<a class="inv_line" href={$_href.member}>{$_lang._sign_in}</a>&nbsp;|&nbsp;
					<a class="inv_line" href={$_href.search}>{$_lang._search}</a>&nbsp;|&nbsp;
					<a class="inv_line" href={$_href.join}><b>{$_lang._sign_up_free}</b></a>
AND REPLACE WITH
<a class="inv_line" href="{$_href.member}">{$_lang._sign_in}</a>&nbsp;|&nbsp;
				<a class="inv_line" href="{$_href.search}">{$_lang._search}</a>&nbsp;|&nbsp;
					<a class="inv_line" href="{$_href.join}"><b>{$_lang._sign_up_free}</b></a>
FILE: /templates/_footer.html
FIND
<div class=ads_head>{$_page.advertisement.top}</div>
AND REPLACE WITH
<div class="ads_head">{$_page.advertisement.top}</div>
FILE: /templates/_body-pre.html
FIND
<title>{$title|default:$_lang.T_DEFAULT}</title>
	<meta name=description content="{$meta_description|default:"`$_site.bizname` - Personals & Dating"}">
AND REPLACE WITH
<title>{$title|default:$_lang.T_DEFAULT|replace:"&":"&amp;"}</title>
	{if $meta_description}<meta name="description" content="{$meta_description}" />{/if}
	{if $meta_keywords}<meta name="keywords" content="{$meta_keywords}" />{/if}
FILE: /templates/_body-pre.html
FIND
<meta name="{$meta_entry.name}" content="{$meta_entry.content}">
AND REPLACE WITH
<meta name="{$meta_entry.name}" content="{$meta_entry.content}" />
FILE: /templates/_body-pre.html
FIND
<meta http-equiv=Content-Type content="text/html;charset={$_site.charset}">
	<link type=text/css rel=stylesheet href={$_url.layouts}{$_site.layout}/themes/{$_site.theme}/layout.css>
AND REPLACE WITH
<meta http-equiv="content-type" content="{$meta_entry.content|escape:"html"}"/>
	<link type="text/css" rel="stylesheet" href="{$_url.layouts}{$_site.layout}/themes/{$_site.theme}/layout.css"/>
FILE: /templates/_body-pre.html
FIND
{section name=js_modules loop=$js}<script src={$_url.js}{$js[js_modules]}.js type=text/javascript></script>{/section}
AND REPLACE WITH
{section name=js_modules loop=$js}<script src="{$_url.js}{$js[js_modules]}.js" type="text/javascript" ></script>{/section}
FILE: /templates/_body-pre.html
FIND
<body marginheight=0 marginwidth=0 topmargin=0 bottommargin=0 leftmargin=0 rightmargin=0 {if $onLoad}onLoad="{$onLoad}"{/if} {if $body_class}class="{$body_class}"{/if} >
AND REPLACE WITH
<body {if $onLoad}onload="{$onLoad}"{/if} {if $body_class} class="{$body_class}"{/if} >
Subject: CSS validation
FILE: /themes/main/layout.css
FIND
#input_zip { 
	
	float:left;
	color:#447c90;

}
AND REPLACE WITH
.input_zip { 
	
	float:left;
	margin-bottom:2px;
	color:#447c90;

}
FILE: /themes/main/layout.css
FIND
.input_text {
	background-color:#fff;
	font-family:Tahoma;
	font-size:11px;
	padding:1px;
	height:15px;
	color:#336; 
	border:1px solid #93abd2;

}
AND AFTER IT INSERT
.input_select {
	background-color:#fff;
	font-family:Tahoma;
	font-size:11px;
	padding:2px;
	color:#336; 
	border:1px solid #93abd2;

}
FILE: /themes/main/layout.css
FIND
#pad
{	
	background-color: transparent;
	padding: 10px;
	text-align: left;
	margin:0;
        clear:both;
}
AND REPLACE WITH
#pad
{	
	background-color: transparent;
	text-align: left;
	padding:6px;
}
FILE: /themes/main/layout.css
FIND
#search_form_pic {
	position:absolute;
	left:-10;top:-12;
	background-image: url('img/g_search.gif'); 
	background-repeat:no-repeat; 
	width:366px;
	height:32px;
}
AND REPLACE WITH
#search_form_pic {
	position:absolute;
	left:-10px;
    top:-12px;
	background-image: url('img/g_search.gif'); 
	background-repeat:no-repeat; 
	width:366px;
	height:32px;
}
FILE: /themes/main/layout.css
FIND
.search_tabs_search {

	margin-top:10px;
	font-size:11px;
	margin-bottom:15px;
	clear:both;
	position:relative;
}
AND REPLACE WITH
.search_tabs_search {

	margin-top:10px;
	font-size:11px;
	margin-bottom:15px;
	clear:both;
	position:relative;
	width:100%;
}
FILE: /themes/main/layout.css
FIND
.search_tab_open {

	clear:both;
	width:350px;
	padding:5px;
	display:normal;
	background:#d4e6e7;

}
AND REPLACE WITH
.search_tab_open {

	clear:both;
	width:350px;
	padding:5px;
	background:#d4e6e7;

}
FILE: /themes/main/layout.css
FIND
.home_tab_open {

	clear:both;
	width:200px;
	display:normal;

}
AND REPLACE WITH
.home_tab_open {

	clear:both;
	width:200px;
}
FILE: /themes/main/layout.css
FIND
.console_tab_open {
	width:100%;
	clear:both;
	padding-bottom:2px;
	display:normal;

}
AND REPLACE WITH
.console_tab_open {
	width:98%;
	clear:both;
	padding-bottom:2px;
}
FILE: /themes/main/layout.css
FIND
.index_tab_open {

	clear:both;
	width:250px;
	display:normal;

}
AND REPLACE WITH
.index_tab_open {

	clear:both;
	width:250px;

}
FILE: /themes/main/layout.css
FIND
#home_menu_pic {
	padding-top:5px;
	padding-bottom:5px;
	background:#d7e8e8;
    border-top:1px solid #eea294;
	border-bottom:1px solid #eea294;
    color:#70100b;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
    position:relative;
    font-family:Verdana;
	width:185px;

}
AND REPLACE WITH
.home_menu_pic {
	padding-top:5px;
	padding-bottom:5px;
	background:#d7e8e8;
    border-top:1px solid #eea294;
	border-bottom:1px solid #eea294;
    color:#70100b;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
    position:relative;
    font-family:Verdana;
	width:185px;

}
FILE: /themes/main/layout.css
FIND
#icon {

	background:url('img/icon.gif') no-repeat;
	width:20px;
	height:20px;
	margin:auto;

}
AND REPLACE WITH
.icon {

	background:url('img/icon.gif') no-repeat;
	width:20px;
	height:20px;
	margin:auto;

}
FILE: /themes/main/layout.css
FIND
.join_tbl {
	width:580px;
	border-spacing:3px;	
	border-padding:5px;

}
AND REPLACE WITH
.join_tbl {
	width:580px;
	border-spacing:3px;	

}
FILE: /themes/main/layout.css
FIND
#form 
{
	position: relative;
	margin-left:5;
	text-align:center;
	float:left;
	height:512px;
	width:366px;	
	background: #fdf9f8;
	border-top:1px solid #c49d9b;
	border-left:1px solid #c49d9b;
	border-bottom:1px solid #c49d9b;
	
}
AND REPLACE WITH
#form 
{
	position: relative;
	margin-left:5px;
	text-align:center;
	float:left;
	height:512px;
	width:366px;	
	background: #fdf9f8;
	border-top:1px solid #c49d9b;
	border-left:1px solid #c49d9b;
	border-bottom:1px solid #c49d9b;
	
}
FILE: /themes/main/layout.css
FIND
#art_cat {
	
	float:left;
	width:150px;
	border:1px none #eee;
	font-size:10px;
	margin-bottom:10px;
}

#art_cat_pic {	
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#2f5d69;
	border-bottom:1px solid #eee;
	color:#fff;
	font-weight:bold;
	font-family:verdana;
	font-size:10px;
	padding-left:3px;
	text-transform:uppercase;
}
AND REPLACE WITH
.art_cat {
	
	float:left;
	width:150px;
	border:1px none #eee;
	font-size:10px;
	margin-bottom:10px;
}

.art_cat_pic {	
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#2f5d69;
	border-bottom:1px solid #eee;
	color:#fff;
	font-weight:bold;
	font-family:verdana;
	font-size:10px;
	padding-left:3px;
	text-transform:uppercase;
}
FILE: /themes/main/layout.css
FIND
#art_cat_txt {

	text-align:justify;
	font-size:11px;
	width:95%;
	clear:both;
	float:left;
	margin-top:5px;
	padding-left:5%;
	font-weight:normal;
}
AND REPLACE WITH
.art_cat_txt {

	text-align:justify;
	font-size:11px;
	width:95%;
	clear:both;
	float:left;
	margin-top:5px;
	padding-left:5%;
	font-weight:normal;
}
FILE: /themes/main/layout.css
FIND
#art_new_item {
	
	width:395px;
	height:107px;
	float:left;
	text-align:right;
	font-size:10px;
	background:#fff;
	font-weight:bold;
	position:relative;
	clear:both;	
}

#art_n_item_tn{
	margin-right:8px;
	border-width:1px;
}

#art_n_item_txt {
	text-align:justify;
	font-size:10px;
	margin-top:5px;
	font-weight:normal;
}
AND REPLACE WITH
.art_new_item {
	
	width:395px;
	height:107px;
	float:left;
	text-align:right;
	font-size:10px;
	background:#fff;
	font-weight:bold;
	position:relative;
	clear:both;	
}

.art_n_item_tn{
	margin-right:8px;
	border-width:1px;
}

.art_n_item_txt {
	text-align:justify;
	font-size:10px;
	margin-top:5px;
	font-weight:normal;
}
FILE: /themes/main/layout.css
FIND
#art_sep {
	width:1px;
	height:236px;
	border-left:1px solid #ccc;
	margin-left:8px;
	margin-right:5px;
	margin-top:5px;
	float:left;
}

#art_sep_new {
	width:395px;
	height:1px;
	border-top:1px solid #eee;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
	clear:both;
}
AND REPLACE WITH
.art_sep {
	width:1px;
	height:236px;
	border-left:1px solid #ccc;
	margin-left:8px;
	margin-right:5px;
	margin-top:5px;
	float:left;
}

.art_sep_new {
	width:395px;
	height:1px;
	border-top:1px solid #eee;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
	clear:both;
}
FILE: /themes/main/layout.css
FIND
#art_read {
	margin-bottom:4px;
	margin-right:0;
}
AND REPLACE WITH
.art_read {
	margin-bottom:4px;
	margin-right:0;
}
FILE: /themes/main/layout.css
FIND
#msg_messages {

	background:#fff;
	width:380px;
	float:left:
}
AND REPLACE WITH
#msg_messages {

	background:#fff;
	width:380px;
	float:left;
}
FILE: /themes/main/layout.css
FIND
#msg_messages p {


	font-size:10px;
	padding:0;
	margin-left:3;
	margin-top:0;
	margin-bottom:0px;

}
AND REPLACE WITH
#msg_messages p {


	font-size:10px;
	padding:0;
	margin-left:3px;
	margin-top:0;
	margin-bottom:0px;

}
FILE: /themes/main/layout.css
FIND
#msg_show {

	background:#fff;
}
AND REPLACE WITH
#msg_show {

	background:#fff;
	clear:both;
}
FILE: /themes/main/layout.css
FIND
#upload_desc {

	width:250px;
	display:left;
	padding:10px;
	
}
AND REPLACE WITH
.upload_desc {

	width:250px;
	padding:10px;
	
}
FILE: /themes/main/layout.css
FIND
#upload_pic_none {
	
	float:left;
	width:260px;
	height:170px;
	border:1px solid #e6e5e5;

	
}
AND REPLACE WITH
.upload_pic_none {
	
	float:left;
	width:260px;
	height:170px;
	border:1px solid #e6e5e5;

	
}
FILE: /themes/main/layout.css
FIND
.prof_edit_tbl {
	
	border-spacing:3px;	
	border-padding:5px;

}
AND REPLACE WITH
.prof_edit_tbl {
	
	border-spacing:3px;	

}
FILE: /themes/main/layout.css
FIND
#list_gallery {

	float:left;
	margin:4px;
}
AND REPLACE WITH
#list_gallery {

	float:left;
	margin:2px;
}
FILE: /themes/main/layout.css
FIND
#list_details {

	float:left;
	margin:0 0 0px 0;

}


/*---------------------- PROFILE CARD EXTENDED ------------------------------*/

#prof_ext {

	height:135px; 
	width:582px; 
	background:#fff;
	margin-bottom:15px;

	
}

#prof_ext_left {

	width:183px; 
	height:135px;
	float:left;
	background:#f3f9f9;
	background-repeat:no-repeat;
	background-position:bottom;
	border:1px solid #a3c0c1;

}

#prof_ext_pic {

	height:105px; 
	width:183px;
	text-align:left;
	clear:both;
	float:left;
	background-image: url('img/prof_act_bg.gif');
	background-repeat:repeat-x;


}
#talk {

	width:56px;
	margin-top:4px;
	margin-left:2px;
	height:39px;

}

#prof_ext_usr {	
	
	width:183px;
	height:15px;
	float:left;
	color:#9a2f24;
	background:url('img/prof_usr_bg.gif') repeat-x;
}
AND REPLACE WITH
.list_details {

	float:left;
	margin:0 0 0px 0;

}


/*---------------------- PROFILE CARD EXTENDED ------------------------------*/

.prof_ext {

	height:135px; 
	width:582px; 
	background:#fff;
	margin-bottom:15px;

	
}

.prof_ext_left {

	width:183px; 
	height:135px;
	float:left;
	background:#f3f9f9;
	background-repeat:no-repeat;
	background-position:bottom;
	border:1px solid #a3c0c1;

}

.prof_ext_pic {

	height:105px; 
	width:183px;
	text-align:left;
	clear:both;
	float:left;
	background-image: url('img/prof_act_bg.gif');
	background-repeat:repeat-x;


}
#talk {

	width:56px;
	margin-top:4px;
	margin-left:2px;
	height:39px;

}

.prof_ext_usr {	
	
	width:183px;
	height:15px;
	float:left;
	color:#9a2f24;
	background:url('img/prof_usr_bg.gif') repeat-x;
}
FILE: /themes/main/layout.css
FIND
a.prof_ext_usr:link, a.prof_ext_usr:visited { color:#9a2f24; font-size:10px; font-weight:bold; text-decoration: none; }
a.prof_ext_usr:active, a.prof_ext_usr:hover { color:#b64f45; font-size:10px; font-weight:bold; text-decoration: underline; }
AND REPLACE WITH
a.ext_usr:link, a.prof_ext_usr:visited { color:#9a2f24; font-size:10px; font-weight:bold; text-decoration: none; }
a.ext_usr:active, a.prof_ext_usr:hover { color:#b64f45; font-size:10px; font-weight:bold; text-decoration: underline; }
FILE: /themes/main/layout.css
FIND
#prof_ext_loc {
	
	background:#4f898a;
	clear:both;
	height:14px;
	text-align:center;
	width:183px;
	color:#fff;
	border-top:1px solid #a3c0c1;

}

#prof_ext_thumb {
	
	width:100px;
	height:100px;
	float:left;
	text-align:right;
	padding-left:3px;
	padding-top:1px;
}


#prof_ext_act {

	float:right;
	width:65px;
	margin-left:3px;
	margin-right:3px;
	height:104px;
	color:#444;
	text-align:center;

}


#prof_ext_right {

	width:392px;
	float:right;
	height:135px;
	background:#fff8f7;
	border:1px solid #f6d0c8;


}

#prof_ext_desc {
	
	height:80px;
	width:374px;
	overflow:hidden;
	clear:both;
	background:#fff;
	margin-left:10px;
	margin-right:10px;
	margin-top:8px;
	margin-bottom:4px;
	color:#343434;
	font-size:12px;
	background:transparent;
	background-repeat:no-repeat;
}

#prof_ext_menu {

	height:22px;
	width:394px;
	text-align:center;
	clear:both;
	padding-top:3px;

}

#prof_ext_headline {

	height:15px;
	background:url('img/prof_headline_bg.gif') repeat-x;
	width:100%;
	font-size:11px;
	color:#275561;
	text-align:center;

}
AND REPLACE WITH
.prof_ext_loc {
	
	background:#4f898a;
	clear:both;
	height:14px;
	text-align:center;
	width:183px;
	color:#fff;
	border-top:1px solid #a3c0c1;

}

.prof_ext_thumb {
	
	width:100px;
	height:100px;
	float:left;
	text-align:right;
	padding-left:3px;
	padding-top:1px;
}


.prof_ext_act {

	float:right;
	width:65px;
	margin-left:3px;
	margin-right:3px;
	height:104px;
	color:#444;
	text-align:center;

}


.prof_ext_right {

	width:392px;
	float:right;
	height:135px;
	background:#fff8f7;
	border:1px solid #f6d0c8;


}

.prof_ext_desc {
	
	height:80px;
	width:374px;
	overflow:hidden;
	clear:both;
	background:#fff;
	margin-left:10px;
	margin-right:10px;
	margin-top:8px;
	margin-bottom:4px;
	color:#343434;
	font-size:12px;
	background:transparent;
	background-repeat:no-repeat;
}

.prof_ext_menu {

	height:22px;
	width:394px;
	text-align:center;
	clear:both;
	padding-top:3px;

}

.prof_ext_headline {

	height:15px;
	background:url('img/prof_headline_bg.gif') repeat-x;
	width:100%;
	font-size:11px;
	color:#275561;
	text-align:center;

}
FILE: /themes/main/layout.css
FIND
#home_search_pic {

	padding-top:6px;
	padding-bottom:6px;
	text-transform:uppercase;
	font-weight:bold;
	background:#d7e8e8;
    border-top:1px solid #eea294;
	border-bottom:1px solid #eea294;
    color:#70100b;
	font-size:10px;
	width:100%;
	position:relative;
}
AND REPLACE WITH
.home_search_pic {

	padding-top:6px;
	padding-bottom:6px;
	text-transform:uppercase;
	font-weight:bold;
	background:#d7e8e8;
    border-top:1px solid #eea294;
	border-bottom:1px solid #eea294;
    color:#70100b;
	font-size:10px;
	width:100%;
	position:relative;
}
FILE: /themes/main/layout.css
FIND
#home_q_search_cont {
		
	margin-left:7px;
	margin-right:7px;
	margin-top:3px;
	padding-bottom:0px;
	text-align:left;


}
AND REPLACE WITH
#home_q_search_cont {
		
	margin-left:5px;
	margin-right:5px;
	margin-top:3px;
	padding-bottom:0px;
	text-align:left;


}
FILE: /themes/main/layout.css
FIND
#home_search_cont {
	margin-left:6px;
	margin-right:5px;
	margin-top:7px;
	margin-bottom:8px;
	font-size:11px;
	color:#5f5f5f;
	text-align:left;
}
AND REPLACE WITH
.home_search_cont {
	margin-left:6px;
	margin-right:5px;
	margin-top:7px;
	margin-bottom:8px;
	font-size:11px;
	color:#5f5f5f;
	text-align:left;
}
FILE: /themes/main/layout.css
FIND
#console_q_search {

	float:left;
	background:#fdf9f8;
	padding-top:10px;
	width:162px;
        z-index:5;
        border-bottom:1px solid #f0ab9e;

}
AND REPLACE WITH
#console_q_search {

	float:left;
	background:#fdf9f8;
	padding-top:10px;
	width:160px;
        z-index:5;
        border-bottom:1px solid #f0ab9e;

}
FILE: /themes/main/layout.css
FIND
#quick_search_pref {

	padding-top:2px;
        font-size:11px;
	color:#5f5f5f;
	padding-bottom:0px;	
	clear:both;
}

#quick_search_pref_index {

	padding-top:0px;
        font-size:11px;
	color:#5f5f5f;
	padding-bottom:0px;
	float:left;	
	margin-left:7px;
}
AND REPLACE WITH
.quick_search_pref {

	padding-top:2px;
        font-size:11px;
	color:#5f5f5f;
	padding-bottom:0px;	
	clear:both;
}

.quick_search_pref_index {

	padding-top:0px;
        font-size:11px;
	color:#5f5f5f;
	padding-bottom:0px;
	float:left;	
	margin-left:7px;
}
FILE: /themes/main/layout.css
FIND
#sign_usr_name {
	
	float:left;
	width:130px;
	text-align:left;

}

#sign_usr_input {

	float:left;
	width:127px;
	text-align:right;
	padding-right:3px;
	margin-bottom:3px;
}
AND REPLACE WITH
.sign_usr_name {
	
	float:left;
	width:130px;
	text-align:left;

}

.sign_usr_input {

	float:left;
	width:127px;
	text-align:right;
	padding-right:3px;
	margin-bottom:3px;
}
FILE: /themes/main/layout.css
FIND
#console
{ 
	position: relative;
	margin-left: auto;
	margin-top:33px;
	margin-right: auto;
	text-align: center;
	width: 162px;
	float: left;
	background:url('img/g_console.gif');
	background-position:center top;
	clear:both;
}
AND REPLACE WITH
#console
{ 
	position: relative;
	margin-left: auto;
	margin-top:33px;
	margin-right: auto;
	text-align: center;
	width: 162px;
	float: left;
	background:url('img/g_console.gif') no-repeat;
	background-position:center top;
	clear:both;
}
FILE: /themes/main/layout.css
FIND
#contr_console

{
	width: 142px;
	position: relative;
	clear:both;
	background-color: transparent;
	text-align:left;
	clear:both;
	margin:auto;
	padding:auto;
	color:#133747; 
   	font-size:11px;
}
AND REPLACE WITH
.contr_console

{
	width: 142px;
	position: relative;
	clear:both;
	background-color: transparent;
	text-align:left;
	clear:both;
	margin:auto;
	color:#133747; 
   	font-size:11px;
}
FILE: /themes/main/layout.css
FIND
a.console_new_msg:active, a.console_new_msg:hover { f
	font-size:10px; 
	font-family:Verdana;
	color:#fff; 
	text-decoration:none;
}
AND REPLACE WITH
a.console_new_msg:active, a.console_new_msg:hover { 
	font-size:10px; 
	font-family:Verdana;
	color:#fff; 
	text-decoration:none;
}
FILE: /themes/main/layout.css
FIND
#contr_mem_signed_in
{
	width: 142px;
	position: relative;
	clear:both;
	background-color: transparent;
	text-align:left;
	clear:both;
	margin:auto;
	padding:auto;
	color:#133747; 
   	font-size:11px;
	padding-bottom:10px;


}
AND REPLACE WITH
#contr_mem_signed_in
{
	width: 142px;
	position: relative;
	clear:both;
	background-color: transparent;
	text-align:left;
	clear:both;
	margin:auto;

	color:#133747; 
   	font-size:11px;
	padding-bottom:10px;


}
FILE: /themes/main/layout.css
FIND
a.cr:active, a.cr:hover { f
	ont-size:10px; 
	font-family:verdana;
	color:#ac466b; 
	text-decoration:underline;
}
AND REPLACE WITH
a.cr:active, a.cr:hover { 
	font-size:10px; 
	font-family:verdana;
	color:#ac466b; 
	text-decoration:underline;
}
FILE: /themes/main/layout.css
FIND
#ads_console{
	width:168px;
	background:#fff;
	text-align:center;
	clear:both;
}
AND REPLACE WITH
#ads_console{
	width:162px;
	background:#fff;
	text-align:center;
	clear:both;
}
FILE: /themes/main/layout.css
FIND
#mod_form{
	border:1px solid #eea294;
	width:240px;
	text-align:left;
	color:#999;
	border-spacing:1px;
}

#mod_form_cap{
	background:#d7e8e8;
	border-bottom:1px solid #b8b8b8;
	padding:2px;
	height:16px;
	font-size:10px;
	font-weight:bold;
	color:#70100b;
	text-transform:uppercase;
}

#mod_form_label{
	border:1px solid #ccc;
	border-right:none;
	background:#fff;
	width:110px;
	font-size:10px;
	font-weight:bold;
	color:#c99;
	padding:2px;
}

#mod_form_input{
	border-right:1px solid #ccc;
	width:130px;
	text-align:center;
	padding-right:1px;
}

#mod_form_input input{
	width:130px;
	border:1px solid #aaa;
	font-family:Tahoma;
	font-size:11px;
	padding:1px;
	height:15px;
	color:#336; 
}

#mod_form_btn{
	background:#fff;
}

/* --- Moder News --- */

#mn_main{
	margin:auto;
	width:556px;
	border:1px solid #c99;
	padding:10px;
	background:transparent;
}

#mn_title{
	font-size:10px;
	font-weight:bold;
}

#mn_text_body{
	margin-top:6px;
	font-size:10px;
	font-weight:bold;
}

#mn_input_body textarea{
	width:554px;
	margin:auto;
}

#mn_back_btn{
	float:left;
	margin-top:6px;
}

#mn_2sub_btn{
	float:right;
	margin-top:6px;
}

#mn_preview_block{
	margin:auto;

}

#mn_auth_date{
	margin-top:1px;
	text-align:right;
}

#mn_upd_comment{
	margin:auto;
	padding:1px;
	font-weight:bold;
}

#mn_upd_comment small{
	color:#666;
	font-weight:normal;
}

#mn_upd_comment textarea{
	width:320px;
}

/* --- Moder Articler ---*/

#artm_main{
	width:570px;
	margin:12px auto;
	border:1px none #69c;
	background:#transparent;
	padding:4px;
}

#artm_main textarea{
	width:458px;
	margin:1px auto 3px auto;
}

#artm_HL_content{
	width:420px;
	margin:16px auto 0px auto;
	border:1px solid #69c;
	background:#f3ffff;
	padding:4px;
}

#artm_HL_label{
	float:left;
	font-weight:bold;
	color:#600;
	margin-bottom:2px;
}

#artm_HL_input{
	float:right;
	margin-bottom:4px;
	width:290px;
}

#artm_HL_input select{
	float:left;
	width:160px;
}

#artm_HL_input input{
	width:284px;
}

#artm_HL_img{
	float:left;
	margin-bottom:1px;
	width:123px;
	height:100px;
	border:1px solid #ccf;
}

#artm_HL_textarea{
	float:right;
	margin-bottom:4px;
	width:288px;
	height:100px;
}

#artm_HL_textarea textarea{
	 width:288px;
	 height:97px;
	 float:right;
}

#artm_HL_upload{
	float:left;
	margin-bottom:4px;
	width:125px;
	height:20px;
	text-align:center;
}

#artm_HL_btn{
	float:right;
	margin-bottom:4px;
	width:120px;
	height:20px;
	text-align:right;
}

#artm_HL_back{
	clear:both;
	float:right;
	margin-top:4px;
}


#artm_EP_headline{
	border:none;
	width:400px;
	margin:auto;
	margin-top:6px;
}
AND REPLACE WITH
.mod_form{
	border:1px solid #eea294;
	width:240px;
	text-align:left;
	color:#999;
	border-spacing:1px;
}

.mod_form_cap{
	background:#d7e8e8;
	border-bottom:1px solid #b8b8b8;
	padding:2px;
	height:16px;
	font-size:10px;
	font-weight:bold;
	color:#70100b;
	text-transform:uppercase;
}

.mod_form_label{
	border:1px solid #ccc;
	border-right:none;
	background:#fff;
	width:110px;
	font-size:10px;
	font-weight:bold;
	color:#c99;
	padding:2px;
}

.mod_form_input{
	border-right:1px solid #ccc;
	width:130px;
	text-align:center;
	padding-right:1px;
}

.mod_form_input input{
	width:130px;
	border:1px solid #aaa;
	font-family:Tahoma;
	font-size:11px;
	padding:1px;
	height:15px;
	color:#336; 
}

.mod_form_btn{
	background:#fff;
}

/* --- Moder News --- */

.mn_main{
	margin:auto;
	width:556px;
	border:1px solid #c99;
	padding:10px;
	background:transparent;
}

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

.mn_text_body{
	margin-top:6px;
	font-size:10px;
	font-weight:bold;
}

.mn_input_body textarea{
	width:554px;
	margin:auto;
}

.mn_back_btn{
	float:left;
	margin-top:6px;
}

.mn_2sub_btn{
	float:right;
	margin-top:6px;
}

.mn_preview_block{
	margin:auto;

}

.mn_auth_date{
	margin-top:1px;
	text-align:right;
}

.mn_upd_comment{
	margin:auto;
	padding:1px;
	font-weight:bold;
}

.mn_upd_comment small{
	color:#666;
	font-weight:normal;
}

.mn_upd_comment textarea{
	width:320px;
}

/* --- Moder Articler ---*/

.artm_main{
	width:570px;
	margin:12px auto;
	border:1px none #69c;
	background:transparent;
	padding:4px;
}

.artm_main textarea{
	width:458px;
	margin:1px auto 3px auto;
}

.artm_HL_content{
	width:420px;
	margin:16px auto 0px auto;
	border:1px solid #69c;
	background:#f3ffff;
	padding:4px;
}

.artm_HL_label{
	float:left;
	font-weight:bold;
	color:#600;
	margin-bottom:2px;
}

.artm_HL_input{
	float:right;
	margin-bottom:4px;
	width:290px;
}

.artm_HL_input select{
	float:left;
	width:160px;
}

.artm_HL_input input{
	width:284px;
}

.artm_HL_img{
	float:left;
	margin-bottom:1px;
	width:123px;
	height:100px;
	border:1px solid #ccf;
}

.artm_HL_textarea{
	float:right;
	margin-bottom:4px;
	width:288px;
	height:100px;
}

.artm_HL_textarea textarea{
	 width:288px;
	 height:97px;
	 float:right;
}

.artm_HL_upload{
	float:left;
	margin-bottom:4px;
	width:125px;
	height:20px;
	text-align:center;
}

.artm_HL_btn{
	float:right;
	margin-bottom:4px;
	width:120px;
	height:20px;
	text-align:right;
}

.artm_HL_back{
	clear:both;
	float:right;
	margin-top:4px;
}


.artm_EP_headline{
	border:none;
	width:400px;
	margin:auto;
	margin-top:6px;
}
FILE: /themes/main/layout.css
FIND
.upl_img{
	float:left;
	width:164;
	font-size:10px;
	padding:2px;
	background:transparent;
	display:none;
}
AND REPLACE WITH
.upl_img{
	float:left;
	width:164px;
	font-size:10px;
	padding:2px;
	background:transparent;
	display:none;
}
FILE: /themes/main/layout.css
FIND
DIV#upl_img_r{
	float:right;
	margin-right:2px;
	margin-bottom:2px;
}

#upl_img_form{
	width:156px;
}

#upl_img_input input{
	width:158px;
	font-size:10px;
	background:transparent;
}

#upl_img_btn{
	clear:both;
	margin:2px 1px;
	text-align:right;
}
AND REPLACE WITH
.upl_img_r{
	float:right;
	margin-right:2px;
	margin-bottom:2px;
}

.upl_img_form{
	width:156px;
}

.upl_img_input input{
	width:158px;
	font-size:10px;
	background:transparent;
}

.upl_img_btn{
	clear:both;
	margin:2px 1px;
	text-align:right;
}
FILE: /themes/main/layout.css
FIND
DIV#art_mod_uhl{
	float:left;
	width:474;
	height:18px
}
AND REPLACE WITH
.art_mod_uhl{
	float:left;
	width:474px;
	height:18px
}
FILE: /themes/main/layout.css
FIND
DIV#art_mod_uhr{
	float:right;
	border-top:1px solid #fff;
	border-bottom:1px solid #b5c6c6;
	background:#d7e8e8;
	width:92px;
	height:13px;
	padding:1px;
	text-align:center
}
AND REPLACE WITH
.art_mod_uhr{
	float:right;
	border-top:1px solid #fff;
	border-bottom:1px solid #b5c6c6;
	background:#d7e8e8;
	width:92px;
	height:13px;
	padding:1px;
	text-align:center
}
FILE: /themes/main/layout.css
FIND
#f_pannel {
	background:#def;
	padding:2px;
	border-right:1px solid #ce624b;
	border-left:1px solid #df735c;
	margin-bottom:1px;
}
AND REPLACE WITH
.f_pannel {
	background:#def;
	padding:2px;
	border-right:1px solid #ce624b;
	border-left:1px solid #df735c;
	margin-bottom:1px;
}
FILE: /themes/main/layout.css
FIND
#art_mod_textarea_div textarea{
	width:568px;
	border:1px solid #ce624b;
	background:#fff;
	margin:auto;
	color:#999;
}

#art_mod_btn{
	padding:3px;
	padding-top:2px;
	text-align:right;
}

DIV#art_mod_page_sep{
	float:left;
	border-bottom:1px solid #cfdbf1;
	width:100%;
	margin-bottom:2px;
}
AND REPLACE WITH
.art_mod_textarea_div textarea{
	width:568px;
	border:1px solid #ce624b;
	background:#fff;
	margin:auto;
	color:#999;
}

.art_mod_btn{
	padding:3px;
	padding-top:2px;
	text-align:right;
}

.art_mod_page_sep{
	float:left;
	border-bottom:1px solid #cfdbf1;
	width:100%;
	margin-bottom:2px;
}
FILE: /themes/main/layout.css
FIND
#mod_add_new{
	margin-bottom:6px;
	text-align:right;
}

#news_main{
	font-size:11px;
	width:100%;
}
AND REPLACE WITH
.mod_add_new{
	margin-bottom:6px;
	text-align:right;
}

.news_main{
	font-size:11px;
	width:100%;
}
FILE: /themes/main/layout.css
FIND
#npages{
	margin:0px 1px;
	background: #effeff;
	border-top:1px solid #def;
	border-bottom:1px solid #def;
	padding:2px;
	padding-top:none;
}
AND REPLACE WITH
.npages{
	margin:0px 1px;
	background: #effeff;
	border-top:1px solid #def;
	border-bottom:1px solid #def;
	padding:2px;
}
FILE: /themes/main/layout.css
FIND
DIV#nb_head{
	float:left;
	border:1px solid #ccc;
	background:#a63e33;
	padding:2px;
	color;#fff;
}
AND REPLACE WITH
.nb_head{
	float:left;
	border:1px solid #ccc;
	background:#a63e33;
	padding:2px;
	color:#fff;
}
FILE: /themes/main/layout.css
FIND
DIV#nb_title{ float:left; padding:1px; font-weight:bold; color:#fff }

SPAN#nb_susp{ float:left; padding:1px; color:#930 }

DIV#nb_mod_links{
	float:right;
}

DIV#news_body{
	padding-top:30px;
	padding-bottom:6px;
	border:1px solid #ccc;
}

DIV#nb_upd_comment{
	margin-top:6px;
	border:1px solid #fedee1;
	font-size:10px;
	color:#C66;
	padding:2px;
}

DIV#nb_upd_time{
	margin-top:2px;
	padding:1px;
	padding-bottom:0px;
	border-top:1px solid #ddd;
	font-size:10px;
	color:#933;
}
AND REPLACE WITH
.nb_title{ float:left; padding:1px; font-weight:bold; color:#fff }

.nb_susp{ float:left; padding:1px; color:#930 }

.nb_mod_links{
	float:right;
}

.news_body{
	padding-top:30px;
	padding-bottom:6px;
	border:1px solid #ccc;
}

.nb_upd_comment{
	margin-top:6px;
	border:1px solid #fedee1;
	font-size:10px;
	color:#C66;
	padding:2px;
}

.nb_upd_time{
	margin-top:2px;
	padding:1px;
	padding-bottom:0px;
	border-top:1px solid #ddd;
	font-size:10px;
	color:#933;
}
FILE: /themes/main/layout.css
FIND
DIV#nb_comments_num{
	float:left;
	margin-left:2px;
	margin-bottom:16px;
	font_size:10px;
	color:#930;
}
AND REPLACE WITH
.nb_comments_num{
	float:left;
	margin-left:2px;
	margin-bottom:16px;
	font-size:10px;
	color:#930;
}
FILE: /themes/main/layout.css
FIND
DIV#nb_auth_date{
	float:right;
	margin-right:2px;
	font-size:10px;
	color:#999;
}
AND REPLACE WITH
.nb_auth_date{
	float:right;
	margin-right:2px;
	font-size:10px;
	color:#999;
}
FILE: /themes/main/layout.css
FIND
#news_no_comments{
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
	color:#c99;
	
}

/*------ COMMENTS ------*/

#cmm_main{
	width:400px;
	margin:10px;
	font-size:10px;
}

#cmm_info{
	color:#933;
}

#cmm_h3{
	color:#633;
	font-size:13px;
	padding-bottom:4px;
}

#cmm_head{
	float:left;
}

#cmm_del{
	float:right;
}

#cmm_body{
	margin:2px;
	padding:2px;
	border-bottom:1px solid #CCC;
}

#cmm_form{
	color:#999;
}

#cmm_form_cap{
	font-size:11px;
	font-weight:bold;
	color:#c66;
}

#cmm_form_label{
	width:136px;
	font-size:10px;
	font-weight:bold;
	color:#933;
}

#cmm_form_input{

}

#cnn_form_textarea{
	font-size:10px;
	font-weight:bold;
	color:#933;
}
AND REPLACE WITH
.news_no_comments{
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
	color:#c99;
	
}

/*------ COMMENTS ------*/

.cmm_main{
	width:400px;
	margin:10px;
	font-size:10px;
}

.cmm_info{
	color:#933;
}

.cmm_h3{
	color:#633;
	font-size:13px;
	padding-bottom:4px;
}

.cmm_head{
	float:left;
}

.cmm_del{
	float:right;
}

.cmm_body{
	margin:2px;
	padding:2px;
	border-bottom:1px solid #CCC;
}

.cmm_form{
	color:#999;
}

.cmm_form_cap{
	font-size:11px;
	font-weight:bold;
	color:#c66;
}

.cmm_form_label{
	width:136px;
	font-size:10px;
	font-weight:bold;
	color:#933;
}

.cmm_form_input{

}

.cnn_form_textarea{
	font-size:10px;
	font-weight:bold;
	color:#933;
}
FILE: /themes/main/layout.css
FIND
#cat_table{
	border-top:1px solid #C99;
	border-left:1px solid #C99;
	color:#a74530;
}

#cat_td{
	border-bottom:1px solid #C99;
	border-right:1px solid #C99;
	font-size:10px;
	padding:2px;
	color:#a74530;
}

#cat_td_n, #p1{
	border-bottom:1px solid #C99;
	border-right:1px solid #C99;
	font-size:10px;
	font-weight:bold;
	padding:2px;
	color:#a74530;
}

#p1{padding:1px}
AND REPLACE WITH
.cat_table{
	border-top:1px solid #C99;
	border-left:1px solid #C99;
	color:#a74530;
}

.cat_td{
	border-bottom:1px solid #C99;
	border-right:1px solid #C99;
	font-size:10px;
	padding:2px;
	color:#a74530;
}

.cat_td_n, .p1{
	border-bottom:1px solid #C99;
	border-right:1px solid #C99;
	font-size:10px;
	font-weight:bold;
	padding:2px;
	color:#a74530;
}

.p1{padding:1px}
FILE: /themes/main/layout.css
FIND
#pers_pic{
	float:left;
	margin:6px;
	text-align:center;
AND AFTER IT INSERT
}