@CHARSET "ISO-8859-1";

	.announcement {
		font-size:11px;
		font-weight:bolder;
		font-family:verdana;
	}

	.announcement img {
		margin-right:5px;
	    height:23px;
	}

	.announcement .freeImg {
		height:auto;
	}

	.printedTable TD {
	padding:3px;
	}

	.recentTable {
     border:1px solid black;
	 background:url(../images/stripes.gif);
	 margin-bottom:5px;
	}

	.recentTable TH {
	 border-width:1px 0px 1px 0px;
	 border-style:solid;
	 font-size:13px;
	 background:#373648;
	 color:white;
	 padding:1px;
	}

	.recentTable .title a {
		font-size:11px;
	}

	.recentTable .title a em {
		font-size:11px;
		font-family:verdana;
	}

	.simpleArticles {
		margin-top:10px;
	}

	.simpleArticles TD{
		padding:3px;
		}

	.simpleArticles div a{
			text-decoration:underline;
			font-size: 16px;
			font-weight:bolder;
			color:#373648;
		}
	.simpleArticles div a:visited {
		text-decoration:underline;
	}

	.simpleArticles ul {
		  padding-top:4px;
		  margin-top:2px;
		  list-style-image:url(../images/breadcrumb.gif);
	}
	
	.simpleArticles li {
		margin-left:-14px;
	}
	
	.simpleArticles li a {
		   	position:relative;
			top:-1px;
			font-size:12px;
		    color:black;
		}

	.simpleArticles li em {
		  font-style:normal;
		  color:#373648;
		  font-size:11px;
		}
	.simpleArticles li a:visited {
		    color:black;
		}

	.simpleArticles div a:visited {
	  	color:#373648;
	}
	.simpleArticles div a:hover {
		color:#585774;
	}

	.title {
		   padding-top:1px;
	       padding-bottom:2px;
	       clear:both;

		}
	.title a {
		   font-weight:600;
	   	   font-size:14px;
		   color:black;
	}

	.title a em{
		  font-style:normal;
		  color:#373648;
		  font-family:verdana;
		  font-size:9px;
	}

	.summary a{
	   color:#3A3A3A;
	   font-size:11px;
	   line-height:13px;
	}

	.summary a:hover {
		color:black;
	}

	.headline .title a{
	   font-weight:600;
	   font-size:16px;
	}

    .headline .summary {
    	margin-top:2px;
    }

	.headline .summary a {
		font-size:13px;
		line-height:15px;
	}

	.subheadline {
	 background:#CCC69D;
	 border:2px solid white;
	}

	/* priority 1 printed articles */
	.lowerPriority {
	 border:1px solid rgb(236,233,216);
	}

    .image {
    float:left;
    margin:2px 3px 0 0;
    text-align:center;
	border: 1px solid gray;
    padding:2px;
    }


    .categoryHeader, .mediaHeader{
        width:100%;
        height:18px;
        text-align:left;
		text-indent:7px;
		padding-top:1px;
		background:url(../images/bar.gif) no-repeat;
        font-size:14px;
		font-weight:bolder;
		font-family:arial;

    }

	.mediaHeader {
		color:#ECEADC;
	}

	/* ROUNDED CORNERS */
	.rbroundbox { background: url(../images/corners/nt.gif) repeat; }
	.rbtop div { background: url(../images/corners/tl.gif) no-repeat top left; }
	.rbtop { background: url(../images/corners/tr.gif) no-repeat top right; }
	.rbbot div { background: url(../images/corners/bl.gif) no-repeat bottom left; }
	.rbbot { background: url(../images/corners/br.gif) no-repeat bottom right; }

	/* height and width stuff, width not really nessisary. */
	.rbtop div, .rbtop, .rbbot div, .rbbot {
	width:100%;
	height: 7px;
	font-size: 1px;
	}
	.rbcontent { margin: 2px 1px; }
	.rbroundbox { width: 99%; margin: 0.2em auto; }

    .mediaPlaceholder div {
    	width:100%;
		margin-bottom:3px;
		text-align:center;
		font-size:12px;
		font-weight:bolder;
		color:#373648;
    }

	.mediaPlaceholder div img {
	  position:relative;
	  top:-5px;
	}

	.mediaText {
		display:block;
		padding:0px 7px 0px 7px;
		font-size:12px;
		font-weight:bolder;
		margin-left:10px;
	    line-height:1em;
		text-align:center;
	}

	.mediaText a {
		color:black;
	}

	.mediaText a:hover {
		color:#373648;
	}



    .categoryHeader a{
		color:#ECEADC;
	}

	.categoryHeader a:hover{
	 color:white;
	}

    .summaryFooter {
	   height:13px;
	   display:inline;

    }

	.summaryFooter img {
		height:12px;
		z-index:1;
	}

	.summaryFooter a{
	text-decoration: none;
	}

	.summaryFooter a:hover{
	text-decoration: none;
	}


	.mediaItem {
		display:inline-block;
		margin:2px 4px 2px 0px  ;
	}
	
	.mediaItem img {
		padding-top:5px;
	}


/* image hovers  */

.bpop {
	display: none;
}

.bpopvideo {
	display: none;
}

 a.itr:hover {
	border-width: 0; /* IE */
}

.itr {
	position: relative;
	color: #000;
}
.itr:hover .bpop {
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	width:130px;
	display: block;
	position: absolute;
	background-color: #ECE6DC;
	padding: 1px 3px 2px 3px;
	border: 1px #000 solid;
	font-size: 11px;
	left: -3.5em;
	top: 25px;
	color:black;
	z-index:3000;
}

.itr:hover .bpopvideo {
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	width:130px;
	display: block;
	position: absolute;
	background-color: #ECE6DC;
	padding: 1px 3px 2px 3px;
	border: 1px #000 solid;
	font-size: 11px;
	left:-3.5em;
	top: 24px;
	color:black;
	z-index:3000;
}


.homeAdvertisement {
	text-align:center;
	border:1px solid black;
	width:49%;
	height:80px;
}

.homeAdvertisement a {
	color:black;
	text-decoration:none;
	font-weight:bolder;
}

.homeAdvertisementTop {
	text-align:center;
	border:1px solid black;
	height:65px;
}

.homeAdvertisementTop a {
	color:black;
	text-decoration:none;
	font-weight:bolder;
}

.homeAdvertisementBottom {
	width:295px;
	text-align:center;
	border:1px solid black;
}

.homeAdvertisementBottom a {
	color:black;
	text-decoration:none;
	font-weight:bolder;
}
