
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Verdana, Sans-Serif; 
}

body {
	background-color: #e9e9dd;
	text-align: left; 
	color: #707070;
	font-size: 13px;
}

a:link, a:visited, a:active, a:hover {
	color: #00507d;	
	text-decoration: underline;
	font-weight: bold;
	outline: none;
}

a:visited {
	color: #11618d;	
}

a:hover {
	color: #1873a5;	
	text-decoration: none;
}


h1, h2, h3, h4 {
	font-family: Myriad Pro, Arial, Tahoma, Verdana, Sans-Serif; 
	letter-spacing:-1px;
	color: #707070;
	font-weight: normal;
}

h5 {
	font-family: Arial, Tahoma, Verdana, Sans-Serif; 
	color: #015C8E;
	font-weight: bold;
	font-size: 13px;
}

h1 {
	margin-bottom: 10px;
	font-size: 28px;
}

h2 {
	margin-bottom: 6px;
	font-size: 22px;
}

h3 {
	margin-bottom: 2px;
	font-size: 18px;
}

h4 {
	margin-bottom: 1px;
	font-size: 16px;
}

img {
	border: none;
}

p {
	margin: 0px;
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}
	
	table th {
		text-align: left;
		font-weight: bold;
		vertical-align: middle;
		text-transform: capitalize;
	}

	table td {
		vertical-align: top;
		text-align: left;
	}


ul {
	margin: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

	ul li {
		margin: 0px;
		padding: 0px 0px 0px 10px;
		text-align: left;
		background: transparent url(../images/dot_small.gif) no-repeat 0 center;
	}

form, fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

	label {
		display: block;
		font-weight: bold;
	}

	input, select, textarea {
		padding: 1px;
		width: 250px;
		font-size: 12px;
	}

	#contact input, #contact select, #contact textarea {
		padding: 2px 6px;
		width: 250px;
		font-size: 12px;
		border: 1px solid #cdcdcd;
	}

	input[type=checkbox] {
		width: auto;
	}

	textarea {
		height: 100px;
	}


	button {
		clear: both;
		display: block;
		cursor:pointer;
		padding: 8px 20px;
		font-size: 14px;
		width: auto;
		border: 1px solid #1873A5;
		background: #1873A5;
		border-radius: 2px;
		color: #fff;
	}
	
		button:hover {
			border: 1px solid #086395;
			background: #086395;
		}

	.focus, .focus:hover {

	}

	.sending {
		background: transparent url(../images/loading.gif) no-repeat scroll 100% 5px;
		padding-right: 20px;
	}


		#contactform_error {
			display: none;
			clear: both;
			font-weight: bold;
			color: #ff0000;
			background: #fcf5bc url(../images/blinking_warning.gif) no-repeat  99% 3px;
		}

			#contact_form #contactform_error p {
				padding: 10px;
				margin: 0;
			}

		#contactform_success {
			display: none;
			clear: both;
			font-weight: bold;
			background-color: #a4ba69;
			color: #ffffff;
		}

			#contactform_success p {
				padding: 10px;
				margin: 0;
			}

		form .error {
			background: #fcf5bc;
		}







/* LAYOUT */

#container {
	margin: auto;
	width: 900px;
	text-align: center;
	overflow: hidden;
}

	#soon #container {
		padding: 50px 0 20px 0;
	}

		#soon #container #soonlogo {
			display: block;
			margin: 0 0 20px 0;
		}

#header, #middle, #footer {
	text-align: left;
	clear: both;
}

	#header {
		height: 100px;
	}

		#logo {
			float: left;
			margin: 15px 0 0 0;
			text-decoration: none;
		}

			#logo:hover {
				text-decoration: none;
			}

			#logo h1 {
				display: block;
				height: 1px;
				margin: 0;
				padding: 0;
				text-indent:-9999px;
			}


		#topmenu {
			float: right;
			margin: 45px 0 0 0;
		}

			#topmenu  li {
				float: left;
				height: 28px;
				line-height: 28px;
				margin-left: 5px;
				padding: 0;
				background-image: none;
			}

				#topmenu  li a {
					display: block;
					height: 28px;
					line-height: 28px;
					padding: 0 0 0 10px;
					margin-right: 10px;
					color: #707070;
					text-decoration: none;
					font-weight: bold;
					font-size: 15px;
					letter-spacing: -1px;
				}

					#topmenu li a:hover, #topmenu li a.selected {
						text-decoration: none;
					}

			#topmenu  li.selected {
				background: #1873a5 url(../images/menu_bg.gif) no-repeat right -28px;
				color: #ffffff;
			}

				#topmenu  li.selected a {
					background: #1873a5 url(../images/menu_bg.gif) no-repeat left -28px;
					color: #ffffff;
				}


				#topmenu  li:hover {
					background: #1873a5 url(../images/menu_bg.gif) no-repeat right -28px;
					color: #ffffff;
				}

					#topmenu  li:hover a {
						background: #1873a5 url(../images/menu_bg.gif) no-repeat left -28px;
						color: #ffffff;
					}


	#middle {

	}

		#middle #content {
			padding: 0 15px 15px 15px;
			position: relative;
		}


	#footer {
		border-top: 1px solid #c3c3b7;
		margin: 10px 0;
		padding: 10px 0;
		color: #b3b3ac;
	}

		#footer a {
			font-weight: normal;
		}

		#footer #bottommenu {
			border-bottom: 1px solid #c3c3b7;
			padding: 0 0 10px 0;
			margin: 0 0 10px 0;	
			text-align: center;
			display: none;
		}

		#footer #bottommenu li {
			display: inline;
			margin: 0 10px 0 10px;
			color: #8f8f8b;
		}

			#footer #bottommenu li a {
				color: #8f8f8b;
			}


/* MAIN */

#homepage_header {
	height: 400px;
	overflow: hidden;
	background: #00456e url(../images/main_bg.jpg) no-repeat 0 0;
	margin: 0 0 0 0;
	color: #92c9e8;
	position: relative;
}

	#homepage_header .content {
		float: right;
		margin: 60px 0 0 0;
		padding: 0 20px 0 0;
		width: 440px;
		height: 220px;
		overflow: auto;
		line-height: 160%;
		font-size: 13px;
	}

		#homepage_header .content a, #homepage_header .content h1, #homepage_header .content h2, #homepage_header .content h3, #homepage_header .content b, #homepage_header .content strong {
			color: #ffffff;
		}

	#homepage_header #startnow {
		font-size: 30px;
		text-decoration: none;
		font-weight: normal;
		/* background: #ffffff url(../images/dot_big_blue.gif) no-repeat 0 center; 
		padding: 0 0 0 20px; */
		position: absolute;
		bottom: 50px;
		right: 55px;
		color: #1873a5;
	}

		#homepage_header #startnow:hover {
			/* background: #ffffff url(../images/dot_big_yellow.gif) no-repeat 0 center; */
			color: #ecd824;
		}


#page_header {
	height-min: 79px;
	background: #00456e url(../images/header_bg.jpg) no-repeat 0 bottom;
	margin: 0 0 20px 0;
	color: #92c9e8;
	position: relative;
}

	#page_header .content {
		padding: 10px 15px 15px 15px;
	}

		#page_header .content h1 {
			color: #ffffff;
			margin: 0;
		}

		#page_header .content h4 {
			color: #92c9e8;
			margin: 0;
			font-size: 15px;
			letter-spacing:0;
		}

	#scenario #page_header {
		background: #ffffff url(../images/header_bg.jpg) no-repeat 100% 0; /* #00456e */
		height: 79px;
		overflow: hidden;
	}

		#scenario #page_header .content {
			width: 680px;
		}

	#page_header #progress {
		background:#FFFFFF none repeat scroll 0 0;
		color:#707070;
		font-size:14px;
		font-weight:bold;
		padding:0;
		position:absolute;
		right:10px;
		text-align:center;
		top:20px;
		width:240px;
	}

		#page_header #progress b {
			color: #015c8e;
			font-size: 25px;
		}





#navi {
	overflow: hidden;
	background: #ffffff;
	margin: -20px 0 20px 0;
	position: relative;
	padding-bottom: 7px;
	padding-left: 8px;
}

	#navi li {
		color: #92c9e8;
		float: left;
		padding: 0;
		margin: 0;
		background-image: none;
		line-height: 20px;
	}
		#navi a {
			color: #015C8E;
			font-weight: normal;
			text-decoration: none;
			padding: 0 5px;
			margin: 0 3px;
			line-height: 20px;
			display: block;
			float: left;
		}
		#navi a.selected,#navi a:hover {
			color: #ffffff;
			background-color: #015C8E;
			line-height: 20px;
		}


/* SCENARIOS */

#scenarios {
	
}

	#scenarios li {
		background: transparent url(../images/dot_mid.gif) no-repeat 0 4px;
		padding: 0 0 30px 10px;
		clear: both;
	}

	#scenarios img {
		float: left;
		margin: 0 10px 5px 0;
		padding: 1px;
		border: 0;
	}

	#scenarios b {
		line-height: 150%;
	}

	#scenarios a {
		font-weight: normal;

		color: #00507d;	
		outline: none;
	} 

		#scenarios a b {
			font-weight: bold;
			font-size: 14px;
			display: block;
			margin: 0 0 -8px 0;
			color: #00507d;	
			text-decoration: underline;
			font-weight: bold;
			outline: none;
			line-height: 100%;
		} 

		#scenarios a:hover b {
			text-decoration: none;
		} 


/* INFO */

.info {
	background:#dadac9 url(../images/icon_info.png) no-repeat scroll 10px 10px;
	font-weight:bold;
	line-height:150%;
	margin:20px 0;
	min-height:60px;
	padding:10px 30px 10px 70px;
	text-align:justify;
	color: #505050;
	font-size: 14px;
}

.task {
	margin:30px 0 20px 0;
	font-size: 13px;
}
	
	.task h2 {
		color: #015c8e;
		margin: 0 0 15px 0;
	}

	.task ul {
		margin: 20px 0;
	}

		.task ul li {
			background-color:#FFFFFF;
			background-image:none;
			font-weight:normal;
			margin:2px;
			padding:10px 10px 5px;
			width:300px;
		}

			.task ul li:hover {
				background-color:#f2e03b;
				font-weight: bold;
			}

			.task ul li input {
				margin: 0 5px 0 0;
			}

			.task ul li label {
				display:inline;
				font-weight:normal;
			}

			.task ul li:hover label {
				font-weight:bold;
				cursor: pointer;
			}


			.feedback_correct, .feedback_areyousure, .feedback_incorrect {
				margin:20px 0;
				padding:10px 20px 10px 70px;
				min-height:60px;
				font-weight: bold;
				display: none;
			}

			.feedback_correct {
				color: #ffffff;
				background:#a4ba69 url(../images/icon_ok.png) no-repeat scroll 10px 10px;
			}

			.feedback_areyousure {
				background:#FCF5BC url(../images/icon_ko.png) no-repeat scroll 10px 10px;
			}

			.feedback_incorrect {
				background:#FCF5BC url(../images/icon_idea.png) no-repeat scroll 10px 10px;
			}


			.close {
				float: right;
				font-weight: bold;
			}

			.task .correct, .task .correct:hover {
				background-color:#a4ba69;
				font-weight: bold;
				color: #ffffff;
			}

				.task .correct a, .task .correct:hover a {
					color: #ffffff;
				}

			.task .incorrect, .task .incorrect:hover {
				background-color:#ee4444;
				font-weight: bold;
				color: #ffffff;
			}

				.task .incorrect a, .task .incorrect:hover a {
					color: #ffffff;
				}



/* TABLE */

.ledger {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}

	.ledger .head1 th {
		background-color: #707070;
		color: #ffffff;		
	}

	.ledger .head2 th {
		background-color: #f3e03c;
		color: #707070;		
	}

	.ledger .head1 .account {
		text-align: center;
		text-transform: uppercase;
	}

	.ledger td {
		background-color: #ffffff;
		color: #707070;		
	}

	.ledger td, .ledger th {
		padding: 10px;	
	}

		.ledger .head1 th {
			border: 0;
		}

	.ledger .date {
		width: 120px;
	}

	.ledger .amount {
		width: 70px;
	}

	.ledger .details {
		width: 230px;
	}

	.ledger .balanced {
		border-top: 2px solid #707070;
		border-bottom: 5px double #707070;
	}

	.ledger .spacer, .ledger .head2 .spacer {
		background: #707070;
		width: 2px;
		padding:0;
	}

	.ledger select.day {
		width: 40px;
	}

	.ledger select.month {
		width: 50px;
	}

	.ledger select.month_long {
		width: 90px;
	}

	.ledger select.account {
		width: 190px;
	}

	.ledger input.amount {
		width: 50px;
		text-align: right;
	}




/* TABLE */

.ledger_small {
	width: 500px;
	border-collapse: separate;
	border-spacing: 2px;
}

	.ledger_small .head1 th {
		background-color: #707070;
		color: #ffffff;		
	}

	.ledger_small .head2 th {
		background-color: #f3e03c;
		color: #707070;		
	}

	.ledger_small .head1 .account {
		text-align: center;
		text-transform: uppercase;
	}

	.ledger_small td {
		background-color: #ffffff;
		color: #707070;		
	}

	.ledger_small td, .ledger_small th {
		padding: 2px;	
	}

		.ledger_small .head1 th {
			border: 0;
		}

		.ledger_small .head1 th, .ledger_small .head2 th {
			padding: 6px 4px;
		}

	.ledger_small .date {
		width: 60px;
	}

	.ledger_small .amount {
		width: 50px;
	}

	.ledger_small .details {
		width: 120px;
	}

	.ledger_small .balanced {
		border-top: 2px solid #707070;
		border-bottom: 5px double #707070;
	}

	.ledger_small .spacer, .ledger_small .head2 .spacer {
		background: #707070;
		width: 2px;
		padding:0;
	}




/* TRIAL BALANCE */

#statements_container {
	width: 100%;
}

	#statements_container td.statement_container_income {
		width: 50%;
		padding: 0 20px 0 0;
	}

	#statements_container td.statement_container_balance {
		width: 50%;
		padding: 0 0 0 20px;
	}


#trial_balance_container {
	position: relative;
	float: right;
	width: 350px;
}

#trial_balance {
	width: 100%;
}

	table.trial_balance {
		width: 100%;
		border-collapse: separate;
		border-spacing: 2px;
	}

		table.trial_balance .head1 th {
			background-color: #707070;
			color: #ffffff;		
		}

		table.trial_balance .head2 th {
			background-color: #f3e03c;
			color: #707070;		
		}

		table.trial_balance .head1 th, table.trial_balance .head2 th {
			padding: 6px 4px;	
		}

		table.trial_balance .head1 .account {
			text-align: center;
			text-transform: uppercase;
		}

		table.trial_balance td {
			background-color: #ffffff;
			color: #707070;		
		}

		table.trial_balance td, table.trial_balance th {
			padding: 2px;	
		}

			table.trial_balance td.empty, table.trial_balance th.empty {
				background-color: transparent;
			}

			table.trial_balance td.dropdown {
				width: 260px;
				text-align: right;
			}

			table.trial_balance th.balance, table.trial_balance td.balance {
				width: 100px;
				text-align: right;
			}

			table.trial_balance .head1 th {
				border: 0;
			}

		table.trial_balance .balanced {
			border-top: 2px solid #707070;
			border-bottom: 5px double #707070;
		}

		table.trial_balance input {
			width: 50px;
			text-align: right;
		}

		#income_statement td {

			padding: 0 0 10px 0;
		}

			#income_statement table {
				width: 100%;
			}

			#income_statement table td, #income_statement table th {
				height: auto;
				padding: 2px 4px;
				vertical-align: top;
			}

			#income_statement table td.balance, #income_statement table th.balance {
				border-left: 2px solid #e9e9dd;
			}

			#income_statement table td.balance, #income_statement table th.balance {
				border-left: 2px solid #e9e9dd;
			}

			#income_statement table td.total, #income_statement table th.total {
				border-top: 2px solid #707070;
				font-size: 110%;
			}

			#income_statement table td.total2, #income_statement table th.total2 {
				border-top: 4px solid #707070;
				border-bottom: 4px solid #707070;
				font-size: 130%;
			}
			#income_statement table td.total2a, #income_statement table th.total2a {
				border-top: 2px solid #707070;
				font-size: 130%;
			}

			#income_statement table td.balanced, #income_statement table th.balanced {
				border-left: 2px solid #e9e9dd;
				font-size: 130%;
				border-top: 2px solid #707070;
				border-bottom: 5px double #707070;
			}


/* OTHER */

.hidden {
	position: absolute;
	top: -10000px;
	left: -10000px;
	display: none;
}

.clear {
	clear: both;
}

.right {
	text-align: right;
}

/* MESSAGE BOXES */

	.messages_info, .messages_ok, .messages_ko, .messages_okko {
		margin: 10px 0px;
		padding: 10px;
		font-weight: bold;
	}

		.messages_info li, .messages_ok li, .messages_ko li, .messages_okko li {
			background-image: none;
			padding: 0;
		}

	.messages_info {
		background-color: #fcf5bc;
		color: #707066;
	}

	.messages_ok {
		background-color: #a4ba69;
		color: #ffffff;
	}

	.messages_ko {
		color: #ff0000;
		background: #fcf5bc url(../images/blinking_warning.gif) no-repeat  99% 3px;
	}

	.messages_okko {
		color: #707066;
		background: #fcf5bc url(../images/blinking_warning.gif) no-repeat  99% 3px;
	}


/* SECURITY CODE TABLE */

#security {
	float:left;
	margin-bottom: 10px;
	width: auto;
}

#security td {
	width: 40px;
	padding: 5px 0px 0px 0px;
}

	#security input {
		width: 30px !important;
		margin-top: 0;
	}

	#security img {
		border: 0px;
	}


/* POSTIT NOTE */

#note {
	width: 269px;
	overflow: hidden;
	margin: 10px 0 20px 0;
	background: transparent url(../images/note_bg.gif) repeat-y 0 0;
}

	#note .note_top {
		height: 39px;
		background: transparent url(../images/note_top.gif) no-repeat 0 0;
	}

	#note .note_content {
		padding: 30px 30px 20px 15px;
		background: transparent url(../images/note_content.gif) no-repeat 0 100%;
		min-height: 160px;
	}


	#note label {
		float: left;
		width: 150px;
		clear: both;
		margin: 0 0 10px 0;
	}

	#note input {
		width: 50px;
		text-align: right;
		margin: 0 0 10px 0;
	}



/* MEDIAPLAYER */

#mediaplayer_toggle {
	position: absolute;
	width: 43px;
	height: 43px;
	background: transparent url(../images/player_toggle.png) no-repeat 0 0;
    float: right;
    margin: 10px;
    padding: 0;
	top: -20px;
	right: -10px;
	z-index: 10000;
}
	#mediaplayer_toggle span {
		display: none;
	}
	#mediaplayer_toggle.mediaplayeropened {
		background: transparent url(../images/player_toggle.png) no-repeat -43px 0;
	}

#mediaplayer {
		display: block;
		margin-bottom: 20px;
}
	#mediaplayer_content {
		
	}



/* WDW */

#thinkhouse {
	float: right;
	margin: 0 0 10px 10px;
}

#thinkhouse a {
	color: #b3b3ac;
}
	#thinkhouse a:hover {
		color: #00507d;	
	}