/**
 * General HTML element styles 
 */
body {
	min-width: 780px;
	margin: 0px;
	/*
	margin-top: 3px;
	margin-left: 15px;
	margin-right: 15px;
	*/
	padding: 0px;
	padding-top: 3px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #fff;
	
	font-size: 76%; /*http://www.thenoodleincident.com/tutorials/typography/css/real.css*/
}
table, text-area {
	font-size: 1.0em;	
}
body,table,td,input,select,option,div,span,button,textarea,a {
	font-family: Arial;
	font-weight: normal;

	/*font-size: 9pt; Commented for now. 2005-07-28*/
}

img {
	border: 0px;
}

a.navLink {
	font-family: Tahoma, Verdana, Arial; 
}

a.navLink:link {
	font-weight: bold;
	color: #8c8c8c;
	text-decoration: none;
}

a.navLink:visited {
	font-weight: bold;
	color: #8c8c8c;
	text-decoration: none;
}

a.navLink:hover {
	font-weight: bold;
	color: #F15DD3;
	text-decoration: none;
}

a.memberLink {
	font-family: Verdana;
}
a.memberLink:link {
	color: #3863B7;
	text-decoration: none;
}
a.memberLink:hover {
	color: #002299;
	text-decoration: none;
}
a.memberLink:visited {
	color: #B94D1F;
	text-decoration: none;
}


a:link {
	font-weight: bold;
	color: #F15DD3;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #F15DD3;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #BE6DAE;
	text-decoration: none;
}

/** 
 * CSS Styles 
 */
.siteLogo {
	width: 100%;
	height: 100px;
	color: #fff;

	background-color: #fff;
	

	margin-bottom: 3px;
}

.staticLogo {
	width: 775px;
}


.ad728 {
	width: 728px;
	height: 90px;
	vertical-align: top;
	margin-top: 20px;
	margin-left: 60px;	
	text-align: center;
}

.ad468 {
	width: 468px;
	height: 60px;
	vertical-align: top;
	margin-top: 20px;
	margin-left: 60px;
	text-align: center;
}

.ad125box {
	width: 125px;
	height: 125px;
	margin-left: 20px;
}

.siteCopy {
	clear: left;
	margin-left: -15px;
	margin-right: -15px;
	border-top: 1px solid #666;
/*	background-color: #f5f5f5;*/
	font-size: 0.8em;
	text-align: center;

	background: #fff url(/nukecon/img/bottomGradient.gif) repeat-x top left;
}

.navGroupLeftOld {
	position: absolute;

	width: 150px;
	left: 15px;
}

.navGroupLeft {
	width: 150px;
	float: left;
}

.navClear {
	clear: left;
	margin-top: 30px;
	margin-left: -15px;
	margin-right: -15px;
	border-bottom: 1px solid #c4c4c4;
}

.navGroupRight {
	position: absolute;
	width: 166px;
	right: 4px;

}

.navDialog {
	width: 100%;
	
	color: #000;
	background-color:#fff;
	margin-bottom: 12px;
	border: 1px solid #9c9c9c;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 100%;
}

html>body .navDialog {
	width:100%;
}

.navDialogTitle {
	font-size: 1.1em;
	font-weight: bold;
	
	border-bottom: 1px dashed #ff00cc;
	margin: 0px;
	margin-bottom: 3px;	
	padding-left: 3px;
	padding-bottom: 3px;
	
	color: #fff;
	background: #e9e9e9 url(/nukecon/img/cgNavGradient.jpg) repeat-x top left;

	voice-family: "\"}\""; 
	voice-family:inherit;
}

.navWindow {
	margin: 0px;
	padding-left: 7px;
	padding-bottom: 3px;
}

.navItem {
	font-size: 1.1em;
	
	margin: 0px;
	padding-left: 7px;
	padding-bottom: 3px;
}

.siaDialog {
	margin-left: 160px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding: 0px;	
	
	color: #000;
	/* background-color: #f5f5f5; */
	background-color: #fff;
	
	/*border: 1px solid #888;*/
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-right: 0px;
}

html>body .siaDialog {
	margin-right: 0px;
}

/* Fix for floats in PC IE, Dialogs explode otherwise. */
/* width:expression(document.body.clientWidth < 800? "613px" : (document.body.clientWidth - (190) + "px") );*/
/* Hides from IE-mac \*/
* html .siaDialog {
	height: 1%;
	
}
/* End hide from IE-mac */

.siaDialogTitle {
	font-weight: bold;
	font-size: 1.3em;


	margin: 0px;
	padding-left: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #ff00cc;
	
	color: #111;

}

.siaDialogWindow {
	font-size: 1.0em;
	
	margin-top: 2px;
	padding-top: 1px;
	padding-bottom: 8px;

	voice-family: "\"}\""; 
	voice-family:inherit;

	padding-left: 8px;
	padding-right: 8px;
}

/* Hides from IE-mac \*/
* html .siaDialogWindow {
	padding-left: 8px;
	padding-right: 8px;
	
}
/* End hide from IE-mac */


.siaDecorator {
	float: right;

	padding-top: 2px;
	padding-right: 2px;
	
	vertical-align: top;
	
}

.siaDialog form ul {
	margin-left: 0px;
	padding: 0px;
	list-style: none;	
}

.errDialogTitle {
	font-weight: bold;
	font-size: 1.2em;
	
	margin: 0px;
	padding-left: 3px;
	padding-bottom: 3px;
	margin-bottom: 4px;

	color: #EF1F1F;
	border-bottom: 1px dashed #427E55;
}

.pstDialogTitle {
	font-weight: bold;
	font-size: 1.3em;

	margin: 0px;
	padding-left: 3px;
	padding-bottom: 3px;
	
	color: #505A69;
}

.pstInfo {
	padding-left: 3px;
	border-bottom: 1px solid #C3860C;
	/*border-bottom: 1px solid #EFCB83;*/
}

.pstDialogWindow {
	margin-top: 3px;
	padding-top: 3px;
	padding-left: 6px;
	padding-right: 10px;
	padding-bottom: 8px;
}


.pstAuthor {
	font-weight: normal;
	font-size: 0.9em;
	
	color: #B5B5B5;
}

.pstStory {
	font-size: 1.0em;
	
	margin: 0px;
	padding-bottom: 2px;
}

.pstTools {
	font-weight: normal;
	font-size: 0.9em;
	

	margin: 0px;
	padding-left: 3px;
	padding-bottom: 3px;
	
	color: #000;
	background-color: #ddd;
}

.csvDialog {
	display: none;
	
	margin-left: 160px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding: 0px;	
	
	color: #000;
	background-color: #f5f5f5;
	
	/*border: 1px solid #888;*/
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-right: 0px;
}

html>body .csvDialog {
	margin-right: 0px;
}

.csvDialogTitle {
	display: none;
	
	font-weight: bold;
	font-size: 1.1em;
	
	margin: 0px;
	padding-left: 3px;
	padding-bottom: 3px;
	margin-bottom: 4px;

	color: #EF1F1F;
	background: #fff url(/nukecon/img/cgErrorGradient.jpg) no-repeat top left;
}

.csvDialogWindow {
	display: none;
	
	margin-top: 2px;
	padding-top: 1px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
}


.sgnTabCol {
	padding-left: 3px;
	width: 140px;
}

.ecmDialog {
	
	margin-left: 160px;
	margin-right: 0px;
	padding: 0px;	
	
	color: #000;
	background-color: #f5f5f5;
	
	/*border: 1px solid #000;*/
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-right: 0px;
}

html>body .ecmDialog {
	margin-right: 0px;
}

.ecmDialogWindow {
	margin: 0px;
	/*padding: 0px;*/
	padding-top: 1px;
	padding-bottom: 8px;
}
.ecmDialogTitle {
	font-weight: bold;
	font-size: 1.0em;
	
	margin: 0px;
	padding-left: 3px;
	padding-bottom: 3px;

	color: #000;
	background: #fff url(/nukecon/img/cgStoreGradient.jpg) no-repeat top left;
}

.ecmTable {
	width: 570px;
}
.ecmHdr {
	background-color: #ccc;
}
.ecmQty {
	padding-left: 3px;
	width: 48px;
	font-size: 0.9em;
}

.ecmDetail {
/*	width: 340px;*/
	font-size: 0.9em;
}
.ecmPrice {
	width: 55px;
	font-size: 0.9em;
	text-align: right;
}
.ecmTools {
	width: 20px;
}

.ecmTotal {
	width: 55px;
	font-size: 0.9em;
	text-align: right;
	padding-right: 2px;
}
.ecmOptions {
	text-align: right;
	padding-right: 3px;
}

.cartDialogTitle {
	font-weight: bold;
	font-size: 1.0em;
	
	border-bottom: 1px dashed #626F82;
	margin: 0px;
	margin-bottom: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	
	color: #000;
	background: #e9e9e9 url(/nukecon/img/cgCartGradient.jpg) repeat-x top left;

	voice-family: "\"}\""; 
	voice-family:inherit;
}
/* All Page Display
 */
#displayTable {
	font-size: 1.0em;
	width: 100%;

	padding: 0px;
	
	border: 1px solid #bbb;
	color: #000;
	background: #fff url(/nukecon/img/cgHeadlineGradient.jpg) repeat-x top left;
}
#displayTable {
	width:expression(document.body.clientWidth < 800? "773px" : (document.body.clientWidth - (15 + 15) + "px") );
}
#titleSpacer {
	height: 10px;	
}

#tagLine {
	font-weight: bold;
	padding-left: 5px;
}

#welcomeText {
	font-weight: bold;
	padding-left: 5px;
}

#date {
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}
#breadCrumb {
	color: #000;
	font-weight: bold;
	font-size: 0.9em;

	padding-left: 5px;
	padding-bottom: 5px;
}
/*
#signInTable {
	font-size: 1.0em;
}

#eventTable {
	font-size: 1.0em;	
}*/
.siaHeading {
	color: #000;
	font-size: 11pt;
	font-weight: bold;
}
/* Forms
 */
.required { 
	color: #ff0000;
}

.smallFormText {
	color: #000000;
	font-size: 0.8em;
}
/* used in: Activation
 */
.infoTitle {
	color: #000;
	font-size: 11pt;
	font-weight: bold;
}
/* used in: EventDetail
 */
.eventHeading {
	color: #000;
	font-size: 11pt;
	font-weight: bold;
}

.eventSite {
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 4px;
	
	border: 1px solid #ccc;
	background-color: #F4F3EE;
	width: 270px;
}

.gmrLabel {
	color: #DB570C;
	font-weight: bold;
}

.gmrText {
	color: #000000;
	font-weight: bold;
}

.bold {
	font-size: 1.1em;
	font-weight: bold;
}

.smallInfo {
	font-size: 0.8em;
	
}

/* Member Area Styles
 */
#memberInfo {
	width: 320px;
	height: 92px;
}


.memDialogTitle {
	font-weight: bold;
	font-size: 1.3em;


	margin: 0px;
	padding-left: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #ff00cc;
	
	color: #111;
}

#memDialogRule {
	color: #FF9600;
	height: 1px;
	width: 246px;
}
