﻿body
{
	font-family: Tahoma, Arial, geneva, helvetica, Sans-Serif;
	font-size: .75em;
	background-color: white;
	background-image: url('/Graphics/Backgrounds/4_Gradient.jpg');
	background-repeat: repeat-x;
}

.masterContainer
{
	width: 730px;
	min-height: 500px;
	margin: 0px auto;
	border: 1px solid black;
	background-color: White;
}

.masterHeader
{
	background-image: url("/graphics/headerBg.png");
	text-align: right;
	height: 58px;
	vertical-align: top;
	background-color: White;
}

* html .masterHeader
{
	height: 58px;
}

.masterLeftMenuOuter
{
	min-height: 450px;
	height: auto;
	background-color: White;
}

* html .masterLeftMenuOuter
{
	height: 450px;
	background-color: White;
}

.masterLeftMenu
{
	width: 180px;
	background-color: #DF0038;
	color: #333333;
	height: auto;
	min-height: 500px;
	vertical-align: top;
	text-align: left;
}

* html .masterLeftMenu
{
	height: 500px;
}

.masterContent
{
	width: 530px;
	min-height: 450px;
	height: auto;
	vertical-align: top;
	text-align: left;
	background-color: White;
}

* html .masterContent
{
	height: 450px;
}

.masterFooter
{
	margin: 5px 5px 5px 5px;
	padding: .5em;
	color: #666666;
	background-color: #EDE7DE;
	font-size: .75em;
	text-align: center;
	width: 100%;
}

.menuTitle
{
	color: White;
	font-weight: bold;
	font-size: 1.1em;
	padding: .75em 0 .75em 1em;
}

.menuSubHeader
{
	font-size: 1em;
	font-weight: normal;
	padding: 1em 0 0 1.25em;
	text-decoration: underline;
	text-align: left;
}

.menuText
{
	font-size: 1em;
	font-weight: normal;
	text-decoration: normal;
	padding: .75em 0 0 1.5em;
	text-align: left;
}

.menuSelected
{
	color: #DF0038;
	background-color: Black;
	font-weight: bold;
	font-size: 1.1em;
	padding: .75em 0 .75em 1em;
	background: url("/Graphics/Menu/selectedBg.png");
}

.menuUnselected
{
	color: White;
	font-weight: bold;
	font-size: 1.1em;
	padding: .75em 0 .75em 1em;
	background: url("/Graphics/Menu/unselectedBg.png");
}

.menuRADPanelBar
{
	width: 180px;
	cursor: pointer;
	cursor: hand;
}

.adminContent
{
	padding: 5px;
	min-height: 400px;
	height: auto;
	vertical-align: top;
}

* html .adminContent
{
	height: 400px;
}
	
/*--- TEXT BOXES ---*/

.textbox50
{
	width: 20px;
}

.textbox100
{
	width: 100px;
}

.textbox150
{
	width: 150px;
}

.textbox200
{
	width: 200px;
}

.textbox250
{
	width: 250px;
}

.textboxMultiline
{
	width: 295px;
}

/*--- BROCHURE REQUEST ---*/

.brFormText
{
	position: relative;
	left: -350px;
}

.brFormTextBox
{
	padding-left: 200px;
}

.brFormSingleLine
{
	position: relative;
	left: 110px
}

.brFormMessage
{
	position: relative;
	top: 0em;
	left: 0em;
}

.brFormMessageHidden
{
	position: relative;
	top: 0em;
	left: 0em;
	color: White;
}

.brButtons
{
	text-align: center;
}

/*--- ORDER FORM ---*/

.ofFormText
{
	padding-left: 75px;
	width: 150px;
}

.ofFormTextBox
{
	width: 200px;
}

.ofFormSingleLine
{
	position: relative;
	left: 110px
}

.ofFormMessage
{
	position: relative;
	top: 0em;
	left: 0em;
	border: solid 1px blue;
}

.ofFormMessageHidden
{
	position: relative;
	top: 0em;
	left: 0em;
	color: White;
}

/*--- DEFAULT ---*/

.defaultRotatingImage
{
    display: block;
	margin-left: auto;
    margin-right: auto;
}

/*--- BUTTONS ---*/

.button
{
	border: solid 1px black;
	background-color: White;
	text-align: center;
	border-style: inset;
}

/*--- TEXT ---*/

.textMinimise
{
	font-size: 9px;
}

.center
{
	text-align: center;
}

.left
{
	text-align: left;
}

.right
{ 
	text-align: right;
}

.tableRow
{
	padding: 5px 0px 0px 0px;
}

/*--- LINKS ---*/

A:link
{
	color: #000000;
	text-decoration: underline;
}

A:visited
{
	color: #333333;
	text-decoration: underline;
}

A:active
{
	color: #333333;
	text-decoration: underline;
}

A:hover
{
	color: #999999;
	text-decoration: underline;
}

