﻿/*Pane Style*/
.ContentPane, .TopPane, .BottomPane,.LeftPane, .RightPane, .CalendarPane
{
	padding: 0;
	margin: 0;
	float: left;
	width:100%;
	text-align: left;
}
.LeftPane, .TopPane, .BottomPane
{
	text-align: center;
}
.BottomPane
{
	margin-top:20px;	
}
.ContentPane
{
	margin-bottom:20px;
}

/*
div.contentFrame{
	background: url(/Portals/_default/Skins/Revolution/images/logo_bg.gif) no-repeat 0 0;
}
*/