
 * { padding: 0; margin: 0;}

body {
		/* background: #111111;*/
		

background: #b8c6df; /* Old browsers */
background: -moz-linear-gradient(top,  #b8c6df 0%, #6d88b7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8c6df), color-stop(100%,#6d88b7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b8c6df 0%,#6d88b7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b8c6df 0%,#6d88b7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b8c6df 0%,#6d88b7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b8c6df 0%,#6d88b7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8c6df', endColorstr='#6d88b7',GradientType=0 ); /* IE6-9 */
		
		/* background: #111132; */
}

#wrapper { 
		margin: 0 auto;
		height: 550px;
		/*width: 798px;*/
}

#header {
		padding: 0;
		margin: 0;
		width: 830px;
		position: absolute;
		top: 3px;
		left: 35px;
		padding: 10px;
		border: 1px solid #ccc;
		height: 60px;
		margin: 10px 0px 5px 0px;
		background: #000066;
}

#heading {
	background: #000066;
	padding: 10px;
	border: 1px solid #ccc;
	color: #ffffff;
}

#leftcolumn { 
		position: absolute;
		top: 96px;
		left: 35px;	
		color: #333;
		border: 1px solid #ccc;
		background: #E7DBD5;
		margin: 0px 5px 5px 0px;
		padding: 10px;
		width: 324px;
		max-height: 420px;
}

#rightcolumn { 
		color: #333;
/*		background: #F2F2E6; */
		margin: 0px 0px 5px 0px;
		padding: 10px 10px 10px 10px;
		position: absolute;
		top: -1px;
		left: 346px;
		width: 485px;
		height: 404px;
		/*z-index: 10;*/
		/*overflow: auto;*/
}
#rightSide{
		color: #333;
		/* background: #222244; */
		margin: 0px 0px 5px 0px;
		padding: 10px 10px 10px 10px;
		/* top: -1px;*/
		/* left: 346px;*/
		/* width: 485px; */
		max-height: 654px;
		z-index: 10;

}

#footer { 
		position: absolute;
		left: -1px;
		top: 422px;
		width: 830px;
		clear: both;
		color: #333;
		border: 1px solid #ccc;
		background: #000066;
		margin: 0px 0px 10px 0px;
		padding: 10px;
		z-index: 5;
}

.PageHeader {
		font-size: 30px;
		font-family: Arial;
		color: #FFFFFF;
}

.LittleHeader {
		font-size: 12px;
		font-family: Arial;
		color: #FFFFFF;
}

.LittleFooter {
		font-size: 8pt;
		font-family: Arial;
		color: #FFFFFF;
}

.greenlight{
		background-color: #000000;
		color: #00FF00;
		font-family: monospace;
		padding: 0 4px;
}

.amberlight{
		background-color: #000000;
		color: #FF8800;
		font-family: monospace;
		padding: 0 4px;
}

.yellowlight{
		background-color: #000000;
		color: #FFFF00;
		font-family: monospace;
		padding: 0 4px;
}

.cyanlight{
	background-color: #000000;
	color: #0AF1F1;
	font-family: monospace;
	padding: 0 4px;
}

.grywht{
		background-color: #999999;
		color: #FFFFFF;
		padding: 0 4px;
}

.menukey{
		background-color: #333333;
		color: #FFFFFF;
		padding: 0 4px;
}

.bw{
		background-color: #000000;
		color: #FFFFFF;
		font-family: monospace;
		padding: 0 4px;	
}

ol{
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 20px;
}

li{
	margin-bottom: 10px;
}

p {
		font-size: 12pt;
}


p.hint {
	padding: 5px 0px;
	font-size: 10px;
	font-weight: bold;
}

ul {
		padding-left: 40px;
}

p.information {
	font-size: 12px;
	padding: 5px 0px;
}

div.instructions {
	background-color: #99CCFF;
	font-size: 12px;
	padding: 5px;
	margin: 5px;
	border: 2px solid #660000;
	width: 90%;
}

div.instructions_scroll {
	background-color: #99CCFF;
	font-size: 12px;
	padding: 5px;
	margin: 5px;
	border: 2px solid #660000;
	width: 90%;
	overflow: auto;
}

p.instructionTitle{
		font-weight: bold;
		text-align: center;
}

p.buttonHolder{
		margin: 10px auto;
		font-weight: bold;
		text-align: center;
}

p.buttonSpacer{
	margin: 10px 10px 10px 10px;
	font-weight: bold;
	text-align: center;
}

a.button{
		background-color: #CCCCCC;
		border: 2px solid #666666;
		color: #000000;
		padding: 4px;
		text-decoration: none;
}

a.buttonClose{
		position: absolute;
		top:0px;
		left: 647px;
		padding: 0px 4px;
		background-color: #CCCCCC;
		border: 2px solid #666666;
		color: #000000;
		padding: 0 4px;
		text-decoration: none;	
}

a.buttonCloseSmall{
		position: absolute;
		top:0px;
		left: 357px;
		padding: 0px 4px;
		background-color: #CCCCCC;
		border: 2px solid #666666;
		color: #000000;
		padding: 0 4px;
		text-decoration: none;	
}

a.button:hover, a.buttonClose:hover, a.buttonCloseSmall:hover{
		background-color: #666666;
		border: 2px solid #CCCCCC;
		color: #FFFFFF;
}

.popUp{
	display: none;
	background-color: #99ff99;
	width: 650px;
	border: 4px solid #666666;
	padding: 0 8px 8px;
	position: absolute;
	top: 60px;
	left: 200px;
	z-index: 20;
	filter:alpha(opacity=95);   /* Internet Explorer*/
	-moz-opacity:0.95;           /* Mozilla 1.6 and below*/
	opacity: 0.95;               /* newer Mozilla and CSS-3 */
}

.popUpNew{
	display: none;
	background-color: #ffff00;
	width: 650px;
	border: 4px solid #666666;
	padding: 0 8px 8px;
	position: absolute;
	top: 60px;
	left: 200px;
	z-index: 20;
	filter:alpha(opacity=95);   /* Internet Explorer*/
	-moz-opacity:0.95;           /* Mozilla 1.6 and below*/
	opacity: 0.95;               /* newer Mozilla and CSS-3 */
}

.popUpSmall{
	display: none;
	background-color: #ffff00;
	width: 360px;
	border: 4px solid #666666;
	padding: 0 8px 8px;
	position: absolute;
	top: 240px;
	left: 240px;
	z-index: 20;
	filter:alpha(opacity=95);   /* Internet Explorer*/
	-moz-opacity:0.95;           /* Mozilla 1.6 and below*/
	opacity: 0.95;               /* newer Mozilla and CSS-3 */
}


.popTitle{
	padding: 2px;
	background-color: #336600;
	border-bottom: 2px solid #666666;
	color: #ffffff;
	text-align: center;
	margin-left: -8px;
	margin-right: -8px;	
}

.popTitleSmall{
	padding: 2px;
	background-color: #ffcc00;
	border-bottom: 2px solid #666666;
	color: #ffffff;
	text-align: center;
	margin-left: -8px;
	margin-right: -8px;	
}


.popContent{
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.popContentWarning{
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 25px;
	margin-left: 20px;
	border: 1px solid #000000;
	background-color: #eeeeee;
	padding: 3px;
}


.scrollme{
	overflow: auto;
	height: 380px;
}

 #step1,  #step2,   #step3,   #step4,   #step5,   #step6,   #step7,   #step8,   #step9,   #step10,
#step11, #step12, #step13, #step14, #step15, #step16, #step17, #step18, #step19, #step20,
#step21, #step22, #step23, #step24, #step25, #step26, #step27, #step28, #step29, #step30,
#step31, #step32, #step33, #step34, #step35, #step36, #step37, #step38, #step39, #step40{
	display: none;
	position: absolute;
	top: 298px;
	left: 40px;
	width: 335px;
	height: 200px;
	z-index: 15;
}

table {
		background-color: #ffffff;
		padding: 5px;
		border: 2px solid #000000;
}
.expense{
	color: #ff0000;
}
.total{
	text-align: right;
	font-weight: bold;
}
.tIncome{
	font-weight: bold;
}

.tExpense{
	color: #ff0000;
	font-weight: bold;
}


#post{
	/*max-height: 650px;*/
	/*max-width: 500px;*/
	padding: 5px;
	padding-right: 10px;
	overflow: auto;
	background-color: #f3f3f3;
	font-family: Cantarell;
}

#post p{
	max-width: 700px;
	text-align:justify;
}

#post ul{
	list-style-type: square;
}

.articleTitle{
	font-size: 1.5em;
	font-weight: bold;
}

.byLine{
	font-size: 0.9em;
	font-weight: bold;
}

/* ---------------------------------------------------------------------------------------------------- */


/* Raphael stuff goes here */

#canvas {
	height: 632px;
	width: 502px;
	position: relative;
	top: 0px;
	left: 7%;
	z-index:20;
	/* border: 2px solid #000000; */
}

#paper {
	height: 630px;
	width: 500px;
	position: relative;
	left: 2px;
	top: 0px;
	cursor: pointer;
	/*z-index:21;*/
	/* border: 2px solid #FF0000; */
}

@media(min-width:320px){
	html {
		zoom: 69%;
		-moz-transform: scale (0.69,0.69);
	}
	
	#spacer{
		zoom: 200%;
		-moz-transform: scale(2.0,2.0);
	}
}
  

@media(min-width:992px){
	html {
		zoom: 90%;
		-moz-transform: scale(0.9,0.9);
	}
	
	#spacer{
		zoom: 100%;
		-moz-transform: scale(1.0,1.0);
	}
}
