/* Main Page Settings */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .9em;
	color: black;
	background-color: #B8C8F8;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#cc90ff', endColorstr='#9ED5E4', gradientType='1'); 
}
/* Page Layout DIV Definitions */
#top {
	margin: 5px;
	padding: 10px;
	height: 150px;
	}
#left {
	position: absolute;
	left: 10px;
	top: 200px;
	width: 150px;
	}
#center {
	margin-top: 0;
	margin-left: 170px;
	margin-right: 130px;
	}
#right {
	position: absolute;
	right: 10px;
	top: 200px;
	width: 100px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-top: 50;
	margin-left: 170px;
	margin-right: 130px;
	}
#print_footer {display: none;}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {margin-top: 0;}

/* Header Defintions */
h2 {	
	color: #680098; 
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 2px solid #cc90ff;
	}
h3 {
	color: #680098; 
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	}
h6 {
	background-image : url(logos/Xmas_lia.gif);
	background-repeat: repeat-x; 
	height: 30px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
	}
	
/* Misc Decoration */
hr {
	color: #cc90ff;
	background-color: #cc90ff;
	height: 2px;}
img {border: none; }
.makered {color: red;}
.makepurple {color: #680098;}
a:link {color: black;}
a:visited {color: purple;}
a:hover {color: red;}

/* Form Objects */
input.btn {
	color: white;
	background-color: #680098;
	border-width: 3px;
	border-color: #cc90ff;
	font-weight: bold;
	}					
input.btn-sm {
	color: white;
	background-color: #680098;
	border-width: 2px;
	border-color: #cc90ff;
	font-weight: bold;
	font-size: 75%;
	}					
input.txt {
	color: black;
	background-color: white;
	}
input  {
	color: black;
	background-color: white;
	}
form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	}
form p label {
	float: left;
	width: 120px;
	font-weight: bold;
	}
fieldset {
	border: 1px dotted #cc90ff;
	margin-top: 16px;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px;
	}
/* Table Defintions */
table.memberlist {
	border-style: none;
	padding: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	}
table.item {
	border-style: solid;
	border-width: 3px;
	border-color: #cc90ff;
	padding-top: 10px;
	padding: 5px;
	}
table.charts {
	border-style: solid;
	border-width: 3px;
	border-color: #cc90ff;
	padding-top: 10px;
	padding: 5px;
	rules: all;
	text-align: center;                                                                                                                   
	}
table.charts td {
	text-align: center;
	background-color: white;
	}
.pattern {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 125%;
	color: #680098;
	padding-top:20px;
	border-bottom: 2px solid #cc90ff;
	}
.dims {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

/* List Defintions */
ul {list-style-image: url(buttons/bullet.gif);}

/* CSS Options for HighSlide JS Popups */
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 650px;
	position: right;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

