#header, #footer, #contents {
	min-width: 990px;	
}

#header, #footer {
	background-color: #f1f1f1;
	width: 100%;
}

#header {
	border-bottom: 4px solid #6c3;
}

.data {
	font-weight: bold;
}

#footer {
	border-top: 1px solid #ccc;
	color: #666;
	padding: 1em 0;
}

.right {
	text-align: right;
}

.right p {
	clear: both;
}

#footer .left {
	background: right repeat-y url("/styles/dot-ccc.png");
}
#footer a {
	color: #666;
}

.larger {
	font-size: larger;
}


img.out {
	margin: 6px 3px 0 3px;
}

#sign_in {
	float: right;
	background: #6C3;
	border: 2px white;
	border-style: none solid solid solid;
	color: white;
	display: block;
	padding: 0.5em 2em; 
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius-bottomleft: 0.8em;
	-webkit-border-bottom-left-radius: 0.8em;
	-moz-border-radius-bottomright: 0.8em;
	-webkit-border-bottom-right-radius: 0.8em;
}

h1 {
	color: #999;
	font-size: 3em;
	font-weight: normal;
	margin-bottom: 0.2em;
}

h1 .sub {
	font-size: 0.4em;
	color: #ccc;
	font-weight: bold;
} 

/* Menu and tabs */
.menu, .tabs {
	list-style: none;
	overflow: auto;
}	

.right .menu {
	margin: 2em 2px 0 0;
	float: right;
}

#footer .menu {
	margin: 0 0 1.6em 0;
}

.menu li {
	float: left;
	margin: 0 0.5em 0 0;
	padding: 0;
}

.right .menu li {
	float: left;
	margin: 0 0 0 0.5em;
}

.menu .item {
	border-right: 1px solid #ccc;
}


.tabs li {
	float: left;
	margin: 0;
	padding: 0;
}

.tabs a,
.tabs a:link, 
.tabs a:visited,
.tabs a:active {
	float: left;
	margin-right: 0.7em;
	padding: 1.2em 1.2em 0.6em 1.2em;
	background: white;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.tabs a:hover,
.tabs a.active {
	background: #6C3;
	color: white;
	-moz-border-radius-bottomleft: 0.8em;
	-webkit-border-bottom-left-radius: 0.8em;
	-moz-border-radius-bottomright: 0.8em;
	-webkit-border-bottom-right-radius: 0.8em;
}

input[type="submit"] {
    border: none;
    padding: 5px 10px 5px 10px;
}

input[type="submit"],
 button[type="submit"],
 a.button.submit {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	-khtml-border-radius: 0.4em;

    background: #6C3;
    color: white;
 }
 
button,
a.button {
	background: #CCC;
	color: #333;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	-khtml-border-radius: 0.4em;
	border-radius: 0.4em;
	border: none;
	font-weight: normal;
	padding: 0.3em 0.8em;
}

a.button {
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;
}

#form-search {
	margin-top: 1em;
}

#form-search button {
	width: 100%;
}

#input-search {
	padding: 0.2em;
	width: 100%;
	border: 2px solid #999;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	-khtml-border-radius: 0.4em;
	border-radius: 0.4em;
}

input, button {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.pfoot {
	color: #999;
}

h4.bar {
	margin: 2em 0 1em 0;
	color: #666;
	font-size: 1.1em;
	overflow: auto;
	border-bottom: 3px solid #6c3;
}
	
h4.bar .sub {
	color: #999;
	font-weight: normal;
}

h4.bar .help {
	float: right;
}

hr {
	color: #ccc;
	background: #ccc;
	border: none;
	height: 1px;
}

.gray {
	color: #999;
}
