﻿
/***********************************************************************************************/
/* Styles for Frame.Master page																   */
/***********************************************************************************************/

/***********************************************************************************************/
/* Main frame container																		   */
/***********************************************************************************************/
.divFrameContainer, form
{
	width: 950px;
	margin: 0px auto;
}


/***********************************************************************************************/
/* Header area																				   */
/***********************************************************************************************/
.divLogo
{
	position: absolute;
	z-index: 10000;
	top: 16px;
}

.divLogoBack
{
	position: absolute;
	margin-left: 262px;
	top: 0px;
	z-index: -1;
}


/***********************************************************************************************/
/* Login, Live Assistant and Menu														       */
/***********************************************************************************************/
.divHeaderContainer
{
	text-align: right;
}

.divLogin
{
	color: #888888;
	font-weight: bold;
	
	width: 600px;
	margin-top: 2px;
	margin-left: auto;
}

.divLogin label
{
    
}

.divLogin table
{
	width: 600px;
}
.textboxPasswordWatermarked
{
	border: solid 1px #facce8;
	background-color: White;
	background-image:url(images/backgrounds/password_watermark.gif);
	background-repeat:no-repeat; 
}

.textboxUsernameWatermarked
{
	border: solid 1px #facce8;
	background-color: White;
	background-image:url(images/backgrounds/username_watermark.gif);
	background-repeat:no-repeat; 
}

.divLiveAssistant,
.divLiveAssistant table
{
	width: 600px;
	margin-left: auto;
	font-size: 10px;
}

.divLiveAssistant table,
.divLiveAssistant td
{
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	color: #666666;
	font-weight: bold;
}

.tdLiveAssistantText
{
	padding: 0px 6px 0px 0px !important;
	vertical-align: top;
}

.loginFunctions
{
    margin: 0;
    padding: 0;
}

TR.loginFunctions,
TR.loginFunctions TD
{
    height: 12px;
    vertical-align: top;
    font-weight: normal;
}

.loginFunctions .RememberMe
{
    cursor: pointer;
    color: #EC008C;
    height: 14px;
    width: 100px;
    text-align: left;
    background-image: url(images/icons/unchecked.png);
    background-position: right;
    background-repeat: no-repeat;
}

.loginFunctions .RememberMe-checked
{
    background-image: url(images/icons/checked.png);
}

.loginFunctions .RememberMe INPUT
{
    display: none;
}

.loginFunctions .divRecoverPassword
{
    padding-left: 10px;
    text-align: left;
}

.divMenu
{
	width: 675px;
	margin-left: auto;
}

/***********************************************************************************************/
/* Actual Content																			   */
/***********************************************************************************************/
.divContentContainer
{
	width: 100%;
	
	margin: 1px 0px 0px 0px; /* give it 1px gap at the top */
}


/***********************************************************************************************/
/* Footer																					   */
/***********************************************************************************************/
.divFooter
{
	height: 20px;
	width: 944px;
	margin: 0px auto;
	text-align: left;
	background: url('images/backgrounds/footer_back.gif') no-repeat left center;
}

.divFooter table
{
	margin: 0px 0px 0px 8px;
}

.divFooter table td
{
	color: White;
	padding: 1px 6px 1px 6px;
}