/* 
================================
Skin styles for DotNetNuke
================================
*/
.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #999999;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	color:#ffffff;
	text-decoration: none;
}

.SubHead
{
	font-weight: bold;
	font-size: 9pt;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

Body
{
	margin: 0px;
	background-image: url("../BDSPskin/images/gradient.jpg");
	background-repeat: repeat-x;
	background-color: #111111;
}
.pagemaster
{
	width: 100%;
	height: 100%;
}



.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
A
{
	color: #ffffff;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #ffffff;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #ffffff;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #660099;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #ffffff;
}



.skinmaster a:hover
{
	text-decoration: none;
	color: #444444;
}
.skinmaster a
{
	text-decoration: none;
	color: #ffffff;
}

.skinmaster
{
	background-color: #000000;
}


.NavBar
{
}

.bottompane
{
	text-align: center;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size: 12px;
	background-color: #000000;
}



.breadcrumbrea TD
{
	text-align: center;
	background-color: #000000;
}

.StandardButton
{
	background: #7994cb none;
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}



.MainMenu_MenuArrow
{
	display: none;
}


.Head
{
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
}

/* 
================================
Menu
================================
*/

.MainMenu_RootMenuArrow
{
	display: none;
}

.MainMenu_MenuArrow
{
	display: none;
}

.MainMenu_MenuItem
{
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-style: normal;
	color: #ffffff;
	width: 100px;
	border: 0 0 0 0;
	margin: 0 0 0 0;
}



.MainMenu_MenuItemSel
{
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-style: normal;
	background-color: #ffffff;
	color: #60033;
	width: 100px;
	border: 0 0 0 0;
}


.MainMenu_SubMenu
{
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-style: normal;
	background-color: #888888;
	color: #ffffff;
	border: 0 0 0 0;
	width: 100px;
}


















