
/* "standard" template style sheet */
 

.standard, .standard TD {
	color: #4A4A4A;						/* set the font color for the content here */
} 
 
.standard {
	vertical-align: top;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 0px;
	padding-bottom: 4px;
}		

.standard TABLE {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

.standard TH {
	padding: 2px; 
	font-weight : 600;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color : #E9E9E9;
	color: #000000;		
	font-weight: normal;
}

.standard TD {
	padding: 2px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color : #FdFdFd; 				/* background color in tables */	
	/* color: ;	*/									/* font color has been set at the top of this css */
}

.standard TH.caption {		
	padding: 2px;
	font-weight: 800;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color : #f4f4f4;
	color : #A00A0A;
	text-align: left;

}

.standard TH.heading {
	padding: 2px;
	font-weight: 800;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color : #f4f4f4;
	color : #A00A0A;
	text-align: left;


}

.standard TD.flush {
	padding: 0px;
	vertical-align: top;
	text-align: left;
}

.standard TD.image {
	padding: 1px;
	vertical-align: top;
	text-align: left;
}

.standard TD.preview {
	padding-left: 4px;
	color: #454545;
}


.standard TD.buttons {
	padding: 2px;
	vertical-align: middle;
	text-align: right;
	background-color : #f4f4f4;
	font-size: 5px;
}

.standard TD.break {
	border-bottom: 1px solid #999999;
	vertical-align: middle;
	text-align: right;
}

/* funky tables */

.standard TH.col {
	padding: 1px;
	text-align: center;
	font-weight : normal;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color : #f4f4f4;
	color : #A00A0A;
}

.standard TH.col1 {
	padding: 1px;
	text-align: center;
	font-weight : normal;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color : #f4f4f4;
	color : #A00A0A;
}

.standard TH.coln {
	padding: 1px;
	text-align: center;
	font-weight : normal;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color : #f4f4f4;
	color : #A00A0A;
}

.standard TH.row1 {
	padding: 2px;
	text-align: right;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color : #fdfdfd;
	color : #6F6464;
}

.standard TH.rowalt1 {
	padding: 1px;
	text-align: right;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color : #fdfdfd;
	color : #6F6464;
}

.standard TH.rowaltbottom1 {
	padding: 1px;
	text-align: right;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color : #fdfdfd;
	color :  #6F6464;
}

.standard TH.rowbottom1 {
	padding: 1px;
	text-align: right;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color : #fdfdfd;
	color : #6F6464;
}

.standard .extrabasic TH {
	text-align: left;
	font-weight : 600;
	background-color : #f4f4f4;
}

/* at this time we have no need for
 * cell headings that are not in the
 * first column (TT)
 */
/*
.standard TH.row {
}
.standard TH.rown {
}
*/
	
.standard TD.row1 {
	border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.standard TD.row {
	border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.standard TD.rown {
	border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.standard TD.rowalt1 {
	border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.standard TD.rowalt {
	border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.standard TD.rowaltn {
	border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.standard TD.rowaltbottom1 {
	border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
	background-color: #fDfDfD;
}

.standard .funkylist TD.rowaltbottom1 {
	border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
	padding: 2px;
	vertical-align: middle;
	text-align: right;
	background-color : #eFeFeF;
	font-size: 5px;
}

.standard TD.rowaltbottom {
	border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
	background-color: #fDfDfD;
}
.standard TD.rowaltbottomn {
	border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
	background-color: #fDfDfD;
}

.standard TD.rowbottom1 {
	border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.standard .funkylist TD.rowbottom1, .standard .funkylist TD.rowaltbottom1  {
	border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
	padding: 2px;
	vertical-align: middle;
	text-align: right;
	background-color : #eFeFeF;
	font-size: 5px;
}

.standard TD.rowbottom {
	border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.standard TD.rowbottomn {
	border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}
 
/* end of funky tables */

/* clear tables */

.clear TABLE, .clear TD {
	border: 0px;	
	background: none;	
}

/* end of clear tables */

.help TD, .help TH {
	background-color: #fcfcfc;
}

.new {
	color: #ff0000;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.message {
	color: #ff0000;
	padding: 4px;
}

.nofill TD {
	background: none;
	padding: 1px;
}

.onesizedown TH, .onesizedown TD {
	background-color: #fcfcfc;
}

.webcodehelp TD, .webcodehelp P {
	background: none;
	font-family: monospace;
	padding: 1px;
}

.onesizedown TD, .onesizedown TH {
	font-size: 10pt; 	/* value for Netscape 4 */
}

.warning {
	color: #ff0000;
	padding: 4px;
}