﻿/*

SCREECH: OVERVIEW OF COLORS:

Base Orange			#FF7700
Highlight Orange	#FFDD77

*/

body
{
	font-family: arial;
	font-size: 10pt;
	color: #000000;
	margin: 5px;
}

a
{
	color: #000000;
	cursor: hand;
	text-decoration: none;
}

a:hover
{
    text-decoration: none;
}

h1
{
	background-color: #ffffff;
	color: #336699;
	font-size: 14pt;
	font-weight: bold;
	height: 25px;
	border-bottom: 2px dotted #333333;
	margin-bottom: 10px;
}

.clsLink
{
    font-weight: bold;
    color: #0066CC;
    cursor: pointer;
}

.clsLink:hover
{
    color: #FF7700;
}

img
{
    border: none;
}


.clsButton
{
	font-size: 10pt;
	color: #ffffff;	
	background-color: #336699;
	border: 1px solid #000000;
}

.clsUGButton
{
	font-size: 10pt;
	color: #ffffff;	
	background-color: #bb0000;
	border: 1px solid #000000;
	float: right;
	width: 120px;
	margin-right: 5px;
}

.clsButton:hover
{
	color: #ff9900;
}

.clsButtonsDiv
{
    width: 100%;
    text-align: right;
    margin-right: 10px;
    margin-bottom: 10px;
}

.clsLogoBarDiv
{
    background-image: url('../../images/logo/lgo_banner_sal.jpg');
    background-repeat: no-repeat;
    width: 950px;
    height: 150px;
}

.clsMenuBarDiv
{
	border-top: 0px solid #666666;
	border-bottom: 0px solid #666666;
	width: 950px;
	height: 27px;
	color: #ffffff;
	font-size: 11pt;
	font-weight: normal;
	text-align: center;
	background-image: url("../../images/efx/efx_menubargradient.jpg");
}

.clsMenuBarItem
{
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	border-right: 1px dotted #ffffff;
	font-size: 10pt;
	overflow: visible;
}

.clsMenuBarItem_Selected
{
	margin-top: 0px;
	background-color: #FFDD77;
}

.clsMenuBarItem_Hover
{
	margin-top: 0px;
	color: #FFFFFF;
}

.clsPageTitle
{
	background-color: #ffffff;
	color: #336699;
	font-size: 14pt;
	font-weight: bold;
	height: 25px;
	border-bottom: 2px dotted #333333;
	margin-bottom: 10px;
}

.clsSubTitle
{
	font-weight: bold;
	font-size: 11pt;
	color: #336699;
}

.clsSideMenuBox
{
	border: 0px solid #bbbbbb;
	font-size: 10pt;
	background-color: #eeeeee;
	color: #000000;
	margin-bottom: 5px;
}

.clsSideMenuBoxTitle
{
	background-color: #ffffff;
	font-weight: bold;
	color: #333333;
	height: 23px;
	padding-top: 0px;
}

.clsSideMenuBoxBody
{
	padding: 5px;
	border: 1px solid #999999;
}

.clsProductMenuItem
{
	height: 29px;
	border-bottom: 1px dotted #999999;
	font-weight: normal;
	font-size: 11pt;
	color: #336699;
}

.clsProductMenuItem_Hover
{
	color: #FF7700;
}

.clsBoxMenuItem
{
	font-weight: normal;
	font-size: 10pt;
	color: #336699;
}

.clsBoxMenuItem_Hover
{
	color: #FF7700;
}

.clsPagingBar
{
	background-color: #eeeeee;
	width: 584px;
	border: 1px solid #bbbbbb;
	padding: 3px;
	height: 20px;
}

.clsPagingBar_No
{
	float: left;
}

.clsPagingBar_Buttons
{
	float: right;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 2px;
}

.clsPagingBar_Buttons_Selected
{
	background-color: #FF7700;
	color: #ffffff;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

.clsStockItem
{
	border: 1px solid #bbbbbb;
	height: 150px;
	text-align: center;
	width: 187px;
	font-size: 9pt;
}

.clsInfoBox
{
	width: 100%;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	margin-bottom: 10px;
}

.clsSummaryTbl
{
    border: 1px solid #bbbbbb;
    background-color: #ffffff;
}

.clsSummaryCell
{
}

.clsSummaryHeaderRow
{
    background-color: #cccccc;
    font-weight: bold;
    color: #444444;
    vertical-align: bottom;
}

.clsTotalHire
{
    color: #01008a;
    font-weight: bold;
}

.clsTotalCost
{
    color: Red;
    font-weight: bold;
}

.clsGridRow
{
	height: 25px;
	background-color: #eeeeee;
}

.clsAlternatingRow
{
	height: 25px;
	background-color: #ffffff;
}

.clsInputForm
{
    border: 1px solid #bbbbbb;
    background-color: #eeeeee;
}

.clsInputFormHeader
{
    background-color: #999999;
    color: #333333;
}

.clsFormLabel
{
    font-weight: bold;
    padding-left: 10px;
    width: 150px;
}

.clsSmallPrint
{
	font-size: 8pt;
}

.clsUGButton
{
	font-size: 10pt;
	color: #ffffff;	
	background-color: #bb0000;
	border: 1px solid #000000;
	float: right;
	width: 120px;
	height: 20px;
	margin-right: 5px;
	padding-top: 2px;
	margin-left: 5px;
	text-align: center;
    cursor: pointer;
}

