﻿html
{
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	font-family: Trebuchet MS, Verdana;
	font-size: 12px;
	
}
body
{
	padding: 0;
	margin: 0;
	border: 0;
	height: 100%;
	overflow: auto;
	background-color:Black;
	background-image: url("bg_grad_gray_amt.png");
	
}
body *
{
	font-family: Trebuchet MS, Verdana;
	font-size: 100%;
}
img
{
	-khtml-user-drag: element;
}
legend
{
	color: #FFFFFF;
	padding:0 1em 0 0.5em;
}
.header
{
	position:relative;
	text-align: left;
	/* background: #002B7F; */
	width: 100%;
}

button.active {font-family: Trebuchet MS, Verdana; font-weight:bold; border: solid 1px white; font-size:85%; }
button.inactive {font-family: Trebuchet MS, Verdana; font-weight:normal; border: solid 1px white; font-size:85%;}

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#menu_container { margin:0; position:relative; height:25px; z-index:200; background:#999999; border: solid 1px white; border-width:1px 0px; text-align:center;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {display:block; width:7em; color:#fff; height:25px; line-height:24px; text-decoration:none; text-indent:4px; border:solid 1px white; border-width:1px 0px 1px 1px;}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0px 1px 1px 1px;}
#pmenu li a.topmenu, #pmenu li a.topmenu:visited {border-width:0px 1px 0px 0px;}
#pmenu li a.menubreak, #pmenu li a.menubreak:visited {border-width:0px 2px 0px 0px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
#pmenu li {background:#999999; float:left; min-height:25px;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {background:#dfd7ca; color:#000000;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {visibility:hidden; position:absolute; top:-11px; left:5em; padding:10px 30px 30px 30px;background:transparent;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {visibility:visible;}
/* Position the first sub level beneath the top level links */
#pmenu > li:hover > ul {left:-31px; top:15px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:200; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#dfd7ca; color:#000000;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:#dfd7ca; color:#000000;}

/* Set up the pointers for the sub level indication */
#pmenu li.fly {background:#999999 url(fly.gif) no-repeat right center;}
#pmenu li.drop {background:#999999 url(drop.gif) no-repeat right center;}

/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels */

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; 
}

/* IE6 */
* html #pmenu li a:hover ul 
{
	left:-31px; top:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:5em;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */

#content_container
{
	position:relative;
	clear: both;
	border: solid 1px transparent;
	height: auto;
	margin: 5px;
}

#footer
{
	position: relative;
	top: 2.5em;
	color: #FFFFFF;
	text-align: right;
	padding-right: 5px;
	border: none 1px gray;
	float: right;
	width: 50em;
	font-size: 90%;
}
#footer a
{
	color: #FFFFFF;
	text-decoration: none;
}
.caption
{
	font-size: 180%;
	text-align: center;
	color: #CCCCCC;
	margin:0px auto 5px auto;
}

#divList, #divGrid
{
	position: relative;
	border: none 1px green;
	text-align: center;
	height: 380px;
	width: 750px;
	margin:15px auto 0px auto;
	padding:5px 15px 0px 15px;
	font-size: 98%;	
}
#divGrid
{
	height:400px;
}
#divList .Name
{
	display:block;
	width: 109px;
	height:30px;
	line-height:1.2em;
}
#divList Table
{
	position: relative;
}
#divList TR
{
}
#divList TD
{
	vertical-align: top;
	width: 107px;
}
#divListLarge img
{
	height: 450px;
	width: 317px;
	display: block;
}
#divList img, #divListSingle img
{
	height: 152px;
	width: 107px;
	display: block;
}
#divList a, #divGrid a
{
	color: #000000;
	text-decoration: none;
}
#divList a:link, #divGrid a:link
{
	color: #000000;
	text-decoration: none;
}
#divList a:hover, #divGrid a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
#divList a:active, #divGrid a:active
{
	color: #FFFFFF;
	text-decoration: underline;
}
.fields fieldset
{
	padding:0em 1em;
}
.fields span, .fields label
{
	clear:both;
	display:block;
	margin-top:-1em;
	width:8em;
}

.fields input, .fields select
{
	display:block;
	position:relative;
	top:-1.7em;
	left:8em;
	width:17em;
	height:1.4em;
	border: solid 1px #000000;
}
.fields textarea
{
	display:block;
	position:relative;
	top:-1.7em;
	left:8em;
	width:17em;
	border: solid 1px #000000;
}
.fields select
{
	height:auto;
}
.fields .must
{
}
.polaroid
{
	max-height:500px;
	max-width:500px;
	width: expression(this.width > 1200 ? this.width / 4 + "px": this.width > 900 ? this.width / 3 + "px": true);
	height: expression(this.width > 1200 ? this.height / 4 + "px": this.width > 900 ? this.height / 3 + "px": true);
}

	
	
	
	
	
	