﻿/* 
================================
Skin styles for DotNetNuke
================================
*/   

body {
	margin: 0;
	padding: 0;
	font: 11px/15px verdana, sans-serif;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top center;
	background-image:url(images/BG_Buffalo.jpg);
	background-color: #aa8038;
	}

.pagemaster {
	width: 955px;
	height:100%;
			 
}

.skinmaster {

}

.skinheader {
}

div#footer_container {
	background-repeat: repeat-x;
	padding: 7px 4px;
	margin: 2px 0px 3px 0px;
	background-color: #635b5b;
	color: white;
	height: 15px;
	list-style-type: none;
	}

div#footer {
	border-top: 2px solid #bebdbe;
	margin: 0px;
	padding: 8px 0px 10px 0px;
	font-size: 5px;
	}
	
	div#footerTop {
	border-top: 2px solid #bebdbe;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	font-size: 11px;
	}


A.Search:link, .Search , A.Search:visited, A.Search:active
{
	font-family:Verdana, Arial, Helvetica, Tahoma; 
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	color: #ffffff;
}

/* text style used for most text rendered by modules */
.Normal,  .NormalDisabled
{
	font-family:Verdana, Arial, Helvetica, Tahoma; 
	font-size: 11px;
	font-weight: normal;
}


A.Normal:link, A.Normal:visited, A.Normal:active
{
color:#996633;
text-decoration:underline;
}



A.Normal:hover{
	color:#ec660c;
	text-decoration:underline;
}


A:link, A:visited, A:active
{
color:#996633;
text-decoration:underline;
}


A:hover{
	color:#ec660c;
	text-decoration:underline;
}



A.Search:hover
{
	text-decoration: none;
	color: #cccccc;
}

/* breadcrumb trail */
A.Breadcrumb:link, .Breadcrumb , A.Breadcrumb:visited, A.Breadcrumb:active, A.Breadcrumb:hover
{
	text-decoration: none;
	color: #4a2f19;
	font-weight: bold;
	font-size: 18px;
}

A.SkinObject:link, .SkinObject , A.SkinObject:visited, A.SkinObject:active , A.SkinObject:hover
{
	text-decoration: none;
	color: #4a2f19;
	}

.skingradient {
	padding-top: 2px;
	background-color: #ffffff;
	background-image: url(images/Menu_BG.gif); 
	height: 30px;
	padding-bottom: 7px;
}

.menutable {

	padding-top: 6px;
	background-color: #ffffff;
	padding-left: 6px;
	padding-right: 6px;
	border-top: 1px black solid;
	border-left: 1px black solid;
	border-right: 1px black solid;
	border-left: 1px black solid;
	background-repeat: repeat-x;
	background-image:url(content_bg_top.gif);
}

.contenttable {
	height:100%;
	border-bottom: 1px black solid;
	border-left: 1px black solid;
	border-right: 1px black solid;
}

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.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;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}