/* 
================================
Skin styles for DotNetNuke
================================
*/ 
#Body{ 
	border-left:0px 0px 0px 0px; 
	height:100%; 
	margin:20px 20px 20px 20px; 
	background-image:url(images/design1_bg.jpg);
}
.IconImage IMG
{
	margin-right: 5px;
	margin-left: 5px;
}

.breadcrumb
{
	font-family: Arial;
	font-size: xx-small;
}

.containerheaderhr
{
	border-width: 0px;
	background-repeat: no-repeat;
}

.searchbox INPUT
{
	font-size: xx-small;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FEFEFE;
}
.skinmaster {
	height: 100%;
	background-color: #C5EDCE;
	BORDER-RIGHT: #23A53E 1px solid; 
	BORDER-TOP: #23A53E 1px solid; 
	BORDER-LEFT: #23A53E 1px solid; 
	BORDER-BOTTOM: #23A53E 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	BACKGROUND-IMAGE: url(gradient_DkGreen.jpg); HEIGHT:30px;
}
.controlpanel {
	width: 100%;
	background-color: #FFFFFF;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuSeparator {
	font-size: xx-small;
	height: 8pt;
	background-color: Transparent;
	color: White;
}
.MainMenu_MenuBar {
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: 0px solid #A5A5A5; 
	border-bottom: 0px solid #A5A5A5; 
	border-top: 0px solid #A5A5A5; 
	border-right: 0px solid #A5A5A5;
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	padding-right: 3px;
	padding-left: 3px;
}
.MainMenu_MenuIcon {
	background-color: #CFCFCF; 
	border-left: 0px solid #A5A5A5; 
	border-bottom: 0px solid #A5A5A5; 
	border-top: 0px solid #A5A5A5;
	border-right: 0px solid #A5A5A5; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #A5A5A5; 
	z-index: 1000; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	border-bottom: 0px solid #A5A5A5; 
	border-left: 0px solid #A5A5A5; 
	border-top: 0px solid #A5A5A5; 
	border-right: 0px solid #A5A5A5; 
}
.MainMenu_MenuBreak {
	height: 8px;
	border-bottom: 0px solid #A5A5A5; 
	border-left: 0px solid #A5A5A5; 
	border-top: 0px solid #A5A5A5;  
	border-right: 0px solid #A5A5A5; 
	background-color: Transparent;
	color: White;
}
.MainMenu_MenuItemSel {
	background-color: #FFFFFF; 
	cursor: hand; 
	color: #000000; 
	font-family: Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	border-bottom: 0px solid #A0A0A0; 
	border-left: 0px solid #A0A0A0; 
	border-top: 0px solid #A0A0A0; 
	border-right: 0px solid #A0A0A0; 
	padding-right: 3px;
	padding-left: 3px;
}
.MainMenu_MenuArrow {
	border-right: #A5A5A5 1px solid; 
	border-bottom: #A5A5A5 1px solid; 
	border-top: #A5A5A5 0px solid;
	font-family: Arial; 
	font-size: 8pt; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand;
	padding-right: 3px;
}
.StandardButton     {
    background: #F2F2F2 none; 
    color: Black;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
    border: 1px solid Gray;
}
.TreeViewMenu {
	width: 175px;
	background-color: #A5DFB1;
	BORDER-RIGHT: #23A53E 1px solid; 
	BORDER-TOP: #23A53E 1px solid; 
	BORDER-LEFT: #23A53E 1px solid; 
	BORDER-BOTTOM: #23A53E 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_MidGreen.jpg);
}

A.RegisterLogin:visited 
{
	color: Black;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}

A.RegisterLogin:hover
{
	color: Red;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}
A.RegisterLogin:link
{
	color: Black;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}

A.RegisterLogin:active
{
	color: Black;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    underline;
    color:#cc0000;
    font-size: 12px;
}

A.SkinObject:visited  {
    text-decoration:    underline;
    color:#cc0000;
    font-size: 12px;
}

A.SkinObject:active   {
    text-decoration:    underline;
    color:#cc0000;
    font-size: 12px;
}

A.SkinObject:hover    {
    text-decoration:    underline;
    color: red;
    font-size: 12px;
}
.SiteLink {
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
A.SiteLink:link {
    text-decoration:    none;
    color: #FFFFFF;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color: #FFFFFF;
}

A.SiteLink:active   {
    text-decoration:    none;
    color: #FFFFFF;
}

A.SiteLink:hover    {
    text-decoration:    none;
    color: #333333;
}

.BreadCrumbClass {
    font-weight: bold;
    font-size: 10px;
    font-family: Arial, Helvetica;
    text-decoration: none;
    color: #666666;
}
A.BreadCrumbClass:link {
    text-decoration:    none;
    color: #666666;
}

A.BreadCrumbClass:visited  {
    text-decoration:    none;
    color: #999999;
}

A.BreadCrumbClass:active   {
    text-decoration:    none;
    color: #FFFFFF;
}

A.BreadCrumbClass:hover    {
    text-decoration:    none;
    color: #cc0000;
}

