/* 
================================
Skin styles for DotNetNuke
================================
*/  

Body
{
	background:url(page_bkg.jpg);
	background-repeat:repeat-x;
    background-color: #829455;
} 
.Address   {
	background-color:#829455;
	padding: 10px;
}
.topsearchbar {
	background-color: #eeeeee;
	background-image: url(searchbar_bkg.jpg); 
	border: 0px;
	padding-left: 10px; 
	padding-right: 5px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
}
.pagemaster {
	width: 940px;
}
.skinmaster {
	background-color: #FFFFFF;
	border: 0px;
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DKGray.jpg); 
	height: 30px;
}
.toppane {
	width: 100%;
	background:url(toppane_bkg.jpg);
	background-repeat:repeat-x;
	background-color: #DDDDDD;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 5px;
	border: #999999 1px solid;
}
.leftpane {
	width:20%;
	background-color: transparent;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 6px;
	border-right: 1px #666666 dotted;
}
.contentpane {
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
}
.rightpane {
	width: 20%;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 6px;
	border-left: 1px #666666 dotted;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#88631d;
	font-weight:normal;
	cursor: pointer; 
	cursor: hand; 
	font-style: normal; 
	border: 0px;
	background-color: Transparent;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: transparent;
	padding:0px;
	border-left: #EEEEEE 0px solid; 
	border-bottom: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid; 
	text-align: center; 
	width: 0px; 
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=2); 
	border-bottom: #2f0016 0px solid; 
	border-left: #2f0016 0px solid; 
	border-top: #2f0016 0px solid; 
	border-right: #2f0016 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 0px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 0px;
}
.MainMenu_MenuItemSel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#88631d;
	font-weight:normal;
	cursor: pointer; 
	cursor: hand; 
	font-style: normal; 
	border: 0px;
	background-color: Transparent;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
	width:0px;
}
.MainMenu_SubMenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
	width:0px;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand;
	width:0px;
}
.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: Georgia, "Times New Roman", Times, serif;
   font-size:  18px;
   font-weight:  normal;
   color: #666633;
}
.submenuitemselected{
	color:#3f4f32;
	background: transparent;
	border:0px #CBCBCB solid;
	border-width:0px 0px;
	font-size: 10px;
}
.submenu{
	padding:0px;
	background:#FFFFFF;
	background-image:url(submenu_bkg.jpg);
	border: #999999 dotted 1px;
}
.rootmenuitem TD{ 
	color:#88631d;
	font-size:14px;
	font-weight: normal;
	padding-left:15px;
	padding-right:15px;	
}
.rootmenuitemselected TD,.rootmenuitembreadcrumb TD{
	color:#3f4f32;
	font-size:14px;
	font-weight: normal;
	background-color:transparent;
	padding-left:15px;
	padding-right:15px;	
}
.breadcrumb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #CCCCCC;
}
.submenuitembreadcrumb{
	color:#ffffff;
	background:transparent;
	border:0px #CBCBCB solid;
	border-width:0px 0px;
	font-size: 10px;
	padding:0px;
}
.FooterTD{
background-color:#6d5b2f;
padding-bottom: 4px;
}
.Footer {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color:#FFFFFF;
}
A.Footer:link {
    text-decoration:    none;
    color:#FFFFFF;
}

A.Footer:visited  {
    text-decoration:    none;
    color:#FFFFFF;
}

A.Footer:active   {
    text-decoration:    none;
    color:#FFFFFF;
}

A.Footer:hover    {
    text-decoration: underline;
    color:#FFFFFF;
}
.MemberTitle {
background: url(flashtitle_bkg.jpg);
background-repeat:repeat-x;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color:#88631d;
}
.Normal,.NormalDisabled
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: normal;
	color:#333333;
}
H1  {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  22px;
    font-weight:    normal;
    color: #88631d;
}

H2  {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
A:link  {
    text-decoration:    none;
    color:  #88631d;
}

A:visited   {
    text-decoration:    none;
    color: #999999;
}

A:active    {
    text-decoration:    none;
    color:  #88631d;
}

A:hover {
    text-decoration:    underline;
    color:  #88631d;
}
.ShadowLeft {
	background: url(shadow_l.png);
	background-repeat:repeat-y;
	height:100%;
	background-position:right;
}
.ShadowRight {
	background: url(shadow_r.png);
	background-repeat:repeat-y;
	height:100%;
	background-position:left;
}
.ShadowBottom {
	background: url(shadow_b.png);
	background-repeat: no-repeat;
}

.SubNav {background: url(images/SubNav_bg.jpg) no-repeat; width: 500px; height: 217px; padding: 10px 0 0 0; text-align: left; }
.SubNavButtons { margin: 0 10px 10px 180px;}

.SubNavButtons span a {display: block; font-size: 24px; background: #c9bfab; color: #606546; text-decoration: none; padding: 15px 0 15px 15px;}
.SubNavButtons span a:hover {display: block; background: #606546; color: #fff;}
