/* Global Changes */
a {	color: #FFFF00; text-decoration: none; }
body {
	font-family: Arial;
	background: #006666;
}
h1 {font-size: 16px; font-weight: bold; margin: 0px;}
h2 {color: #3ff; font-size: 14px;}
.newsTitles {font-size: 14px; color: #3ff;}
.clearer{clear: both; line-height: 0px; height: 0px; float: none;}

/* CSS Document */

.mainContent {
	padding-left: 1em;
	font-size: small;
	color: #FFF;
	width: 660px;
}

div.title {
	font-size: 17px;
	font-weight: bold;
}

div.breadCrumbFont {
	font-size: 12px;
	font-family: Arial;
	margin-top: 20px;
	position: relative;
	top: 10 px;
}


table.collectionThumbs {margin: auto;}
table.collectionThumbs td {text-align: center; padding: 5px;}
table.collectionThumbs td img {border: none;}


.caption {font-size: 10px; margin-left: 10px; margin-right: 10px;}
/*** styles for the Magazine/JOURNALS (Collections) ***/
table.magazinelisting {
	border: 1px solid #033;
	font-size: small;
}
table.magazinelisting td{
	vertical-align: top;
	border-bottom: 1px solid #088;
	padding: 3px 5px;
}
table.magazinelisting .listHeading {
	border-bottom: 1px solid #66AA99;
	border-top: 1px solid #66AA99;
	background: #088;
	text-align: center;
	font-weight: bold;
	color: #AAEEDD;
}
table.magazinelisting .dataCentered { text-align: center;}
.nodata {
	background: #066;
}
table.magazinelisting tr td.unavailable {
	background: #376;
	color: #AAA;
}

/*** styles for the tree/JOURNALS (Collections) ***/
   a#toggleLink {
	font-weight: bold;
	border: 2px inset #006666;
	background: #007766;
	color: #CCFFAA;
	position: relative;
	left: 474px;
   }

   div.TreeFilingWindow{
		background: #CCFFAA;
		border: 3px inset #009999;
        color: #003300;
	}
   div#descriptionWindow{
   		background: #006666;
/*		border-bottom: 1px solid #99CCAA; */
		color: #FFFFFF;
		height: 4em;
        font-weight: bold; 
        font-size: smaller; 
        font-family: Arial; 
   }
   span.TreeviewSpanArea A {
        font-size: 10pt; 
        font-family: verdana,helvetica; 
        text-decoration: none;
        color: #003300;
   }
   span.TreeviewSpanArea A:hover {
        color: '#009900';
        text-decoration: underline;
   }

   span.TreeviewSpanArea P {
		padding-bottom: 6 px;
		margin-bottom: 0 px;
		margin-top: 0 px;
   }
   span.TreeviewSpanArea div ul li{
		padding-top: 12px;
   }

/*** Movie Clips ***/
p.movieText{
	font: small Arial;
	margin: auto;
	width: 480px;
}

div.bandwidthText{
	color: #FFAAAA;
}

object, object#clip embed{
	width: 480px;
	height: 380px;
	background: #066;
}
table.clipSelection {margin: auto;}
table.clipSelection tr td {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 100px;
}
td.low {
	background: #337766;
}
td.med {
	background: #559988;
}
td.high {
	background: #77BBAA;
}