@charset "UTF-8";

/*--- Zero Out the Defaults ---*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, button, fieldset, a, img {
	margin: 0;
	border: 0;
	padding: 0;
}

button {
	background: transparent;
}

/*--- Overall HTML Tag Redefinition ---*/

body {
	min-width: 400px;
	background: #CCC;
	font: 100.01%/1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

p {
	font-size: 1em;
	line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
	color: #B42;
	margin: 0 0 0.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
}

h1 {
	font-size: 1.75em;
	text-align: center;
}

h2 {
	font-size: 1.1em;
	text-align: left;
	margin: 1.1em 0 0.75em;
	clear: both;
}

h3 {
	font-size: 0.9em;
	text-align: center;
	color: #888;
	font-style: italic;
}

h4 {
	font-size: 1.45em;
	text-align: center;
	margin: 0 0 1.5em;
}

table {
	border: 2px solid #B42;
	padding: 0px;
	margin: 1.5em auto 1.25em;
	border-collapse: collapse;
}

td, tr {
	font-size: 0.85em;
	padding: 0.75em 0.5em;
	border-top: 0px solid #B42;
	border-right: 0px solid #B42;
	border-bottom: 1px solid #B42;
	border-left: 0px solid #B42;
	vertical-align: middle;
	line-height: 1.35em;
}

table.gallery {
	border: solid #B42 0px;
	padding: 0px;
	margin: 0.5em auto 1.25em;
	border-collapse: separate;
	border-spacing: 10px;
	empty-cells: hide;
}

td.gallery, tr.gallery {
	font-size: 1em;
	padding: 0.5em;
	border: 2px solid #B42;
	vertical-align: top;
}

table img   {
	border: 1px solid #B42;
}

table .tabTitle  {
	font-size: 1.25em;
	padding: 0.5em 0.5em;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #B42;
	line-height: 1em;
	font-weight: bold;
}

table .tabLine  {
	border-top: solid #B42 3px;
}

td.gallery:hover  {
	background: #FD9;
}

/*--- Base Container ---*/

#baseWrap {
	width: 800px;
	position: relative;
	margin: 0 auto 0;
	background: #CCC url(/img/bg_Shadow.png) center repeat-y;
	overflow: visible;
	text-align: center;
	z-index: 0;
}

/*--- Pop Up ---*/

#popup {
	background: #FFF;
	position: relative;
	margin: 10px;
	text-align: center;
	padding: 20px;
	font-size: 0.85em;
	line-height: 1em;
	border: solid #B42 2px;
}

a:link {
	color: #B42;
}

a:visited {
	color: #643;
}

a:hover {
	color: #FA3;
}



/*--- IE Fixes ---*/

/* Hides from IE5-mac \*/
* html .ieBugBox {
	height: 1%;
	left: 0px;
	width: 575px;
}
/* End hide from IE5-mac */

/* Hides from IE5-mac \*/
* html .ieZfix {
	z-index: -100;
}

.rollover  a {
	display:block;
	width:136px;
	overflow:hidden;
}

.rollover  a:hover {
	display:block;
	text-indent:-136px;
}
/* End hide from IE5-mac */

/*--- Classes ---*/

.floatLeft {
	float: left;
	margin: 0 10px 0 0;
}

.floatRight {
	float: right;
	margin: 0 0 0 10px;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.hr {
	border-top: 3px dotted #DDD;
	margin-top: 2em;
	padding-top: 0.75em;
	clear: both;
}

.rightItal {
	font-style: italic;
	text-align: right;
}

.devNote {
	color: #F0F;
	font-style: italic;
}
