/* GENERAL */

#table {
	font-family : Verdana ;
	font-size   : 12px ;
	text-align  : center ;
	width       : 1000px ;
	margin      : 0px auto ;
}

#table form, #table p {
	margin : 10px auto ;
}

/* TABLE STYLES */

#table table {
	border-collapse : collapse ;
	border-bottom   : thin black solid;
	width           : 800px ;
	margin          : 10px auto ;
	table-layout    : fixed ;
}

#table td, #table th {
	padding : 3px ;
}

#table thead {
	border-bottom : thin black solid ;
	border-top    : thin black solid ;
}

#table td {
	border-top : thin black dotted ;
}

/* zebra-stripes */
#table tr.odd {
	background-color : #eee ;
}

#table tr.even {
	background-color : #fff ;
}

#table tr.visible {
	display : table-row ;
}

#table tr.invisible {
	display : none ;
}

/* DEFINING COLUMN WIDTHS */

#table .c0, #table .c5 {
	width : 120px !important ;
}

#table .c1 {
	width : 95px ;
}

#table .c2 {
	width : 100px ;
}

#table .c3 {
	width : 215px ;
}

#table .c4 {
	width : 150px ;
}
