/*GENERAL STYLES IN THIS APPLICATION*/

/* CALENDAR LINKS */

a:link { 
	font-family: arial;
	font-weight:bold;
	color: blue;
	text-decoration: none;
}
a:active { 
	font-family: arial;
	font-weight:bold;
	color: blue;
	text-decoration: none 
}
a.visited{ 
	font-family: arial;
	font-weight:bold;
	color: blue;
	text-decoration: none 
}
a:hover { 
	color: #9999FF;		
	text-decoration: none;
}

/* TABLE STYLES */
.playertable{
	border-collapse:collapse;
	width:100%;
	margin:0px;
	padding:0px;
	border-width: 1px;
	border-color: black;
	border-style:solid;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
}

.playerth{
	/*background-color:#686868;*/
	background-color:#cccccc;
	border:1px solid black;
	color:black;
	/*font-weight:bold;*/
	text-align:center;
}

.playertd{
	border:1px solid black;
	color:black;
	/*font-weight:bold;*/
	text-align:center;
}

/* CALENDAR STYLES*/
.cal_table{
	margin:0px;
	padding:0px;
	border:1px solid black;
	border-collapse:collapse;
	width:150px;
}
.cal_header{
	margin:0px;
	padding:0px;
	text-align:center;
	font-weight:bold;
	background-color:#ce6025;
	background-color:#D9692D;
	border:1px solid #cccccc;
}
.cal_dayofweek{
	color:black;
	font-size:10px;
	border:1px solid #cccccc;
	background-color:white;
	text-align:center;
	margin:0px;
	padding:0px;
	width:20px;
}
.cal_td{
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:10px;
	background-color:white;
	border:1px solid #cccccc;
	width:20px;
}
.cal_td_event{
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:10px;
	background-color:#CCCC99;
	border:1px solid #cccccc;
	width:20px;
}
.cal_emptytd{
	margin:0px;
	padding:0px;
	background-color:white;
	border:1px solid #cccccc;
	width:20px;
}
a:title{
	background-color:blue;

}

.warning{
	color:red;
	font-weight:bold;
}

