/*---------- Reset ----------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*---------- Grid ----------*/

.container {
	margin: 0 auto;
	width: 960px;
}

.clear {
	clear: both;
	overflow: hidden;
	width: 0;
	height: 0;
}

.sidebar {
	float: right;
	width: 300px;
}

.content {
	float: left;
	width: 640px;
}

.divider {
	background: url('../images/divider.png') center top no-repeat;
	display: block;
	height: 30px;
}

/*---------- Floats ----------*/

.float-left {
	float: left;
}

.float-right {
	float: right;
}

img.float-left {
	margin: 0 20px 20px 0;
}

img.float-right {
	margin: 0 0 20px 20px;
}

/*---------- Main Style ----------*/

html, body {
	height: 100%;
}

body {
	background: #FFFFFF;
	color: #444444;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
}

/*---------- Header ----------*/

#header {
	background: #1F1F1F;
	height: 100px;
}

#header #logo {
	display: block;
	float: left;
	margin-top: 32px;
}

#header #logo a {
	color: #FFFFFF;
	display: block;
	height: 21px;
	overflow: hidden;
	text-decoration: none;
	width: 211px;
}

#header #logo span {
	display: block;
	color: #BDEF86;
	margin-top: 5px;
}

#header #userbox {
	background: #FFFFFF;
	border: solid #BDEF86;
	border-width: 0 3px 3px 3px;
	float: right;
	padding: 11px 15px 10px;
}

#header #navigation {
	float: right;
	margin-top: 4px;
}

#header #navigation li {
	display: inline;
	margin-left: 10px;
}

#header #navigation li a {
	color: #BDEF86;
	text-decoration: none;
}

#header #navigation li a:hover {
	text-decoration: underline;
}

/*---------- Strap ----------*/

#strap {
	background: #E1EFD1;
	padding: 20px 0;
}

#strap .tagline {
	padding: 20px 0 18px;
}

#strap .tagline span {
	color: #323F23;
	font-family: Georgia, sans;
	font-size: 27px;
}

#strap .trybutton {
	display: block;
	margin-top: 25px;
}

/*---------- Page ----------*/

#page {
	padding: 25px 0;
}

/*---------- Footer ----------*/

.notfooter {
	height: auto !important;
	height: 100%;
	margin: 0 auto -38px;
	min-height: 100%;
}

.footerpush {
	height: 38px;
}

#footer {
	background: #1F1F1F;
	color: #BDEF86;
	font-size: 11px;
	padding: 10px 0 15px;
}

/*---------- Typography ----------*/

h1 {
	color: #000000;
	font-family: Georgia, sans;
	font-size: 30px;
	margin-bottom: 15px;
}

.subhead {
	color: #323F23;
	display: block;
	font-family: Georgia, sans;
	letter-spacing: 3px;
	margin-top: -10px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

h2 {
	color: #BF5B0B;
	font-family: Georgia, sans;
	font-size: 20px;
	margin: 6px 0 10px;
}

p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a:link, a:visited, a:active {
	color: #3F6F07;
}

/*---------- Images ----------*/

.imgborder {
	border: 5px solid #E1EFD1;
}

/*---------- Lists ----------*/

ul.icon {
	margin-bottom: 10px;
}

ul.icon li {
	background-position: 0 2px;
	background-repeat: no-repeat;
	line-height: 20px;
	padding-left: 23px;
}

ul.icon-tick li, li.icon-tick {background-image: url('../images/tick.png');}
ul.icon-user_add li, li.icon-user_add {background-image: url('../images/user_add.png');}
ul.icon-help li, li.icon-help {background-image: url('../images/help.png');}
ul.icon-information li, li.icon-information {background-image: url('../images/information.png');}
ul.icon-zoom li, li.icon-zoom {background-image: url('../images/zoom.png');}
ul.icon-bullet li, li.icon-bullet {background-image: url('../images/bullet.png');}
ul.icon-coins_add li, li.icon-coins_add {background-image: url('../images/coins_add.png');}
ul.icon-report li, li.icon-report {background-image: url('../images/report.png');}

/*---------- Forms ----------*/

.form {
	border-top: 1px solid #DFDFDF;
	margin: 8px 0 10px;
}

.form th, .form td {
	border-bottom: 1px solid #DFDFDF;
}

.form th {
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0 8px;
}

.form td {
	padding: 8px 0;
}

.form td.label {
	padding-right: 10px;
	width: 150px;
}

.form em {
	color: #BF2323;
}

.form td.noborder {
	border-bottom: none !important;
	padding-bottom: 0 !important;
}

.form td.error {
	background: url('../images/delete.png') 0 9px no-repeat;
	color: #BF2323;
	padding: 10px 0 10px 19px;
}

.form input.text, .form textarea {
	border: 1px solid;
	border-color: #555555 #CCCCCC #CCCCCC #555555;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 5px;
	width: 200px;
}

.form textarea {
	height: 70px;
	line-height: 16px;
}

.form input.text:focus, .form textarea:focus {
	background: #EFEFEF
}

/*---------- Alerts ----------*/

.alert-error {
	background: url('../images/delete.png') 0 2px no-repeat;
	color: #BF2323;
	padding-left: 20px;
}

.alert-help {
	background: #DFF1FF url('../images/help.png') 7px 9px no-repeat;
	border: 1px solid #8BB9DF;
	color: #13609F;
	margin-top: 15px;
	padding: 7px 7px 7px 30px;
}

.alert-help a {
	color: #13609F;
}

/*---------- Tables ----------*/

table.tabular {
	border-top: 1px solid #9FBF6B;
	border-left: 1px solid #9FBF6B;
	margin: 15px 0 10px;
}

table.tabular th, table.tabular td {
	padding: 10px;
}

table.tabular th {
	border-bottom: 1px solid #9FBF6B;
	border-right: 1px solid #9FBF6B;
	background: #D8EFB3;
	color: #415F12;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

table.tabular th span {
	font-size: 11px;
	font-weight: normal;
}

table.tabular td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}