/* Default CSS Stylesheet for Frame */

/* These styles are very specific to the primary frame layout of the application 
   These styles will allow you to change the border width and color of the frames
*/



#outerframeset
{
}

#innerframeset
{
}

#topframe
{
	border-bottom: medium solid #025b9b;
}

#treeframe
{
	overflow: auto;
	border-bottom: 2px #025b9b;
	border-left: 2px #025b9b;
}

#bodyframe
{
	border-color: #025b9b;
	overflow: auto;
}

#previewframe
{
}

.TopPageBgColor
{
	background-color: #D4D0C8;
}

.BlankPage
{
	border: 0px inset;
	background-color: white;
	position: relative;
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.TextboxMedium
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	width: 150px;
	vertical-align: top;
	border: 1 solid black;
}

.TextboxReadOnlyModeMedium
{
	width: 150px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 1 solid black;
}

.LoginTextBox
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-align: left;
	width: 150px;
	vertical-align: text-bottom;
	border: 1 solid #858585;
}

.BoldText
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Verdana;
	background-color: #efefef;
	text-align: Left;
}

.LoginBuildText
{
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	font-family: tahoma;
}

.LoginBuildTextBeta
{
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #858585;
	font-family: tahoma;
}


.LoginBoldText
{
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	font-family: Tahoma;
	vertical-align: baseline;
	text-align: Left;
}
.BuildText
{
	font-size: 11px;
	color: #666666;
	font-family: tahoma;
	text-justify: newspaper;
	vertical-align: middle;
	text-align: justify;
}
.LoginSimpleText
{
	font-size: 11px;
	color: #808080;
	font-family: tahoma;
	text-align: Left;
}

.LoginConfidentialText
{
	font-size: 9px;
	color: #808080;
	font-family: tahoma;
	text-align: Left;
}

.LandingBody
{
	background-color: #ECEBE8;
	margin: 0px 0px 0px 0px;
	border-left: #888BAE 1px groove;
	border-top: #888BAE 1px groove;
	border-right:#888BAE 1px solid;
}

.LandingHeaderText
{
	font-weight: bold;
	font-size: 14px;
	color: #0256A1;
	font-family: Tahoma;
	text-align: center;
	vertical-align: bottom;
	padding-bottom:3px;
}

.LandingTitleText
{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	font-family: Tahoma;
}

.LandingTiteTextBeta
{
	font-weight: bold;
	font-size: 15px;
	color: #868585;
	font-family: Tahoma;
}

.LandingAdminText
{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: Tahoma;
}

.LandingPageConfidentialityText
{
	font-weight: normal;
	font-size: 9px;
	color: #666666;
	font-family: Tahoma;
}

.LoginBody
{
	background-color: #E3E3E3;
	margin: 0px 0px 0px 0px;
}
.ImageBgColor
{
	background-color: #808080;
}

.SubmitErrorMessage
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: Red;
}
.SubmitMessageLogOut
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: Green;
}

.SessionExpiredHeader
{
	font-weight: bold;
	font-size: 15px;
	color: #005AA1;
	font-family: Tahoma;
}

.ObjectErrorHeader
{
	font-weight: bold;
	font-size: 11pt;
	color: #005AA1;
	font-family: Arial;
	text-align:center;
}

.SessionExpiredTitle
{
	font-size: 12px;
	color: #000000;
	font-family: Tahoma;
}

.SessionExpiredReLogin
{
	font-weight: bold;
	font-size: 15px;
	font-family: Tahoma;
}

.SessionExpiredBody
{
	background-color: #ECEBE8;
	/*
	margin: 0px 0px 0px 0px;
	border-left: #888BAE 1px groove;
	border-top: #888BAE 1px groove;
	border-right:#888BAE 1px solid;
*/
}

.FrameBorderColor
{
	border-color : #E1D67C;
	background-color:#E1D67C;
}

