﻿/* Full Height Page Effect */

* { 
    margin: 0; 
}

html, body
{
	background-color : #eee;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	height: 100%;
}

.page{
    min-height: 100%; 
    height: auto !important; 
    height: 100%;
    margin: 0 auto -3.4em; 
}

.footer, .push { 
    height: 3.4em; 
	background-image: url( 'images/pgftr.jpg' );
	background-repeat: no-repeat;
	background-position: bottom center;
}

/* MASTER PAGE LAYOUT */

div.page
{
	background-image: url( 'images/pgbg.jpg' );
	background-repeat: repeat-y;
	width: 998px;
}

/* PAGE HEADER */

div.pageHdr
{
	background-image: url( 'images/pghdr.jpg' );
	background-repeat: no-repeat;
	background-position: top left;
	width: 998px;
	margin: 0 auto 0 auto;
	height: 16px;
}

div.pageheader
{
	background-image: url( 'images/hdr_bg.gif' );
	background-repeat: repeat-x;
	height: auto;
	width: 966px;
	margin: 0 auto 4px auto;
}

div.pageheader div.divPageTitle{
    font-size: 150%;
    color:#fff;
    height: 44px;
}

div.divUserDetails{
    margin: 0px 0 0 0;
    float: left;
    height: 44px;
}

.impersonateUser{
    display: block;
    font-size: 60%;
    float: right;
    text-align: center;
    font-weight: normal;
    color: #fff;
    height:22px;
    line-height:22px;
}

span.impersonateUser{
    font-size: 80%;
    font-weight: bold;
    margin: 0 4px 0 0;
}

div.pageheader div.divPageTitle span.userDetailsName{
    line-height: 24px;
}

div.pageheader div.divPageTitle span.userDetailsName, div.pageheader div.divPageTitle span.helpLinkDetails, div.pageheader div.divPageTitle span.helpLinkDetails a, div.pageheader div.divPageTitle span.userDetailsAddress{
    font-size: 90%;
    padding: 0 4px;
    text-align: left;
}

div.pageheader div.divPageTitle span.userDetailsAddress{
    display: block;
    font-size: 55%;
    font-style: italic;
    text-align: left;
    padding: 0 0 4px 4px;
}

div.divGo2FrameTitle{
    margin: 0 auto;
    width: auto;
}

div.divGo2FrameTitle span{
    font: 150%;
    font-weight: bold !important;
    margin: 0 auto;
}

div.pageheader div.divPageTitle div.divHelpDeskDetails{
    margin: 0;
    padding: 0 4px 0 0;
    float: right;
    font-size: 94%;
    font-weight: bold;
    width: 30%;
    height: 100%;
    line-height: 16px;
    vertical-align: middle;
}

div.pageheader div.divPageTitle div.divHelpDeskDetails span.helpLinkDetails, div.pageheader div.divPageTitle span.helpdeskTitle{
    /*height: 50%;*/
}

span.helpdeskTitle{
    display: none !important;
}

div.pageheader div.divPageTitle span.helpLinkDetails, div.pageheader div.divPageTitle span.helpLinkDetails a, div.pageheader div.divPageTitle span.helpdeskTitle{
    display: inline-block;
    padding: 0; /*16px 4px 0 0;*/
    float: right;
    width: 100%;
    text-align: right;
}

.helpDeskNumber{
    font-size: 100%;
    float: right;
    line-height: normal;
}

div.pageheader div.divPageTitle span.helpLinkDetails, div.pageheader div.divPageTitle span.helpLinkDetails a{
    font-size: 80%;
}

div.pageheader div.divPageTitle span.helpLinkDetails a{
    color: #fff;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
}

div.pageheader div.divPageTitle span.helpLinkDetails a img{
    display: inline-block;
    margin: 0 4px 0 0;
    float: right;
}

div.pageheader div.divPageTitle span.helpLinkDetails a span{
    float: right;
}

/* Client Address */
div.strapLines dl.dlAddress{
    padding: 4px 0 0 0;
    font-size: 80%;
    color: #fff;
    text-align: right;
}

div.strapLines dl.dlAddress dd span.fieldHeader, div.strapLines dl.dlAddress dd.ddTelephone, div.strapLines dl.dlAddress dd.ddFaxNumber{
    display: none;
}

/* TITLE BAR */

div.titleBar
{
	background-image: url( 'images/title_bg.jpg' );
	background-repeat: repeat-x;
	background-position : top;
	background-color: #ccc;
	height: 24px;
	line-height: 24px;
	border: solid 1px #bbb;
	margin: 0 auto 4px auto;
	padding: 0px 4px;
	width: 956px;
}

div.titleBar h1
{
	width: 20%;
	float: left;
	font-size: 1.4em;
	margin: 0px 0px 0px 4px;
}

div.titleBar .imbHome
{
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	width: 20px;
	margin: 1px 6px;
}

div.titleBar span
{
	float: left;
}

div.titleBar span.pageTitle{
    display: inline-block;
    text-align: center;
    font-size: 150%;
    color:#333;
    height: 24px;
    margin: -24px 0 0 0;
    width: 100%;
}

div.titleBar div.divLoggedOnPanel
{
	float: right;
	cursor: default;
}

/* PAGE CONTENTS */

div.pageContents
{
	background-color: #fff;
	width: 966px;
	margin: 0 auto;
	padding: 0 0 3.4em 0;
    height: 100%;
    display: none;
}

/* LOADING PANEL */
div.loadingPanel{
    background-color: #fff;
	margin: 0 auto;
	padding: 0 0 3.4em 0;
    height: 100%;
	width: 966px;
}

/* PAGE FOOTER */

div.footer{
	width: 998px;
	margin-left: auto;
	margin-right: auto;
}

div.footerInfo
{
    width: 966px;
    margin: 0 auto;
    padding: 10px 0 0 0;
}

span.versionNumber, span.copyright
{
	font-size: 90%;
	font-weight: bold;
	float: right;
}

span.versionNumber
{
	float: right;
	margin: 0 4px 0 0;
}

span.copyright
{
	float: left;
	margin: 0 0 0 4px;
}

/********************************************************************************************************
    POP UP MASTER STYLES
********************************************************************************************************/
.popUpWindow{
    /*overflow: hidden;*/
}

.popUpBody{
    overflow: visible;
    width: 100%;
    _width: 933px;
}

.popUpPage{
    min-height: 100%; 
    height: auto !important; 
    height: 100%;
    margin: 0 auto -3.4em;
    width: 100%;
}

.popUpfooter, .push { 
	width: 928px;
    width: 100%;
    height: 3.4em;
}

div.popUpPage
{
	/*width: 938px;
    max-width: 938px;*/
	background-color: #fff;
}

div.popUpPageContents
{
	width: 928px;
    width: 99%;
	margin: 0 auto;
	padding: 0 0 3.4em 0;
    overflow: hidden;
    display: none;
}

.popUpPageContents .RadToolBar{
    width: 100% !important;
}

.popUpPageContents p.pDivider{
    width: 916px !important;
}

.closeWindowDiv, .closeWindowDiv a{
    height: 16px;
    line-height: 16px;
    color: #ff0000;
    padding: 2px 8px;
}