body { padding: 0; background: #fff; margin: 0 auto auto auto; text-align: center; color: #666; font-size: 11px; }
	
/* Defaults */
body, p, table tr td, input, .textarea { font-size: 11px; font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }

/* COLOURS */
h1, a:hover, label:hover, input.button, a.button, .colour_large { color: #c73a27; }
table tr th, div.column_left ul li a.selected, div.column_left ul li a.selected:hover { background: #c73a27; }
a { color: #019592; }
table.data tr.header td { background: #019592; }
h2, h3 { color: #333; }
/* END COLOURS */

h1,h2,h3 { font-family: "Myriad Pro", "MyriadPro", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; font-weight: normal; }
h1 { font-size: 22px; margin: 0px 0 10px 0; }
h2 { font-size: 16px; margin: 13px 0 5px 0; }
h3 { font-size: 13px; margin: 13px 0 5px 0; }

p { margin: 0 0 20px 0; line-height: 17px; }
ul { margin-bottom: 25px; }
img { margin: 0; padding: 0; border: none; }
div { padding: 0; margin: 0; }
form { padding: 0; margin: 0; }

a { text-decoration: none; }
a:hover, label:hover { text-decoration: underline; }

acronym { cursor: help; }

table { }
table.data { }
table tr th { color: #fff; padding: 5px; text-align: left; font-weight: normal; }
table tr td.submit { text-align: right; padding: 5px; }
table.data tr td { padding: 3px; vertical-align: middle; border-bottom: 1px dotted #ccc; }
table.data tr:hover td { background: #efefef; }
table.data tr td.field { text-align: right; }
table.data tr.submit td { text-align: right; padding: 5px; }

table.form { }
table.form tr td { padding: 3px; vertical-align: middle; border-bottom: 1px dotted #ccc; }
table.form tr:hover td { background: #efefef; }
table.form tr td.field { text-align: right; }
table.form tr.submit td { text-align: right; padding: 5px; }

hr { color: #db9a00; margin: 0 0 0 10px; padding: 0; }
input { padding: 3px; vertical-align: middle; }
input.button, a.button { background: #fff; border: 1px dotted #ccc; font-size: 14px; padding: 10px; }
input.button:hover, a.button:hover { color: #000; cursor: pointer; }
input.textfield { width: 275px; }
.textarea { padding: 3px; width: 275px; height: 105px; }
	
/* STRUCTURAL */
div#container { background: #fff; text-align: center; width: 844px; padding-top: 0; margin: 0px auto 10px auto; }
div#main { background: #fff; text-align: left; width: 790px; margin: auto; }
div#header { margin: 0 0 0 0; line-height: 0; }
div#body { clear: both; }
div#content { margin: 10px 5px 5px 5px; }
div#footer { border-top: 1px dotted #ccc; border-bottom: 4px solid #ccc; background: #efefef; color: #666; text-align: center; clear: both; padding-bottom: 10px; height: 30px; margin-top: 40px; }
div#footer a { color: #666; }
div#footer p { margin: 0; padding: 5px; font-size: 10px; }

/* KEYWORDS */
div#mini_stats { font-size: 13px; padding: 0px 0px 5px 0px; color: #aaa; }
#num_keywords { color: #666; }
#max_keywords { }

p.website_by { color: #999; text-align: right; font-size: 10px; padding: 15px 38px 10px 10px; width: 790px; }
p.website_by a { color: #999; }
.colour_large { font-size: 16px; }

.thisuri, .thiskeyword, .thismarket { display: none; }

td.actions { text-align: center; white-space: nowrap; }
td.actions img { margin-right: 3px; height: 15px; width: 15px; }

div#vnav {
	width: 780px;
	height: 29px;
	color: #666;
	font-size: 12px;
	background:#efefef;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	padding-left: 10px;
	z-index: 1000;
	}
	
div#vnav img {
	float: left; 
	vertical-align: middle; 
	padding-right: 5px; 
	padding-top: 4px;
	}
	
div#vnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

div#vnav ul#nav li {
	float: left;
	position: relative;
	}
	
div#vnav ul#nav li a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
	height: 13px;
	padding: 7px 7px 9px 7px;
	vertical-align: middle;
	display: block;
	/*border-right: 1px solid #fff;*/
	}
	
div#vnav ul#nav li.selected a {
	color: #000;
	text-decoration: underline;
	}
	
div#vnav ul#nav li:hover a {
	color: #000;
	text-decoration: underline;
	}
	
div#vnav ul#nav li ul.subcat li:hover a {
	background: #fff;
	color: #000;
	}
	
div#vnav ul#nav li ul.subcat {
	display: none;
	position: absolute;
	top: 29px;
	left: 0;
	background: #efefef;
	color: #666;
	clear: both;
	padding: 5px;
	border: 1px solid #fff;
	z-index: 1000;
	}
	
div#vnav ul#nav li ul.subcat li {
	float: none;	
	}
	
div#vnav ul#nav li ul.subcat li a {
	padding: 3px 5px 3px 5px;
	margin: 0;
	background: #efefef;
	color: #666;
	height: 13px;
	float: none;
	display: block;
	white-space: nowrap;
	border: none;
	width: 200px;
	font-size: 11px;
	}
	
div#vnav ul#nav li ul.subsubcat {
	display: none;
	position: absolute;
	top: 0px;
	left: 210px;
	background: #942e1e;
	clear: both;
	z-index: 1000;
	}
	
div#vnav ul#nav li ul.subcat li ul.subsubcat li {
	float: none;
	border: none;
	}
	
div#vnav ul#nav li ul.subcat li ul.subsubcat li a {
	padding: 3px 5px 3px 5px;
	margin: 0;
	background: #942e1e;
	color: #fff;
	height: 11px;
	float: none;
	display: block;
	white-space: nowrap;
	border: none;
	font-size: 11px;
	}
	
div#vnav ul#nav li ul.subcat li ul.subsubcat li:hover a {
	background: #461a0d;
	color: #fff;
	}
	
div#vnav ul#nav li > ul {
	top: auto;
	left: auto;
	}
	
div#vnav ul#nav li:hover ul.subcat, div#vnav ul#nav li.over ul.subcat {
	display: block;
	}
	
div#vnav ul#nav li ul.subcat li:hover ul.subsubcat, div#vnav ul#nav li.over ul.subcat {
	display: block;
	}

div#loginbox {
	margin-top: 6px;
	text-align: right;
	width: 780px;
	vertical-align: middle;
	position: absolute;
	clear: both;
	}
	
div.column_left {
	float: left;
	width: 185px;
	}
	
div.column_left ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
	
div.column_left ul li {

	}
	
div.column_left ul li a {
	display: block;
	padding: 5px;
	width: 175px;
	color: #666;
	background:#efefef;
	border-top: 1px dotted #ccc;
	}

div.column_left ul li a:hover {
	background: #fff;
	}

div.column_left ul li a.selected {
	color: #fff;
	}
	
div.column_right {
	float: right;
	/*margin-right: 20px;*/
	}
	
.google, .yahoo, .live {
	text-align: right;
	white-space: nowrap;
	}

div.add_box {
	margin: 10px 3px 3px 3px;
	padding: 0;
	}
	
div.add_box p {
	color: #999;
	margin: 0;
	}
	
div.add_box input {
	vertical-align: middle;
	}
	
td.movement {
	color: #ccc;
	text-align: right;
	white-space: nowrap;
	}
	
p.preview_msg {
	padding: 2px; 
	margin: 0; 
	background: #efefef; 
	color: #999; 
	border-bottom: 2px solid #ccc; 
	clear: both; 
	text-align: center;'
	}
	
	
.help_warn, .help_tick, .help_cross, .help_help, .help_info {
	vertical-align: middle;
	padding: 15px 15px 15px 45px;
	font-weight: bold;
	margin: 2px 0 10px 0;
	}
	
.help_warn h2, .help_tick h2, .help_cross h2, .help_help h2, .help_info h2 {
	margin: 0;
	}
	
.help_warn {
	color: #ff7400;
	background: url("/images/fair/hazard.png") no-repeat #fff1e5 10px 50%;
	border: 1px solid #ffd4b2;
	}
	
.help_tick {
	color: #52b24c;
	background: url("/images/fair/tick.png") no-repeat #eef7ed 10px 50%;
	border: 1px solid #cbe8c9;
	}
	
.help_cross {
	color: #ff3f3f;
	background: url("/images/fair/cross.png") no-repeat #ffe5e5 10px 50%;
	border: 1px solid #ffb1b1;
	}
	
.help_help {
	color: #6a609f;
	background: url("/images/fair/help.png") no-repeat #f0eff5 10px 50%;
	border: 1px solid #d2cfe2;
	}
	
.help_info {
	color: #6a609f;
	background: url("/images/fair/info.png") no-repeat #f0eff5 10px 50%;
	border: 1px solid #d2cfe2;
	}
	
.help_warn ul, .help_tick ul, .help_cross ul {
	margin: 0 0 0 20px;
	}
	
.help_warn ul li, .help_tick ul li, .help_cross ul li {
	font-weight: normal;
	}
