/* CSS Document */

table.sample {
	border-width: 1px 1px 1px 1px;
	border-style: outset outset outset outset;
	border-color: #999999;
	border-collapse: collapse;
	background-image:url(../../images/grad_reg.jpg);
	background-repeat:repeat-x;
	background-color:#ffcf01;
}

table.sample tr.grey_bg td{
	border-width: 1px 1px 1px 1px;
	border-style: outset outset outset outset;
	border-color: #464646;
	border-collapse: collapse;
	background-color: #999999;
	background-image:url(../../images/header_tile.jpg);
	background-repeat:repeat-x;
}

table.sample tr.pale_grey_bg td{
	border-width: 1px 1px 1px 1px;
	border-style: outset outset outset outset;
	border-color: #464646;
	border-collapse: collapse;

}

table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 3px;
	border-style: inset inset inset inset;
	border-color: #CCCCCC;

	font-size:11px;
}

.register_table{
	background-color:#CCCCCC;
	border: 1px solid #000000;
}

table.sample .reg{
	font-size:11px;
	color:#333333;
	font-weight:bold;

}

table.sample .reg2{
	font-size:10px;
	color:#666666;
	font-weight:bold;

}

table.sample .reg2 a{
	font-size:10px;
	color:#666666;
	font-weight:bold;
	text-decoration:underline;

}

table.sample .reg2 a:hover{
	font-size:10px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;

}