
body{
background-color:#FFFFFF;
width : 600px;
}

table{
background-color:#FFFFFF;
}

BLOCKQUOTE, STRONG, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, MENU, OL, P, TR, TD, TH, UL {	
background-color:#FFFFFF;
color:#000000; 
font-size:small; 
font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5
{
color:#CC0000;
}
b{
color:#CC0000;
}
A{
color:#CC0000; 
font-size:small; 
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:underline;
}
A:hover {
color:#CC0000; 
font-size:small; 
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:underline;
}

.header{}
.footer{}
.menuBar{}
.menuBarLink{}

.side{
background: #CC0000;
}
.sideMenu{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border : #000000;
	border-style : outset; 
	border-width : thin; 
	border-color: #EEEEEE;
	background: url('../images/back.gif');
}
.sideMenuLink{}

.userName{
font-size:x-small; 
font-weight:bold;
font-style:italic;
color:#000000; 
}

.tripHeader{
	font-family:Arial, Helvetica, sans-serif;
	font-size : small;
	color : #000000;
	background-color :#EEEEEE; 
	border-style : inset; 
	border-width : thin; 
	border-color: #EEEEEE;
}

.notScheduled{
	font-size : x-small;
	color : #cc0033;
}
.isScheduled{
	font-size : x-small;
	color : #006633;
}

.button{
	font-size: small;
	font-weight: bold; 
	color :  #000000;
	background-color : #f0f8ff;
	border : #000000;
	border-style : outset; 
	border-width : thin; 
	cursor: hand;
}

.button-small{
	font-size: small;
	color :  #000000;
	border : #000000;
	border-width : thin; 
	cursor: hand;
}

.calTrip{
	border : #000000;
	border-style : inset; 
	border-width : thin; 
	margin: 1em;
}


