﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

body {
	margin: 0;
	padding-bottom: 2em;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #B51032;
	border-top-width: 20px;
	border-top-style: none;
	background-image: url('images/background2.jpg');
}

/* Header Section */

#header {
	border-top: 3px solid #000099;
	border-bottom: 1px dotted #000099;
	height: 223px;
	border-width: 0px;
	border-style: none;
	border-bottom-color: #000099;
	font-size: xx-large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
#header .title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}

#header a:link, a:visited  {
	color: #B51032;
}

/* Navigation */

#navigation {
    width: 200px;
    top: 19em;
    width: 13em;
    position: absolute;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
    margin-left: 1em;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #ED9F9F;
	border-bottom-color: #99CCFF;
}
#navigation li a  {
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 12px solid #711515;
    border-right: 1px solid #711515;
    background-color: #0000FF;
    color: #FFFFFF;
    text-decoration: none;
    border-right-color: #000099;
    border-left-color: #000099;
}
#navigation li a:hover {
	background-color: #000099;
	color: #FFFFFF;
}
#navigation ul ul {
	margin-left: 12px;
}
#navigation ul ul li {
	border-bottom: 1px solid #711515;
	margin: 0;
	background-color: #99CCFF;
	color: #000099;
	border-bottom-color: #000099;
	font-size: 80%;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #99CCFF;
	color: #000099;
}
#navigation ul ul a:hover {
	background-color: #000099;
	color: #FFFFFF;
}
#header .breadcrumb {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:bold;
}


/* Main Content */

#content 
{
    width: 828px;
    position: absolute;
    left: 20em;
    margin-top: 1em;
    margin-right: 2em;
    margin-bottom: 1em;
}
h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
#content p {
    font-size: 90%;
    line-height: 1.6em;
}

#content ul {
	font-size: 80%;
	line-height: 1.6em; 
}


.Important
{
    font-size: large;
    color: Red;
}

#table
{
}

/* Data Web Control Styles */

.DataWebControlStyle
{
	font-size: 90%;
}

.HeaderStyle
{
	background-color: #000099;
	color: White;
	font-weight: bold;
	text-align: left;
}

.HeaderStyle a, .HeaderStyle a:visited
{
    color: White;
}

.FooterStyle
{
	background-color: #3366FF;
	color: White;
	text-align: right;
}
.AlternatingRowStyle
{
	background-color: #99CCFF;
}

.RowStyle
{
}

.SelectedRowStyle
{
    background-color: Yellow;
}

.PagerRowStyle
{
    background-color: #ddd;
    text-align: right;
}

.SortHeaderRowStyle
{
    background-color: #c00;
    text-align: left;
    font-weight: bold;
    color: White;
}

/* Menu Control Styles */

.MenuControlStyle
{
    font-size: 90%;
}

.StaticMenuStyle
{
    color:White;
    background-color:Blue;
}

.StaticSelectedStyle
{
    color:Yellow;
    background-color:Black;
}

.StaticHoverStyle
{
    color:Gray;
    background-color:Maroon;
}
.logoJML
{
}
.logoPonySymbols
{
    position: absolute;
    left: 240px;
}
.logoBabeRuth
{
    position: absolute;
    left: 880px;
}
.JML_Banner
{
    border-bottom: thick double #0000FF;
    margin: 10px;
    width: 1300px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-large;
    font-weight: bold;
}
h3 {
	font: large Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
h4 {
	font: large Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-bottom: 10px;
}
.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #0000FF;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionContent
{
	font: 90%;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	border-width: thin;
	border-color: #0000FF;
	border-style: none solid solid solid;
}
.accordionLink
{
	padding: 2px;
	background-color: #FFFFFF;
	color: white:;
}
table.stats 
{
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	width: 500px;
	background-color: #99CCFF;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.stats td 
{
    background-color: #99CCFF;
    color: #000;
    padding: 5px;
    text-align: left;
    border: 1px #fff solid;
    font-size: 90%;
}

table.stats td.hed
{
	background-color: #000099;
	color: #fff;
	padding: 10px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-weight: bold;
} 

