﻿pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


.standout
{
	border-color:Gray; border-width:1px; border-style:solid;
	background-color:#DBE5F6;
}
.txtReqField
{
	color:Blue;
}
.txtBackground
{
	color:Gray;
	font-size:smaller;
}

.indentButtons
{
	margin-left: 225px;
}
.recordsReturned
{
	font-size:small;
}
.headerPrompt
{
	font-size:larger;
	margin-left:.5em;
	margin-right:.5em;
}
.successText
{
	color:Green;
}
.errorText
{
	color: Purple;
}
.infoText
{
	color:Black;
	font-size: larger;
}
.confirmText
{
	color:Navy;
}
.button
{
	font-size: .9em;
}
.copyright
{
	font-size: .6em;
	color: #666666;
	text-align:center;
}
.pnlContent
{
	width: 95%;
	margin-left:1em;
}
.rowResult 
{
	cursor: pointer;
	background-color: #DBE5F6;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:Gray;
}

/* Classes for menu and context options/navigation */
.stdBackground
{
	background-color:#CAD7EC;
}

.menuOption
{
	padding-left:15px;
}
.subMenuOption
{
	font-size:smaller;
	padding-top:5px;
	color:inherit;
}
.menuText
{
	font-family:Arial;
	color:#003399;
}
.menuLink
{
	cursor:pointer;
	color:inherit;
}
.menuHeader
{
	font-weight:bold;
}

a:link {color: #0442BE;}
a:visited {color: #0442BE;}
a:hover {color: #0442BE;}
a:active {color: #0442BE;}

.contextOptions
{
	float:right;
}


.loginInfo
{
	float:right;
}
.menuTitle
{
	font-weight:bold;
}
.formTitle
{
	font-weight: bold;
	color: #4267A4;
	font-size: 1.7em;
	margin-left: .1em;
}
.pnlOptions
{
	margin-left:.5em;
}

.tipText
{
	font-size: smaller;
	font-family: Arial;
}
.tip
{
	font-size: smaller;
	color: Green;
	font-family:Garamond;
}
.tdLabelColumn
{
	width:10em;
}



/*
 *
 css for progress bar
 *
 */
.progressbar {
    background-color: white;
    border: solid 1px black;
    width: 150px;
    height: 15px;
    font-family: arial;
    font-size: 11px;
    padding: 1px;
    
    
}

.completed {
    /* mandatory */
    width: 0%;
    height: 100%;
    z-index: 1;
    float: left;
    background: url(../images/completed.gif) repeat-x;
    
}

.label {
    /* mandatory */
    width: 100%;
    height: 100%;
    z-index: 2;
    float: left;
    text-align: center;
    vertical-align: middle;
    margin-top: -1px;
    color: #000000;
    
    /* added next three lines for browser compatibility */
    _display: none;  /* underscore means this css targets IE 6.0 only */
}
html > body #label 
{
	*display: none; /* asterisk means only IE 7 will interpret this
}

/*
 *
 end css for progress bar
 *
 */
