/**
*
* feedback.css : v1.1
* last updated: 2004-Feb-13
*
**/

/* formatting */
.tal { text-align : left ; }
.tac { text-align : center ; }
.tar { text-align : right ; }
.max { width : 100% ; }

/* padding */
.p0 { padding : 0px ; }
.p1 { padding : 1px ; }
.p3 { padding : 3px ; }
.p5 { padding : 5px ; }
.p10 { padding : 10px ; }
.p15 { padding : 15px ; }
.p20 { padding : 20px ; }

/* styles */
.b { font-weight : bold ; }
.i { font-style : italic ; }
.u { text-decoration : underline ; }

/* font sizes */
.header { font-size : 140% ; }
.subheader { font-size : 120% ; }
.title { font-size: 105% ; }
.story { font-size : 100% ; }
.small { font-size : 90% ; }

/* colours */
.white { color : #FFFFFF ; }
.black { color : #000000 ; }
.slate { color : #49607A ; }

/* backgrounds */
.whiteBg { background-color : #FFFFFF ; }
.lighterBg { background-color : #EEEEEE ; }
.lightBg { background-color : #DDDDDD ; }
.medBg { background-color : #777777 ; }
.darkBg { background-color : #333333 ; }
.blackBg { background-color : #000000 ; }
.errorBg { background-color : #AA0000 ; }

/* form elements */

.formInput {
	font-size : 11px ;
}

.formSelect {
	font-size : 11px ;
}

.formButton {
	font-size : 11px ;
}

.buttonLink {
	color : #000088 ;
}

/* default table classes */

.tableButton {
	border : 1px solid #000000 ;
	padding : 5px ;
	font-weight : bold ;
}

.tableLink {
	color : #000088 ;
}

.tableHeader {
	padding : 5px ;
	font-size : 120% ;
	font-weight : bold ;
	color : #FFFFFF ;
	background-color : #333333 ;
}

.tableCell {
	border-top : 1px solid #FFFFFF ;
	border-left : 1px solid #FFFFFF ;
	font-size : 90% ;
	background-color : #EEEEEE ;
	color : #000000 ;
}

.tableRow1 {
	font-size : 90% ;
	background-color : #D4D4D4 ;
	color : #000000 ;
}

.tableRow2 {
	font-size : 90% ;
	background-color : #DDDDDD ;
	color : #000000 ;
}

.tableFooter {
	color : #FFFFFF ;
	background-color : #333333 ;
}


/* other */

.errorBox {
	background-color : #FFEEEE ;
	border : 1px solid #FF0000 ;
	color : #FF0000 ;
	padding : 5px ;
	font-size: 12px ;
}

.outputDump {
	border : 1px solid #000000 ;
	color : #000000 ;
	font-size : 11px ;
	background-color : #DDDDDD ;
	padding : 5px ;
}