﻿@import url(Skin.Editor.css);
/* Include the editor CSS styles for end users */

body
{
	margin: 0px;
	padding: 0px;
	background-color: white;
}

/* Areas */

.outerArea
{
	width: 100%;
}

.innerArea
{
	width: 960px;
}

.mainArea
{
	width: 960px;
	padding-top: 10px;
}

.leftArea
{
	width: 200px;
}

.interior .leftArea
{
	width: 116px;
}

.centerArea
{
	padding-left: 10px;
	padding-right: 10px;
	width: 490px;
}

.interior .centerArea
{
	width: 574px;
}

.rightArea
{
	width: 250px;
}

.breadCrumbArea
{
	text-align: left;
	color: #CBCBCB;	
	padding-top: 10px;
	padding-bottom: 5px;
}

.rightPane
{
	margin-top: 5px;
}

.bottomPane
{
	margin-top: 40px;
}

.searchArea
{
	background-image: url("images/search_background.jpg");
	width: 250px;
	height: 45px;
}

.center
{
	text-align: center;
}

.center>div
{
	margin: auto;
	text-align: left;
}

.clearboth
{
	clear: both;
}

/* Links */ 

.breadCrumbArea a,
.breadCrumbArea a:visited,
.breadCrumbArea a:active
{
	font-weight: bold;
	color: #CBCBCB;	
}

.breadCrumbArea a:hover
{
	color: Black;
}
