
1. CSS - yes - when you chcnge css file it will be visable on other sites too. These classes (.odd and .even) are used for tables, so as to distinguish individual cells or rows. Therefore, I would recommend doing more of the latter option - that is, the conversion template. When it comes to the code mess does not worry about it. The code has been thrown out all the classes corresponding to the "odd" and "even".
On the other side of the module can be similarly MyAlbum. Just so that you remove those statements and get rid of the background.
Remember that in the style.css file to restore the original background.
And here is the code structured:
<{strip}>
<table width="100%" cellspacing="0">
<tr>
<td>
<br /><{include file="db:myalbum_header.html"}><br />
<{include file="db:myalbum_categories.html"}>
<hr />
<form name='cid_select' action='<{$mod_url}>/viewcat.php' method='GET' style='margin:0px;text-align:center;'>
<select name='cid' onchange='submit();'>
<option value=''><{$lang_directcatsel}>option> <{$category_options}>
select>
<{$photo_global_sum}>
<{if $lang_add_photo}>
<a href="submit.php">
<{$lang_add_photo}>
<img src="<{$mod_url}>/images/pictadd.gif" border="0" alt="<{$lang_add_photo}>" title="<{$lang_add_photo}>" />
a>
<{/if}>
form>
td>
tr>
table>
<br />
<table width="100%" cellspacing="0">
<tr>
<td align="left">
<h4><{$lang_latest_list}>h4>
<{if $photonavdisp }>
<table border='0' cellpadding='0' cellspacing='0' width='100%'> <tr>
<td align='left'><{$photonavinfo}>td>
<td align='right'><{$photonav}>td>
tr>
table>
<hr />
<{/if}>
<table width='100%' cellspacing='0' cellpadding='10' border='0'> <{foreach from=$photos item=photo}>
<{include file="db:myalbum_photo_in_list.html"}>
<{/foreach}>
table>
<{if $photonavdisp }>
<hr />
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td align='left'><{$photonavinfo}>td>
<td align='right'><{$photonav}>td>
tr>
table>
<{/if}>
td>
tr>
table>
<br />
<table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr>
<td align="center"><br />
<{include file='db:system_notification_select.html'}>
<br />
<{include file="db:myalbum_footer.html"}>
td>
tr>
table>
<{/strip}>