/* Ugly hacks - We're going to fix this for the whole site at some point. For now, kludge city. -SKS 2009-July-07 */

/* Over-ride default width of midcontb to make table width bigger */
#trainmidcontb {
width: 700px; 
float: left;
}

/* 2010-04-24 : Add coloring to 'section' labels to make instantly recognizable. Also use red for error if database query fails. - SKS */
.training_error {
	color: #770000; 
}

.training_fire {
	color: #770000;
}

.training_combo {
	color: #8a2be2;
}

.training_medical {
	color: #33339f;
}
.training_unknown {
	color: #424242;
}

.trainingcaption {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 1.1em;
	padding-bottom: 1em;
	color: #996633;
}
/* New wrapper width for training page */
#trainingwrapper {
	min-width: 900px; /* Smallest screen res we'll support */
	width: 100%;
	height: auto;
	}

#trainingbodydiv {
	width: 898px; /* Sigh. IE twits. Sigh. (80em in future) */
	margin: 1% auto;
	}


/* Training specific styles  */
/* 7/08/09 - Converted to a class to faciliate 3 tables - SKS */
.traintable {
	text-align: left; /* set default table alignment */
	border-collapse: collapse; /* Remove extraneous spacing between cells */
	line-height: 1.1em;
	font-size: 1.1em;
	color: #996633;
      width: 95%;
	padding-top: 1em;
	padding-bottom: 1em;
/*	border: 1px groove #885522; */
}

#trainingheader {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #996633;
}

.traintable th {
	text-align: center;
	padding-bottom: .5em;
	border: 1px inset #CCDD77;
	background-color: #D2D5DD;
}

/* Use this to specify attributes applying to all TDs, if needed */
.traintable td {
	padding-left: .3em;
	padding-right: .3em;
	border: 1px inset #CCDD77;
	height: 2.3em;
}

/* Modify attributes for individual TDs as needed */
#traintable td[headers="date"] { 
	color: #000; /* black */
	width: 10%;
	padding-left: .1em;
}

.traintable td[headers="time"] { 
	width: 8%;
	text-align: center;
}

.traintable td[headers="who"] {
	width: 10%;
	padding-left: .3em;
}

.traintable td[headers="trainer"] { 
	width: 22%;
}

.traintable td[headers="what"] { 
	width: 50%;
}


.traintable tfoot {
	padding: 0;
	border: 0;
	text-align: center;
	font-size: 8px;
	font-style: italic;
	color: #AAD;
}

.traintable thead {
 	text-align: left;
	font-size: 1.1em;
}

/* legacy */
#currentmonth {
	text-align: left;
		color: #996633;
}
#nextmonth {
	text-align: left;
		color: #AA7722;
}
.donetraining {
		color: #CBBFBA;
}

/* Training page style sheet for guffeyfire.net © Seth Stahlman July 2008.  
stolen again Dec 27, 2008 by R Quick 
continuing the pattern of self-indulgence Jul 07, 2009 - Seth*/
