############################################################## 
## Title: phpBB 3.0.8 to phpBB 3.0.9 prosilver Changes
## Author: naderman < naderman@phpbb.com > (Nils Adermann) http://www.phpbb.com 
## Description: 
##		
##		
##		These are the phpBB 3.0.8 to phpBB 3.0.9 prosilver Changes summed up into a
##		little Mod. These changes are only partial and do not include any code changes,
##		therefore not meant for updating phpBB.
##		
##			
##		
## 
## Files To Edit: 
##		styles/prosilver/imageset/imageset.cfg
##		styles/prosilver/style.cfg
##		styles/prosilver/template/attachment.html
##		styles/prosilver/template/login_body.html
##		styles/prosilver/template/mcp_post.html
##		styles/prosilver/template/mcp_topic.html
##		styles/prosilver/template/memberlist_im.html
##		styles/prosilver/template/memberlist_search.html
##		styles/prosilver/template/overall_footer.html
##		styles/prosilver/template/overall_header.html
##		styles/prosilver/template/posting_buttons.html
##		styles/prosilver/template/posting_smilies.html
##		styles/prosilver/template/simple_footer.html
##		styles/prosilver/template/simple_header.html
##		styles/prosilver/template/template.cfg
##		styles/prosilver/template/ucp_groups_manage.html
##		styles/prosilver/template/ucp_pm_viewmessage_print.html
##		styles/prosilver/template/viewforum_body.html
##		styles/prosilver/template/viewtopic_body.html
##		styles/prosilver/template/viewtopic_print.html
##		styles/prosilver/theme/colours.css
##		styles/prosilver/theme/cp.css
##		styles/prosilver/theme/forms.css
##		styles/prosilver/theme/links.css
##		styles/prosilver/theme/print.css
##		styles/prosilver/theme/theme.cfg
##		styles/prosilver/theme/tweaks.css
##
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2 
############################################################## 

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/imageset/imageset.cfg

#
#-----[ FIND ]---------------------------------------------
# Around Line 17
#

# General Information about this style
name = prosilver
copyright = &copy; phpBB Group, 2007

#
#-----[ FIND ]---------------------------------------------
# Around Line 22
version = 3.0.8

#
#-----[ REPLACE WITH ]---------------------------------------------
#
version = 3.0.9

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/style.cfg

#
#-----[ FIND ]---------------------------------------------
# Around Line 17
#

# General Information about this style
name = prosilver
copyright = &copy; phpBB Group, 2007

#
#-----[ FIND ]---------------------------------------------
# Around Line 22
version = 3.0.8
#
#-----[ REPLACE WITH ]---------------------------------------------
#
version = 3.0.9
#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/template/attachment.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 68
			<object id="qtstream_{_file.ATTACH_ID}" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0" width="0" height="16">
				<param name="src" value="{_file.U_DOWNLOAD_LINK}" />
				<param name="controller" value="true" />
				<param name="autoplay" value="false" />
				<param name="type" value="video/quicktime" />
				<embed name="qtstream_{_file.ATTACH_ID}" src="{_file.U_DOWNLOAD_LINK}" pluginspage="http://www.apple.com/quicktime/download/" enablejavascript="true" controller="true" width="0" height="16" type="video/quicktime" autoplay="false"></embed>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
			<object id="qtstream_{_file.ATTACH_ID}" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0" width="320" height="285">
				<param name="src" value="{_file.U_DOWNLOAD_LINK}" />
				<param name="controller" value="true" />
				<param name="autoplay" value="false" />
				<param name="type" value="video/quicktime" />
				<embed name="qtstream_{_file.ATTACH_ID}" src="{_file.U_DOWNLOAD_LINK}" pluginspage="http://www.apple.com/quicktime/download/" enablejavascript="true" controller="true" width="320" height="285" type="video/quicktime" autoplay="false"></embed>

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/template/login_body.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 1
	onload_functions.push('document.getElementById("{USERNAME_CREDENTIAL}").focus();');

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	onload_functions.push('document.getElementById("<!-- IF S_ADMIN_AUTH -->{PASSWORD_CREDENTIAL}<!-- ELSE -->{USERNAME_CREDENTIAL}<!-- ENDIF -->").focus();');

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/template/mcp_post.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 70
				<input class="button1" type="submit" value="{L_APPROVE}" name="action[approve]" /> &nbsp;
				<input class="button2" type="submit" value="{L_DISAPPROVE}" name="action[disapprove]" />

#
#-----[ REPLACE WITH ]---------------------------------------------
#
				<input class="button2" type="submit" value="{L_DISAPPROVE}" name="action[disapprove]" /> &nbsp;
				<input class="button1" type="submit" value="{L_APPROVE}" name="action[approve]" />

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/template/mcp_topic.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 29
			<a href="#minitabs" onclick="subPanels('merge-panel'); return false;"><span>{L_MERGE_TOPIC}</span></a>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
			<a href="#minitabs" onclick="subPanels('merge-panel'); return false;"><span>{L_MERGE_POSTS}</span></a>

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/template/memberlist_im.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 37
			<dd><a href="http://www.aim.com/download.adp">{L_IM_DOWNLOAD_APP}</a> | <a href="http://aimexpress.oscar.aol.com/aimexpress/launch.adp?Brand=AIM">{L_IM_AIM_EXPRESS}</a></dd>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
			<dd><a href="http://www.aim.com">{L_IM_DOWNLOAD_APP}</a> | <a href="http://www.aim.com/products/express">{L_IM_AIM_EXPRESS}</a></dd>

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/template/memberlist_search.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 35
<script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/template/overall_footer.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 17
<!--
	We request you retain the full copyright notice below including the link to www.phpbb.com.
	This not only gives respect to the large amount of time given freely by the developers
	but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
	the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
	"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
	forums may be affected.

	The phpBB Group : 2006
//-->

	<div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	<div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/template/overall_header.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 6
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />

#
#-----[ FIND ]---------------------------------------------
# Around Line 11
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 43
	<!-- IF S_USER_PM_POPUP -->
		if ({S_NEW_PM})
		{
			var url = '{UA_POPUP_PM}';
			window.open(url.replace(/&amp;/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
		}

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	<!-- IF S_USER_PM_POPUP and S_NEW_PM -->
		var url = '{UA_POPUP_PM}';
		window.open(url.replace(/&amp;/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');

#
#-----[ FIND ]---------------------------------------------
# Around Line 78
<script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>

#
#-----[ FIND ]---------------------------------------------
# Around Line 111
				<form action="{U_SEARCH}" method="post" id="search">

#
#-----[ REPLACE WITH ]---------------------------------------------
#
				<form action="{U_SEARCH}" method="get" id="search">

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/template/posting_buttons.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 36
<script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/editor.js"></script>

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/template/posting_smilies.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 4
<script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/editor.js"></script>

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/template/simple_footer.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 1
<!--
	We request you retain the full copyright notice below including the link to www.phpbb.com.
	This not only gives respect to the large amount of time given freely by the developers
	but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
	the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
	"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
	forums may be affected.

	The phpBB Group : 2006
//-->

	<div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group

#
#-----[ REPLACE WITH ]---------------------------------------------
#

	<div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/template/simple_header.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 6
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />

#
#-----[ FIND ]---------------------------------------------
# Around Line 11
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 44
<script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/template/template.cfg

#
#-----[ FIND ]---------------------------------------------
# Around Line 17
#

# General Information about this template
name = prosilver
copyright = &copy; phpBB Group, 2007

#
#-----[ FIND ]---------------------------------------------
# Around Line 22
version = 3.0.8

#
#-----[ REPLACE WITH ]---------------------------------------------
#
version = 3.0.9

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/template/ucp_groups_manage.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 116
				<th class="mark">{L_MARK}</th>
			</tr>
			</thead>
			<tbody>
		<!-- ELSEIF member.S_APPROVED -->

#
#-----[ FIND ]---------------------------------------------
# Around Line 121
			<!-- IF member.S_PENDING_SET -->

#
#-----[ REPLACE WITH ]---------------------------------------------
#
			<!-- IF S_PENDING_SET -->

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/template/ucp_pm_viewmessage_print.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 103
	<td colspan="2"><hr class="sep" />{MESSAGE}</td>
</tr>
</table>

<hr width="85%" />

#
#-----[ FIND ]---------------------------------------------
# Around Line 108
	The phpBB Group : 2006
//-->


#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 110
	<td colspan="2" align="center"><span class="gensmall">Powered by phpBB &copy; 2000, 2002, 2005, 2007 phpBB Group<br />http://www.phpbb.com/</span></td>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	<td colspan="2" align="center"><span class="gensmall">Powered by phpBB&reg; Forum Software &copy; phpBB Group<br />http://www.phpbb.com/</span></td>

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/template/viewforum_body.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 26
	<li class="rightside"><a href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a></li>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	<li class="rightside"><a href="{U_MARK_FORUMS}">{L_MARK_SUBFORUMS_READ}</a></li>

#
#-----[ FIND ]---------------------------------------------
# Around Line 43
			<form method="post" id="forum-search" action="{S_SEARCHBOX_ACTION}">
			<fieldset>
				<input class="inputbox search tiny" type="text" name="keywords" id="search_keywords" size="20" value="{L_SEARCH_FORUM}" onclick="if (this.value == '{LA_SEARCH_FORUM}') this.value = '';" onblur="if (this.value == '') this.value = '{LA_SEARCH_FORUM}';" />
				<input class="button2" type="submit" value="{L_SEARCH}" />
				<input type="hidden" value="{FORUM_ID}" name="fid[]" />

#
#-----[ REPLACE WITH ]---------------------------------------------
#
			<form method="get" id="forum-search" action="{S_SEARCHBOX_ACTION}">
			<fieldset>
				<input class="inputbox search tiny" type="text" name="keywords" id="search_keywords" size="20" value="{L_SEARCH_FORUM}" onclick="if (this.value == '{LA_SEARCH_FORUM}') this.value = '';" onblur="if (this.value == '') this.value = '{LA_SEARCH_FORUM}';" />
				<input class="button2" type="submit" value="{L_SEARCH}" />
				{S_SEARCH_LOCAL_HIDDEN_FIELDS}

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/template/viewtopic_body.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 36
			<form method="post" id="topic-search" action="{S_SEARCHBOX_ACTION}">
			<fieldset>
				<input class="inputbox search tiny"  type="text" name="keywords" id="search_keywords" size="20" value="{L_SEARCH_TOPIC}" onclick="if(this.value=='{LA_SEARCH_TOPIC}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_TOPIC}';" />
				<input class="button2" type="submit" value="{L_SEARCH}" />
				<input type="hidden" value="{TOPIC_ID}" name="t" />
				<input type="hidden" value="msgonly" name="sf" />

#
#-----[ REPLACE WITH ]---------------------------------------------
#
			<form method="get" id="topic-search" action="{S_SEARCHBOX_ACTION}">
			<fieldset>
				<input class="inputbox search tiny"  type="text" name="keywords" id="search_keywords" size="20" value="{L_SEARCH_TOPIC}" onclick="if(this.value=='{LA_SEARCH_TOPIC}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_TOPIC}';" />
				<input class="button2" type="submit" value="{L_SEARCH}" />
				{S_SEARCH_LOCAL_HIDDEN_FIELDS}

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/template/viewtopic_print.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 6
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />

#
#-----[ FIND ]---------------------------------------------
# Around Line 11
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 40
<!--
	We request you retain the full copyright notice below including the link to www.phpbb.com.
	This not only gives respect to the large amount of time given freely by the developers
	but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
	the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
	"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
	forums may be affected.

	The phpBB Group : 2006
//-->
	<div id="page-footer">
		<div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div>
		<div class="copyright">Powered by phpBB &copy; 2000, 2002, 2005, 2007 phpBB Group<br />http://www.phpbb.com/</div>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	<div id="page-footer">
		<div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div>
		<div class="copyright">Powered by phpBB&reg; Forum Software &copy; phpBB Group<br />http://www.phpbb.com/</div>

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/theme/colours.css

#
#-----[ FIND ]---------------------------------------------
# Around Line 169
.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {

#
#-----[ REPLACE WITH ]---------------------------------------------
#
.pagination span a, .pagination span a:link, .pagination span a:visited {

#
#-----[ FIND ]---------------------------------------------
# Around Line 181
	border-color: #368AD2;
	background-color: #368AD2;
	color: #FFF;
}


#
#-----[ AFTER, ADD ]---------------------------------------------
#
.pagination span a:active {
	color: #5C758C;
	background-color: #ECEDEE;
	border-color: #B4BAC0;
}


#
#-----[ FIND ]---------------------------------------------
# Around Line 296
	border-bottom-color: #368AD2;
}

.postlink:visited {
	color: #5D8FBD;

#
#-----[ FIND ]---------------------------------------------
# Around Line 301
	border-bottom-color: #666666;

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	border-bottom-color: #5D8FBD;

#
#-----[ FIND ]---------------------------------------------
# Around Line 308
.signature a, .signature a:visited, .signature a:active, .signature a:hover {
	background-color: transparent;
}

/* Profile links */
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
	color: #105289;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	color: #D31141;

#
#-----[ REPLACE WITH ]---------------------------------------------
#
.signature a, .signature a:visited, .signature a:hover, .signature a:active {
	background-color: transparent;
}

/* Profile links */
.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
	color: #105289;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	color: #D31141;
}

.postprofile a:active {
	color: #105289;

#
#-----[ FIND ]---------------------------------------------
# Around Line 650
	background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	background-image: url("{IMG_ICON_USER_ONLINE_SRC}");

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/theme/cp.css

#
#-----[ FIND ]---------------------------------------------
# Around Line 391
	border: solid 3px transparent;
	border-width: 0 3px;
}

.pmlist li.bg2 {
	border: solid 3px transparent;
	border-width: 0 3px;

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	padding: 0 3px;
}

.pmlist li.bg2 {
	padding: 0 3px;

#
#-----[ FIND ]---------------------------------------------
# Around Line 404
	border: solid 3px #ffffff;
	border-width: 0 3px;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	border: solid 3px #c2c2c2;
	border-width: 0 3px;	
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	border: solid 3px #bdbdbd;
	border-width: 0 3px;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	padding: 0;
	border: solid 3px #ffffff;
	border-width: 0 3px;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	padding: 0;
	border: solid 3px #c2c2c2;
	border-width: 0 3px;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	padding: 0;
	border: solid 3px #bdbdbd;
	border-width: 0 3px;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	padding: 0;

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/theme/forms.css

#
#-----[ FIND ]---------------------------------------------
# Around Line 260
	width: 80%;
}

#message-box textarea {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;

#
#-----[ FIND ]---------------------------------------------
# Around Line 265
	width: 100%;

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	width: 450px;
	height: 270px;
	min-width: 100%;
	max-width: 100%;

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/theme/links.css

#
#-----[ FIND ]---------------------------------------------
# Around Line 85
.postlink:visited {
	color: #bdbdbd;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

#
#-----[ REPLACE WITH ]---------------------------------------------
#
/* .postlink:visited { color: #bdbdbd; } */

#
#-----[ FIND ]---------------------------------------------
# Around Line 97
.signature a, .signature a:visited, .signature a:active, .signature a:hover {

#
#-----[ REPLACE WITH ]---------------------------------------------
#
.signature a, .signature a:visited, .signature a:hover, .signature a:active {

#
#-----[ FIND ]---------------------------------------------
# Around Line 104
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {

#
#-----[ REPLACE WITH ]---------------------------------------------
#
.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {

#
#-----[ FIND ]---------------------------------------------
# Around Line 113
}

.postprofile a:hover, .postprofile dt.author a:hover {
	text-decoration: underline;
	color: #d3d3d3;

#
#-----[ AFTER, ADD ]---------------------------------------------
#
}

/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
/* See http://www.phpbb.com/bugs/phpbb3/59685 */
.postprofile a:active {
	font-weight: bold;
	color: #898989;
	text-decoration: none;

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/theme/print.css

#
#-----[ FIND ]---------------------------------------------
# Around Line 58
.postbody a:link, .postbody a:visited, .postbody a:active, .postbody a:hover {

#
#-----[ REPLACE WITH ]---------------------------------------------
#
.postbody a:link, .postbody a:visited, .postbody a:hover, .postbody a:active {

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/theme/theme.cfg

#
#-----[ FIND ]---------------------------------------------
# Around Line 19
#

# General Information about this theme
name = prosilver
copyright = &copy; phpBB Group, 2007

#
#-----[ FIND ]---------------------------------------------
# Around Line 24
version = 3.0.8

#
#-----[ REPLACE WITH ]---------------------------------------------
#
version = 3.0.9

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/prosilver/theme/tweaks.css

#
#-----[ FIND ]---------------------------------------------
# Around Line 88
}

* html .forumbg table.table1 {
	margin: 0 -2px 0px -1px;
}

#
#-----[ AFTER, ADD ]---------------------------------------------
#

/* Headerbar height fix for IE7 and below */
* html #site-description p {
	margin-bottom: 1.0em;
}

*:first-child+html #site-description p {
	margin-bottom: 1.0em;
}
# 
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ 
# 
# EoM