/* 
================================
Skin styles for DotNetNuke
================================
*/   

/*Frame Items */
.Container_framemaster {
	color: #ffffff;
}
.Container_TopFrame
{
	background-image:url(images/HorizontalTopFrame.gif);
	background-repeat:repeat-x; 
	height:6px;
}
.Container_BottomFrame
{
	background-image:url(images/HorizontalBottomFrame.gif);
	background-repeat:repeat-x; 
		height:6px;
}
.Container_LeftFrame
{
	background-image:url(images/VerticalLeftFrame.gif);
	background-repeat:repeat-y; 
	width:12px;
}
.Container_LeftFrame img
{
	height:250px;
	width:1px;
}
.Container_RightFrame
{
	background-image:url(images/VerticalRightFrame.gif);
	background-repeat:repeat-y; 
	width:6px;
}
.Container_RightFrameSpacer
{
	width:6px;
}
.Container_FrameTop
{
	background-image:url(images/FrameBackGround.gif);
}
.Container_FrameTopLeftA
{
	background-image:url(images/TopLeftFrameA.gif);
	
}
.Container_FrameTopLeftB
{
	background-image:url(images/TopLeftFrameB.gif);
}
.Container_FrameTopLeftA img
{
	width:12px;
	height:6px;
}
.Container_FrameTopLeftB img
{
	width:12px;
	height:6px;
}

.Container_FrameTopRightA
{
	background-image:url(images/TopRightFrameA.gif);
}
.Container_FrameTopRightB
{
	background-image:url(images/TopRightFrameB.gif);
}
.Container_FrameTopRightA img
{
	width:12px;
	height:6px;
}
.Container_FrameTopRightB img
{
	width:12px;
	height:6px;
}

.Container_FrameCenter
{
	background-image:url(images/FrameBackGround.gif);
}
.Container_FrameBottom
{
}
.Container_FrameBottomLeftA
{
	background-image:url(images/BottomLeftFrameA.gif);
}
.Container_FrameBottomLeftB
{
	background-image:url(images/BottomLeftFrameB.gif);
}
.Container_FrameBottomLeftA img
{
	width:12px;
	height:6px;
}
.Container_FrameBottomLeftB img
{
	width:12px;
	height:6px;
}
.Container_FrameBottomRightA
{
	background-image:url(images/BottomRightFrameA.gif);
}
.Container_FrameBottomRightB
{
	background-image:url(images/BottomRightFrameB.gif);
}
.Container_FrameBottomRightA img
{
	width:12px;
	height:6px;
}
.Container_FrameBottomRightB img
{
	width:12px;
	height:6px;
}
.Container_LeftFrameTable
{
	background-image:url(images/FrameBackGround.gif);
}
.Container_RightFrameTable
{
	background-image:url(images/FrameBackGround.gif);
}
/* Panes */
.Container_contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
/* SkinObjects*/
.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #ffffff;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #ffffff;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #badb34;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #ffffff;
}
.SearchControl
{
	visibility:hidden;
	position:absolute;
}
.SearchControl Input
{
	visibility:hidden;
	position:absolute;
}
.LanguageControl
{
	visibility:hidden;
	position:absolute;
}
.CurrentDateControl
{
	visibility:hidden;
	position:absolute;
}
.BreadCrumbControl
{
	visibility:hidden;
	position:absolute;
}
.UserControl
{
	visibility:hidden;
	position:absolute;
}
.PrivacyControl
{
	visibility:hidden;
	position:absolute;
}
.TermsControl
{
	visibility:hidden;
	position:absolute;
}
.CopyRightControl
{
	visibility:hidden;
	position:absolute;
}
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
.StandardButton {
  background: #27282b none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}

