

.fontcolor {	
	font-family:Verdana;
	font-size:-1px;
	color:black;
}

.fontcolor a{	
	font-family:Verdana;
	font-size:-1px;
	color:blue;
}


.fontyellow {
	font-family:Verdana;
	font-size:-1px;
	color:black;
}

.fontwhite {
	font-family:Verdana;
	font-size:-1px;
	color:black;
}

.fontwhite a{
	font-family:Verdana;
	font-size:-1px;
	color:blue;
}

.body {
	background-color:#ECF8E0;
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid white; /*white border*/
/* background: #aaa url(../images/indentbg.gif) center center repeat-x; */
background: #bbb center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid white; /*white divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color:black !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
/* background: #bbb url(../images/indentbg2.gif) center center repeat-x; */
background: #aaa center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}



/* Mouseover show thumbnail for media review */

.thumbnail{
position: relative;
z-index: 0;
}



.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #cccccc;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}


.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
width: 250px;
height: 250px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/

visibility: visible;
top: -100px;
left: 300px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.html-marquee{
background-image:url(../images/papernote.png);
height:120px;
width:670px;
}
