
/* "standard" template style sheet */
.standard, .standard TD {
	color: #666666;						/* set the font color for the content here */
} 
 
.standard {
/* TODO - attributes */
	vertical-align: top;
	padding-left: 8px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 4px;
	height: 100%;
}		

.standard H2  {
/* TODO - attributes */

}

.standard H3  {
/* TODO - attributes */

}

.standard H4  {
/* TODO - attributes */

}
.standard P  {


}

.standard OL  {


}

.standard UL  {
/* TODO - attributes */

}

.standard LI  {
/* TODO - attributes */

}

.standard TABLE {
/* TODO - attributes */
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-top: 1px solid #F8F8F8;
	border-left: 1px solid #F8F8F8;
}

.standard TH {
/* TODO - attributes */
	padding: 1px; 
	font-weight : 600;
	border-right: 1px solid #F8F8F8;
	border-bottom: 1px solid #F8F8F8;
	background-color : #f7f7f7;
	color: #7A8B32;		
	text-align: left;
}

.standard TD {
/* TODO - attributes */
	padding: 0px 0.2em 0px 0.2em;
	border-right: 1px solid #F8F8F8;
	border-bottom: 1px solid #F8F8F8;
	background-color : #f7f7f7; 				/* background color in tables */	
	/* color: ;	*/									/* font color has been set at the top of this css */
}

.standard TH.caption {		
/* TODO - attributes */
	padding: 2px;
	font-weight : 800;
	border-right: 1px solid #F8F8F8;
	border-bottom: 1px solid #F8F8F8;
	background-position: bottom;
	background-color : #687822;
	color : #FFFFFF;
}

.standard TH.caption div {
	color: #FFFFFF;
	font-weight: normal;
}

.standard TH.heading {
/* TODO - attributes */
	padding: 2px;
	border-bottom: 1px solid #F8F8F8;
	border-right: 1px solid #F8F8F8;
	background-color : #777777;
	color : #ffffff;
}

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

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

.standard TD.buttons {
/* TODO - attributes */
	padding: 2px;
	vertical-align: middle;
	text-align: right;
}

/* funky tables */

.standard TH.col, .standard TH.col1, .standard TH.coln {
/* TODO - attributes */
	padding: 1px;
	border-bottom: 1px solid #F8F8F8;
	border-right: 1px solid #F8F8F8;
	background-color : #D9DDDA;
	font-weight: normal;
	color : #666666;

}


.standard TH.row1 {
/* TODO - attributes */
	padding: 1px;
	text-align: left;
	border-bottom: 1px solid #F8F8F8;
	border-right: 1px solid #F8F8F8;
	background-color : #f4f4f4;
	color : #666666;
}

.standard TH.rowalt1 {
/* TODO - attributes */
	padding: 1px;
	text-align: left;
	border-bottom: 1px solid #F8F8F8;
	border-right: 1px solid #F8F8F8;
	background-color : #f4f4f4;
	color : #666666;
}

.standard TH.rowaltbottom1 {
/* TODO - attributes */
	padding: 1px;
	text-align: left;
	border-bottom: 1px solid #F8F8F8;
	border-right: 1px solid #F8F8F8;
	background-color : #f4f4f4;
	color : #666666;
}

/* 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, 
.standard TD.row, 
.standard TD.rown,
.standard TD.rowbottom1,
.standard TD.rowbottom,
  

{
	border-right: 1px solid #F8F8F8;
    border-bottom: 1px solid #F8F8F8;
	background-color: #F3F5F4;
}


.standard TD.rowalt1, 
.standard TD.rowalt, 
.standard TD.rowaltn, 
.standard TD.rowaltbottom1, 
.standard TD.rowaltbottom, 
.standard TD.rowaltbottomn,
.standard TD.rowbottomn  {

	border-right: 1px solid #F8F8F8;
    border-bottom: 1px solid #F8F8F8;
	background-color: #EDEFEE;
}



 

/* end of funky tables */

/* clear tables */

.clear TABLE, .clear TH, .clear TD {
/* TODO - attributes */
	border: 0px;	
	background: none;	
}

/* end of clear tables */


.message {
/* TODO - attributes */
	color: #ff0000;
	padding: 4px;
}

.nofill TD {
	background: none;
}

.onesizedown H2 {
	font-size: 12pt; 	/* value for Netscape 4 */
}

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

.warning {
/* TODO - attributes */
	color: #ff0000;
	padding: 4px;
}


.photoright, .photoleft {
	color : #494C4B;
	text-align : center;
	display : inline;
	margin: 5px;
	margin-top: 12px;
	margin-right: 0px;
	padding-left: 5px;

	}

.photoright IMG, .photoleft IMG, {
	margin-bottom: 5px;
	border: 1px solid #8C8E8E;
	background-color: #F9FAFB;	
	
	}
	

.photoleft {
	margin-right: 8px;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
}

.photoright {
	margin-right: 0px;
	margin-left: 8px;
	float: right;
}

div.slide {
	height: 36px;
}

span.film {
	background-color: #000000;
	width: 48;
	text-align: center;
	padding: 0px;
}

.help TD, .help TH {
	background-color: #EAE5D4;
	border-right: 1px solid #F9F7EE;
	border-bottom: 1px solid #F9F7EE;
}

.help TD {
	background-color: #F0ECDF;
}

