@charset "utf-8";
/* CSS Document */
span.reference{
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	font-size: 10px;
	line-height: 20px;
	text-align: right;
	height: 20px;
	-moz-box-shadow: -1px 0px 10px #000;
	-webkit-box-shadow: -1px 0px 10px #000;
	box-shadow: -1px 0px 10px #000;
	background-color: #000;
			}
			span.reference a{
				color:#aaa;
				text-transform:uppercase;
				text-decoration:none;
				margin-right:10px;
				
			}
			span.reference a:hover{
				color:#ddd;
			}
			.bg_img img{
				width:100%;
				position:fixed;
				top:0px;
				left:0px;
				z-index:-1;
			}
			h1{
	font-size: 25px;
	text-align: right;
	position: relative;
	right: 40px;
	top: 20px;
	font-weight: normal;
				/*text-shadow:  0 0 3px #0096ff, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #0096ff, 0 0 70px #0096ff, 0 0 80px #0096ff, 0 0 100px #0096ff, 0 0 150px #0096ff;
			*/}
			h1 span{
				display:block;
				font-size:15px;
				font-weight:bold;
			}
#head {
	font-size: 130%;
	color: #CCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	padding-bottom: 6px;
}


.par {
	line-height: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
}
square {
	background: #def3ca;
	width: 600px;
	display: none;
	text-align: center;
	color: #999;
	height: 400px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: medium solid #F00;
  }
#head2 {
	font-size: 130%;
	color: #CCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 15px;
	padding-bottom: 6px;
}
.wide {
	width: 540px;
	border: thin solid #666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 40px;
	background-color: #000;
	font-size: 100%;
	color: #FFF;
	line-height: normal;
	opacity: 0.7;
	position: relative;
	top: 50px;
	-moz-box-shadow: -1px 0px 10px #000;
	-webkit-box-shadow: -1px 0px 10px #000;
}
.par1 {
	line-height: 25px;
	margin-bottom: 10px;
	margin-top: 18px;
}

			h2{
	position: relative;
	font-size: 25px;
	font-weight: normal;
	background-color: #CCC;
	height: 600px;
	width: 800px;
	margin-top: 200px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #CCC;
	text-align: center;
	display: none;
	visibility: visible;
	color: #FFF;
				/*text-shadow:  0 0 3px #f6ff00, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #f6ff00, 0 0 70px #f6ff00, 0 0 80px #f6ff00, 0 0 100px #f6ff00, 0 0 150px #f6ff00;
*/}
.wide1 {
	width: 50%;
	border: thin solid #666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 40px;
	background-color: #000;
	font-size: 100%;
	color: #FFF;
	line-height: normal;
	position: relative;
	top: 35px;
	-moz-box-shadow: -1px 0px 10px #000;
	-webkit-box-shadow: -1px 0px 10px #000;
	height: 650px;
	opacity: 0.7;
}
.wide2 {
	width: 600px;
	border: thin solid #999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 40px;
	background-color: #000;
	font-size: 100%;
	color: #FFF;
	line-height: normal;
	opacity: 0.7;
	position: relative;
	top: 35px;
	-moz-box-shadow: -1px 0px 10px #000;
	-webkit-box-shadow: -1px 0px 10px #000;
	height: 405px;
}
.wide4 {
	width: 600px;
	border: thin solid #999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000;
	font-size: 100%;
	color: #FFF;
	line-height: normal;
	opacity: 0.7;
	position: relative;
	top: 35px;
	-moz-box-shadow: -1px 0px 10px #000;
	-webkit-box-shadow: -1px 0px 10px #000;
	height: 580px;
	padding-top: 33px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}

/* SpryValidationTextField.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
}



/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}

/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}

/* When the widget has the hint message on, the hint text can be styled differently than the user typed text. */
.textfieldHintState input, input.textfieldHintState {

	/*color: red !important;*/
}

.wide3 {
	width: 600px;
	border: thin solid #999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 40px;
	font-size: 100%;
	color: #FFF;
	line-height: normal;
	position: relative;
	top: 35px;
	-moz-box-shadow: -1px 0px 10px #000;
	-webkit-box-shadow: -1px 0px 10px #000;
	height: 1100px;
	opacity: 0.7;
	background-color: #000;
}
workpage {
	background: #def3ca;
	width: 800px;
	display: none;
	text-align: center;
	color: #FFF;
	height: 500px;
	margin-top: 200px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: medium solid #333;
}
.wide5 {
	width: 600px;
	border: thin solid #999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 40px;
	font-size: 100%;
	color: #FFF;
	line-height: normal;
	position: relative;
	top: 35px;
	-moz-box-shadow: -1px 0px 10px #000;
	-webkit-box-shadow: -1px 0px 10px #000;
	height: 750px;
	opacity: 0.7;
	background-color: #000;
}
