body, html {margin: 0; padding: 0; height: 100%;}
form {margin: 0; padding: 0;}
hr {margin: 0; height: 1px; border: none; background-color: #000000; color: #000000;}
a {outline: none;}
img {border: none;}

/*************    Header   ***********/
.header {
	height: 135px;
	width: 100%;
	padding-top: 1px; /* to prevent #logo_title margin from moving this div away from top   */
	margin: 0;
	background: #6d4b8b;
	background: -moz-linear-gradient(left,  #6d4b8b 0%, #9e6ec0 50%, #6d4b8b 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#6d4b8b), color-stop(50%,#9e6ec0), color-stop(100%,#6d4b8b));
	background: -webkit-linear-gradient(left,  #6d4b8b 0%,#9e6ec0 50%,#6d4b8b 100%);
	background: -o-linear-gradient(left,  #6d4b8b 0%,#9e6ec0 50%,#6d4b8b 100%);
	background: -ms-linear-gradient(left,  #6d4b8b 0%,#9e6ec0 50%,#6d4b8b 100%);
	background: linear-gradient(to right,  #6d4b8b 0%,#9e6ec0 50%,#6d4b8b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d4b8b', endColorstr='#6d4b8b',GradientType=1 );
}
	@media screen and (max-width: 600px) {
		.header {height: 150px;}
	}
	#logo_title {
		margin: 25px 0 0 0;
		color: #FFFFFF;
		font-size: 32px;
		text-shadow: 1px 1px 1px #502A71;
		text-align: center;
		font-family: 'Rokkitt', serif;
		font-weight: 700;
	}
	#logo_subtitle {
		margin: 5px 0 0 0;
		color: #decfe8;
		font-size: 18px;
		text-shadow: 0 0 1px #765295;
		text-align: center;
		font-family: 'Rokkitt', serif;
		font-weight: 400;
	}
	#header_line {
		height: 6px;
		width: 100%;
		margin: 0;
		background-color: #502a71;
		border-top: 1px solid #9e6ec0;
	}

/*************   Body  *********************/
.main {
	padding: 20px 0 10px 0;
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 70%, #dadada 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#f5f5f5), color-stop(100%,#dadada)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 70%,#dadada 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 70%,#dadada 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 70%,#dadada 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f5f5 70%,#dadada 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
}
	
.menu {
	width: 145px; /* 160 - padding */
	padding: 1px 0 20px 15px;
	border: 1px solid #2d2d2d;
	border-left: none;
	-moz-border-radius: 0 40px 40px 0;
	-webkit-border-radius: 0 40px 40px 0;
	border-radius: 0 40px 40px 0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	background: #474747; /* Old browsers */
	background: -moz-linear-gradient(top,  #474747 0%, #212121 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474747), color-stop(100%,#212121)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #474747 0%,#212121 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #474747 0%,#212121 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #474747 0%,#212121 100%); /* IE10+ */
	background: linear-gradient(top,  #474747 0%,#212121 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#212121',GradientType=0 ); /* IE6-9 */
}
	.menu_section {
		font-size: 14px;
		font-weight: bold;
		margin: 9px 0 0 0;
		color: #ffffff;
	}
	.menu a {
		display: block;
		font-weight: bold;
		margin: 8px 0 0 0;
		padding-left: 10px;
		font-size: 12px;
		color: #e8e8e8;
	}
	@media screen and (max-width: 600px) {
		.menu {float: none; width: 100%; padding: 10px 0; border: none;}
		.menu_section {padding-left: 10px;}
		.menu a {padding-left: 20px; font-size: 18px;}
	}

.page {
	width: 810px; /* 850 - padding  */
	margin: 0 auto;
	padding: 20px;
	background-color: #FFFFFF;
	border: 1px solid #D5D5D5;
	-moz-border-radius: 40px 0 40px 0;
	-webkit-border-radius: 40px 0 40px 0;
	border-radius: 40px 0 40px 0;
	color: #2d2d2d;
	box-shadow: 0px 0px 3px #d1d1d1;
	-moz-box-shadow: 0px 0px 3px #d1d1d1;
	-webkit-box-shadow: 0px 0px 3px #d1d1d1;
	font-family: 'Rokkitt', serif;
}
	@media screen and (max-width: 600px) {
		.page {padding: 0; width: 100%; border: none;}
		.content {padding: 20px;}
	}


/** Sticky Footer  **/
.html {
	margin-bottom: -85px; /* -Match Footer Height */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #dadada;
}
#push_html {height: 85px; clear: both;} /* Match Footer Height */
.footer {
	height: 85px;	 /* Match HTML, Push_HTML Height; 75 + hr heights + */
	width: 100%;
	background-color: #ffffff;
}
	#footer_top_hr {
		height: 1px; 
		margin: 0 0 1px 0;
		background-color: #c2c2c2;
		color: #c2c2c2;
		border: none;
		box-shadow: 0px 1px 2px #999999;
		-moz-box-shadow: 0px 1px 2px #999999;
		-webkit-box-shadow: 0px 1px 2px #999999;
	}
	#footer_bottom_hr {
		height: 15px; 
		margin: 0;
		background-color: #DADADA;
		color: #DADADA;
		border: none;
		box-shadow: 0px -1px 2px #999999;
		-moz-box-shadow: 0px -1px 2px #999999;
		-webkit-box-shadow: 0px -1px 2px #999999;
	}
	#copyright {
		font-size: 12px;
		color: #646464;
		text-align: center;
		width: 300px;
		margin: 12px auto 10px auto;
		font-family: Arial, Helvetica, sans-serif;
	}
		@media screen and (max-width: 600px) {
			#copyright {width: 100%;}
		}
	#powered_by {
		margin: -9px auto 10px auto;
		width: 300px;
		color: #646464;
		text-align: center;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
	}
		@media screen and (max-width: 600px) {
			#powered_by {width: 100%;}
		}
	#powered_by a {
		color: #fcb317;
		position: relative;
		top: 3px;
		left: 2px;
		font-family: "Century Gothic", Arial, sans-serif;
		font-size: 24px;
		text-decoration: none;
	}
	#f {text-decoration: underline;}


/**************    Transactions   *******************/
.transactions {
	width: 810px; /* 850 - padding  */
	margin: 0 auto 20px auto;
	padding: 20px;
	background-color: #F5F5F5;
	border: 1px solid #D5D5D5;
	-moz-border-radius: 40px 0 40px 0;
	-webkit-border-radius: 40px 0 40px 0;
	border-radius: 40px 0 40px 0;
	color: #2d2d2d;
	box-shadow: 0px 0px 3px #d1d1d1;
	-moz-box-shadow: 0px 0px 3px #d1d1d1;
	-webkit-box-shadow: 0px 0px 3px #d1d1d1;
	font-family: 'Rokkitt', serif;
}
	@media screen and (max-width: 600px) {
		.transactions {padding: 0; width: 100%; border: none;}
		#transaction {width: 100%;}
	}
.transaction_step {
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	width: 20px;
	display: inline-block;
}
.enter_transaction {
	border-collapse: collapse;
}
#transaction_form {padding-left: 25px;}
	#transaction_form input[type=number]::-webkit-outer-spin-button, .calculator input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}
	#transaction_form input[type=number] {-moz-appearance:textfield;}
#submit_button {
	background-color: #6E4C8C;
	margin: 10px 0 0 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	border: none;
	outline: none;
	border-radius: 10px;
	padding: 5px 10px;
	cursor: pointer;
	text-shadow: 1px 1px 1px #271437;
}
	#submit_button:active {background-color: #503766;}

#transaction_history {text-align: center; width: 300px;}
#history_title {font-size: 20px; font-weight: bold; color: #7C569C; margin: 0 0 10px 0;}
.history_account {margin: 10px 0;}
.green {color: #3bb324; font-weight: bold;}
.red {color: #af3838; font-weight: bold;}

/**************    Financial Statement   *******************/
.title {
	font-size: 28px;
	font-family: 'Rokkitt', serif;
	font-weight: 700;
}
.financial_statement {
	width: 100%;
	margin: 5px 0 5px 0;
	font-size: 16px;
	font-family: 'Rokkitt', serif;
	font-weight: 400;
	border-collapse: collapse; 
}
	.financial_statement td {padding: 5px;}
.section_title {
	width: 150px;
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
}
	@media screen and (max-width: 600px) {
		.section_title {width: 100%;}
	}
	
.account {
}
.value {
	text-align: right;
	padding-right: 80px;
}
.dark_line {background-color: #f5e3fd;}
.total {border: 2px solid #9C6CBD;}
hr {border: none; height: 4px; color: #502A71; background-color: #502A71; margin: 20px 0;}

/*-------------------   Social   ---------------------------------------------*/
#socials {
	margin-top: 230px;
	padding: 5px 10px;
	width: 50px;
	background-color: #ebebeb;
	position: fixed;/**/
	top: 200px;
	border-radius: 0 10px 10px 0;
	border: 1px solid #cccccc;
	box-shadow: 1px 1px 2px #616161;
	text-align: center;
}
	#socials a {}
	#socials span {font-family: 'Rokkitt', serif; font-weight: bold; color:#333333; font-size: 18px; display: block; margin-bottom: 8px;}