/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		prosilver
	Based on style:	prosilver
	Original author:	Viper ( http://forum.visop.de/ )
		
	This is an addon style for phpBB3 and the FileBase MOD 
	
	Copyright 2008 VSP ( http://forum.visop.de/ )
    --------------------------------------------------------------
*/

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}


/*************************
Filebase
*************************/

div.filebase_upload_button {
	width: 200px;
	float: right;
	text-align: right;
	margin-top: -10px;
	margin-bottom: 5px;
}

table.table1 .filebase_catname {
	text-align: left;
	font-weight: bold;
}

.filebase_cat_columntitles {
	text-align: center;
	width: 40%;
}

.filebase_downlink {
	text-align: center;
}

.filebase_commentadd {
    height: 100px;
}

.filebase_width_input {
	width: 400px;
	font-size: 9px;
}

/* Icon images
---------------------------------------- */
.icon-filebase  {
background-image: url("images/icon_fb_upload.gif"); 
background-position: 0 50%;
background-repeat: no-repeat;
padding: 1px 0 0 17px;
}
