/* Menu  listing */
ul.menu {
	border-top: 1px solid #FFFFFF;
	list-style: none;
	}
ul.menu li {
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
	}
ul.menu li.last {
	border-bottom: none;
	}
	
	/* Extras column */
#extras {
	width: 260px;
	float: right;
	}

dl.extra-box {
	display: block;
	width: 260px;
	height: 77px;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 5px;
	}
dl.extra-box dt a {
	font-weight: bold;
	display: block;
	padding: 10px 0 5px 10px;
	color: #333333 !important;
	text-decoration: none !important;
	}
dl.extra-box dd a {
	font-weight: bold;
	display: block;
	color: #FFFFFF !important;
	padding-left: 10px;
	padding-right: 50px;
	text-decoration: none !important;
	}
dl.extra-box dd.fileformat {
	padding-left: 10px;
	padding-top: 5px;
}
dl.extra-box dd.fileformat label {
	color: #FFF;
}
dl.extra-box dt a:hover {
	text-decoration: none;
	color: #000000 !important;
	}
	
	div.mini-panel {
	padding: 0 10px;
	background-color: #ebebeb;
	margin-bottom: 5px;
	}
div.mini-panel h3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 5px 0 0 0;
	font-weight: bold;
	color: #333333;
	}
div.mini-panel p {
	font-size: 1em;
	margin: 3px 0;
}
div.mini-panel span.corners-top,
div.mini-panel span.corners-bottom {
	margin: 0 -10px;
	}

/* Navbar */
.topmenu {
	width:101%;
	float:left;
	background-image:url("/styles/prosilver/template/portal/images/nav/bottombar.gif");
	background-repeat:repeat-x;
}


.main
{
	width:70%;
	float:left;
	padding-bottom:1em;
}
.portalright
{
	width:20%;
	float:right;
	background-color:#CADCEB;
	text-align:center;
	text-align:right;
}

.portalright ul
{
	list-style-type:none;
}

.portalnav
{
	background-color:#8898A8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:normal;
}

.portalnav a
{
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-left: .5em;
	padding-right: .5em;
	color:white;
	text-decoration:none;
}

.portalnav a:hover
{
	background-color:#9B4040;
	color:white;
}

pre {
 font-size:1.3em;
 white-space : normal;
}

.leftbox
{
	float:left;
	text-align:left;
}

.rightbox
{
	float:right;
	text-align:right;
}

.leftbox, .rightbox
{
	border:1px solid black;
	width:45%;
	height:150px;
	padding:0.5em;
}

.boxpic
{
}

.boxtext
{
	font-size:1.5em;
}
.boxtext h4
{
	font-size:2em;
}

/*
DOL Proj 1 - Donate Support Button
Sprites 1

*/

.donateButton {float:right;}
.donateButton dt {width:188px; border:1px solid #000; padding:8px; font-weight:bold; cursor:pointer; background:url("/styles/prosilver/template/portal/images/donate.gif"); color: #000;}
/*.donateButton dt:hover {background:url(images/header_over.gif)}*/
.donateButton dd {position:absolute; overflow:hidden; width:206px; display:none; background:#fff; z-index:200; opacity:0}
.donateButton ul {width:204px; border:1px solid #000; list-style:none; border-top:none}
.donateButton li {display:inline}
.donateButton a, .donateButton a:active, .donateButton a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#f4f4f4; width:194px}
.donateButton a:hover {background:#f4f4f4; color:#003366; font-weight:none; text-decoration:underline;}
.donateButton .underline {border-bottom:0px dashed #000;}

#site-description  {
float:left;
width:100%;
}



.portalBoxRight
{
	float:right;
	width:25%;
}

.portalBoxMain
{
	float:left;
	max-width:74%
}