table.stripe tr:nth-child(event) {
	background: #f1f1f1;
}

table.stripe tr td:first-child {
	font-weight: bolder;
}
table.stripe tr td {
	vertical-align: top;
	padding: 5px;
}

.shade {
	background: #EDEDED;
}

.big {
	font-size: 24px;
}

.code {
	font: 13px Consolas, Lucida Console, Monaco, monospace;
}
.code tr td {
	padding: 4px;
}
.code tr:nth-child(even) {
	background: #F1F1F1;
}

/* ****************** */
/* General Formatting */
/* ****************** */
.block {display: block; margin: 0 auto;}
.clear {clear: both;}
.top {vertical-align: top;}
.txtL {text-align: left;}
.txtR {text-align: right;}
.txtC {text-align: center;}
.txtUC {text-transform: uppercase;}
.txtCAP {text-transform: capitalize;}
.hidden {display: none;}

.wAuto {width: auto}
.hAuto {height: auto;}
.flright {float: right;}
.flleft {float: left;}

hr {background: silver; height: 1px; border: 0; margin: 20px 0px; width: 96%;}

.inactive, tr.inactive td {color: #a9a9a9;}
#content .inactive a:link {color: #a9a9a9;}

.bb {border-bottom: 1px solid #3d3d3d;}

/* ********************** */
/* General Margin/Padding */
/* ********************** */
.p, table.p tr td {padding: 10px;}
.pt {padding-top: 10px;}
.pl {padding-left: 10px;}
.pr {padding-right: 10px;}
.pb {padding-bottom: 10px;}

.pmin, table.pmin tr td  {padding: 3px;}

.m {margin: 10px;}
.mt {margin-top: 10px;}
.ml {margin-left: 10px;}
.mr {margin-right: 10px;}
.mb {margin-bottom: 10px;}

/* ************* */
/* General Fonts */
/* ************* */
.h {color: #417ec6; font-weight: bolder;}
.inf {background: #ffffd1;}
.disable {color: gray;}

.mar {color: maroon; font-weight: bolder;}
.blk {color: black; font-weight: bolder;}
.red {color: red;}
.blue {color: blue}
.gray {color: gray;}
.silver {color: silver;}
.green {color: green;}


em {font-style: italic;}
strong {font-weight: bolder;}
table.txtBig tr td {font-size:16px;}

.lg {font-size: 180%;}
.s, tr.s td {font-weight: bolder;}
.i {font-style: italic;}

.note {font-size: 9px; font-style: normal;}
#content .note a {font-size: 11px;}
