.actions {


}
ul.actions,
.actions ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.actions{
	display: table;
}
ul.actions>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}


ul.actions>li:hover{
	padding-right: 1px;
} [*]

ul.actions li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
}

ul.actions li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.actions ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

ul.actions,
.nav ul,
.nav ul li a{
	background-color: #	;
	color: #369;
}


ul.actions li:hover,
.nav ul li a:hover{
	background-color: #369;
	color: #fff;
}

ul.actions li:active,
.nav ul li a:active{
	background-color: #036;
	color: #fff;
}

ul.actions,
.nav ul{
	border: 1px solid #369;
}

.actions a{
	text-decoration: none;
}

</style>



<style>
.message {
padding:4px;
text-align:center;
font-size:20px;
color:#707070;
}
.contents TABLE {
width:100%;

}
.contents A {
color:#CC0000;
text-decoration:none;
padding:0px;
}

.contents A:HOVER {

color:#707070;
padding:0px;
}
.contents h2 {
padding-bottom:0px;
margin:0px;
font-size:20px;
padding-top:12px;

}

.contents th {
text-align:left;

font-size:12px;
padding-top:4px;
padding-bottom:4px;

	border-bottom:1px solid #000000;
	border-top:1px solid #000000;

}

.contents td {
width:200px;
}
.input {
min-width:150px;
display:block;
}

.input {
min-width:150px;
display:block;
}

BODY  {

background-image:url(/images/background.jpg);
background-repeat:no-repeat;
background-position:top center;
}

.slideshow{

max-height:278px;
	overflow:hidden;

}

.thumbs img {

max-width:48px;
}

.thumbs{
	position:relative;
	z-index:10;

 	text-align:right;
	border:1px solid #000000;
	color:#FFFFFF;
	background-color:#000000;
	font-family: Helvetica;
	font-size: 8pt;
	font-weight: normal;
   	margin-left:20px;
   	margin-right:20px;
   	margin-top:12px;
   	padding-bottom:0px;
    padding-top:2px;
    padding-left:2px;
    padding-right:2px;
    text-decoration:none;



}
.thumbs A{

color:#FFFFFF;
}

.thumbs A:HOVER{

color:#707070;
}

IMG#mainslideshow{

position:relative;

top:-30px;
/*

padding-top:10px;
padding-left:20px; */
}


  INPUT, TEXTAREA {
	max-width:280px;
    background-color: #FFFFFF;
	border: #000000 1px solid;
	padding:0px;
	margin:0px;
	color: black;
	font-family: Helvetica;
	
   
   }

BODY,TD,P,DIV {

	font-family: Helvetica;
	font-size: 8pt;
	font-weight: normal;

}




.header {
 	text-align:center;
	border:1px solid #000000;
	color:#FFFFFF;
	background-color:#000000;
	font-family: Helvetica;
	font-size: 8pt;
	font-weight: normal;
   	margin-left:20px;
   	margin-right:20px;
   	padding-bottom:2px;
    padding-top:2px;
    text-decoration:none;
        padding-left:0px;
   padding-right:0px;

}


.header A,.header A:HOVER {
 	text-align:center;
	border:1px solid #000000;
	color:#FFFFFF;
	background-color:#000000;
	font-family: Helvetica;
	font-size: 8pt;
	font-weight: normal;
   	margin-left:0px;
   	margin-right:0px;
   	padding-bottom:2px;
    padding-top:2px;
    text-decoration:none;
        padding-left:0px;
   padding-right:0px;

}

A {
color:#000000;
text-decoration:none;
padding:0px;
}

A:HOVER {
color:#707070;
padding:0px;
}
.header2,.header2 A,.header2 A:HOVER {
 	text-align:center;
	border:1px solid #000000;
	color:#000000;
	background-color:#FFFFFF;
	font-family: Helvetica;
	font-size: 8pt;
	font-weight: normal;
   	margin-left:20px;
   	margin-right:20px;
   	padding-bottom:2px;
    padding-top:2px;
    padding-left:0px;
   padding-right:0px;
    text-decoration:none;
}

.copyheader {
 	text-align:left;
	border:1px solid #000000;
	color:#FFFFFF;
	background-color:#000000;
	font-family: Helvetica;
	font-size: 8pt;
	font-weight: normal;
   	margin-left:20px;
   	margin-right:20px;
   	padding-bottom:2px;
   	padding-left:12px;
    padding-top:2px;
}

.cell {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#FFFFFF;
	font-family: Helvetica;
	font-size: 8pt;
	font-weight: normal;
 vertical-align:top;
}


.menu {
	border-bottom:1px solid #000000;
	background-color:#FFFFFF;
	font-family: Helvetica;
	font-size: 9pt;
	font-weight: normal;
 vertical-align:top;
}

.menu A , .menu A:HOVER{
padding-top:4px;
padding-bottom:4px;
display:block;
float:left;width:142px;
text-align:center;
}



img
 { 
	behavior: url(/css/iepngfix.htc) 
	}
	
	* {
		font: 12px/16px "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	BODY,HTML {
	margin:0px;
	width:100%;
	}


	pre.code{ 
	font-family:Monaco;
	font-size:9px;
	padding:2px;
	border: 2px dashed #AA0000;
	background-color:#FFFFFF;
	margin: 1px;
	overflow:auto;
	}


	pre.livecode{ 
	font-family:Monaco;
	font-size:9px;
	padding:2px;
	border: 2px dashed #EE0000;
	background-color:#FFFFFF;
	margin: 1px;
	overflow:auto;
	}