/*
Design by Cassy Gordon
Coded by David Gordon
http://www.dragoncon.org
Copywrite 2011-2012 Dragon*Con. All rights reserved.
*/

body {
	background-color: #ffffff;
	margin: 0;
}

table {
	caption-side: top;
}

caption {
	text-align: left;
}

#content {
	margin: 190px 15px 15px 215px;
	font-family : sans-serif;
}

#content_wide {
	margin: 15px 15px 15px 15px;
}

.txt_notice {
	font-weight: bold;
	color: #FF0000;
}

.hr10 {
	border:0px;
	background-color: #517ca7;
	color: #517ca7;
	height: 4px;
}

/* Title Bar */
#hrd1 {
	left : 5px;
	top : 5px;
	position : absolute;
	width : 1000px;
	height : 180px;
	overflow : hidden;
	border-color : #878787;
	background-color : #dadada;
	border-width : 1px;
	border-style : solid;
	background-image:url(../images/siteheader.jpg)

}
/* end Title Bar */

/* Footer */
#hrd3 {
	clear: both;
	background-color : #DAC0AF;
	left : 5px;
	width : 1000px;
	height:38px;
}

#hrd3 P {
	text-align:center;
	padding: 0;
	margin: 3px;
	color : #000000;
	font-size : 14px;
	font-family : sans-serif;
}

#hrd3 hr {
	text-align:center;
	padding: 0;
	margin: 0;
	width : 1000px;
	border : none;
	color : #575756;
	height : 3px;
	background-color : #575756;

}


/* End Footer */

/* Side Nav Start*/
#navbar_9
{
	left : 5px;
	width : 200px;
	position : absolute;
	height : 160px;
	top : 191px;
	overflow : hidden;
	list-style : none;
	padding : 0;
	margin : 0;

}

#navbar_9 li
{
	display : inline;
	background-color : #878787;

}

#navbar_9 li a
{
	width : 200px;
	text-decoration : none;
	padding : 0px 0;
	font-family : sans-serif;
	height : 30px;

	font-size : 18px;
	background : #AF8672;
	color : white;
	float : left;
	text-align : center;
	padding-top : 10px;
	border-bottom : 1px solid black;
}

#navbar_9 li a:hover
{
	background : black;
	color : white;

}

#navbar_cnt
{
	left : 5px;
	width : 200px;
	position : absolute;
	height : 160px;
	top : 351px;
	overflow : hidden;
	list-style : none;
	padding : 0;
	margin : 0;

}

#navbar_cnt li
{
	width : 200px;
	background-color : #BF9682;
	text-align : left;
	font-size : 20px;
	height : 30px;
	background : #772F3B;
	font-family : sans-serif;
	font-weight:bold;
	border-bottom : 1px solid black;
	color : white;

}

#navbar_cnt li a
{
	width : 200px;
	text-decoration : none;
	padding : 3px 3px;
	font-weight:normal;
	font-size : 12px;
	vertical-align:top;

	background : #DAC0AF;
	color : black;
	float : left;
	padding-top : 10px;
	border-bottom : 1px solid black;
}

#navbar_cnt li a:hover
{
	background : #AF8672;
	color : white;

}

#navbar_cnt img
{
	width : 20px;
	height : 20px;
	border-style:none;
}

/* Side Nav End */

/* start report text */
.gbb_block
{
	background-color:#FFFFFF
}
.gbb_guestname
{
	font: 8pt Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.gbb_panelinfo
{
		font: 5pt Arial, Helvetica, sans-serif;
}
/* end report text */

#textheader_5
{
	width : 501px;
	height : 44px;
	overflow : hidden;
	margin : 0;
	color : #575756;
	font-size : 18px;
	font-family : sans-serif;

}


#textheader_6
{
	width : 599px;
	height : 53px;
	overflow : hidden;
	margin : 0;
	color : #575756;
	font-size : 42px;
	font-family : sans-serif;

}

#div_3
{
	width : 650px;
}

#div_3 a
{
	text-decoration : underline;
	font-weight: bold;
	font-size : 16px;
  color : #000000;
}

#div_3 a:hover
{
	text-decoration : none;
	font-weight: bold;
	font-size : 16px;
	background : #DAC0AF;
  color : #000000;
}

#div_3 .store
{
	float: left;
	margin-right: 1em;
	margin-top: .5em;
	margin-bottom: .75em;

	width : 250px;
	height : 150px;
}

#div_3 .imap
{
	margin-right: 1em;
	margin-top: .5em;
	margin-bottom: .75em;
}

.datatable 
{
	margin-left: 2em;
	border: 1px solid #D6DDE6;
	width: 10em;
}

.datatable td
{
	border: 1px solid #D6DDE6;
	padding: 0.2em;
	text-align:center;
}

.datatable th
{
	border: 1px solid #828282;
	background-color:#772F3B;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding: 0.2em;
}

.datatable tr
{
	background-color:#AF8672;
	color:#000000;
}

.datatable .altrow
{
	background-color:#DAC0AF;
	color:#000000;
}

