/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		ProProxo
	Based on style:	proSilver (this is the default phpBB 3 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		Michael Bürschgens
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/





/* ####################################################################
Links.css
 #################################################################### */

a.top {
	width: 11px;
	height: 11px;
}






/* ####################################################################
Buttons.css
 #################################################################### */



.buttons div.reply-icon		{ width: 112px; height: 25px; }
.buttons div.post-icon		{ width: 122px; height: 25px; }
.buttons div.locked-icon	{ width: 127px; height: 25px; }
.buttons div.pmreply-icon	{ width: 112px; height: 25px; }
.buttons div.newpm-icon		{ width: 89px; height: 25px; }
.buttons div.forwardpm-icon	{ width: 127px; height: 25px; }


ul.profile-icons li.email-icon		{ width: 20px; height: 20px; }
ul.profile-icons li.aim-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.yahoo-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.web-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.msnm-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.icq-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.jabber-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.pm-icon		{ width: 28px; height: 20px; }
ul.profile-icons li.quote-icon	{ width: 65px; height: 20px; }
ul.profile-icons li.report-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.edit-icon	{ width: 84px; height: 20px; }
ul.profile-icons li.delete-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.info-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.warn-icon	{ width: 20px; height: 20px; }





/* ####################################################################
Colours.css
 #################################################################### */



a.top {
	background-image: url("./styles/ProProxo2/imageset/icon_back_top.png");
}

a.top2 {
	background-image: url("./styles/ProProxo2/imageset/icon_back_top.png");
}

/* Poster profile block
----------------------------------------*/
.online {
	background-image: url("./styles/ProProxo2/imageset/de/icon_user_online.gif");
}




/*  	
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */


table.topiclist tr.row td.title a.subforum.read {
	background-image: url("./styles/ProProxo2/imageset/subforum_read.png");
}

table.topiclist tr.row td.title a.subforum.unread {
	background-image: url("./styles/ProProxo2/imageset/subforum_unread.png");
}




/*  	
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */


.reply-icon span	{ background-image: url("./styles/ProProxo2/imageset/de/button_topic_reply.png"); }
.post-icon span		{ background-image: url("./styles/ProProxo2/imageset/de/button_topic_new.png"); }
.locked-icon span	{ background-image: url("./styles/ProProxo2/imageset/de/button_topic_locked.png"); }
.pmreply-icon span	{ background-image: url("./styles/ProProxo2/imageset/de/button_pm_reply.png") ;}
.newpm-icon span 	{ background-image: url("./styles/ProProxo2/imageset/de/button_pm_new.png") ;}
.forwardpm-icon span	{ background-image: url("./styles/ProProxo2/imageset/de/button_pm_forward.png") ;}




.email-icon, .email-icon a		{ background-image: url("./styles/ProProxo2/imageset/icon_contact_email.png"); }
.aim-icon, .aim-icon a			{ background-image: url("./styles/ProProxo2/imageset/icon_contact_aim.png"); }
.yahoo-icon, .yahoo-icon a		{ background-image: url("./styles/ProProxo2/imageset/icon_contact_yahoo.png"); }
.web-icon, .web-icon a			{ background-image: url("./styles/ProProxo2/imageset/icon_contact_www.png"); }
.msnm-icon, .msnm-icon a			{ background-image: url("./styles/ProProxo2/imageset/icon_contact_msnm.png"); }
.icq-icon, .icq-icon a			{ background-image: url("./styles/ProProxo2/imageset/icon_contact_icq.png"); }
.jabber-icon, .jabber-icon a		{ background-image: url("./styles/ProProxo2/imageset/icon_contact_jabber.gif"); }
.pm-icon, .pm-icon a				{ background-image: url("./styles/ProProxo2/imageset/de/icon_contact_pm.png"); }
.quote-icon, .quote-icon a		{ background-image: url("./styles/ProProxo2/imageset/de/icon_post_quote.png"); }


.report-icon, .report-icon a		{ background-image: url("./styles/ProProxo2/imageset/icon_post_report.png"); }
.edit-icon, .edit-icon a			{ background-image: url("./styles/ProProxo2/imageset/de/icon_post_edit.png"); }
.delete-icon, .delete-icon a		{ background-image: url("./styles/ProProxo2/imageset/icon_post_delete.png"); }
.info-icon, .info-icon a			{ background-image: url("./styles/ProProxo2/imageset/icon_post_info.png"); }
.warn-icon, .warn-icon a			{ background-image: url("./styles/ProProxo2/imageset/icon_user_warn.png"); } 





