/* ---------------------------------------------------------
						Structural elements 
------------------------------------------------------------*/
#divFrame
{
	text-align: left; /*Override effect of centered text-align for Form1 tag (IE6)*/
	background-color: White;
	width: 880px;
	border: none;
	padding: 0px; /*margin:0px;*/
	margin-left: auto;
	margin-right: auto;
}
#Form1
{
	text-align: center; /*To make IE6 centre page*/
}
#hrFloatHack
{
	display: block;
	visibility: hidden;
	clear: both;
}
/* ---------------------------------------------------------
						Page header
------------------------------------------------------------*/
#divHeader
{
	width: 100%;
	float: left;
	background-color: Transparent;
}
#divLogo
{
	float: left;
	width: 150px;
}
#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: #CC6633;
	font-size: xx-small;
}
#divLanguage
{
}
#divNav
{
}
.LoginItem
{
	color: #CC6633;
	font-size: xx-small;
}
A.LoginItem
{
	color: #CC6633;
}
A:visited.LoginItem
{
	color: #CC6633;
}
A:hover.LoginItem
{
	color: #CC6633;
	text-decoration: underline;
}
/* ---------------------------------------------------------
						Menu and toolbar
------------------------------------------------------------*/
#divMenu
{
	clear: both;
	padding: 5px 15px 5px 5px;
}
#divSubMenu
{
	clear: both;
	padding: 0px 5px 20px 5px;
	font-size:smaller;
}
#divToolbar
{
	float:left;
	padding: 5px 10px 0px 10px;
	width:860px;
}
#divToolbar>span
{
	display:block;
}
/* ---------------------------------------------------------
						Main content div
------------------------------------------------------------*/
#divContent
{
	clear: both;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	width: 860px;
}
.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;
}
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;
}
/* ---------------------------------------------------------
						Form layout
------------------------------------------------------------*/
#tblForm
{
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
}
#colLabel
{
	color: #CC6633;
	vertical-align: top;
	width: 30%;
}
#colControl
{
	vertical-align: top;
	width: 65%;
}
#colValidator
{
	vertical-align: top;
	width: 5%;
}

/* ---------------------------------------------------------
						Footer
------------------------------------------------------------*/
DIV.FooterItem
{
	background-color: #6D6349;
	clear: both;
	text-align: right;
	padding: 4px 4px 10px 4px;
	color: #CACACA;
	font-size: 10px;
}
#spanStrapLine
{
	color: #6D6349;
	font-size: xx-small;
}
HR.FooterItem
{
	background-color: #6D6349;
	color: #6D6349;
	border: 0;
	height: 0px;
}
A.FooterItem
{
	color: #AEAEAE;
}
A:visited.FooterItem
{
	color: #AEAEAE;
}
A:hover.FooterItem
{
	color: #CC6633;
	text-decoration: none;
}
