@Import "solPart.css";
@import "events.css";

Body
{
}

.Page 
{
	width:100%;
	/*top:0px;
	bottom:-50px;
	left:0px;
	right:0px;
	position:absolute;*/
}

TABLE.MainTable
{
	width:100%;
}

.Content
{
}

.Header
{
	clear:both;
	background-image:url("images/border.gif");
	padding:15px;
	width:100%;
}

.Title
{
	margin-top:1em;
	float:left;
	width:450px;
}

.Graphic
{
	float:right;
}

.Search
{
	padding:2px 10px 2px 0px;
}

.Search a:link
{
	color:White;
}
.Search a:hover
{
	color:#999999;
}
.Search a:visited
{
	color:White;
}

.User
{
	float:right;
	color:White;
}

.User a:hover
{
	color:#999999;
}
.User a:visited
{
	color:White;
}
.User a:link
{
	color:White;
}

.MenuBar
{
	background-color:Black;
}
.SubMenuBar
{
	background:url('images/menubg.gif');
}
.Menu
{
	float:left;
	width:60%;
}
.SubMenu
{
	float:left;
	width:40%;
}
.ContentContainer
{
	background-image:url("images/tile.gif");
	clear:both;
}
.ContentContainer:after
{
	content:".";
	height:0;
	visibility:hidden;
	display:block;
}

.BreadCrumbs a:link
{
	color:White;
	float:left;
	padding-left:10px;
	clear:both;
}
.BreadCrumbs a:hover
{
	color:#999999;
}
.BreadCrumbs a:visited
{
	color:White;
	float:left;
	padding-left:10px;
	clear:both;
}

.ContentBoxBottom
{
}

.ContentArea
{
	background-repeat:repeat;
	clear:both;
}

.BottomLeft
{
	width:33%;
	float:left;
}
.BottomCenter
{
	width:33%;
	float:left;
}
.BottomRight
{
	float:right;
}
.Spacer
{
	clear:both;
}
.Footer
{
	clear:both;
	background-color:Black;
}
.Footer:before
{
	content:".";
	height:0;
	visibility:hidden;
	display:block;
}

.Copyright
{
	font:normal .8em Arial;
}
