﻿body 
{
   background: _themes/travel/tratilea.jpg;
   background-color: #313333;
   color: #FFFFCC;
  
  /* link:#FFCC00;
   vlink:#66CC99;
   alink:#669999;  */
   
	margin: 0;
	padding-bottom: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #B51032;
}

a:link {
COLOR: yellow;
}
a:visited {
COLOR: green;
}
a:hover {
COLOR: #FF0000;
}
a:active {
COLOR: #00FF00;
}

/*
 a Set the default appearance of a hyperlink.

a:active  Set the appearance of a hyperlink when clicked.

a:hover  Set the appearance of a hyperlink when the pointer is over the hyperlink.

a:link  Set the appearance of hyperlinks that haven't been clicked.

a:visited  Set the appearance of hyperlinks that have been
*/


.href
{
    color: Yellow;
}

.scheduleTableFormat
{
background-color: #797C91;
border-style: ridge; width: 2px;
}

.scheduleTableData
{
color: black;
font-family: Calibri;
font-size:  medium;
  border-style: ridge;
    border-width: 1px;
    width: auto;
}

.scheduleTableData a:link, a:visited  {
	color: yellow;
}
.scheduleTableDataJazz
{
    font-family: MS Reference Sans Serif;
    font-size:small;
    color: Orange;
    border-style: ridge;
    border-width: 1px;
}

.scheduleTableDataFlatpick
{
    font-family: MS Reference Sans Serif;
    font-size: small;
    color: white;
       border-style: ridge;
    border-width: 1px;
}

.scheduleTableHeader
{
    font-family: Comic Sans MS;
    font-size: large;
    color:black;
    font-style:italic;
    text-decoration: underline;
    font-weight:bold;
       border-style: ridge;
    border-width: 2px;
}


.scheduleLable
{
    color: #00FF00;
    font-weight: bold;
    text-align: center;
    
}

    #headercontent{
 width: 100%;
 height: 70px;
 margin: 0;
 border: solid #333;
 border-width: 0 0 2px 0;
 }

#leftcontent {
width: 80%;
float: left;
color: #000;
padding: 5px;
}

#rightcontent {
float: right;
width: 15%;
padding: 20px;
}

/* 
   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;
}
*/

/* Header Section */

#header {
	border-top: 3px solid #B51032;
	border-bottom: 1px dotted #B51032;
	height: 3em;
}
#header .title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: white;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}
#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;
}

#header a:link, a:visited  {
	color: #B51032;
}

/* Navigation */

#navigation {
	width: 200px;
	top: 5em;
	left: .2em;
	width: 10em;	
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #ED9F9F;
}
#navigation li a  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #711515;
	border-right: 1px solid #711515;
    /* 	background-color: #B51032;
	color: #FFFFFF; */
	background-color: #0A11A1;

	color: #E1C3ED; 
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #711515;
	color: #FFFFFF;
}
#navigation ul ul {
	margin-left: 12px;
}
#navigation ul ul li {
	border-bottom: 1px solid #711515;
	margin:0;
	background-color: #ED9F9F;
	background-color: #C0BD10;
	color: #711515;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #ED9F9F;
	color: #711515;
}
#navigation ul ul a:hover {
	background-color: #711515;
	color: #FFFFFF;
}

/* Main Content */

#content 
{
	margin-top:1em;
	margin-left: 12em;
	margin-right: 2em;
}
h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 80%;
	line-height: 1.6em; 
}

#content ul {
	font-size: 80%;
	line-height: 1.6em; 
}


