/* 
================================
Skin styles for DotNetNuke
================================
*/   

.OuterSkinTable
{
	width: 100%; 
	height: 100%;
	background-color: White;
	text-align: center;
}
.OuterSkinCell
{
	vertical-align: top;
	background-color: White;
	width: 100%;
	height: 100%;
}
.SkinHeaderTable
{
	width: 860px;
	height :600px;
	border: none 0px #ffffff; 
	background-color: White;
}
.SkinBodyTable
{
	width: 860px;
	height :500px;
	border: none 0px #ffffff; 
	background-color: White;
}

.dnn_dnnLOGO_imgLogo {
	float: left;
}

.CompanyIcon
{ 
	width: 180px;
	height: 71px;
	background-color: #003366;
	background-position: right top;
	vertical-align: top;
}

.CompanyName
{
	width: 180px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	color: #8f673f;
	font-weight: bold;
}
.LeftPane
{ 
	width: 180px;
	height: 100%;
	vertical-align: top;
}
.ContentPane
{
	vertical-align: top;
	height: 100%;
	padding-left: 2px;
	padding-right: 2px;
}
.RightPane
{ 
	width:160;
	height: 100%;
	vertical-align: top;
}
.LeftCenterPane
{
	height: 100%;
	vertical-align: top;
	padding-right: 2px;
}
.CenterRightPane
{
	height: 100%;
	vertical-align: top;
	padding-left: 2px;
}
.CenterPane
{ 
	height: 100%;
	vertical-align: top; 
}
.SearchBar2
{ 
	background-color: #AACBB8;
	vertical-align: middle; 
	text-align: left;
	width: 522px;
	white-space: nowrap;
}
.SearchBar
{ 
	background-color: #AACBB8;
	vertical-align: middle; 
	text-align: left;
	width: 100%;
	white-space: nowrap;
}
.LoginBar
{
	background-color: #AACBB8;
	vertical-align: middle; 
	white-space: nowrap;
}
.LoginBar2
{
	background-color: #AACBB8;
	vertical-align: middle; 
	white-space: nowrap;
}
.HorzontalMenu
{
	background-color: #0095ce;
	color: White;
}
/* Not fully uesed */
.TopRightHandSideImage
{
	background-repeat: no-repeat; 
	/* background-image: url("home_toolshed.jpg"); */
	src: url("home_toolshed.jpg");
	width: 160px;
	height: 100%;
}
.AuroraStrip
{   Float: left;
	background-color: #0074bf;
	background-image: url("/Portals/28/Skins/Aurora Skin/aurora-strip-2935-web.jpg");
	background-position: right top;
	background-repeat:no-repeat;
	height: 71px;
	width:675px;
}
.AuroraStrip2
{
	background-color: #0074bf;
	background-image: url("aurora-strip-518x71.jpg");
	background-position: right top;
	background-repeat:no-repeat;
        width: 400px;
	height: 71px;
}
.dnnSEARCH
{
	background-color: White;	
}
.MainMenu_MenuIcon { display: none; }
.HorzontalSpacer{ height: 0px; }
.VerticalSpacer{ width: 2px; }

.LeftFooter
{ 
	height: 18px; 
	background-color: #A6A6A6;
	width: 180px;
}
.CenterFooter
{ 
	height: 18px; 
	background-color: #A6A6A6;
	width: 100%;
}
.CenterFooter2
{ 
	height: 18px; 
	background-color: #A6A6A6;
	width: 200px;
}
.RightFooter
{ 
	height: 18px; 
	background-color: #A6A6A6;
	width: 160px;
}

