﻿body 
{
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 14px;
	vertical-align: top;
	margin: 0;
	padding: 0;
	background-color: #4c8caf;
}
.divWindow
{
	vertical-align: top;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
	clear: left;
	height: 100%;
	width: 100%;
	background-color: #4c8caf;
	/*width: 750px;
	background-color: #ffffff;
	padding-bottom: 40px;*/
}
.divPage
{
	vertical-align: top;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
	background: #4c8caf url("../images/v2Page_bkg.jpg") repeat-x;
}
.PageLayout
{
	margin: 0 auto;
	padding-bottom: 30px;
	/*text-align: left;*/
	vertical-align: top;
	width: 750px;
	/*background: transparent url("../images/v2Content_bkg.jpg") repeat-y;*/
	background-color: #ffffff;
}

.ContentVerticalDivider
{
	background: transparent url("../images/login/login_dot_vert.gif") repeat-y;
	width: 8px;
	height: 100%;
}
.divLoginForm
{
	width: 290px;
	vertical-align: top;
	padding: 15px;
	text-align: left;
	background-color: #ffffff;
}
.divLoginForm P
{
	/* CMS adds too much space between paragraphs - need to override */
	margin: 0;
	padding: 8px 0 0 0;
}

.divInsetPanel
{
	margin: 25px 15px 5px 0;
	padding: 10px;
	border: solid 1px #e7e6e3;	
}
.FormFieldLabel
{
	font-weight: bold;
	color: #624126;
}
.FormButton
{
	cursor: default;	
}
.FormButton:hover
{
	cursor: hand;	
}
.ErrorMsg
{
	color: #ff0000;	
}
.divFooter
{
	width: 720px;
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 14px;
	vertical-align: top;
	text-align: center;
	padding: 4px 15px 10px 15px;
}
.divFooter A
{
	color: #ffffff;
	text-decoration: underline;
}
.divFooter A:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* --------------------- */
/* Authoring Mode Styles */
/* --------------------- */
.AuthoringModeContainerLabel
{
	vertical-align: text-bottom;
	font-family: Georgia, 'Times New Roman', Serif;
	font-size: 12px;
	line-height: 14px;
	color: #262626;
}
