/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
}
.skinmaster {
	height: 100%;
	background-color: #EAE7BC;
	border-right: #5E5D38 10px solid; 
	border-top: #5E5D38 10px solid; 
	border-left: #5E5D38 10px solid; 
	border-bottom: #5E5D38 10px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
	background-color: #ffffff;
	padding-bottom : 2;
	padding-left : 2;
	padding-right : 2;
	padding-top : 2;
}
.skingradient {
	background-color: #6C5635;
	border-right: #ffffff 2px solid;
	border-left: #ffffff 2px solid;
	border-bottom: #ffffff 2px solid;
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.skinLogin {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color : White;
}
.skinCookieTrail{
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #8A855C;
}
.controlpanel {
	width: 100%;
	background-color: #EAE7BC;
}

.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
width: 50%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 50%;
	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_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #8A855C 0px solid; 
	border-bottom: #8A855C 1px solid; 
	border-top: #8A855C 1px solid; 
	border-right: #8A855C 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
	
}
.MainMenu_MenuIcon {
	background-color: #8A855C;
	border-left: #8A855C1px solid; 
	border-bottom: #8A855C 1px solid; 
	border-top: #8A855C 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 5px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color:#8A855C;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#8A855C', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: Transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #EAE7BB;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	
}
.MainMenu_MenuArrow {
	border-right: #8A855C 1px solid; 
	border-bottom: #8A855C 1px solid; 
	border-top: #8A855C 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
	background: ButtonFace none;
	color: #ffffff;
}


.SkinObject {
	font-weight: normal;
	font-size: 8.5pt;
	color: #6C5635;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#6C5635;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#6C5635;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#6C5635;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#6C5635;
}
  
.TDFooter{
	height: 26px;
	background-color: #8A855C;
	font : bolder normal normal 8pt/normal Tahoma;
	color : #ffffff;
	text-align : right;
	padding-right : 10;
	font-size : 8pt;
}

.BMIPhoto{
	border : thin solid White;
	border-width : 4px;
}

.ContainerText{
	color : Black;
	font : normal normal normal 10px/normal Tahoma;
	font-family : Tahoma;
	font-size : 10px;
}
