/*
'reset' and 'fonts' CSS from Yahoo! User Interface Toolkit
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,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%;}q:before,q:after{content:'';}
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

/* ??!?!!? */
em {font-style: italic;}
strong {font-weight: bold;}

/* Layout and backgrounds */

html {
	background: #204;
}

body {
	font: 16px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", verdana, sans-serif;
	margin: 50px 0;
	background: #fed;
	color: #333;
}

#wrapper {
	width: 650px;
	margin: auto;
	
	border: 50px solid black;
	border-color: #204 #fed;
	
	padding-bottom: 50px;
}

#wrapper:after {
	content: " ";
	clear: both;
	display: block;
	height: 1px;
	visibility: hidden;
}

* html #wrapper {
	height: 1%;
}

#header {
	border-bottom: 8px solid #dfa;
	padding: 10px 0 8px 0;
	position: relative;
}

#header:after {
	content: ".";
	display: block;
	clear: both;
	height: 1px;
	visibility: hidden;
}

* html #header {
    height: 1%;
}

#main {
	padding: 8px;
}

/* Styling */

h1 {
	font-size: 30px;
	font-weight: normal;
	margin-top: 1px;
	padding-right: 0.4em;
	text-transform: lowercase;
	letter-spacing: 0.1em;

	float: right;
}

h1 a, h1 a:hover {
    display: block;
	text-indent: -1000em;
	background: url(../images/logo.png) top left no-repeat;
	
	position: absolute;
	top: -30px;
	right: 5px;
	width: 200px;
	height: 62px;
}

* html h1 a, * html h1 a:hover {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
	   src='/images/logo.png', sizingMethod='image');
	background-image: none;
}

#header {
	background-color: #bf5;
}

#global-nav a {
    background: none;
}

#header, h1 a, h1 a:hover, #global-nav a {
	color: #482;
	text-decoration: none;
}

h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin: 0.8em 0 0.4em 0;
}

h2:first-line, h3:first-line, h4:first-line, h5:first-line, h6:first-line {
	background: #204;
	color: #fff;
}

h2 {
	font-size: 20px;
}

a {
	color: #a33;
	background: #fbb;
	text-decoration: none;
}

a:hover, #global-nav a:hover {
	color: #fbb;
	background: #a33;
}

#flash {
	text-align: center;
	color: #6a0;
}

#main ul {
	list-style: disc;
}

#main li {
	margin-left: 1.5em;
	margin-bottom: 0.4em;
}

p {
	margin: 0.5em 0;
}

td, th {
	padding: 3px;
}

th {
	font-weight: bold;
}

/* Navigation */

#global-nav {
	font-weight: bold;
	width: 450px;
}

#global-nav li {
	display: inline;
	
	border-left: 1px solid #060;
}

#global-nav li#nav-itinerary, #global-nav li#nav-admin {
	border-left: none;
}

#global-nav a, #global-nav a:hover {
	padding: 0.25em;
}

#global-nav li#nav-admin a,
#global-nav li#nav-logout a {
	color: #248;
}

/* Front page */

ul#visit-examples {
	text-align: center;
	font-size: 12px;
	width: 100%;
}

ul#visit-examples li {
	width: 40%;
	margin: auto;
	text-align: left;
}

.links-table {
}

.links-table table {
    width: 100%;
    border-spacing: 20px;
    border-collapse: separate;
}

.links-table td {
    vertical-align: top;
	font-weight: bold;
}

.links-table .links td {
}

.links-table .links a {
	display: block;
	text-align: center;
	padding: 45px 10px;
	white-space: nowrap;
	text-decoration: none;
}

/* Itinerary viewer */

#groups-list table {
    width: 100%;
}

#groups-list td {
    width: 20%;
    height: 80px;
    font-weight: bold;
}

#groups-list td.group-link {
    text-align: center;
    cursor: pointer;
}

#groups-list li a:hover {

}

#group-password-container {
	display: none;
}

#groups-list li a, #group-label {
	padding: 0.25em 0.5em;
}

#groups-list td.burnt-sienna,
#groups-list td.burnt-sienna a,
span.burnt-sienna,
body.burnt-sienna h2:first-line,
body.burnt-sienna h3:first-line {
    background: url(../images/burnt-sienna.jpg);
    color: white;
}

#groups-list td.cadmium-red,
#groups-list td.cadmium-red a,
span.cadmium-red,
body.cadmium-red h2:first-line,
body.cadmium-red h3:first-line {
    background: url(../images/cadmium-red.jpg);
    color: white;
}

#groups-list td.chrome-yellow,
#groups-list td.chrome-yellow a,
span.chrome-yellow,
body.chrome-yellow h2:first-line,
body.chrome-yellow h3:first-line {
    background: url(../images/chrome-yellow.jpg);
    color: #300;
}

#groups-list td.cobalt-blue,
#groups-list td.cobalt-blue a,
span.cobalt-blue,
body.cobalt-blue h2:first-line,
body.cobalt-blue h3:first-line {
    background: url(../images/cobalt-blue.jpg);
    color: white;
}

#groups-list td.copper-green,
#groups-list td.copper-green a,
span.copper-green,
body.copper-green h2:first-line,
body.copper-green h3:first-line {
    background: url(../images/copper-green.jpg);
    color: #300;
}

#groups-list td.titanium-white,
#groups-list td.titanium-white a,
span.titanium-white,
body.titanium-white h2:first-line,
body.titanium-white h3:first-line {
    background: url(../images/titanium-white.jpg);
    color: #003;
}
