/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;		
	background-image: url(LF_bgrepeat.gif);
	background-repeat: repeat;
}
.skinmaster 
{	 
	height: 100%;
	background-image: url(LF_content_bg.jpg);
	background-position: top;
	background-color: #C85F0E;
	background-repeat: no-repeat;
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader 
{		
	background-image: url(LF_header.jpg);
	background-repeat: no-repeat;
	height: 155px;
	width: 806px;
}
.dottedline {
	background-image: url(dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bannerpadding {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
}
.skingradient {
	background-image: url(LF_menubar.jpg); 
	background-position: bottom;
	height:35px;
	background-color: #F1ECED;
}
.controlpanel {
	width: 100%;
	background-color: #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 8px;
	padding-right: 6px;
	padding-top: 6px;
}
.contentpane {
	width: 500px;	
	height: 100%;
	background-color: #FFE7B8;
	padding-left: 8px;
	padding-right: 4px;
	padding-top: 6px;
	overflow: hidden;
}
.rightpane {
	width: 175px;
	background-color: #FFD68D;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	overflow: hidden;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 8px;
	padding-right: 6px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:38px;
	background-color: Transparent;
}
.MainMenu_MenuItem{
	border-left: #F1F1EE 0px solid; 
	border-bottom: #F1F1EE 0px solid; 
	border-top: #F1F1EE 0px solid; 
	border-right: #F1F1EE 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #A50F0A; 
	font-size: 13px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial; 
}
.MainMenu_MenuItemSel{
	background-color: #ECB361; 
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 13px;
	font-family: Arial; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuItemAct {
	background-color: #F1F1EE; 
	cursor: pointer; 
	cursor: hand; 
	color: #A50F0A; 
	font-size: 13px;
	font-family: Arial; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.rootMenuItem TD{ 
	border-left: #F1F1EE 0px solid; 
	border-bottom: #F1F1EE 0px solid; 
	border-top: #F1F1EE 0px solid; 
	border-right: #F1F1EE 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFEE; 
	font-size: 13px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial; 
	padding-top: 10px;
	padding-bottom: 10px;

} 
.rootmenuitemselected TD
{
	background-color: Transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFEE; 
	font-size: 13px;
	font-family: Arial; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.rootmenuitemactive TD
{
	background-color: Transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFEE; 
	font-size: 13px;
	font-family: Arial; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
	padding-top: 10px;
	padding-bottom: 10px;	
}

.MainMenu_MenuIcon {
	background-color: #FFFDD8; 
	border-left: #FFFDD8 1px solid; 
	border-bottom: #FFFDD8 1px solid; 
	border-top: #FFFDD8 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 1px; 
	height: 21px;
}
.MainMenu_SubMenu {
	margin-top: 0px;
	background-color: #FFFDD8;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuArrow {
	border-right: #F1F1EE 1px solid; 
	border-bottom: #F1F1EE 1px solid; 
	border-top: #F1F1EE 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: #A50F0A none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 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_LtBlue.jpg); */
}
/* Text Styles */
.Head {
   font-family: Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #A50F0A;
}
.subhead {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #A50F0A;
}
.normal {
   font-family: Arial, Helvetica;
   font-size:  12px;
   font-weight: normal;
   color: #A50F0A;
}
.NormalTextBox
{
	font-family: arial;
	font-size: 12px;
	color: #A50F0A;
}
H4  {
    font-family: Arial;
    font-size:  12px;
    font-weight:    normal;
    color: #A50F0A;
}
H5  {
    font-family: Arial;
    font-size:  11px;
    font-weight: bold;
    color: #A50F0A;
}
A:link  {
	font-family: arial;
	color: #A50F0A;
	font-size:12px;
}
A:visited   {
	font-family: arial;
	color: #A50F0A;
	font-size:12px;
}
A:active    {
	font-family: arial;
	color: #A50F0A;
	font-size:12px;
}
A:hover {
    font-family: arial;
	color: #000000;
	font-size:12px;
	text-decoration : underline;
}
.loginText {
   font-family: Arial;
   font-size:  11px;
   font-weight: bold;
   color: #FFFFEE;
}
.footer {
   font-family: Arial, Helvetica;
   font-size:  11px;
   font-weight: normal;
   color: #A50F0A;
}
A.footer:link {
    text-decoration: none;
	font:11px Arial, Helvetica;
    color: #A50F0A;
	font-weight: normal;
}
A.footer:visited {
    text-decoration: none;
	font:11px Arial, Helvetica;
    color: #A50F0A;
	font-weight: normal;
}
A.footer:active {
    text-decoration: underline;
	font:11px Arial, Helvetica;
    color: #C74774;
	font-weight: normal;
}
A.footer:hover {
    text-decoration: underline;
	font:11px Arial, Helvetica;
    color: #C74774;
	font-weight: normal;
}
.breadcrumbs   {
    font:11px Arial, Helvetica;
    font-weight: none;
    color: #A50F0A;
}
A.breadcrumbs:link {
    text-decoration: none;
	font:11px Arial, Helvetica;
    color: #A50F0A;
	font-weight: normal;
}
A.breadcrumbs:visited {
    text-decoration: none;
	font:11px Arial, Helvetica;
    color: #A50F0A;
	font-weight: normal;
}
A.breadcrumbs:active {
    text-decoration: underline;
	font:11px Arial, Helvetica;
    color: #A50F0A;
	font-weight: normal;
}
A.breadcrumbs:hover {
    text-decoration: underline;
	font:11px Arial, Helvetica;
    color: #A50F0A;
	font-weight: normal;
}
a.loginText:Link {
   font-family: Arial;
   font-size:  11px;
   font-weight: bold;
   color: #ffffff;
   text-decoration: none;
}
a.loginText:Active {
   font-family: Arial;
   font-size:  11px;
   font-weight: bold;
   color: #ffffff;
   text-decoration: none;
}
a.loginText:Visited {
   font-family: Arial;
   font-size:  11px;
   font-weight: bold;
   color: #ffffff;
   text-decoration: none;
}
a.loginText:Hover {
   font-family: Arial;
   font-size:  11px;
   font-weight: bold;
   color: #ffffff;
   text-decoration: underline;
}
.NormalTextBox 
{
	background-color: #FFE7B8;
}
HR 
{	
	color: #A50F0A;
}


