﻿.ContainerMain{
	padding-top: 0px;
}

.greenBottomLine {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.OrangeBottomLine{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.GreyBottomLine{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


.DarkproGreenContainerTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #009999;
	padding-left: 10px;
	height: 25px;
	vertical-align: middle;
}
.DarkproGreyContainerTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #999999;
	padding-left: 10px;
	height: 25px;
	vertical-align: middle;
}
.DarkproOrangeContainerTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF8000;
	padding-left: 10px;
	height: 25px;
	vertical-align: middle;
}
.DarkproRedContainerTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #ed2024;
	padding-left: 10px;
	height: 25px;
	vertical-align: middle;
}
.DarkproYellowContainerTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #ede800;
	padding-left: 10px;
	height: 25px;
	vertical-align: middle;
}
.DarkproBlueContainerTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #247fe6;
	padding-left: 10px;
	height: 25px;
	vertical-align: middle;
}



.DarkproContainerPane {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	color: #999999;
}

/* ================================
    CSS for SW Menu
   ================================
*/   

Default Node Css: NodeDefault
.NodeDefault
{
height: 20px;
font-family: Verdana, Arial, Times New Roman;
font-size: 12px;
cursor: hand;
text-decoration: none;
color: Black;
padding-left: 2px;
}
Default Node Over: HoverClass
.HoverClass
{
background-color: Red;
color: White;
}
Default Node Selected: SelClass
.SelClass
{
background-color: FireBrick;
color: White;
}
Default Icon: NodeIconDefault
.NodeIconDefault
{
cursor: hand;
}
Default Child Css: ChildNodeDefault
.ChildNodeDefault
{
font-family: Verdana, Arial, Times New Roman;
font-size: 12px;
cursor: hand;
text-decoration: none;
color: Black;
padding-left: 2px;
}
Menu Bar: MenuBarClass
.MenuBarClass
{
width: 150px;
border: solid 2px black;
background-color: silver;
}
Menu Css: MenuClass
.MenuClass
{
background-color: silver;
border: outset 1px;
width: 150px;
margin-left: 5px;
}


