/*  
    --------------------------------------------------------------
* @name portal_adds.css
* @package phpBB3 Portal XL 5.0
* @version $Id: portal_adds.css,v 1.2 2009/08/20 damysterious Exp $
*
* @copyright (c) 2007 Portal XL Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License 
    --------------------------------------------------------------
*/

/*  
.row1, .row2, .row3 {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5; 
	opacity: 0.5;
	-khtml-opacity: 0.5;
}
*/

a { outline: none; }

div#portal_container{ border: 0px solid #ccc; }

div#toolTip {
	position: absolute;
	z-index: 1000;
	width: auto;
	background: #CCC;
	border: 1px solid black;
	text-align: center;
	padding: 5px;
	min-height: 1em;
}

div#toolTip p {
	margin: 0px;
	padding: 0px;
	color: #000080;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

h5 {
	/* Forum and topic list titles */
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size: 1.1em;
	color: #115098;
}

select { font-size: 9px; font-weight: normal; padding: 1px; }

.acronym {
	font-style: italic;
	border-bottom: 1px #BD5121 dashed;
	color: #459B37;
	cursor: help;
}

/* Attachment Box in news/announcemnt
----------------------------------------*/
.attachbox {
	border: 1px dashed #2370B6;
	direction: ltr;
	font: 0.85em/1.4em Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	margin: 5px 0px 0px 10px;
	padding: 5px;
	text-align: left;
	width: 85%;
}