@charset "UTF-8";
a:link {
	text-decoration: none;
	color: #66CC00;
}
a:visited {
	text-decoration: none;
	color: #66CC00;
}
a:hover {
	text-decoration: none;
	color: #66CC00;
}
/* CSS Document */
body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #DDD;
	margin: 0;
	background-image: url(assets/bgd.jpg);
	background-repeat: repeat;
	
	/* Turn off font resizing */
	-webkit-text-size-adjust: none; 
}
#header {
	position: relative;
	padding-top: 14px;
	height: 40px;
	text-shadow: black 0px 1px 2px;
	background-color: #101010;
	background-image: url(assets/header_bgd.png);
	font-weight: bold;
	padding-left: 10px;
	font-size: 16px;
}
#header600 {
	position: relative;
	padding-top: 14px;
	height: 40px;
	text-shadow: black 0px 1px 2px;
	background-color: #101010;
	background-image: url(assets/header_bgd.png);
	font-weight: bold;
	padding-left: 14px;
	width: 588px;
}
#header800 {
	position: relative;
	padding-top: 14px;
	height: 40px;
	text-shadow: black 0px 1px 2px;
	background-color: #101010;
	background-image: url(assets/header_bgd.png);
	font-weight: bold;
	padding-left: 14px;
	width: 788px;
}
#container {
	text-align: left;
	background-image: url(front.png);
	background-repeat: no-repeat;
	padding: 20px;
	width: 320px;
	height: 500px;
}
#main {
	width: 280px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#txt {
	width: 310px;
	padding: 6px;
}
#txt0 {
	width: 310px;
	padding: 0px;
}
#txtAbout {
	width: 300px;
	padding: 18px;
}
#smalltxt {
	font-size: 12px;
	text-align: left;
	padding: 3px;
}
#smalltxtcenter {
	font-size: 14px;
	text-align: center;
	padding: 3px;
	width: 310px;
}
#credits {
	text-align: center;
	font-size: 12px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	padding: 5px;
}
#verbose {
	font-size: 14px;
	text-align: left;
	padding: 3px;
}
.input {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 18px;
	font-weight: normal;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.button6 {
	background-color: #F00;
	color: #333333;
	border: 1px solid #666666;
	cursor: inherit;
	margin-bottom: 4px;
	width: 88%;
}
.description {
	text-align: center;
	display: block;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 14px;
}
.navigation a {
	text-align: center;
	width: 280px;
	display: block;
	font-weight: bold;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 5px;
}
.navigation a:hover {
	text-align: center;
	width: 280px;
	display: block;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 12px;
}

/* The button class defines properties for buttons that are either 30px or 46px high  */
.button	
{
	/* Set a button to be a block so its height and width can be adjusted */
	display: block;
	/* Use the highest button height to ensure that text will vertically align on all buttons */
	line-height: 46px;
	/* A button will expand to the width of its parent cell if no width is specified */
	width: 80%;
	font-size: 20px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}


 /*  Builds a button using a 29x46 image */
.blue
{
	margin: 3px auto;
	color: #fff;
	 /*  Put a 1 pixel blur black shadow below the button's text */
	text-shadow: #000 0px 1px 1px;
	
	/* The right and left borders are 14 pixels wide  */
	border-width: 0px 14px 0px 14px;	   
	
	
	/* The leftButton image is split into three. Both left and right sides are 14 pixels wide.  */
	/* The remaining 1 pixel is used for the middle part of the image.	 */
	/* The left and right sides will remain fixed while the middle part is scaling horizontally.  */
	-webkit-border-image: url(assets/blueButton.png) 0 14 0 14;	
}

/*  Builds a button using a 29x46 image */
.white 
{
	margin: 3px auto;
	border-width: 0px 14px 0px 14px;
	color: #000;
	
	/*  Put a 1 pixel blur white shadow below the button's text  */
	text-shadow: #fff 0px 1px 1px;	
	
	/* Note that the -webkit-border-image values are given as  0 14 0 14 and not 0px 14px 0px 14px */
	-webkit-border-image: url(assets/whiteButton.png) 0 14 0 14;
}

/*	Builds a button using a 29x46 image */
.black	
{
	border-width: 0px 14px 0px 14px;
	color: #fff;
	
	/* Put a 1 pixel blur black shadow below the button's text */
	text-shadow: #000 0px 1px 1px;	
	-webkit-border-image: url(assets/grayButton.png) 0 14 0 14;
	margin: 3px auto;	
}

/*  Creates a button using a 18x30 image */
.blackLeft 
{
	margin: 3px auto;
	color: #fff;
	
	/* Put a 1 pixel blur black shadow below the button's text   */
	text-shadow: #000 0px 1px 1px;	 
	border-width: 0px 5px 0px 12px;
	
	
	/* -webkit-border-image divides the leftButton image into 2 corners and middle part.	*/
	/* The left corner is 12 pixels wide. The right corner is 5 pixels wide and the middle part is 1 pixel. */
	-webkit-border-image: url(assets/leftButton.png) 0 5 0 12;		
}

/* Creates a button using a 18x30 image */
.blackRight	 
{
	margin: 3px auto;
	border-width: 0px 12px 0px 5px;
	color: #fff;
	text-shadow: #000 0px 1px 1px;
	
	/* -webkit-border-image divides the rightButton image into three parts. */
	/* The right and left corners of the image are respectively 12 pixels and 5 pixels wide. */
	/* This leaves 1 pixel for the midlle part of the image.		*/
	-webkit-border-image: url(assets/rightButton.png) 0 12 0 5;
}
.green {
	color: #66CC00;
}
.red {
	color: #F60;
}
.center {
	text-align: center;
	padding: 3px;
}
