/* CSS Document */

body { background-image: url(../../images/assets/BG.jpg); font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

a, a:link { color:#333333; text-decoration:none; }
a:hover { color:#666666; text-decoration:underline; }

div#adminwrap { width:90%; }
div#adminnav { border: 2px solid #000; width: 200px; padding: 10px; background-color:#D9D9D9; margin-top: 100px; float:left; }
div#admincon { float:left; margin-left:10px; text-align:left; background-color:#D9D9D9; border: 2px solid #000; padding: 10px; margin-top:100px; }

font.strong { font-weight:bold; margin: 5px 0px 5px -15px; }
font.substrong { font-weight:bold; color:#990000; margin: 5px 0px 5px -10px; }

div.guestbox { border: 1px solid #666666; margin-top:5px; }
div.guestboxh { padding: 3px; background-color:#333333; color:#fff; font-size: 10px; }
.guestboxh a, .guestboxh a:link { color:#fff; }
.guestboxh a:hover { color:#fff; text-decoration:underline; }

a.red, a:link.red { color:#990000; text-decoration:none; }
a:hover.red { color:#990000; text-decoration:underline; }

.podcastHeading {
	background: #505050; 
	color: #FFF;
}

.podcastHeading a {
	color: #FFF;
}

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: #b52a2f;
	font-family: 'lucida grande', verdana, arial, tahoma;
	color: #EFEEEE;
	font-size: 8pt;
	font-weight: normal;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

img.percentImage {
 background: white url(percentImage_back.png) top left no-repeat;
 padding: 0;
 margin: 5px 0 0 0;
 background-position: 1px 0;
}

div.cal_last { float: left; width: 150px; text-align: left; padding: 6px; }
div.cal_next { float: right; width: 150px; text-align: right; padding: 6px; }
div.day_head { width: 95px; height: auto; padding: 8px; float: left; border: 1px solid #CCC; margin: 2px; color: #333; font-weight: bold; background: #F1F5E7; font-size: 14px; }
div.day_box_empty { width: 95px; height: 95px; padding: 8px; float: left; border: 1px solid #CDCFC1; margin: 2px; }
div.day_box { width: 95px; height: 95px; padding: 8px; float: left; border: 1px solid #333; margin: 2px; color: #333; }
div.rsvp { border: 1px solid #F00; }
div.current_day { background: #F1F5E7; }  
div.day_box:hover { border: 1px solid #333; background: #F1F5E7; }
div.day_box span.big { font-size: 14px; font-weight: bold; color: #333; }

div.day_box_greyed_out { width: 95px; height: 95px; padding: 8px; float: left; border: 1px solid #CDCFC1; margin: 2px; color: #CDCFC1; }
div.day_box_greyed_out span.big { font-size: 14px; font-weight: bold; color: #CDCFC1; }

a.day_box { text-decoration: none; }
a.day_box:visited { text-decoration: none; }
a.day_box:hover { text-decoration: none; }

span.delete { color: #F00; }

/****************************************************************BEGIN TOOLTIP*/
#dhtmltooltip{ position: absolute; left: -300px; width: 150px; border: 1px solid #333; padding: 2px; background: #F1F5E7; visibility: hidden; z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); color: #333; font-size: 12px; font-weight: bold;
}

#dhtmlpointer{ position:absolute; left: -300px; z-index: 101; visibility: hidden; }
/******************************************************************END TOOLTIP*/