﻿@import "../../css/Pages/Shared.css";
@import "../../css/Controls/KeyPadNumeric.css";

body
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.masterContainer
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.masterContentContainer
{
	height: 466px;
	overflow: visible;
}
.ctlMasterFooter
{
	height: 37px;
	overflow: hidden;
	width: 100%;
	float: left;
}
.ctlMenu
{
	font-family: Verdana, Arial;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	height: 30px;
}
.ctlSpacerBottom
{
	background-color: #014da3;
	width: 100%;
	height: 10px;
}
.menuLink
{
	height: 30px;
	color: #ffffff;
	text-decoration: none;
}
.ctlLinkLeft
{
	float: left;
	height: 30px;
	background-color: #014da3;
	font-size: 20px;
	line-height: 27px;
	padding: 0px 10px 0px 10px;
}
.ctlImageLeft
{
	float: left;
	width: 30px;
	height: 30px;
	background-image: url(../../images/BottomMenuLeftAngle.gif);
	background-position: center center;
}
.ctlImageRight
{
	float: right;
	width: 30px;
	height: 30px;
	background-image: url(../../images/BottomMenuRightAngle.gif);
	background-position: right top;
	background-repeat: repeat-x;
}
.ctlLinkRight
{
	float: right;
	height: 30px;
	background-color: #014da3;
	font-size: 20px;
	line-height: 27px;
	padding: 0px 10px 0px 10px;
}
