/* Content Page template CSS */

.section_header {
	position:absolute;
	left:-1px;
	top:-1px;
}

.graybox {
	width:187px;
				
	padding:3px;
	
	border-left:1px solid gray;
	border-right:1px solid gray;
	border-bottom:1px solid gray;
	
	background-color:#DDD;
}

.SideMenu {
	padding:4px 3px;
	border-top:1px solid gray;
}

.SideMenuLink {
	color:black;
	text-decoration:none;
}

.SideMenuLink:hover {
	text-decoration:underline;
}

.CurrentPage {
	color:#888;
}

.BlackLink {
	/*color:black; */
	
	/*text-decoration: none;*/
}

.BlackLink:visited 
{  
	/*color:black; */
	text-decoration: underline;
}
.BlackLink:active 
{  
/*	color:black;*/
	text-decoration: underline;
}

.BlackLink:hover 
{  
/*	color:black;*/
	text-decoration: underline;
}


.list_Links li {
	padding-bottom:6px;
}


.BackToTopCont {
	width:100%;
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
}

.MCE_Editor {
	width:97%;
	border:2px dashed gray;
	padding:3px;
}

.EditHeader {
	text-align:right;
	width:97%;
	border-top:2px dashed gray;
	border-right:2px dashed gray;
	border-left:2px dashed gray;
	padding:3px;
}





/* Calendar styles */

	.Cal {
		font-family:arial;
		font-size:x-small;
		border:1px solid black;
		border-collapse:collapse;
	}
	
	.Cal TD {
		text-align:center;
	}
	
	.CalHeadCell {
		width:25px;	
		border-bottom:1px solid black;
		
		font-weight:bold;
	}
	
	.CalCell {
		text-align:center;
		color:gray;
	}
	
	.CalCur {
		width:25px;
		height:15px;
		
		background-color:#DDD;
	}
	
	.CalToday
	{
		border:1px solid black;
		/*background-color:#5555FF;*/
	}
	
	.MonthCssClass 
	{
		font-weight:bold;
		text-transform:uppercase;
		border-bottom:1px solid black;
		background-color:#AAA;
	}
	
	.DateLink {
		cursor:pointer;
	}