/*Virtu Web 
Author: Duncan Abela
Last Modified: 2008-05-28
CSS Content for Home Page*/
.mainContent #leftUpper
{
	float: left;
	width: 320px;
	border: 1px solid white;
	height:370px;
	padding:2px;
}
.mainContent #centreUpper
{
	float: left;
	width: 320px;
	border: 1px solid white;
	border-left: none;
	border-right: none;
	text-align: left;
	padding:2px;
	color:#FFFFFF;
	height:370px;
}
.mainContent #rightUpper
{
	border: 1px solid white;
	float: left;
	width: 320px;
	height: 370px;
	padding: 2px;
}
.mainContent #leftLower
{
	float: left;
	width: 320px;
	height: 205px;
	padding: 2px;
	border: 1px solid white;
	border-top: 0px;
}
.mainContent #rightLower
{
	border: 1px solid white;
	border-top: 0px;
	border-left: none;
	float: left;
	width: 645px;
	padding: 2px;
	height: 205px;	
}

#NotificationsContainer
{
	float: left;
	width: 205px;
	height: 301px;
	margin-left: 0px;
}

#NotificationsContainer .contentBody
{
	font-size: 0.8em;
	text-align: left;
	background-color: #ffffff;

	color: #000000;
	overflow: hidden;
	height: 256px;
	border: 1px solid #6699FF;
	position: relative; /*This fixes the fucking overflow bug in IE (even 7!). see http://snook.ca/archives/html_and_css/position_relative_overflow_ie/*/
}

#NotificationsContainer ul
{
	list-style-position: outside;
	list-style-type: square;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	margin-bottom: 10px;
}

#NotificationsContainer .contentFooter
{
	background-color: #6699FF;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: #ffffff;
	word-spacing: 2px;
	width: 100%;
	height: 17px;
	vertical-align: text-bottom;
	border-bottom: 1px solid white;
	border-right: none;
	border-top: 1px solid white;
	text-align: left;
}

#NotificationsContainer img
{
	vertical-align: middle;
	margin-left: 3px;
	margin-right: 3px;
	cursor: pointer;
}
.FrameContent 
{
	float: none;
	text-align: center;
	border: 1px solid white;
	width: 320px;
	padding:2px;
	padding-left: 400px;
}