/* **** Web I/O Duralee Cascading Style Sheet (Media=All) **** */

/* **** Base Styles **** */
BODY
{
	font-family: Arial, Helvetica, Serif;
	padding: 0px;
	border: 0px;
	margin : 0px;
	background: #ffffff;
	font-size: medium;
}

HR	       
{
	border: 0px;		/* for Opera 9.5 */
	color: gray;		/* for Opera 9.5 */
	background-color: gray; /* for Opera 9.5 */
	margin: 2px 30px 2px 30px;
	height: 1px;
}

HR.fifty
{
	margin: 2px auto 2px auto;
	width: 50%;
	text-align: center;
}

/* **** Paragraph Styles **** */
P
{
	margin-left: 1.0%;
	margin-right: 1.0%;
}

P.static
{
	color: #003300;
}

P.dynamic
{
	color: #003300;
	font-weight: bold;
}

P.subtitle
{
	text-align: center;
	color: #003300;
	font-size: medium;
	font-weight: bold;
}
             
P.footer
{
	text-align: center;
	color: #000000;
	font-size: small;
	font-weight: bold;
}

P.error
{
	text-align: center;
	color: #ff0000;
}

/* **** Span Styles **** */
SPAN.dynamic
{
	color: #003300;
	font-weight: bold;
}

SPAN.dynbhead
{
	color: #000080;
	font-weight: bold;
}

/* **** Preformatted Text Styles **** */
PRE
{
	background: #cccc99;
	border: 1px solid black;
	width: 98%;
	margin: 1%;
	font-family: "Courier New", Monospace;
	font-weight: bold;
}

PRE.document
{
	font-size: x-small;
}

PRE.note
{
	font-size: small;
}

PRE.list
{
	background: #ffffff;
	border: 0px solid black;
	font-family: "Lucida Sans Typewriter", "Courier New", Monospace;
	font-size: x-small;
	font-weight: normal;
}

/* **** Standard Table Styles **** */
TABLE
{
	width: 98%;
	margin: 5px;
	border-collapse: collapse;
}

TH
{
	border: 0px solid black;
	border-collapse: collapse;
	font-size: x-small;
}

TD
{
	border: 0px solid black;
	border-collapse: collapse;
	font-size: small;
}

TD.static
{
	text-align: center;
	color: #000000;
}

TD.static-l
{
	text-align: left;
	color: #000000;
}

TD.dynamic-sm
{
	color: #000080;
	font-weight: bold;
}

/* **** Data Table Styles **** */
TABLE.data
{
	border: 1px solid black;
	background: #cccc99;
}

TABLE.data TH
{
	border: 1px solid black;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background : #889b6f;
}     

TABLE.data TD
{
	border: 1px solid black;
	text-align: center; 
	color: #000000;
}

TABLE.data TD.link
{
	text-align: center; 
	color: #000000;
	background: #e3efde;
} 

TABLE.data TD.left
{
	text-align: left; 
	padding-left: 5px;
} 

TABLE.data TD.right
{
	text-align: right; 
	padding-right: 5px;
} 

/* **** List Table Styles **** */
TABLE.list
{
	border: 0px solid black;
	background: #ffffff;
}

TABLE.list TH
{
	border: 0px solid black;
	text-align: center;
	color: #000000;
	font-size: xx-small;
	font-weight: bold;
	background : #ffffff;
}     

TABLE.list TH.left
{
	text-align: left; 
	font-size: xx-small;
	padding-left: 2px;
} 

TABLE.list TH.right
{
	text-align: right; 
	font-size: xx-small;
	padding-right: 2px;
} 

TABLE.list TD
{
	border: 0px solid black;
	text-align: center; 
	color: #000000;
	font-size: x-small;
}

TABLE.list TD.link
{
	text-align: center; 
	color: #000000;
	font-size: x-small;
	background: #ffffff;
} 

TABLE.list TD.left
{
	text-align: left; 
	font-size: x-small;
	padding-left: 2px;
} 

TABLE.list TD.right
{
	text-align: right; 
	font-size: x-small;
	padding-right: 2px;
} 

/* **** Entry Table Styles **** */
TABLE.entry
{
	border: 1px solid black;
	background: #cccc99; 
}

TABLE.entry TH
{
	border: 1px solid black;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background : #889b6f;
}
     
TABLE.entry TD
{
	border: 1px solid black;
	text-align: center; 
	color: #000080;
}

TABLE.entry TD.link
{
	background: #f5f5dc;
}

/* **** Bordered 'Header' Table Styles **** */
TABLE.bhead
{
	border: 1px solid black;
	background : #cccc99;
}

TABLE.bhead TD
{
	border: 1px solid black;
	padding-left: 10px;
	text-align: left; 
	color: #ffffff;
}
                                        
/* **** Title Table Styles **** */
TABLE.title
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	background : #ccd196;
}

TABLE.title TD
{
	text-align: left; 
	padding: 0px;
	border: 0px;
}

TABLE.title TD IMG.logo
{
	vertical-align: top;
	margin-top: 0px;
        cursor: pointer;
}

TABLE.title TD H3
{
	text-align: center;
	color: #003300; 
	margin-top: 15px;
	font-size: medium;
}

TABLE.title TD IMG.navbutton
{
	margin-top: 10px;
	color: yellow;
        cursor: pointer;
}

/* for new navigation-link option for small screens*/
TABLE.title TD A.navbutton
{
	color: yellow;
	padding: 2px;
}

/* for old WEB.JS compatibility only */
TABLE.title TD INPUT.navbutton
{
	margin-top: 10px;
}

TABLE.title TD.bar
{
	text-align: left; 
	background : #889b6f;
	height : 10px;
}

/* **** Head Table Styles **** */
TABLE.head       
{
}

TABLE.head TD
{
	border: 0px solid black;
	text-align: left; 
	vertical-align: top;
}

/* **** Form Table Styles **** */
TABLE.form
{
	padding-bottom: 5px;
	background : #cccc99; 
	border : 1px solid Black;
}

TABLE.form HR
{
}

TABLE.form TD
{
	padding: 10px 5px 5px 0px;
	text-align: left;
	color: #000000;
}

TABLE.form TD.right
{
	text-align: right;
}

TABLE.form TD.center
{
	text-align: center;
}

/* **** Sub-Header Table Styles **** */
TABLE.shead TD
{
	text-align: center; 
	color: #003300;
	vertical-align: top;
	font-size: medium;
	font-weight: bold;
}

/* **** Link Styles **** */
A:link
{
}

A:visited
{
}

A:hover
{
}

/* **** Misc Image Styles **** */
IMG.anigif
{
}

/* **** Misc Styles **** */
.centered	/* for centering inline elements */
{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.edittext
{
	font-size: x-small;
}

.edittextup
{
	font-size: x-small;
	text-transform: uppercase;
}

.button
{
	font-size: x-small;
}

.stdlist
{
	font-size: x-small;
}

/* **** End of WEBSCRN.CSS **** */

