body {
    margin:	0;
    padding:	0;
    background-color: #7D97D4;
    color:	#000000;
    border-top: 2px solid #2A4F6F;
}

/*
** Header includes FoS logo & page title
*/
#header {
	border-top: 1px solid #778899;
	border-bottom: 1px dotted #B2BCC6;
	height: 110px;
}
#header .logo {
	float: left;
	margin-left: 20px;
	margin-top: 0.5em;
}
#header h1 {
    position: relative;
    left:     1em;
    top:     20px;
    color: #FFFFFF;
}

#nav {
    position:	absolute;
    top:	100px;
    left:	20px;
    width:	200px;
}
#nav ul {
    list-style:	none;
    margin-left: 0em;
    padding: 0;
    border: none;
}
#nav li {
    display: block;
    background-color: #71A5FB;
    color: #FFFFFF;
    font-size: 120%;
    border-bottom: 1px solid #B2BCC6;
/*    margin: 0;*/
    vertical-align: bottom;
/*    padding: 5px 5px 5px 0.5em;*/
}
#nav #current  {
    font-weight: bold;
    padding: 5px 5px 5px 0.5em;
    background-color: #6644B6;
}
#nav a:link {
    display: block;
    color: #000000;
    text-decoration: none;
    padding: 5px 5px 5px 0.5em;
}
#nav a:visited {
    display: block;
    color: #333333;
    text-decoration: none;
    padding: 5px 5px 5px 0.5em;
}
#nav a:hover {
    background: #6644B6;
    color: #FFFFFF;
}
#nav input {
    font-size: 110%;
    font-weight: normal;
    margin: 5px 5px 5px 0.5em;
}
#nav #current a:link {
    color: #FFFFFF;
}
#nav #current a:visited {
    color: #FFFFFF;
}

#main {
    background-color: #FFFFFF;
    width: 75%;
    position: absolute;
    top: 110px;
    margin-left: 230px;
    margin-right: 2em;
    padding-left: 1em;
    padding-right: 1em;
    -moz-border-radius: 25px;
}

#main h2 {
    margin-left: -0.5em;
    margin-bottom: 0px;
}

#footer {
    border-top: 1px dashed #999999;
    text-align: center;
    font-size: 70%;
    color: #000000;
}

.support li {
    padding-top: 10px;
    list-style: none;
    text-indent: -1.4em;
}
.support a {
    font-weight: bold;
}

/* E.g. for 2008 dog jog, which is now past */
.archived {
    color: #999999;
}

.archived a {
    color: #6666FF;
}

/* "News" table on main page */
.news {
    border: 0;
}
.news td, .news th {  padding-top: 10px; }
.news th {
    font-weight: normal;
    white-space: nowrap;
    vertical-align: top;
    text-align: left;
}

.news td {
    font-weight: normal;
    vertical-align: top;
}

/* 2010 Apr 19 */
#dogjogtable td {
    padding-left: 8px;
    padding-right: 8px;
}

/* 2010 Jul 3 */
.photo-form th {
    vertical-align: top;
    text-align: right;
    white-space: nowrap;
}
.photo-form td {
    vertical-align: top;
    text-align: left;
    font-family: courier monospace;
    white-space: pre;
}

.warning {
    background-color: #FF9;
    border: 1px solid #F00;
    padding-left: 10px;
}

/* 2010 Aug 30 for /view (index page) */
.pet-index th {
    text-align: left;
}
.pet-index .date {
    white-space: pre;
    text-align: left;
    font-family: monospace;
    text-size: 80%;
}

/* For missing form elements */
.missing {
    color: red;
}

