@font-face {
	font-family: 'Blundie';
	src: url(../fonts/geosanslight.ttf) format('truetype');
}

html, body {
	background: #000000 url(../images/bg.png) repeat;
	min-width: 920px;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	margin: 0px;
	padding: 13px 10px 3px 10px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: 100;
	line-height: 40px;
}

h2 {
	margin: 0px;
	padding: 10px 10px 2px 10px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 100;
	line-height: 32px;
}

h3 {
	margin: 0px;
	padding: 10px 10px 1px 10px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 100;
}

p {
	margin: 0px;
	padding: 5px 10px 10px 10px;
	line-height: 18px;
}

sup {
	line-height: 8px;
}

pre {
	margin: 0px;
	padding: 0px;
}

blockquote {
	margin: 0px;
	padding: 5px 10px 10px 40px;
	font-style: italic;
	background: transparent url(../images/quote.png) no-repeat;
	background-position: 15px 8px;
}

ol {
	margin: 0px 0px 0px 22px;
	padding: 5px 0px 10px 0px;
	line-height: 18px;
}

ol li {
	margin: 0px 0px 4px 18px;
}

form {
	margin: 0px;
	padding: 0px;
}

a#logo {
	display: block;
	width: 170px;
	height: 127px;
	background: transparent url(../images/logo-active.png) no-repeat;
}

/*
a:hover#logo {
	background: transparent url(images/logo-active.png) no-repeat;
}
*/

label {
	display: block;
	padding: 0px 0px 7px 8px;
}

.no {
	display: inline;
}

input[type="text"], input[type="password"] {
	border: 1px #70aecd solid;
	outline-style: none;
	font: 20px Arial, Helvetica, sans-serif;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #eff6ff url(../images/input-bg-regular.png) repeat-x;
	width: 225px;
	height: 22px;
}

textarea {
	border: 1px #70aecd solid;
	outline-style: none;
	font: 20px Arial, Helvetica, sans-serif;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #eff6ff url(../images/input-bg-regular.png) repeat-x;
	width: 400px;
	height: 150px;
	overflow-x: hidden;
	overflow-y: auto;
}

input[type="text"].error, input[type="password"].error {
	border-color: #d57676;
	background: #ffeaea url(../images/input-bg-error.png) repeat-x;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="text"].error:focus, input[type="password"].error:focus, textarea:focus {
	border-color: #85b76a;
	background: #e5ffb1 url(../images/input-bg-focus.png) repeat-x;
}

input[type="submit"], input[type="button"] {
	border: 1px #70aecd solid;
	padding: 6px 8px;
	margin: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #edf5fd url(../images/submit-bg-regular.png) repeat-x;
}

input[type="submit"]:hover, input[type="button"]:hover {
	border-color: #85b76a;
	background: #e5ffb1 url(../images/submit-bg-focus.png) repeat-x;
}

input[type="submit"]:active, input[type="button"]:active {
	border-color: #85b76a;
	background: #e5ffb1 url(../images/input-bg-focus.png) repeat-x;
}

#megawrap {
	background: transparent url(../images/menubar-bg.png) repeat-x;
	overflow: hidden;
}

#container {
	width: 900px;
	margin: 0 auto;
}

#left {
	width: 180px;
	margin-right: 5px;
	float: left;
}

#middlewrap {
	width: 715px;
	float: left;
}

#middlewrap #tabs {
	height: 55px;
}

#middlewrap #tabs ul {
	list-style: none;
	display: inline;
	float: right;
	margin: 0px;
	padding: 0px;
}

#middlewrap #tabs ul li {
	float: left;
	padding: 0px 0px 0px 7px;
	margin-left: 5px;
	background: none;
	line-height: 18px;
}

#middlewrap #tabs ul li a {
	display: block;
	padding: 9px 7px 0px 0px;
	height: 31px;
	text-decoration: none;
	text-align: center;
	color: #000000;
}

#middlewrap #tabs ul li:hover {
	background: transparent url(../images/tab-hover-left.png) no-repeat;
	background-position: left 2px;
}

#middlewrap #tabs ul li:hover a {
	background: transparent url(../images/tab-hover-right.png) no-repeat;
	background-position: right 2px;
	color: #ffffff;
}

#middlewrap #tabs ul li a.selected {
	color: #ffffff;
	background: transparent url(../images/tab-selected.png) no-repeat;
	padding-top: 11px;
	text-shadow: #487418 1px 1px 1px;
	font-weight: bold;
}

#middlewrap #tabs ul li.selected {
	background: transparent url(../images/tab-selected-left.png) no-repeat;
	padding-left: 7px;
}

#middlewrap #tabs ul li.selected a {
	color: #ffffff;
	background: transparent url(../images/tab-selected-right.png) no-repeat;
	background-position: right top;
	padding: 11px 7px 0px 0px;
	text-shadow: #487418 1px 1px 1px;
	font-weight: bold;
}

#middlewrap #middle {
	width: 455px;
	margin-right: 20px;
	float: left;
}

#middlewrap #middle .contents-top {
	background: transparent url(../images/middleround-top.png) no-repeat;
	height: 10px;
	line-height: 1px;
}

#middlewrap #middle .contents {
	background-color: #ffffff;
	padding: 0px 10px;
	overflow: hidden;
}

#middlewrap #middle .contents-bottom {
	background: transparent url(../images/middleround-bottom.png) no-repeat;
	height: 10px;
	line-height: 1px;
	margin-bottom: 20px;
}

#middlewrap #right {
	width: 240px;
	float: left;
}

#middlewrap #right .contents-top {
	background: transparent url(../images/rightround-top.png) no-repeat;
	height: 10px;
	line-height: 1px;
}

#middlewrap #right .contents-top-title {
	overflow: hidden;
}

#middlewrap #right .contents-top-title .title {
	background: transparent url(../images/right-name-top-left.png) no-repeat;
	padding: 7px 10px 0px 15px;
	float: left;
	line-height: 14px;
}

#middlewrap #right .contents-top-title .title-right {
	background: transparent url(../images/right-name-top-right.png) no-repeat;
	width: 10px;
	height: 21px;
	float: left;
}

#middlewrap #right .contents-top-title-bottom {
	background: transparent url(../images/righsemitround-top.png) no-repeat;
	height: 5px;
	line-height: 1px;
}

#middlewrap #right .contents {
	background-color: #ffffff;
	padding: 0px 10px;
	overflow: hidden;
}

#middlewrap #right .contents-bottom {
	background: transparent url(../images/rightround-bottom.png) no-repeat;
	background-position: left bottom;
	height: 5px;
	line-height: 1px;
	margin-bottom: 20px;
}

#middlewrap #right ul {
	margin: 0px;
	padding: 6px 0px;
	line-height: 18px;
}

#middlewrap #right ul li {
	margin-bottom: 1px;
	list-style: none;
}

#middlewrap #right ul li a {
	color: #0074d2;
	display: block;
	padding: 3px 6px;
	text-decoration: none;
}

#middlewrap #right ul li a.selected, #middlewrap #right ul li a.selected:hover {
	color: #ffffff;
	background-color: #c0e253;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#middlewrap #right ul li a:hover {
	border-bottom: none;
	background-color: #eeeeee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#middlewrap #middle a {
	color: #0074d2;
	text-decoration: none;
}

#middlewrap #middle a:hover {
	border-bottom: 1px #0074d2 solid;
}

.verify {
	border: 2px #ff000 solid;
}

.input-ok {
	border: 1px #ffffff solid;
	margin: 0px 2px 2px 2px;
	padding: 5px 8px 8px 8px;
}

.input-error {
	border: 1px #ffd8e9 solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0px 2px 2px 2px;
	padding: 5px 8px 8px 8px;
	background-color: #ffecf5;
}

.input-error .err-mesg {
	float: right;
	width: 124px;
	background: transparent url(../images/input-icon-error.png) no-repeat;
	background-position: left center;
	min-height: 30px;
	padding: 2px 0px 0px 40px;
	vertical-align: middle;
}

.input-success {
	border: 1px #d3ee8c solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0px 2px 2px 2px;
	padding: 5px 8px 8px 8px;
	background-color: #ebffcb;
}

.input-success .succ-mesg {
	float: right;
	width: 124px;
	background: transparent url(../images/input-icon-success.png) no-repeat;
	background-position: left center;
	min-height: 30px;
	padding: 2px 0px 0px 40px;
	vertical-align: middle;
}

.input-error .err-mesg p, .input-success .succ-mesg p {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

.bigerror {
	border: 1px #ffd8e9 solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 5px 0px 15px 0px;
	padding: 8px 0px 8px 60px;
	background: #ffecf5 url(../images/big-error-icon.png) no-repeat;
	background-position: 15px center;
}

.bigsuccess {
	border: 1px #d3ee8c solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 5px 0px 15px 0px;
	padding: 8px 0px 8px 60px;
	background: #ebffcb url(../images/big-success-icon.png) no-repeat;
	background-position: 15px center;
}

.disptext-input {
	width: 410px;
	height: 92px;
	border: 2px #eee2b3 solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 13px 8px 15px 8px;
	padding: 8px 0px 8px 5px;
	background-image: none;
	background-color: #eeeecb;
	font-family: Courier, 'Courier New';
	font-size: 11px;
	color: #a73f76;
	overflow-x: hidden;
	overflow-y: hidden;
	line-height: 13px;
}

.disptext {
	border: 2px #eee2b3 solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 3px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
	background-image: none;
	background-color: #eeeecb;
	color: #a73f76;
	overflow-x: hidden;
	overflow-y: hidden;
	line-height: 16px;
}

.disptext h3 {
	padding: 10px 10px 5px 10px;
	font-size: 18px;
}
	

.bigerror p, .bigsuccess p {
	margin: 0px;
	padding: 7px 9px;
}

.balance {
	color: #ffffff;
	background-color: #c0e253;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 6px 0px;
	padding: 5px 10px;
	font-size: 25px;
	font-weight: bold;
	text-shadow: #487418 1px 1px 1px;
	text-align: right;
}

.graph-loader-1 {
	margin: 5px 10px 10px 10px;
	background: #eeeeee url(../images/ajax-loader.gif) no-repeat;
	background-position: center center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 200px;
}

.table-wrapper {
	margin: 10px 0px;
	padding: 5px;
	background-color: #eeeeee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

table {
	border: none;
	border-spacing: 2px;
}

table thead tr th {
	background-color: #dddddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: normal;
	margin: 2px 0px;
}

table tr td, table tr th {
	padding: 3px;
	text-align: left;
}

table tbody tr:nth-child(odd) td {
	background-color: #f5f5f5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 2px 0px;
}

.inactive {
	color: #bbb;
}

.green {
	color: #a0c23d;
}

.red {
	color: #cc0000;
}
