/* CSS Document */
/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */


/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */


#form1 input[type="text"]{font-size:8pt; height:11pt; width:12em; border: 0px;}

#form1 input[type="submit"]{margin-bottom:5px; border-top: 0px; border-bottom: 1px; border-left: 0px;}

#form1 select{font-size:8pt; margin-bottom:4px;}

#form1 input[type="password"]{font-size:8pt; height:11pt; width:12em; border: 0px;}

#form2 input[type="text"]{font-size:8pt; height:10pt; width:12em; border: 0px;}

#form2 input[type="submit"]{padding-bottom: 4px;}

#form2 select{font-size:8pt; margin-bottom: 4px;}

#form2 p {line-height: 12px;}


.form {
	margin-bottom: -3px;
}

#linkList {

	position: relative;
	width: 150px;
	padding:0px;
	float: left;
            display:inline;
            line-height: 13px;
	z-index: 6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	text-shadow: 1px 1px 1px #999;
	margin-left: 15px;
	}
#linkList li:hover {

	}
	#linkList strong{display:block;padding-bottom:5px;}

	
#linkList hr { border-bottom: 1px; border-color: #000000; border-top: 0px; border-left: 0px;  
color: #89323B;
background-color: #89323B;
height: 2px;
width: 100px;
margin-left: 5px;
	}
		
#linkList ul {
	margin: 0px;
	padding: 0px;
		padding-bottom: 2px

	}
#linkList li {
	margin: -5px 0px;
	display: block; 
	line-height: 16px;
	}

#linkList li a:link { 
	color: #999999;
	}
#linkList li a:visited {
	color: #999999;
	}
#linkList li a:hover {
	color: #ffffff;
	line-height: 16px;
	}
#linkList li a:active {
	line-height: 16px;
	}



.style99 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align:center;
	font-style: normal;
}

.style99 a:link { 
	color: #ECB216;
	}
.style99 a:visited {
	color: #ECB216;
	}
.style99  a:hover {
	color: #FFCC33;
	}
.style99 a:active {
	color: #FFCC33;
	}
