/*
 ************************************************************************
 *  EVIS Project Cascading Style Sheet include file
 ************************************************************************
 * This file will be used as a master include file for the use of CSS
 * in the web pages presented in the Loisiana project.
 *
 *************************************************************************
 * Modifications:
 *  June 01 2002 Radmila Rosic - Initial Creation
 *  June 06 2002 Michael Steinberg - Added
 ************************************************************************
 */

/*
 ************************************************************************
 * Body and General classes
 ************************************************************************
*/
/*
 example found on web
BODY {
 display: block; font-family: verdana, arial, serif;
 font-size: xx-small;
 scrollbar-face-color: navy;
 scrollbar-shadow-color: yellow;
 scrollbar-highlight-color: black;
 scrollbar-3dlight-color: yellow;
 scrollbar-darkshadow-color: navy;
 scrollbar-track-color: black;
 scrollbar-arrow-color: yellow;
}
*/
body {
	background-color: #ffffff;
	font-family: Helvetica;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	scrollbar-face-color: #235595;
    scrollbar-shadow-color: #ECF0F3;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #ECF0F3;
    scrollbar-darkshadow-color: #235595;
    scrollbar-track-color: #FFFFFF; 
   scrollbar-arrow-color: #ECF0F3;

}

.form-input-num {
        text-align:right;
}


table.form {
	background-color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000066;
	padding: 4px 4px 4px 4px;
}

.data-entry {
	font-family: Helvetica;
	font-size: 14px;
	color: #003399;
        font-weight: bold;
	padding: 4px 4px 4px 4px;
}

.data-entry-red {
	font-family: Helvetica;
	font-size: 14px;
	color: red;
        font-weight: bold;
	padding: 4px 4px 4px 4px;
}

.data-entry-2 {
	font-family: Helvetica;
	font-size: 12px;
	color: #003399;
        font-weight: bold;
	padding: 4px 4px 4px 4px;
}
.data-entry-org {
	font-family: Helvetica;
	font-size: 12px;
	color: #ff9f00;
        font-weight: bold;
	padding: 4px 4px 4px 4px;
}
.data-entry-reverse {
	background-color: #0052A4;
	font-family: Helvetica;
	font-size: 12px;
	color: White;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
}

.data-display {
	font-family: Helvetica;
	font-size: 12px;
	color: #003399;
	padding: 2px 2px 2px 2px;
}
.data-display-grey {
	font-family: Helvetica;
	font-size: 12px;
	color: #42535b;
	padding: 2px 2px 2px 2px;
	font-style : oblique;
}

.footer {
	font-family: Helvetica;
	font-size: 9px;
	color: #003399;
	padding: 2px 2px 2px 2px;
}

.data-display2 {
	font-family: Helvetica;
	font-size: 12px;
	color: #003399;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
}
table.report {
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 14px;
}

.form-report-header {
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
        background-color: #dadada;
        font-size: 10pt;
	font-weight: bold;
	font-style: normal;
}

/*
 ************************************************************************
 * Forms
 ************************************************************************
*/

table.form_bg {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000066;
	padding: 4px 4px 4px 4px;
        background-image: url(Grey_bcgr.bmp)}

table.search_form_bg {
	font-family: Verdana, sans-serif;
	font-weight:bold;
	font-size: 10px;
	color: #000066;
	padding: 4px 4px 4px 4px;
        background-image: url(Grey_bcgr.bmp)}

tr.form_bkg {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000066;
	padding: 4px 4px 4px 4px;
        background-image: url(Grey_bcgr.bmp)}

.menu-title {
	color:#003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13pt;
	font-weight:bold;
	vertical-align: text-bottom;
}

.menu-button {
   background-color: #E5E5E5;
	width:330;
	color:#003399;
	text-align:left;
	font-size:13pt;
	font-weight:bold;
	font-family:monospace;
}
.menu-button2 {
	width:150;
	color:#003399;
	text-align:left;
	font-size:10pt;
	font-weight:bold
	font-family:monospace;
}
.form-instruction {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #0000CC;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
}

.err-message {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: red;
	padding-left: 40px;
	padding-bottom: 10px;
}

.err-message-2 {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	padding-left: 40px;
	padding-bottom: 10px;
}

.green-letter {
	color: green;
	font-family: Helvetica;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
}

.red-letter {
	color: red;
	font-family: Helvetica;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
}
/* This is for the white text. */
.white-letter {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F7F7F7;
	padding: 2px 2px 2px 2px;
}
/*
.button-back {
	background-color: #ECF0F3;
	font-weight: bold;
	color: #003399;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 9pt;
}
*/
.button-back {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #003399;
        background-image: url(Grey_bcgr.bmp)
}
.button-back-1 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #003399;
        background-image: url(Grey_bcgr.bmp)
}
.button-org {
	background-color: #E5E5E5;
	font-weight: bold;
	color: #FF9F00;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 8pt;
}


.button-back-2 {
	font-size: 12px;
        background-color: #dae6f3;
}

/* This is all for the navigation panels at the TOP of the table. */
td.top {
	background-color: #0052A4;
	border-left: 1px black solid;
	border-right: 1px black solid;
	border-top: 2px black solid;
}


/* This is all for the navigation panels at the SIDE of the table. */
td.print {background-color: #FFFFFF;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10pt;
}

/* This is all for the navigation panels for the message at the top of the table. */
td.msgtop {background-color: #FFFFFF;
border-bottom: 1px #dae6f3 solid;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.0em;
font-weight: bold;
color: #CC0033;
vertical-align: top;
}

/* This is all for the navigation panels for the message at the bottom of the table. */
td.msgbot {
	background-color: #FFFFFF;
	border-top: 1px #dae6f3 solid;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #3366FF;
}

/* This is all for the navigation panels for the errors. */
.msgerr{
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #D60226;
}
/* This is for the blue text. */
td.blue{
	background-color: #FFFFFF;
	color:  #336699;
	font-weight: bold;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 10pt;
}

td.blue-line {
	border-bottom: 1px solid #8297B4 ;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #8297B4;
	vertical-align: top;
	font-style : oblique;
}

/* Content - links */
td.navigation {background-color: #FFFFFF;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12pt;
}
/* Content - strong*/
td.strong {background-color: #FFFFFF;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight:bold;
font-size: 12pt;
}

/* Link */
td.navigation_dimmed{
	background-color: White;
	color: #CECECE;
	font-weight: bold;
	border: font-weight:bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	border: #D9D9FF;
	border: thin;
}

td.navigation a:link {
	background-color: White;
	color: #003399;
	font-weight: bold;
	border: font-weight:bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	border: #D9D9FF;
	border: thin;
}
td.navigation a.current:link {background-color:  White;
color: #003399;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
text-decoration: none;
font-size: 10pt;
border: #D9D9FF;
border: thin;
}
td.navigation a:visited {background-color:  White;
color: #003399;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
text-decoration: none;
font-size: 10pt;
border: #D9D9FF;
border: thin;
}

td.navigation a:hover {
	background-color: White;
	color: #FF9F00;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
}
td.navigation a:active {
	background-color:  White;
	color: #003399;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	border: #D9D9FF;
	border: thin;
}
/* different type of link */
/* Link */
td.navigation-two a:link {
	background-color: White;
	color: #003399;
	font-weight: bold;
	border: font-weight:bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	border: #D9D9FF;
	border: thin;
}
td.navigation-two a.current:link {background-color:  White;
color: #003399;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
text-decoration: none;
font-size: 10pt;
border: #D9D9FF;
border: thin;
}
td.navigation-two a:visited {background-color:  White;
color: #003399;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
text-decoration: none;
font-size: 10pt;
border: #D9D9FF;
border: thin;
}

td.navigation-two a:hover {
	background-color: White;
	color: #8297B4;
	font-weight: bold;
	font-size: 10pt;
	border-bottom : 1px solid #003399;
}
td.navigation-two a:active {
	background-color:  White;
	color: #003399;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	border: #D9D9FF;
	border: thin;
}
/* end of navigation for Content */
