/* Wylde Hypnotica style sheet
*
*  Main colour scheme
*
*  Background 			rgb(70,70,100) - deep smoky violet
*  standout text 		rgb(253,73,0)  - orange
*  regular text 		rgb(255,199,128) - paler orange
*  new light text       rgb(255,240,160) - canary yellow
*  contrast text		rgb(168,255,255) - pale blue/green
*  bright regular text		rgb( 168,195,255) - pale blue
*  bright contrast text		rgb( 26,231,230) - blue green
*  lowlights			rgb( 166,44,3) - brown
*  
*
*
*
*/
a {
	font-size: 9pt;
	color: silver;
	}
a:link {
	color: rgb(253, 73, 0);
}

a:visited {
	color: rgb(168, 255, 255);
}

a:active {
	color: rgb(255, 153, 0);
}
a:hover {
	color: white;
	}

body {
	font-family: "Lucida Sans Unicode"; Helvitica; Ariel;
	background-color: rgb(0,0,0);
	color: rgb(255,240,160);
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
}

body.smoky {
	font-family: "Lucida Sans Unicode"; Helvitica; Ariel;
	background-color: rgb(70,70,100);
	color: rgb(255,240,160);
	}

table {
	table-border-color-light: rgb(70,70,100);
	table-border-color-dark: rgb(70,70,100);
	border: 1px solid rgb(70,70,100);
	/* background-color: rgb(70,70,100); */
}

tr {
	color: rgb(255,199,128);
	font-family: "Lucida Sans Unicode"; Helvitica; Ariel;
	/* background-color: rgb(70,70,100); */
	font-size: 12pt;
}

th {
	color: rgb(253, 73, 0);
	font-family: "Lucida Sans Unicode"; Helvitica; Ariel;
	/* background-color: rgb(70,70,100); */
	font-size: 14pt;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Lucida Sans Unicode";
	Trebuchet;
	Arial;
}

h1 {
	color: white;
	font-size: x-large;
	text-align: center;
}

h2 {
	color: rgb(168, 255, 255);
}

h3 {
	color: rgb(168, 255, 255);
}

h4 {
	color: rgb(168, 255, 255);
}

h5 {
	color: rgb(168, 255, 255);
}

h6 {
	color: rgb(168, 255, 255);
}

table.order {
	font-family: "Lucida Sans Unicode"; Trebuchet; Arial;
	font-size: 10pt;
	color: rgb(26, 231, 230);
	border-width: 1;
	border-color: rgb(253, 73, 0);
	padding: 10px;
	text-align: left;
	vertical-align: top;

}

td.edgeBorder {
	background-color: rgb(70,70,100);
	border-color: rgb(70,70,100);
	border-width: 0;
}

td.noborder {
	border-width: 0;
	text-align: center;
	vertical-align: top;
}

td.oneborder {
	border-width: 0;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px;
	border-bottom-style: solid;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 20px;
}
td.noborderPadded {
	border-width: 0;
	text-align: left;
	vertical-align: top;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 20px;
}
td.formText {
	font-family: "Lucida Sans Unicode"; Trebuchet; Arial;
	font-size: 8pt;
	font-weight: bold;
	color: rgb(168, 255, 255);
	border-width: 0;
}

td.order {
	font-family: "Lucida Sans Unicode"; Trebuchet; Arial;
	font-size: 10pt;
	color: rgb(26, 231, 230);
	border-width: 1;
	border-color: rgb(253, 73, 0);
	border-style: dashed;
	padding: 20px;
}

td.logoCell {
	background-image: url(WyldHypnoticaLogo5.gif);
	background-color: rgb(70,70,100);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;;
	background-repeat: no-repeat;
	margin-left: 25px;
}
em {
	color: rgb(253, 73, 0);
	}
p.textOnPics {
	background-color: black;
}

p.bright {
	font-family: "Lucida Sans Unicode"; Trebuchet; Arial;
	font-size: 12pt;
	color: rgb(253,73,0);
	/*background-color: rgb(70,70,100);*/
	text-align: left;
}

p.little {
	font-family: "Lucida Sans Unicode"; Trebuchet; Arial;
	font-size: 6pt;
	color: rgb(190,190,190);
}

p.littleBright {
	font-family: "Lucida Sans Unicode"; Trebuchet; Arial;
	font-size: 8pt;
	color: rgb(255,199,128);
	background-color: rgb(70,70,100);
	text-align: left;
	font-weight: bold;
}

p.littleContrast {
	font-family: "Lucida Sans Unicode"; Trebuchet; Arial;
	font-size: 8pt;
	/* background-color: black; */
	color: rgb(26, 231, 230);
}

p.siteHeader {
	color: rgb(253, 73, 0);
	font-family: "Lucida Sans Unicode"; Trebuchet; Arial;
	background-color: rgb(70,70,100);
	padding-left: 10%;
	font-size: 28pt;
}

p.invisible {
	background-color: black;
	color: black;
	font-size: 1px;
}

a.little {
	font-family: Arial;
	font-size: 8pt;
	background-color: black;
	color: silver;
}

a.littleContrast {
	font-family: "Lucida Sans Unicode"; Trebuchet; Arial;
	font-size: 8pt;
	color: rgb(26, 231, 230);
}

th.tableHeadStyle {
	color: rgb(26, 231, 230);
	font-family: "Lucida Sans Unicode"; Trebuchet; Arial;
	/* background-color: rgb(70,70,100); */
	font-size: 10pt;
}

hr.redLine {
	color: rgb(253, 73, 0);
	width: 100%;
	line-height: 5 px;
}



div.leftColumn {
	top: 420px;
	left: 2%;
	position: absolute;
	z-index: 2;
	visibility: show;
	width: 14%;
	/* height: 45%;
	min-height: 45%; */
	/* diagnostics */
	border-style: solid;
	border-width: 4px;
	border-color: rgb(166, 44, 3);
	background-color: rgb(20,20,20);
	padding: 10px;
}

div.mainColumn {
	top: 320px;
	left: 19%;
	position: absolute;
	z-index: 2;
	visibility: show;
	width: 36%;
	background-color: rgb(0,0,0);
	/* diagnostics */
	border-style: none;
	padding: 1%;
}

div.rightColumn {
	top: 420px;
	left: 60%;
	position: absolute;
	z-index: 2;
	visibility: show;
	width: 15%;
	/* min-height: 45%; 
	height: 45%;*/
	background-color: rgb(20,20,20);
	/* diagnostics */
	border-style: solid;
	border-width: 4px;
	border-color: rgb(166, 44, 3);
	padding: 10px;
}
div.invisible {
	
	z-index: 1;
	visibility: hidden;
	
	}
div.enclosed {
	position: relative;
	z-index: 2;
	visibility: show;
	padding: 2px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgb(255,199,128);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgb(255,199,128);

	}

div.topBorder {
	top: 0 px;
	left: 0px;
	width: 100%;
	height: 6%;
	position: absolute;
	z-index: 2;
	visibility: show;
	max-width: 100%;
	max-height: 10%;
	/* diagnostics 
	border-style: solid;
	border-width: 1px;
	border-color: white;
	-------------------- */
}

div.bottomBorder {

	bottom: 1000px;
	left: 0px;
	position: static;
	z-index: 2;
	visibility: show;
	margin: 20px;

}

div.bottomlogo {
	left: 2%;
	top: 70%;
	bottom: 95%;
	position: absolute;
	z-index: 2;
	visibility: show;
	/* width: 14%;
	height: 25%;
	min-height: 25%;*/
}

div.infoColumn {
	top: 6%;
	left: 10%;
	position: absolute;
	z-index: 2;
	visibility: show;
	width: 70%;
	
	/* diagnostics */
	border-style: none;
	padding: 5%;
	
}
div.titlePos {
	top: 200px;
	left: 1%;
	position: absolute;
	z-index: 3;
	visibility: show;
	width: 25%;
	/* diagnostics */
	border-style: none;
}

div.leftpic {
	float: left;
	margin-right: 30px;
}

div.rightpic {
	float: right;
	margin-left: 30px;
	}

li {
	text-indent: 40px;
	line-height: 140%;
	}

/* mouse maneovers */

.mouseOff {
border-top:    10px  solid #000000;
border-bottom: 10px  solid #000000;
border-left:   6px   solid #000000;
border-right:  10px  solid #000000;
}
.mouseOn {
border-top:    6px   solid #000000;
border-bottom: 14px  solid #000000;
border-left:   10px  solid #000000;
border-right:  6px   solid #000000;
}
.mouseDown {
border-top:    13px  solid #000000;
border-bottom: 7px   solid #000000;
border-left:   10px  solid #000000;
border-right:  6px   solid #000000;
}
.mouseUp {
border-top:    10px  solid #000000;
border-bottom: 10px  solid #000000;
border-left:   10px  solid #000000;
border-right:  6px   solid #000000;
}