/***************************************************************\
| |\  /|                                                We Put  |
| | >< Hypercosm             styles.css                 3d      |
| |/  \|                                                To Work |
|***************************************************************|
|                                                               |
|        This file defines the styles used by the microgame     |
|        "Furlough Frenzy".                                     |
|                                                               |
|***************************************************************|
|                Copyright (c) 2008 Hypercosm, LLC.             |
\***************************************************************/
@charset "utf-8";
/* CSS Document */

#wrap {
	margin: 0 auto;
	width: 1000px;
}

body, html { 
	width: 100%;
	height: 100%;           
	background-color: #93A9BE;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}

#contentWrap {
	width: 1000px;
	height: 600px;
	background-image: url(../images/background_content.png);
	background-repeat: repeat-x;
}

#content {
	position: relative;
	width: 900px;
	left: 50px;
}

#contentForms {
	position: relative;
	width: 800px;
	left: 100px;
}

.content {
	background-image: url(../images/background_content.png);
	background-repeat: repeat-x;
}

#footer {
	background-image: url(../images/footer_clouds.gif);
	background-repeat: no-repeat;
	width: 1000px;
	height: 53px;
	position: absolute;
	top: 469px;
}

.controlsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding-right: 5px;
}

.introductionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	background-image: url(../images/background_paperForm.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 65px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
}

.explosionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}

.reportText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-image: url(../images/background_paperForm.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 65px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
}

.endgameText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
}

.reportTextDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F30;
}

.reportTextDetailsBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #069;
}

.reportTextDetailsGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #390;
	font-weight: bold;
}

.linkText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a.continue:link {
	color: #CC0000;
	text-decoration: none;
}

a.continue:visited {	
	color: #CC0000;
	text-decoration: none;
}

a.continue:active {	
	color: #CC0000;
	text-decoration: none;
}

a.continue:hover {	
	color: #CC0000;
	text-decoration: underline;
}



