﻿/*

SCREECH: OVERVIEW OF COLORS:

bar background				#fdc765
button borders				#fffeff
Red heading					#a61c19
Orange box title			#ff780d
Orange mouse over			#ff780d
Grey box background			#dce4e6
Grey box title & Border		#848d92
Blue box background			#d2e5ec
Blue box title & border		#578ba3
white						#ffffff
black						#000000

*/ 

/**********************************************************/

/* Module Bar */

.clsModuleDiv
{
	font-family: verdana;
	font-weight: normal;
	text-align: left;
	background-repeat: no-repeat;
}

.clsModuleItem
{
	border-bottom: 1px solid #ffffff;
}

.clsModuleItemSelected
{
	border-bottom: 1px solid #fdc765;
}

.clsModuleLink
{
	color: #ffffff;
	cursor: pointer;
	height: 25px;
}

.clsModuleLink:HOVER
{
	color: #fdc765;
	cursor: pointer;
	height: 25px;
}






/* End Module Bar */

/**********************************************************

/* Menu Bar */

.clsMenuDiv
{
	background-color: #fdc765;
	width: 970px;
	font-family: verdana;
	font-weight: normal;
}

.clsMenu
{
	margin: auto;
}

.clsStaticMenuItem
{
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	padding: 3px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	color: #000000;
}

.clsStaticMenuItemHot
{
	color: #a61c19;
}

.clsStaticMenuItem:HOVER
{
	color: #ff780d;
}

.clsDynamicMenu
{
	background-color: #e6e6fa;
	border: 1px solid #00008b;
	width: 100%;
}

.clsDynamicMenuItem
{
	padding: 3px;
	background-color: #e6e6fa;
	font-family: Verdana;
	font-weight: normal;
	color: #00008b;
	text-align: left;
}

/* End Menu Bar */

/**************************************************

/* Tool Bar */

.clsToolBarDiv
{
	background-color: #848d92;
	text-align: center;
	height: 25px;
	padding-top: 2px;
	width: 970px;
}

.clsToolBarItem
{
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	padding: 3px;
	padding-right: 20px;
	padding-left: 20px;
	border-width: 0px;
	background-color: #848d92;
	text-align: left;
	color: #ffffff;
}

.clsToolBarItemLogout
{
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	padding: 3px;
	border-width: 0px;
	background-color: #848d92;
	text-align: left;
	color: #ffffff;
}

.clsToolbarItem:Hover
{
	color: #fdc765
}

/* End Tool Bar */

/**************************************************

