﻿.switchText_Level1, .switchText_Level1 a
{
	font-weight: bold;
	font-family: Sans-Serif;
	font-size: 10pt;
	text-decoration: none;
	color: White;
}

.switchParent_Outer, .switchParent_Outer_Expandable
{
	margin: 2px 3px 0px 3px; 
	background-color: #7dd56c; 
	min-height: 24px
}
.switchParent_Outer_Expandable 
{
	cursor: pointer;
}
.switchItem_Outer
{
	margin: 2px 3px 0px 18px; 
	background-color: #5ec44a; 
	min-height: 24px
}

.switchFloaty 
{
	height: 24px;
	width: 1px;
	float: left;
}

.portalSwitch_Outer 
{
	margin-top: 4px;
	margin-bottom: 4px;
}

.switchParent_Inner , .switchParent_InnerSelected
{
	margin-left: 15px; 
	padding-left: 4px; 
	padding-top: 2px;
	padding=bottom: 2px;
	min-height: 24px;
	background-color: #5ec44a; 
	height: 100%;
	vertical-align: middle;
}
.switchParent_InnerSelected 
{
	background-color: #5ec44a; 
}

.portalSwitch_Background {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.portalSwitch_Popup, .portalSwitch_PopupHeader {
	background-color:#F5F5F5;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.portalSwitch_PopupHeader {
	border-bottom-style:none;
	font-family: Sans-Serif;
	font-weight: bold;
	padding: 0px;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
}

.portalSwitch_Title {
	font-size: x-large;
	font-family: Sans-Serif;
	color: Black;
	text-align: center;
	background-image: url(../../images/portalSwitch/background.jpg);
}

.portalSwitch_Item, .portalSwitch_Item_Over {
	background-color: #5ec44a;
	font-size: large;
	font-family: Sans-Serif;
	color: Black;
	padding-left: 10px;
	margin-left: 0px;
}
.portalSwitch_Item_Over {
	background-color: #7dd56c;
	cursor: pointer;
}

.portalSwitch_ItemGraphic, .portalSwitch_ItemGraphic_Employee, .portalSwitch_ItemGraphic_Employee_Over, .portalSwitch_ItemGraphic_Reports, .portalSwitch_ItemGraphic_Reports_Over, .portalSwitch_ItemGraphic_Manager, .portalSwitch_ItemGraphic_Manager_Over
{
	background-color: #7dd56c;
	width: 48px;
	height: 48px;
	background-position: center center;
	background-repeat: no-repeat;
	padding-right: 0px;
	margin-right: 0px;
}

.portalSwitch_ItemGraphic_Employee, .portalSwitch_ItemGraphic_Employee_Over
{
	background-image: url(../../images/portalSwitch/eSS.png);
}
.portalSwitch_ItemGraphic_Employee_Over 
{
	cursor: pointer;
}

.portalSwitch_ItemGraphic_Reports, .portalSwitch_ItemGraphic_Reports_Over
{
	background-image: url(../../images/portalSwitch/rSS.png);
}
.portalSwitch_ItemGraphic_Reports_Over 
{
	cursor: pointer;
}

.portalSwitch_ItemGraphic_Manager, .portalSwitch_ItemGraphic_Manager_Over
{
	background-image: url(../../images/portalSwitch/mSS.png);
}
.portalSwitch_ItemGraphic_Manager_Over 
{
	cursor: pointer;
}
