@charset "utf-8";
/* CSS Document */
.jadval {
	text-align: center;
	width: 85%;
	direction: ltr;
	color: #00496C;
	border: 1px solid #990000;
}
.jadval   .jadval_header {
	background-color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;	
	
}

.jadval td {
	border: 1px solid #FFFFFF;
	text-align: center;
	vertical-align: middle;
	height: 18px;
}
.jadval  a  {
	font-family: tahoma, arial;
	font-weight: normal;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
	color: #00496C;
	text-decoration: none;
	vertical-align: middle;
}
.jadval a:hover {
	color: #000000;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #990000;
}



.jadval .member {
	background-color: #A8D3FF;
	border: 1px solid #FFFFFF;
	color: #00496C;
	text-align: center;
	font-size: 12px;
}

.jadval .member:hover {
	background-color: #6CB6FF;
	color: #000000;
}
.jadval  .member2 {
	background-color: #D7EBFF;
	font-size: 12px;
}
.jadval .member2:hover {
	background-color: #6CB6FF;
	color: #000000;
}
.jadval   .new  {
	background-image: url(/images/arrow_r.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 5px;
}
