/*
Copyright 2010, EnTech

You may use this file for any perpose so long as you meet the following conditions:
 - you leave this copyright message intact
 - you don't use this file to decive viewers into beliving they are viewing the EnTech website
 - you don't use this file for evil purposes
 
 If the laws that govern your country forbids the imposment of one of the above conditions, you are free from the condition in question.
*/

*
{
	color: white;
}

.fontresizer-fontsize-fixed
{ }

.link-disabled
{
	text-decoration: underline;
}

.number
{
	font-family: "Courier New", Courier, monospace;
	text-align: left;
	vertical-align: top;
}

.footer
{
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}

.frame
{
	vertical-align: top;
	border-collapse: collapse;
}

.frame-container
{
	width: 100%;
}

.frame-navigator
{
	min-width: 225px;
	max-width: 225px;
}

.frame-happenings
{
	min-width: 190px;
	max-width: 190px;
}

.frame-content
{
	width: 100%;
}

.box
{
	border-style: outset;
	border-color: #203680;
	border-width: 3px;
	padding: 0px 8px;
}

a
{
	border-style: none;
	color: #42ff42;
}

a:hover 
{
	color:#ffff90;
}

a:active 
{
	color:#ffffff;
}

img
{
	border-style: none;
}

p
{
	font-size: medium;
}

h2
{
	font-size: x-large;
}

h1
{
	font-size: xx-large;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	color: #ffff66;
	margin: 0px 0px 8px 0px;
}

h1.sidebar
{
	font-size: large;
}

div.fontresizer-sizeoption
{
	white-space:nowrap;
}

body
{
	/*background-color: #002a80;*/
	background-color: #001660;
}

/* Highslide Stuff */

.highslide-wrapper, .highslide-outline
{
	background: #ffffff;
}

.highslide img
{
	border: 1px solid #d0d0d0;
}

.highslide:hover img
{
	border-color: #a0a0a0;
}

.highslide-active-anchor img
{
	visibility: visible;
	border-color: #808080 !important;
}

.highslide-image
{
	border: 2px solid #ffffff;
}

.highslide-heading
{
	display: none;
	margin: 0;
	padding:2px;
	font-weight:bold;
	cursor: move;
}

.highslide-loading
{
	color: black;
	border: 1px solid black;
	background-color: white;
	background-image: url(graphics/loader.white.gif);
}

.highslide-controls
{
	position: static !important;
	margin-bottom: 0;
	width: 195px !important;
}

.highslide-gallery ul li
{
	width: 106px;
	height: 106px;
	border: 1px solid #d0d0d0;
	background: #ededed;
	margin: 2px;
}
