
/* "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: 2px;
	padding-right: 16px;
	padding-top: 0px;
	padding-bottom: 4px;
}		

.standard H1  {
/* TODO - attributes */
	margin-top: 12px;
}

.standard H3  {
/* TODO - attributes */

}

.standard H4  {
/* TODO - attributes */

}

.standard P  {
	text-align: justify;

}

.standard OL  {
/* TODO - attributes */

}

.standard IMG.leftphoto {
	margin: 6px;
	margin-left: 0px;
	margin-top: 3px;
	border: 1px solid #CCCCC5;
	float: left;
	
}

.standard IMG.rightphoto {
	margin: 5px;
	margin-right: 0px;
	margin-top: 3px;
	border: 1px solid #CCCCC5;
	float: right;
	
}

.standard DIV.backissues IMG {
	border: 1px solid ccccc5;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-left: 4px;
}

.standard UL  {
/* TODO - attributes */

}

.standard LI  {
/* TODO - attributes */

}

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

.standard TH {
/* TODO - attributes */
	padding: 1px; 
	font-weight : 600;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color : #f7f7f7;
	color: #000000;		
}

.standard TD {
/* TODO - attributes */
	padding: 0px 0.2em 0px 0.2em;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	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-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color : #858580;
	color : #ffffff;
}

.standard TH.heading {
/* TODO - attributes */
	padding: 2px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color : #858580;
	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;
}

.standard .clear TD.buttons {
/* TODO - attributes */
	padding: 0px;
	padding-bottom: 7px;
	border: 0px;
	vertical-align: middle;
	text-align: right;
}

.standard .clear TD.border {
/* TODO - attributes */
	padding: 0px;
	padding-bottom: 7px;
	border-bottom: 1px solid #CCCCCC;
}


/* funky tables */

.standard TH.col {
/* TODO - attributes */
	padding: 1px;
	text-align: center;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color : #f4f4f4;
	color : #000000;
}

.standard TH.col1 {
/* TODO - attributes */
	padding: 1px;
	text-align: center;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color : #f4f4f4;
	color : #000000;
}

.standard TH.coln {
/* TODO - attributes */
	padding: 1px;
	text-align: center;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color : #f4f4f4;
	color : #000000;
}

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

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

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

/* 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 {
/* TODO - attributes */
	border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.standard TD.row {
/* TODO - attributes */
	border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.standard TD.rown {
/* TODO - attributes */
	border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.standard TD.rowalt1 {
/* TODO - attributes */
	border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
	background-color: #f2f2f2;
}

.standard TD.rowalt {
/* TODO - attributes */
	border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
	background-color: #f2f2f2;
}

.standard TD.rowaltn {
/* TODO - attributes */
	border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
	background-color: #f2f2f2;
}

.standard TD.rowaltbottom1 {
/* TODO - attributes */
	border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
	background-color: #f2f2f2;
}
.standard TD.rowaltbottom {
/* TODO - attributes */
	border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
	background-color: #f2f2f2;
}
.standard TD.rowaltbottomn {
/* TODO - attributes */
	border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
	background-color: #f2f2f2;
}

.standard TD.rowbottom1 {
/* TODO - attributes */
	border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.standard TD.rowbottom {
/* TODO - attributes */
	border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

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

.standard .print {
/* TODO - attributes */
	margin: 20px;
}

/* clear tables */

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

/* end of clear tables */

.standard P.issue-comment {
	padding-left: 10px;
	font-style: italic;
	font-size: 10pt;
}

.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;
}

.standard .form TABLE {
	border: 0px;
	border-bottom: 1px solid #CCCCCC;
	
	
}

.standard .form TD {
	border: 0px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-right: 10px;
}

.standard .form TH {
	border: 0px;
	background-color: #FFFFFF;
}

.standard .form TH.bottom {
	border: 0px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.standard .form TH.heading {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #757575;
	vertical-align: middle;
}

.standard .form TH.corner {
	padding: 0px;
	margin: 0px;
}

.standard .form TH.left {
	border: 0px;
	border-left: 1px solid #CCCCCC;
}

.standard .form TH.right {
	border: 0px;
	border-right: 1px solid #CCCCCC;
}

.standard .form .inner TABLE
{
	border: none;
	border-top: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
}

.standard .form .inner TH
{
	color: #1276CC;
	padding: 3px;
	font-weight: normal;
	border: none;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	background-color: #F7F7F4;
}

.standard .form .inner TD
{
	padding: 3px;
	vertical-align: middle;
	border: none;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}

.standard .form .inner TD.buttons
{
	text-align: right;
	padding: 4px;
	padding-bottom: 2px;
	border: none;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
	
	
.standard .download
{
	align: right;
	margin-top: 12px;
	border-top: 1px dotted #CCCCCC;
}

.standard .clear TD .inner IMG.partner {
	border: 1px solid #CCCCCC;
}

.standard .clear TD.divider {
	border-bottom: 1px dotted #CCCCCC;
}

.standard .midtext {
	text-size: 10pt;
}