/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* For IndooGrid Custom HTML GridEdit */
.rHeader {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-weight: bold;
}
.rTitle {font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: #003399;}
.rDetail {font-size: 12px; font-family: Arial, Helvetica, sans-serif;}
table.rTable { border-color:#333333; border-collapse:collapse;}

table.schedule {
	border-width: 1px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.schedule th {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}
table.schedule td {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}