﻿@import url('layout.css');

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #000D4F;
	text-align:center;
}
#container {
	/*width: 310px;*/
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #19427e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content {
	/*width: 310px;*/
	margin-top: 5px;
	text-align: left;
}
#mainlist
{
    background-color: #476898;
    position: relative;
    width: auto;
    border: 1px solid #000D4F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#masthead {
	width: 310px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
/* Masthead Styles */

#masthead img {
	border-width: 0;
}
#masthead h3 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	color: #ffff00;
	text-transform: uppercase;
	text-shadow: black 4px 2px 6px;
	display: inline;
}
#masthead h4 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: black 4px 2px 6px;
	display: inline;
}
#masthead A:link {
    text-decoration: none;
    color: rgb(255,255,0);
}
#masthead A:visited {
    text-decoration: none;
    color: rgb(200,200,200);
}
#masthead A:active {
    text-decoration: none;
    color: rgb(255,255,0);
}


/* Mainlist Styles */

#mainlist ul {
	display: inline;
	}
#mainlist li
{
    position: relative;
    height: 44px;
    width: auto;
    overflow: hidden;
    background-image: url(../images/arrow.png);
    background-position:right;
}

#mainlist li a
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	display: block;
	height: 100%;
	text-decoration: none;
	border-style: none;
	padding: 10px;
	font-size: 150%;
	text-align:left;
	text-shadow: black 4px 2px 6px;
	color: #ffff00;
}
#mainlist li a:hover
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	display: block;
	height: 100%;
	text-decoration: none;
	border-style: none;
	padding: 10px;
	font-size: 150%;
	text-align:left;
	text-shadow: black 4px 2px 6px;
	color: #ff3333;
}
.mainlist_template {
	background-repeat: no-repeat;
    position: relative;
    list-style-type: none;
    height: 43px;
    width: auto;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    border-style: solid;
    border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
    border-color: #19427e;
    background-image: url(images/arrow.png);
}

/* Content Styles */
#content h3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #ffff00;
	display: inline;
}

#content p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
}
#content table {
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	width:100%;
}
#content td.header {
	color: yellow;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	vertical-align:top;
}
#content td {
	color: white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:0.7em;
	vertical-align:top;
}
#content .sched {
         border-top: 1px solid #000D4F;
         padding-top:3px;
         padding-top:3px;
         background: rgb(71,104,152);
         }
#content .key {
	color: yellow;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-shadow: black 4px 2px 6px;
}
         
#content A:link {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    text-decoration: none;
    font-weight: bold;
    color: rgb(255,255,0);
}
#content A:visited {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    text-decoration: none;
    font-weight: bold;
    color: rgb(255,255,0);
}
#content A:active {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    text-decoration: none;
    font-weight: bold;
    color: rgb(255,255,0);
}
#content A:hover {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    text-decoration: none;
    font-weight: bold;
    color: rgb(255,51,51);
}

/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}