/*
---------------------------
Liquid Sister - basic styles
author: Warren McGuire (Warren Computer Services)
version: 1.0 2007-01-05
---------------------------
*/

html {
	background: #afc7e7;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	font: 14px/1.5em "Lucida Grande", Lucida, Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	color: #FFFFDD;
	/* background: #0022EE url(waterdrop.jpg) center center; */
	background: #afc7e7 url(gradbox.gif) repeat-x center top;
}

/* ------ Basic styles ------------------------ */

h1 {
	font-family: sans-serif
}
h1.title {
	font: "Comic Sans MS", "Lucida Grande", Lucida, Arial, Helvetica, Verdana, sans-serif;
	font-size: 500%;
	font-style: italic;
	font-weight: bold;
	color: #dd00dd;
}

div, h1, h2, h3, h4, h5, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}

b.bottom {
	font: Arial, Helvetica, Verdana, sans-serif;
	font-size: 75%;
	font-style: italic;
	font-weight: normal;
	color: #FFFFDD;
}

.divider {
	display: none;
}

/* Links -------------------------------- */

a {
	font-weight: bold;
	outline: none;
}

a:link {
	color: #2921DD;
	text-decoration: none;
}

a:visited {
	color: #2921DD;
	text-decoration: none;
}

a:hover {
	color: #FF0020;
	text-decoration: underline;
}

a:active {
	color: #294BA0;
}

a img {
	border: none;
}
/* biglnk class for large text links  */
a.biglnk {
	font-size: 220%;
}
/* nav class for small text links  */
a.nav {
	font-size: 75%;
}
a.nav:link {
	color: White;
} 
a.nav:visited{
	color:White;
} 
a.nav:focus{
	color: Blue;
} 
a.nav:hover{
	color: #0022CC;
	font-weight: bold;
	font-style : oblique;
	text-decoration:underline;
} 
a.nav:active{
	color: Blue;
}

/* Lists -------------------------------- */

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0 10px;
	padding: 2px 20px;
}

ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0;
	padding: 2px;
}

dt {
	font-weight: bold;
}

/* Tables -------------------------------- */

table.middle {
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0;
	bgcolor: #CCCCCC;
}

td.middle {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	padding: 3px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

th.middle {
	font-weight: bold;
	background-color: #111133;
	text-align: center;
}

td.button {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 8px;
	padding: 1px;
	/*border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
}

/* Forms -------------------------------- */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 1px solid #E9E5D3;
	padding: 0;
	margin-bottom: 10px;
	background-color: #FBF6E3;
}

legend {
	font-weight: bold;
	color: #CA863D;
	padding: 3px 6px;
	border: 1px solid #EAE9E4;
	background-color: #FFFFFC;
}

label {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0;
}

input, select, textarea {	
	margin: 0px;
}

input, textarea, select {
	font-family: "Courier New", Courier, Monaco, monospace;
	font-weight: normal;
	font-size: 14px;
}

input[type="submit"], input.submit {
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	width: auto;
	font-size: 12px;
}

#content .gogogo input, #content .playbutton input {
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-weight: bold;
