﻿
/* ---------------------------------------------------------
						Structural elements 
------------------------------------------------------------*/
#divFrame
{
	text-align: left; /*Override effect of centered text-align for Form1 tag (IE6)*/
	background-color: White;
	width: 820px;
	border: none;
	padding: 0px; /*margin:0px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#divFrame.backOffice
{
	width:796px;
}
#Form1
{
	text-align: center; /*To make IE6 centre page*/
	margin-top: 0px;
}
#hrFloatHack
{
	display: block;
	visibility: hidden;
	clear: both;
}
/* ---------------------------------------------------------
						Page header
------------------------------------------------------------*/
#divHeader
{
	width: 100%;
	float: left;
	background-color: #EFEEEC;
}
#divLogo
{
	float: left;
	width: 820px;
}
#imgLogo
{
	src: url(Images/Logo.gif);
}
#divRightBanner
{
	border: none;
	text-align: right;
	vertical-align: top;
	float: right;
	width: 610px;
}
#divLogin
{
	padding: 5px 5px 5px 0px;
	margin: 0px;
	float: right;
	width: 600px;
}
#divLoginMenu
{
	float: right;
	border: none;
	padding: 1px;
	width: auto;
	white-space: nowrap;
	color: #CC0000;
	font-size: xx-small;
}
#divLanguage
{
}
#divNav
{
}
.LoginItem
{
	color: #CC0000;
	font-size: xx-small;
}
A.LoginItem
{
	color: #CC0000;
}
A:visited.LoginItem
{
	color: #CC0000;
}
A:hover.LoginItem
{
	color: #CC0000;
	text-decoration: underline;
}
/* ---------------------------------------------------------
						Menu and toolbar
------------------------------------------------------------*/
#divMenu
{
	clear: both;
	padding: 5px 5px 25px 5px;
	border-bottom: solid 1px #EFEEEC;
	background-color:#EFEEEC;
}
#divMenuTwo
{
	clear: both;
	padding: 5px 5px 25px 5px;
	border-bottom: solid 1px #EFEEEC;
	background-color:#EFEEEC;
	font-family: "Courier New", Courier, mono;
	font-size: 17px;
	color: #999999;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	letter-spacing: -0.14em;
}
#divSubMenu
{
	clear: both;
	padding: 0px 5px 20px 5px;
	background-color:#EFEEEC;
	font-size:smaller;
}
#divBreadcrumb,
#divToolbar
{
	float:right;
	padding: 5px 20px 5px 10px;
	width:800px;
}
#divToolbar>span
{
	display:block;
}

/* ---------------------------------------------------------
						Main content div
------------------------------------------------------------*/
#divBottombar
{
	clear: both;
	vertical-align:middle;
	float:left;
	width:800px;
	height:40px;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #666666;
	background-color: #E1E1E1;
	letter-spacing: 0.09em;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#divSpacer
{
	clear: both;
	vertical-align:middle;
	float:left;
	width:800px;
	height:20px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
#divContent
{
	clear: both;
	padding: 0px 0px 0px 10px;
	vertical-align: top;
	width: 800px;
	min-height:250px;
}
.backOffice #divContent
{
	width:776px;
}
.Content
{
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}
.pageCaption
{
	padding: 10px 0px 10px 0px;
}
#divError
{
	padding-top: 10px;
	padding-bottom: 10px;
}
#divError.collapsable
{
	padding: 0;
}
div.grid
{
	margin-bottom: 10px;
	clear: both;
	width: 100%;
}
div.grid table
{
	width: 100%;
}
#divButtons
{
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
#divButtonsTwo
{
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
/* ---------------------------------------------------------
						Form layout
------------------------------------------------------------*/
#tblForm
{
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
}
#colLabel
{
	color: #999999;
	vertical-align: top;
	width: 30%;
}
#colControl
{
	vertical-align: top;
	width: 65%;
}
#colValidator
{
	vertical-align: top;
	width: 5%;
}

/* ---------------------------------------------------------
						Footer
------------------------------------------------------------*/
#divFooter
{
}
DIV.FooterItem
{
	background-color: #EFEEEC;
	clear: both;
	text-align: right;
	padding: 4px 4px 10px 4px;
	color: #666666;
	font-size: 10px;
}
#spanStrapLine
{
	color: Gray;
	font-size: xx-small;
}
HR.FooterItem
{
	background-color: #EFEEEC;
	color: #666666;
	border: 0;
	height: 10px;
}
A.FooterItem
{
	color: Gray;
}
A:visited.FooterItem
{
	color: Gray;
}
A:hover.FooterItem
{
	color: #000000;
	text-decoration: none;
}
