/*
Theme Name: MyPortal Exchange
Description: MyPortal Website Theme

*/

@charset "utf-8";
/* CSS Document */
body
{
	margin: 0;
	background: url(images/bg.gif) #E5E5E5 fixed;
	font: normal .9em Arial;
	line-height: 1.3em;
	color: #555555;
	text-align:justify;
}
a
{
	text-decoration: none;
	font: normal .9em verdana;
	color:#EEF6F8;
}
h1
{
	font: normal 1.3em verdana;
	color:#333;
	line-height: 1.4em;
}
h2
{
	font: normal 1.1em verdana;
	color:#920B05;
	line-height: 1.4em;
		
}
h5
{
	margin-top: 100px;
	font: normal 10px Arial, Helvetica, sans-serif;
}
/* CONTAINERS */
#wholeContainer
{
	margin: auto;
	width: 900px;
	border: solid 1px #999;	
/*	border-bottom: solid 10px #291B6D;	*/
	background-color: #ABD5DD;	
}
#mainPane
{
	float: left;
	width: 648px;
	border-right: ridge 2px #5E9AC9;
	text-align: justify;
}
#subPane
{
	margin-left: 650px;
	padding: 20px 0px;
}
#footer
{

	clear: both;
	background: url(images/space.jpg);
	height: 10px;
}
#upperContent
{
	background-color: #FFF;
	text-align: right;
	padding-right: 20px;
	height: 310px;
}
#lowerContent
{
	background-color: #EEF6F8;	
	padding: 20px;	
}
#ads
{
	margin: 20px;
}
#counter
{
	/*clear: both;*/
	margin-top:400px;
}
#menu
{
	list-style: none;
	list-style-position:outside;
	padding: 0;
	margin-left: 0px;
	margin-top: 20px;
}
#menu li
{
	
}
#menu li
{
	display: block;
	width: 150px;
	padding: 8px 7px 15px 7px;
	margin-bottom: 7px;
	text-align: right;
	font: normal .9em verdana;
	color:#EEF6F8;
	background: url(images/menuNormal.jpg) #5E9AC9 no-repeat right;		
}
#menu li.current_page_item
{
	color:#FFF;
	background: url(images/menuActive.jpg) #0052B0  no-repeat;		
	margin-left: 0px;	
	width: 200px;
}
#links
{
	text-align:left;
	list-style:none;
	margin-left:0px;
	padding:0px;
}
#links li
{
	display:inline;
	width: 150px;
	padding: 8px 7px 15px 7px;
	margin-left:0px;
	margin-bottom: 7px;
	text-align: left;
	font: normal .9em verdana;
	color:#EEF6F8;
}
#highlight
{
/*	color:#1F1169; */
	color: #000000;
	font-size: 14px;
	font-face: arial;
	text-decoration: none;
}
#highlight:hover
{
	color:#920B05;
	font: normal 14px arial;
	text-decoration: underline;
}
/* CLASSES */
.doublePadBorder
{
	border: double 3px #A3B7BB;
	margin: 5px;	
}
.xoxo 
{
	margin-left:0px;
	padding:0px;
}
.xoxo li a
{
	font-size:12px;
}
.transparent
{
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */
}
.toggleList {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.toggleHead {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	/*background-color:#FFCCCC;*/
	text-decoration:none;
	margin:1px;
	/*font:bold;*/
}
.toggleBody {
	padding: 5px 10px 15px;
	/*background-color:#F4F4F8;*/
}
.siteLink
{
	color:#555555;
	font: normal 14px arial;
}
.siteLink:hover
{
	color:#920B05;
}