/* 
================================
Skin styles for DotNetNuke
================================
*/   
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #485A12;
}
.topplacement {
 background-color: #000000;
 color: #999900;
 font-family: Arial; 
 font-size: 8pt; 
 font-weight: bold; 
 font-style: normal;
 margin: 0;
}
.placementheader {
 color: #000000;
 font-family: Arial; 
 font-size: 8pt; 
 font-weight: bold; 
 font-style: normal;
 margin: 0;
}
.skinmaster {
	height: 100%;
	background-color: #485A12;
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	BORDER-LEFT: #000000 1px solid; 
	BORDER-BOTTOM: #000000 1px solid; 
}
.skinheader {
 /* BACKGROUND-IMAGE: url(great_lakes_fly_company_header.jpg); */
 height: 132px;
 background-color: #FFFFFF;
}
.skingradient {
  background-color: #FFFFFF;
}
.controlpanel {
	width: 100%;
	background-color: white;
}
.toppane {
 width: 100%;
 background-color: #000000;
 color: #999900;
 font-family: Arial; 
 font-size: 8pt; 
 font-weight: bold; 
 font-style: normal;
 margin: 0;
 text-align: center;
}
.leftpane {
	width: 150px;
	background-color: #999966;
}
.contentpane {
	width: 620px;
	background-color: white;
}
.rightpane {
	width: 175px;
	background-color: transparent;
}
.bottompane {
	width: 100%;
	background-color: transparent;
}
.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
}
.TreeViewMenu_Header {
	
}
.Head   {
    font-family: Arial;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}
/*************************/
/* Menu styles - DNNMenu */
/*************************/

/*--------- dnn menu style ----------*/
/* main menu td */
.mainMenu * {
    cursor: pointer;
    font-size: 11px;
    background-color: transparent;
	border: none!important;
}
.mainMenu  .mi * {
	color: red;
}

