/* New DP Stylesheet style.css*/



body 
{
	/* Aligns page up to top of browser */
	margin-top: 0px;
	/*
	background: url(http://www.mydigitalportal.net/images/Holiday-Skin.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	background-color:#DEE5EB;
	background-origin: content;
	*/
	/*background:url(http://www.mydigitalportal.net/images/Holiday-Skin.jpg) center top no-repeat #dee5eb; */
	
	background-color:#C4E3CA;
	
}


 /* the p and the .standard should be the same! */
p 
{
	font-family:Comic Sans MS;
	font-size:11px;
	color: #C84D4D;
}

.standard 
{
	font-family:Comic Sans MS;
	font-size:11px;
	color: #C84D4D;
}

.header 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #DEBD7E; /*    was #DEC67E */
	line-height: 22px; 
	color: #C84D4D;
	font-weight:bold;
}

.Date
{
	font-family:Comic Sans MS;
	font-size:10px;	
	color:#009933;
}

.paging
{
	/*font-family:Comic Sans MS;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;	
	color:#1E5F3C;
}

.small
{
	color: #C84D4D;
	font-size:11px;
}




.AdminHeading
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #00A8E2; /*    was #DEC67E */
	line-height: 22px; 
	color: #000000;
	font-weight:bold;
}

/* * * * * * * * * * Linkage * * * * * * * * * * * * */
A:link 
{
	font-family: Comic Sans MS;
	font-size: 10pt;
	text-decoration:none;
	color:#005B7F;
	font-weight:bold
}
A:visited 
{
	font-family: Comic Sans MS;
	font-size: 10pt;
	text-decoration:none;
	color:#005B7F;
	font-weight:bold
}
/* Used to get rid of stupid border around images */
a img {border: none; }

/* * * * * * * * * * Table Stuff * * * * * * * * * * * * */
.tableGrid1
{
	font-family:Comic Sans MS;
	font-size:11px;
	color: #C84D4D;
}

.tableGrid2
{
	font-family:Comic Sans MS;
	font-size:11px;
	color: #C84D4D;
	background-color:#DEC67E; /*    was #00A8E2,  #DEBD7E*/
}

.tableHeading 
{
	font-family:Comic Sans MS;
	font-size:15px;
	font-weight:bold;
	color: #C84D4D;
}

.newsheadline 
{
	font-family:Comic Sans MS;
	font-size:13px;
	font-weight:bold;
	color: #C84D4D;
}

.newsheadlineDATE 
{
	font-family:Comic Sans MS;
	font-size:11px;
	color: #278B55;
}
/* * * * * * * * * * Show Hide * * * * * * * * * * * * */
.posthidden {display:none}
.postshown {display:inline}