/* 
================================
Skin styles for SWFHomes and 
Lee Collier Realty Group Inc.

Created By Mark A. Lutz
mark.lutz@swfhomes.com
================================
*/   

/* Common Styles */
.Outer_Frame_Master {width: 100%; height: 100%;}
.Outer_Frame_Left {width: 80px;}
.Outer_Frame_Center {}
.Outer_Frame_Right {width: 80px;}
.Outer_Frame_Left_Full {width: 80px;}
.Outer_Frame_Center_Full {}
.Outer_Frame_Right_Full {width: 80px;}

.Inner_Frame_Master {width: 100%; height: 100%;}
.Inner_Frame_Menu {}
.Inner_Frame_Head {}
.Inner_Frame_Body {height: 100%;}
.Inner_Frame_Footer {}
.Inner_Frame_CopyRight {}

.Main_Frame_Master {width: 100%; height: 100%;}
.Main_Frame_Left {width: 200px;}
.Main_Frame_Center {padding-left: 5px; {padding-right: 5px;}
.Main_Frame_Right {width: 200px;}
.Main_Frame_Left_Full {}
.Main_Frame_Center_Full {width: 100%; padding-left: 5px; {padding-right: 5px;}
.Main_Frame_Right_Full {}

/* Menu Styles */
.MainMenu_MenuContainer {
	background-color: transparent;
}
.MainMenu_MenuBar {
	background-color: transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand;
	font-size: 16pt;
	color: darkblue;
}
.MainMenu_MenuBreak
{
	background-color: transparent;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand;
	font-size: 16pt;
	color: darkblue;
}
.MainMenu_MenuIcon {
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
}
.MainMenu_MenuArrow {
color: black;
background-color: lightblue;
}
.MainMenu_RootMenuArrow {
}

.StandardButton     {
    background: #7994CB 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 {
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}
