/**
 * 
 * File: main.css
 *
 * Description:
 * Basic style definition for the site.
 *
 */
 
/* BRIGHT COLORS:
89D645
B1E484
D7F1C1

MAIN COLOR: 60CC00

DARK COLORS:
499605
316404
183202

*/

/* Import navigation */
@import url(navigation.css);

/**
* Common elements
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72.5%;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
	overflow: auto;
	scrollbar-3d-light-color: black;
	scrollbar-arrow-color: black; 
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: white;
	scrollbar-face-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
}

table,p,tr,td {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

p {
	margin: 0.5em 0;
}

blockquote {
	font-style: italic;
 	padding-left: 0.5em;
	border-left-width: 0.25em;
	border-left-color: #D0D0D0;
	border-left-style: solid;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #B1E484;
	text-transform: uppercase;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.5em 0 0.5em 0;
}

h2 span {
	font-size: 0.9em;
	font-weight: normal;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
}

img {
	border-style: none;
}

hr {
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 1px solid black;
}

/**
* Page layout
*/
#container {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#header {
	width: 998px;
	height: 118px;
	border: 1px solid #000;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	text-align: left;
}

* html #header {
	height: 120px;
}

#main {
	padding: 5px;
	/*height: 440px;
	overflow: auto;*/
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #000;
	text-align: left;
}

#footer {
	border: 0px solid #000;
	margin: 0;
	padding: 8px 0 16px 0;
	background-color: #EFEFEF;
}

#content {	
}

#flags {
	position: relative;
	top: 100px;
	left: 930px;
	width: 70px;
}

#content #column1, #content #column2 {
	width: 480px;
}

#content #column1 {
	float: left;
}

#content #column2 {
	float: right;
}

/**
* Tables
*/
table {
	margin: 0;
	border-collapse: collapse;
}

table.list {
	width: 100%;
}

table.tracks {
	border: 1px solid #499605;
	background-color: #D7F1C1;
}

table.tracks td, table.noborder td {
	border: none;
	padding: 1px 2px;
}

table.list tr td {
	cursor: pointer;
}

thead tr th {
	border: 1px solid #499605;
	padding: 5px;
	background-color: #CCCCCC;
}

thead {
	
}

td {
	border: 0px dotted black;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}

tr.highlite {
	background-color: #D7F1C1;
}

tr.collected {
	background-color: #DEDEDE;
}

tr.highlite_collected {
	background-color: #CDE4B9;
}

tr.wanted {
	background-color: #EFDCDB;
}

tr.highlite_wanted {
	background-color: #CDE4B9;
}

table.list div.cover {
	float: left;
	border: 1px solid #D7F1C1;
}

table.list div.details {
	float: left;
	margin-left: 5px;
}

table.list div {
	margin: 0.5em 0;
}

th {
	text-align: center;
	font-weight: bold;
	color: #FFF;	
}

th a,th a:link,th a:visited,th a:hover,th a:active {
	color: #FFF;
	display: block;
}

th a:hover {
	text-decoration: none;
}

div.pages {
	margin: 0;
	padding-top: 0.3em;
	line-height: 2em;
}

div.pages div {
	float: right;
	margin: 0 0 3px 0;
}

table.user_statistics {
}

table.user_statistics th {
	border: 1px solid #499605;
	padding: 5px;
	background-color: #CCCCCC;
}

table.user_statistics td {
	border: 1px solid #499605;
	padding: 5px;
	background-color: #CCCCCC;
	width: 50px;
	text-align: right;
}

/** 
* Record details
*/
table.detail_table th {
	color: #000;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: middle;
	width: 100px;
	text-align: left;
	padding: 5px;
}

table.detail_table td {
	border: none;
	vertical-align: top;
	padding: 5px;
}

table.detail_table table.tracks td {
	vertical-align: top;
	padding: 1px 2px;
}

/**
* Corrections
*/
table.corrections {
	width: 80%;
}

table.corrections td {
	padding: 10px;	
}

table.corrections tr.difference {
	background-color: #CCC;
}

table.corrections th {
	color: #000;
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #000;
}

table.corrections th.left {
	width: 100px;	
	color: #000;
	text-align: right;
	padding: 10px 20px;
	vertical-align: top;
	border: none;
}

table.corrections tr input  {
	border: none;
	background: none;
}

/**
* Note
*/
div.note {
	border: 1px solid #CCC;
	background-color: #D7F1C1;
	padding: 0.5em;
}

div.note div {
	font-size: 1.1em;
	font-weight: bold;
}

div.note p {
	margin: 0.5em 0 0 0;
}

/**
* Forms
*/
input,textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #000;
	background-color: #D7F1C1;
}

form {
	padding: 0;
	margin: 0;
}

form div {
	margin: 0.8em 0;
}

* html form div {
	margin: 0.5em 0;
}

label {
	font-weight: bold;
	display: block;	
}

form.edit_frm {
	padding-bottom: 10px;
}

form.edit_frm label {
	width: 150px;
	margin-right: 3px;
	float: left;
	line-height: 1.5em;
	text-align: right;
}

form.edit_frm hr {
	width: 600px;
	border-color: #CCC;
}

form.edit_frm img {
	vertical-align: middle;
}

/* Margin for input buttons in edit form */
form div.button_row input {
	margin-right: 5px;
}

/**
* Special select boxes
*/
div.admin_content {
	float: left;
	margin-right: 10px;
}

div.select_box_menu {
	float: left;
}

div.select_box_menu select {
	width: 200px;
	margin: 0;
}

div.select_box_menu div {
	margin: 0;
}

/**
* Links
*/
a,a:link,a:visited,a:active {
	text-decoration: none;
}

a:link,a:visited,a:hover,a:active {
	color: #51AD00;
}

a:hover {
	text-decoration: underline
}

/**
* Tooltips
*/
a.tooltip { 
cursor: help;
position:relative; /*this is the key*/
z-index:24;
}

a.tooltip:hover {
z-index:25;
}

a.tooltip span {
display: none;
}

a.tooltip:hover span { /*the span will display just on :hover state*/
font-weight: normal;
text-align: left;
display: block;
position: absolute;
top: 2em;
left: 0;
width: 25em;
background-color: #ffffe5;
color: #000;
padding: 10px;
border: 1px solid #cc9;
white-space: normal !important;
}


/**
* Comments
*/
div.comment {
	width: 400px;
	border-bottom: 1px solid #89D645;
	padding-bottom: 5px;
}

/**
* Helper classes
*/
.center {
	text-align: center;
}

.red {
	color: #CC0000;
}

.small {
	font-size: 0.8em;
}

.spacer {
	clear: both;
}

.hidden {
	display: none;
}

.error {
	color: red;
}

.debug {
  background-color: #D7F1C1;
	border: 1px solid #183202;
}
