/* This is used in the ccts website. Copyright 2006 Joost de Valk */
a img {
	border: 0;
}
table.alternate_rows {
	border-spacing: 0;
	border-collapse: collapse;
	border-bottom: 0px #D9D8C8 solid;
}
table.alternate_rows th, table.alternate_rows td {
	text-align: left;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
table.alternate_rows th {
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #D9D8C8;
}
table.alternate_rows a:link {
	text-decoration: none;
	color: #333333;
}
table.alternate_rows a:visited {
	text-decoration: none;
	color: #333333;
}
table.alternate_rows a:hover {
	text-decoration: underline;
	color: #b50c00;
}
table.alternate_rows td {
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	color: #333333;
}
table.alternate_rows tr.odd td {
	background-color: #F0EFE9;
	color: #333333;
}
table.alternate_rows tr.even td {
	background-color: #ffffff;
	color: #333333;
}
table.alternate_rows tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}

/* CSS Document */

/* This is used in the calendar pages - dark blue grey Copyright 2006 Joost de Valk */
table.alternate_rowsCCTS_DBG {
	border-spacing: 0;
	border-collapse: collapse;
	border-bottom: 0px #D9D8C8 solid;
	margin-bottom: 20px;
}
table.alternate_rowsCCTS_DBG td {
	padding: 3px 4px 3px 4px;
	border: 1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
table.alternate_rowsCCTS_DBG th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	padding: 10px;
	color: #FFFFFF;
	background-color: #003344;
	border: 1px solid #ffffff;
}
table.alternate_rowsCCTS_DBG a:link {
	text-decoration: none;
}
table.alternate_rowsCCTS_DBG a:visited {
	text-decoration: none;
}
table.alternate_rowsCCTS_DBG a:hover {
	text-decoration: underline;
}
table.alternate_rowsCCTS_DBG tr.odd td {
	background-color: #f0efe9;
}
table.alternate_rowsCCTS_DBG tr.even td {
	background-color: #f0efe9;
}

/* This is used in the calendar pages - dark blue Copyright 2006 Joost de Valk */
table.alternate_rowsCCTS_DB {
	border-spacing: 0;
	border-collapse: collapse;
	border-bottom: 0px #D9D8C8 solid;
	margin-bottom: 20px;
}
table.alternate_rowsCCTS_DB td {
	padding: 3px 4px 3px 4px;
	border: 1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
table.alternate_rowsCCTS_DB th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	padding: 10px;
	color: #FFFFFF;
	background-color: #154f98;
	border: 1px solid #ffffff;
}
table.alternate_rowsCCTS_DB a:link {
	text-decoration: none;
}
table.alternate_rowsCCTS_DB a:visited {
	text-decoration: none;
}
table.alternate_rowsCCTS_DB a:hover {
	text-decoration: underline;
}
table.alternate_rowsCCTS_DB tr.odd td {
	background-color: #f0efe9;
}
table.alternate_rowsCCTS_DB tr.even td {
	background-color: #f0efe9;
}

/* This is used in the calendar pages - green Copyright 2006 Joost de Valk */
table.alternate_rowsCCTS_G {
	border-spacing: 0;
	border-collapse: collapse;
	border-bottom: 0px #D9D8C8 solid;
	margin-bottom: 20px;
}
table.alternate_rowsCCTS_G td {
	padding: 3px 4px 3px 4px;
	border: 1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
table.alternate_rowsCCTS_G th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	padding: 10px;
	color: #FFFFFF;
	background-color: #599036;
	border: 1px solid #ffffff;
}
table.alternate_rowsCCTS_G a:link {
	text-decoration: none;
}
table.alternate_rowsCCTS_G a:visited {
	text-decoration: none;
}
table.alternate_rowsCCTS_G a:hover {
	text-decoration: underline;
}
table.alternate_rowsCCTS_G tr.odd td {
	background-color: #d6f6c2;
}
table.alternate_rowsCCTS_G tr.even td {
	background-color: #b3db9a;
}

/* This is used in the calendar pages - salmon Copyright 2006 Joost de Valk */
table.alternate_rowsCCTS_S {
	border-spacing: 0;
	border-collapse: collapse;
	border-bottom: 0px #D9D8C8 solid;
	margin-bottom: 20px;
}
table.alternate_rowsCCTS_S td {
	padding: 3px 4px 3px 4px;
	border: 1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
table.alternate_rowsCCTS_S th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	padding: 10px;
	color: #FFFFFF;
	background-color: #bb7767;
	border: 1px solid #ffffff;
}
table.alternate_rowsCCTS_S a:link {
	text-decoration: none;
}
table.alternate_rowsCCTS_S a:visited {
	text-decoration: none;
}
table.alternate_rowsCCTS_S a:hover {
	text-decoration: underline;
}
table.alternate_rowsCCTS_S tr.odd td {
	background-color: #f6d9d3;
}
table.alternate_rowsCCTS_S tr.even td {
	background-color: #e6ab9d;
}

/* This is used in the calendar pages - blue Copyright 2006 Joost de Valk */
table.alternate_rowsCCTS_B {
	border-spacing: 0;
	border-collapse: collapse;
	border-bottom: 0px #D9D8C8 solid;
	margin-bottom: 20px;
}
table.alternate_rowsCCTS_B td {
	padding: 3px 4px 3px 4px;
	border: 1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
table.alternate_rowsCCTS_B th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	padding: 10px;
	color: #FFFFFF;
	background-color: #58759f;
	border: 1px solid #ffffff;
}
table.alternate_rowsCCTS_B a:link {
	text-decoration: none;
}
table.alternate_rowsCCTS_B a:visited {
	text-decoration: none;
}
table.alternate_rowsCCTS_B a:hover {
	text-decoration: underline;
}
table.alternate_rowsCCTS_B tr.odd td {
	background-color: #d1e2fc;
}
table.alternate_rowsCCTS_B tr.even td {
	background-color: #b7c7de;
}

/* This is used in the calendar pages - orange Copyright 2006 Joost de Valk */
table.alternate_rowsCCTS_O {
	border-spacing: 0;
	border-collapse: collapse;
	border-bottom: 0px #D9D8C8 solid;
	margin-bottom: 20px;
}
table.alternate_rowsCCTS_O td {
	padding: 3px 4px 3px 4px;
	border: 1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
table.alternate_rowsCCTS_O th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	padding: 10px;
	color: #FFFFFF;
	background-color: #d3811e;
	border: 1px solid #ffffff;
}
table.alternate_rowsCCTS_O a:link {
	text-decoration: none;
}
table.alternate_rowsCCTS_O a:visited {
	text-decoration: none;
}
table.alternate_rowsCCTS_O a:hover {
	text-decoration: underline;
}
table.alternate_rowsCCTS_O tr.odd td {
	background-color: #f7d1a4;
}
table.alternate_rowsCCTS_O tr.even td {
	background-color: #eaae66;
}


