﻿* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

div#mainlogo {
	background-image: url("../i/logo-white-med-s.png");
	width: 450px;
	height: 152px;
	display: block;
}

div#header {
	/*background-color: #cc0000;*/
	background-image:url('../i/header-back_02.png');
	background-repeat:repeat-x;
	/*height:228px;*/
}

div#topstripe {
	/*background-image: url("../i/top-brush-red.png");*/
	background-image:url('../i/header-back_01.png');
	background-repeat: no-repeat;
	/*background-color:transparent !important;*/
	height: 27px;
}

div#bottomstripe{
	/*background-image: url("../i/bottom-brush-red.png");*/
	/*background-image:url('../i/header-back_04.png');
	background-repeat: no-repeat;
	/*background-color:white;*/
	height:24px;
	background-color:white;
	background-image:url('../i/bottom-shadow.png');
	background-repeat:repeat-x;
}

div#userstripe {
	/*background-color: #cc0000;*/
	text-align: right;
	padding-right:1em;
	font-size: x-small;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:middle;
	float:right;
}

div#userstripe form,fieldset {
	border: 0px;
	display: inline;
	margin-right:0px;
}

div#userstripe form input {
	border: 1px solid white;
	background-color: #cc0000;
	color: white;
	font-size: x-small;
	margin-right: 0px;
}

div#userstripe a {
	color: white;
	font-size: x-small;
	text-decoration: underline;
	font-weight: bold;
}

div#block_content {
	height:auto;
	padding: 1em;
	background-color:white;
}

div#nav {
	margin:0px;
	padding:0px;
	background-color:white;
}

div#main div.container {
	/*background:white;*/
	padding-bottom:1em;
	width:960px;
	margin:0 auto;
	
	background-color:#333333;
	background-image:url('../i/backglow.png');
	background-position:center top;
	background-repeat:no-repeat;
}

body {
	margin:0px; padding:0px;
	background-color:#333333;
	/*background-image:url('../i/backglow.png');
	background-position:center top;
	background-repeat:no-repeat;*/
}

#main {
	background-color:transparent;
}

/*div#footer {
	color:white;
	background-color:#EEEEEE;
	margin-left:1em;
	margin-right:1em;
	margin-top:1em;
	clear:left;
}*/

/*.container {
	
}*/

#wrap {
	background:white;
	padding-bottom:1em;
}

ul.navbar li {
	list-style:none;
	display:inline-block;
	background-image: url('../i/button.png');
	width:70px;
	height:28px;
	text-align:center;
}

ul.navbar {
	padding-left:1em;
	margin:0px;
}

/*ul.navbar li a {
	color: white;
	font-weight: bold;
	display:inline;
	background-color:#DF0000;
	color:white;
	padding:3px;
	text-decoration:none;
	list-style:none;
}*/

ul.navbar li a {
	color: white;
	font-weight: bold;
	color:white;
	padding-top:4px;
	text-decoration:none;
	list-style:none;
	width:80px;
	height:40px;
	vertical-align:middle;
}

ul.navbar li a img {
	vertical-align:middle;
}

/*ul.navbar > li:after {
ul.navbar > :not(:first-child):before {
	content: ' // ';
	font-weight: 100;
}*/

/* album display stuff */
/*
div.album {
	height:auto;
	width:auto;
}

div.album div.image a {
	border:1px solid #CCCCCC;
	background-color:white;
	width: 220px;
	height: 220px;
	float:left;
	position:relative;
	text-align:center;
	display:inline;
	margin:0.25em;
	padding:0.5em;
	-moz-border-radius:5px;
	vertical-align:middle;
}

/*div.image a {
div.album div.image a {
	width:100%; 
	height:100%; 
	display:block; 
	text-align:center;
}*/

/*
div.album div.image:hover {
	border:1px solid #6600FF;
	background-color:#E7E6F7;
	width: 220px;
	height: 220px;
	float:left;
	position:relative;
	text-align:center;
	display:inline;
	margin:0.25em;
	padding:0.5em;
	-moz-border-radius:5px;
}

div.album div.image img {
	margin-top: auto;
	margin-bottom: auto;
}

div.image p {
	text-decoration:none;
	display:block;
	margin:0px;
	padding:2px;
	background-color:gray;
	color:white;
	margin-top: -0.5em;
	margin-bottom:0.5em;
	margin-left:-0.5em;
	margin-right:-0.5em;
} */

div.album {
	height:auto;
	width:auto;
}

div.album div.image {
	border:1px solid #CCCCCC;
	background-color:white;
	width: 220px;
	height: 240px;
	float:left;
	position:relative;
	text-align:center;
	display:inline;
	margin:0.25em;
	padding:0.5em;
	-moz-border-radius:5px;
}

div.album div.image:hover {
	border:1px solid #6600FF;
	background-color:white;
	width: 220px;
	height: 240px;
	float:left;
	position:relative;
	text-align:center;
	display:inline;
	margin:0.25em;
	padding:0.5em;
	-moz-border-radius:5px;
}

div.album div.image:* img {
	vertical-align:middle;
}

div.image p {
	text-decoration:none;
	display:block;
	margin:0px;
	padding:2px;
	background-color:gray;
	color:white;
	margin-top: -0.5em;
	margin-bottom:0.5em;
	margin-left:-0.5em;
	margin-right:-0.5em;
}

h1 {
	font-size:x-large;
}

div#footer {
	font-size:10px;
	color:white;
	background-color:#333333;
	margin-left:1em;
	margin-right:1em;
	margin-top:0px;
	padding:1em;
	clear:both;
	height:auto;
}

a img {
	border:none;
}

.footertable tr td h3 {
	text-transform:uppercase;
	font-size:10px;
}

.footertable {
	width:100%;
}

.footertable tr td.long {
	width:60%;
}

.footertable tr td.short {
	width:20%;
}

.footertable tr td {
	vertical-align:top;
	font-size:10px;
}

.footertable tr td ul li, .footertable tr td ul {
	list-style:none;
	margin:0px;
	margin-bottom: 4px;
	padding:0px;
}

ul.foottable li a, ul.foottable li a:visited {
	text-decoration:none;
	color:#6699FF;
}

div.logobox {
	float:right;
	height:auto;
	text-decoration:none;
	border:none;
	text-align:center;
	margin-left:2em;
	margin-bottom:2em;
	clear: both;
}

img.whatsnew {
	float:left;
}

table.pctable {
	border-collapse:collapse;
	border:1px solid silver;
	padding: 3px;
}

table.pctable th {
	text-align:left;
	background-color:silver;
}

table.pctable td {
	border-bottom: 1px solid silver;
	vertical-align:top;
}

td.pccode {
	width: 10em;
	text-transform: uppercase;
	font-size: 85%;
	vertical-align:top;
}

td.pcdesc {
	padding-right:1em;
	vertical-align:top;
}
