.cal_switch { cursor:pointer; }
.cal_switch:hover {
		cursor:pointer; 
		background-color:#085A7D;
		color:white;
}

.cal_days{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}	
.cal_days:hover { 
		cursor:pointer; 
		background-color:#085A7D;
		color:white;
}
.cal_today:hover { cursor:pointer; }
.cal_today{
		cursor:pointer;
		font-weight:bold;
		background-color:#085A7D;
		color:white;
}
.cal_comment { 
		cursor:pointer; 
		color: #0000FF;
		text-decoration:underline;
		font-weight:bold;
}
.cal_comment:hover { cursor:pointer; }




/* Comment Popup */
.cal_com_popup_bk {
			 display:none;  
			 position:fixed;  
			 height:100%;  
			 width:100%;  
			 top:0;  
			 left:0;  
			 background-color:#000000;
			  opacity:0.6;
			 filter: alpha(opacity = 60);
			 -moz-opacity:0.6
			 border:1px solid #cecece;  
			 z-index:1;  
}
.cal_com_popup {
		display:none;  
		position:fixed;  
		height:370px;  
		width:600px;
	        background-color:#AFAFAF;	
		border:1px solid #000000;  
		z-index:2;  
		font-size:13px;
		margin:25px;
	       	
}
.cal_com_popup_yesno {
		display:none;  
		position:fixed;  
		height:100px;  
		width:260px;
	        background-color:#AFAFAF;	
		border:1px solid #000000;  
		z-index:2;  
		font-size:13px;
	       	
}
.cal_popup_td {	padding:6px; }
.cal_com_popup_body { margin:25px; }
.cal_close_popup:hover { cursor:pointer; }

.cal_comment_resp_id:hover { cursor:pointer; }

.cal_comment_resp_id {
			color:#0000FF;
			text-decoration:underline;
			font-weight:bold;
}
.cal_comment_del_id:hover { cursor:pointer; }

.cal_comment_del_id {
			color:#0000FF;
			text-decoration:underline;
			font-weight:bold;
}
			

.cal_com_name { width:98%; }
.cal_com_email { width:98%; }
.cal_com_message { width:98%; }


.calendar_body {
		width:238px;
		height:205px;
		background-image: url('/structure/cal_bg.jpg');
}
.cal_body { padding-top:15px; }

/* Form Help Popup CSS */
.form_help_popup_td {	padding:6px; }
.form_help_popup_body { margin:25px; }
.form_help_close_popup:hover { cursor:pointer; }
.form_help_name { width:98%; }
.form_help_email { width:98%; }
.form_help_message { width:98%; }
.form_help_subnum { width:98%; }
.showsupport { cursor:pointer; }

.form_help_bk {
			 display:none;  
			 position:fixed;  
			 height:100%;  
			 width:100%;  
			 top:0;  
			 left:0;  
			 background-color:#000000;
			  opacity:0.6;
			 filter: alpha(opacity = 60);
			 -moz-opacity:0.6
			 border:1px solid #cecece;  
			 z-index:1;  
}
.form_help_popup {
		display:none;  
		position:fixed;  
		height:355px;  
		width:720px;
	        background-color:#AFAFAF;	
		border:1px solid #000000;  
		z-index:2;  
		font-size:13px;
		margin:25px;
}
a.help_form { cursor:pointer; }
