/* --------GENERAL STYLES FOR DAY VIEW -------- */

table.dvTbl th, table.dvTbl th.footer, table.event, table.event td.admin {border: 1pt solid #000000;}

table.dvTbl, table.dvTbl th {border: 2pt solid #000000;}

table.dvTbl th {color: #FFFFFF;}

table.dvTbl th.left, table.dvTbl th.right {font-size: 12pt;}

table.dvPage { border: solid #cc9900 10px;
	border-bottom: none;
	background-color:#cc9900;
	width:100% }

table.dvTbl {padding:0;   
	width:100%; }

table.dvTbl a:visited { color: rgb(51,102,153) }

table.dvTbl th { background-color:#003366;
	text-align: center;
	border-right: none;
	border-left: none;
	border-top: none; }

table.dvTbl th.left {vertical-align:center;
	border-right: none;
	text-align:left;
	font-weight:normal }

table.dvTbl th.right {vertical-align:center;
	border-left: none;
	border-right: none;
	text-align:right;
	font-weight:normal }

table.dvTbl th.footer {border-bottom: none;
	border-left: none;
	border-right: none; }


/* ---------- DAYS EVENTS ---------- */
 
table.dvTbl tr.even { background-color:#FFFFFF}

table.dvTbl tr.odd { background-color:#6699CC }

table.dvTbl td {padding-top:0;
	padding-bottom:0}

table.event { border:none;
    // background-color:transparent;
    vertical-align:top;
    width=100% }

/*table.dvTbl a { cursor:hand;
    text-decoration:underline }*/

/*table.dvTbl table.event { border-right: none;
	border-bottom: none;
	// background-color:transparent;
	vertical-align:top;
    width=100% }*/

table.event td { vertical-align:top
	border: none; }

table.event td.admin { text-align:right;
	border-right: none;
	border-top: none;
	border-bottom: none;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px }



