@media print {
    .noprint {display:none !important;}
    a:link:after, a:visited:after {  
      display: none;
      content: "";    
    }
	title: {
		display: none;
		content: "";  
	}
	alt: {
		display: none;
		content: "";  
	}
}

.msg{
	color: red;
	font-weight: bold;
}
.message {
	color: red;
	font-weight: bold;
}


label { cursor: pointer; }
label{display: block;color: #336699;font-size: 16px; font-weight: bold;margin-top: 10px;}

.formLabel {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333366;
}

/* used for toggle buttons */
.buttonOn, .buttonOff {
	text-align: center;
	color: #333333;
	width: 70px;
	float: left;
	margin: 10px;
	padding: 3px 5px;
	border: 1px solid #555555;
	font-weight: bold;
	font-size: 13px;
	font-family: verdana, arial, helvetica;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
	box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
}
.buttonOn {
	background-color: #aaaaaa;
}
.buttonOff {
	background-color: #cccccc;
}

/*Classifieds*/
#classAdCategory {
	overflow: hidden;
	display: block;
}
#classAdCategory h3 {
	font-size: 1.2em;
}
#classAd {
	display: block;
	margin-top: 3px;
	margin-bottom: 12px;
	margin-right: 15px;
	padding: 10px 8px;
	line-height: 18px;
	border: thin solid #797979;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 5px rgba(60, 60, 60, 0.75);
	-moz-box-shadow: 3px 3px 5px rgba(60, 60, 60, 0.75);
	box-shadow: 3px 3px 5px rgba(60, 60, 60, 0.75);
}
.classifiedsAdDisplayBold {
	font-weight: bold;
}

.articlePubDate{
	margin-left: 2px;
}
#iconWrapper{
	margin-left: 2px;
}

#indexArticleContainer {
	width: 98%;
	margin: 0px auto 10px auto;
	min-height: 145px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 0px;
	border-bottom: 1px solid silver;
	display: block;
}
#indexArticleContainer h3 {
	margin-top: 0px;
	min-width: 180px;
}

#indexArticleContainer h3 a{
	text-decoration: none;
	line-height: 22px;
	color: #003366;
}

#indexArticleContainer h3 a:hover{
	color: #990033;
}

.imgshadow {
	-webkit-box-shadow: 2px 2px 5px rgba(60, 60, 60, 0.75);
	-moz-box-shadow: 2px 2px 5px rgba(60, 60, 60, 0.75);
	box-shadow: 2px 2px 5px rgba(60, 60, 60, 0.75);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

p{
 margin-top: 1px;
 margin-bottom: 8px;
 line-height: 17px;
}

#dateBar1{
	font-size: 13px;
}

#sportWrapper{
	width: 98%;	
	height: 340px;
	display: block;
	margin-bottom: 20px;
}

#teamWrapper{
	width: 45%;	
	height: 340px;
	overflow: hidden;
	margin-top: 20px;
	margin-right: 20px;
	float: left;
}