body {
	margin: 0;
/*	background-color: #F7F9FA; */
	background-color: #B6B6B6;
        font-size: 16px;
        overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
}

.whole-page {
	min-width: 100%;
	min-height: 100%;
	position: relative;
	top: 0;
	bottom: 100%;
	right: 0;
	z-index: 1;
}

#header {
	width: 100%;
	height: 70px;
	background-color: #F5F5F5;
}

.header-center {
	position: relative;
	max-width: 1024px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	float: left;
	height: 100%;
}

#logo h1 {
	margin: 0;
	padding-top: 10px;
	color: #0070BA;
}

#main-nav-bar {
	float: left;
	height: 100%;
	margin-left: 30px;
}

#main-nav-bar ul {
	margin: 0;
	padding: 0;
	height: 100%;
}

#main-nav-bar ul li {
	display: table;
	height: 70px;
	float: left;
        list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
}

.main-nav-link {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.077em;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

.main-nav-link:hover {
	color: #0092D1;
}

#breadcrumb-bar {
	width: 100%;
	height: 50px;
	background-color: #0070BA;
}

.breadcrumbs-center {
	margin: 0;
	padding: 0;
	max-width: 1024px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

.breadcrumbs-container {
	display: table;
	height: 50px;
}

.breadcrumbs-container span {
	display: table-cell;
	vertical-align: middle;
	color: #FFFFFF;
	padding-right: 5px;
}

.breadcrumbs-container a {
	color: #FFFFFF;
	text-decoration: none;
}

.breadcrumbs-container a:hover {
	text-decoration: underline;
}

.content {
	display: table;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-top: 22px;
}

.left-side {
	display: table-cell;
	vertical-align: top;
	width: 250px;
	height: 100%;
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.left-side a {
	color: #666666;
	text-decoration: none;
}

.left-side a:hover {
	color: #0092D1;
}

.left-side a.selected {
	color: #0092D1;
	font-weight: bold;
}

.menu-title {
	margin-top: 5px;
}

.spacer-div {
	width: 22px;
	height: 100%;
}

.right-side {
	display: table-cell;
	width: 750px;
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
.calc-box {
	margin-top: 20px;
	background: #E9E9E9;
	width: 726px;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 15px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
} */

h1.title {
	margin: 0;
	margin-bottom: 10px;
	font-size: 1.5em;
}

.calc-content {
	width: 726px;
	margin-left: auto;
	margin-right: auto;
}

.half-column {
	width: 50%;
	float: left;
}

.half-column input[type="text"] {
	width: 90%;
}

.content-input {
	width: 400px;
	padding: 0;
}

.source-input {
	width: 95%;
	padding: 0;
}

.value-box {
	width: 40px;
}

.result-box {
	display: inline-block;
	margin-left: 10px;
}

button {
	color: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #337AB7;
	border: 1px solid #2E6DA4;
	padding: 10px;
	cursor: pointer;
}

button:hover {
	background-color: #286090;
	border: 1px solid #204D74;
}

.dimmed-text {
	color: #A8A8A8;
}

/* CUSTOM LOOK FOR CALENDAR DATEPICKER */

#calendar {
	width: 276px;
}

.ui-datepicker,
.ui-datepicker table,
.ui-datepicker tr,
.ui-datepicker td,
.ui-datepicker th {
	margin: 0;
	padding: 0;
	border: none;
	border-spacing: 0;
}

.ui-datepicker table {
	width: 100%;
}

.ui-datepicker {
	display: none;
	width: auto;
	cursor: default;
 
	text-transform: uppercase;
	font-size: 12px;
}

.ui-datepicker-header {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
 
.ui-datepicker-title { text-align: center; }
 
.ui-datepicker-month {
	position: relative;
	padding-right: 15px;
	color: #565656;
}
 
.ui-datepicker-year {
	padding-left: 8px;
	color: #565656;
}

.ui-datepicker-month:before {
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	width: 5px;
	height: 5px;
	content: '';
 
	background: #a5cd4e;
	background: -moz-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));
	background: -webkit-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
	background: -o-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
	background: -ms-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
	background: linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	position: absolute;
	top: -2px;
	padding: 5px;
	cursor: pointer;
}
 
.ui-datepicker-prev {
	left: 0;
	padding-left: 0;
}
 
.ui-datepicker-next {
	right: 0;
	padding-right: 0;
}
 
.ui-datepicker-prev span {
	display: block;
        height: 15px;
        width: 9px;
        text-indent: -9999px;
        margin-top: 5px;
        margin-left: 5px;

        background-image: url(../img/left-small.png);
        background-repeat: no-repeat;
}

.ui-datepicker-next span {
	display: block;
	height: 15px;
	width: 9px;
 	text-indent: -9999px;
	margin-top: 5px;
	margin-right: 5px;
 
	background-image: url(../img/right-small.png);
	background-repeat: no-repeat;
}
 
.ui-datepicker-calendar th {
	padding-top: 15px;
	padding-bottom: 10px;
 
	text-align: center;
	font-weight: normal;
	color: #565656;

	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
}

.ui-datepicker-calendar td {
	padding: 0 7px;
 
	text-align: center;
	line-height: 26px;
}
 
.ui-datepicker-calendar .ui-state-default {
	display: block;
	width: 23px;
	outline: none;
 
	text-decoration: none;
	color: #565656;
 
	border: 1px solid transparent;
}

.ui-datepicker-calendar .ui-state-active {
	color: #337AB7;
	border: 1px solid #337AB7;
}
 
.ui-datepicker-other-month .ui-state-default { color: #A8A8A8; }

/* CUSTOM LOOK FOR SIMPLE CALCULATOR */

.simple-calculator {
	display: block;
	width: 336px;
}

.simple-calculator .row {
	width: 100%;
}

.simple-calculator .digits {
	width: 100%;
}

.simple-calculator .button {
	float: left;
	width: 80px;
	height: 40px;
	background: #A8A8A8;
	margin: 2px;
	padding: 10px;
	cursor: pointer;
	border: 1px outset #565656;

	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.simple-calculator .button:active {
	border: 1px inset #565656;
}

.simple-calculator .input {
	float: left;
	width: 248px;
	height: 40px;
	margin: 2px;
	border: 1px inset black;
	padding: 10px 10px 10px 10px;

	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

	-webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
}

.simple-calculator .clear {
	text-align: center;
}

.simple-calculator .result {
	text-align: right;
}

.simple-calculator .digit {
	text-align: center;
}

/* TABLE LISTING FOR CURRENCIES */

.table-listing {
	width: 100%;
}

.table-listing .row {
        width: 100%;
	background: #FFFFFF;
}

.table-listing .row.heading {
	font-weight: bold;
}

.table-listing .row.even {
	background: #E9E9E9;
}

.table-listing .cell {
	float: left;
}

.table-listing .first {
	width: 55%;
}

.table-listing .second {
	width: 20%;
}

.table-listing .third {
	width: 25%;
}

/* TRIANGLE CALCULATION */

#results1, #results2 {
	display: none;
}

/* RECOMMENDED PAGES & SOURCES */

.recommends-container {
}

.recommends-container-row {
	width: 100%;
}

.recommends-container-column {
	width: 50%;
	float: left;
}

.existing-rec {
	display: block;
}

.sources-container {
}

.sources-container-row {
	width: 100%;
}

.sources-container-column {
	width: 40%;
	float: left;
}

.sources-container-actions {
	width: 20%;
	float: left;
}

.existing-source {
	display: block;
}

/* GOOGLE LIKE SEARCH */

.search-results {
	display: none;
	min-height: 80px;
	width: 99%;
	border: 1px solid #D3D3D3;
	font-size: 10px;
}

.search-results a {
	color: #0092D1;
	font-size: 10px;
}
