/* CSS Document */

	
a.plain{
	text-decoration: none;
}
:link {
	color: #333333;
	text-decoration: none;
}
:visited {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #800000;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000FF;
}

.style10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
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;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}



/


 --- drop down list ---

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 14px arial;
	height:40;
	}

#sddm li a
{	display: block;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	width: 110px;
	height:40;
	vertical-align: middle;
	background: #ffffff; /* background to menu list */
	color: #000000;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #666666;
	color: #FFFFFF}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #ffffff;
	border: 1px solid #5970B2;
	top: 180px;
}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: 150px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #ffffff;
		color: #2875DE;
		font: 12px arial}

	#sddm div a:hover
	{	background: #00CCFF;
		color: #000000;
		width: 150px}

--- Expanding bar --

/*Default style for SPAN icons. Edit if desired: */

.iconspan{
float: left;
margin: 3px;
cursor:hand;
cursor:pointer;
font-weight: bold;
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar{
background-color:#FFFF55;
font-size: 14px;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
border: 1px solid black;
padding: 3px;
}

div.eg-bar{
width: 425px;
}

.icongroup1{
width: 425px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}


/* BUTTONS */
