body {
    font: 69% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    background-color: White;
    color: Black;
    margin: 0;
    padding: 0;
}

table {
    font-size: 100%;
}

img {
    border: none;
    vertical-align: middle;
	margin: 0;
}

/* !!! DO NOT add an entry for p { } since this will cause rendering problems for the Javascript Calendar !!! */

p a {
    text-decoration: underline;
}
p a:visited {
    color: Purple;
    background-color: transparent;
}
p a:active {
    color: Red;
    background-color: transparent;
}
p img {
    border: 0;
    margin: 0;
}

hr {
    height: 1px;
    color: #8cacbb;
    background-color: transparent;
}

.ViewTrips {
	padding-left: 1.5em;
} 

ul { 
    line-height: 1.5em;
    list-style-type: square;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
    list-style-image: url(../../../System/images/bullet.gif);
}

ol {
    line-height: 1.5em;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
}
ul a, ol a {
    text-decoration: underline;
}
li {
    margin-bottom: 1em;
}
dt {
    font-weight: bold;    
}
dt a {
    text-decoration: underline;
}

dd {
    line-height: 1.5em;
    margin-bottom: 1em;
}
dd a {
    text-decoration: underline;
}

dd.link a {
    text-decoration: none;
    color: Black;
}

.LoginHelp {
    background-color: #f8f8f1;
}

/* Navigation tree styling */

.navIcon,
.navIconRoot {
    position: relative;
    right: 18px;
}

.navItemText {
    position: relative;
    right: 18px;
}

.navRootItem,
.navItem {
    margin: 0 0 0.2em 0;
    border: 1px solid White;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 1px;
    padding: 0.1em 0px 0.2em 18px;
    margin: 1px 0;
}


.visualClear {
    display: block;
    clear: both;
}
.breadcrumbs {
    /* The path bar, including breadcrumbs and add to favorites */
    border-bottom-color: #8cacbb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-left: 2em;
    padding-right: 2em;
    text-transform: lowercase;
}
#menu{
width:100px;
}

.trigger{
				 cursor: pointer;
				 cursor: hand;
				 font-family: Verdana, Helvetica, Arial;
				 font-size: x-small; 
}
.branch{
				display: none;
      	margin-left: 12px;
			  font-family: Verdana, Helvetica, Arial;
				font-size: x-small; 
}
.field {
    top: 0;
    left: 0;
    margin: 0 1em 1em 0;    
}

.field .field {
    margin: 1em 0 0 0;
}

.field label {
    font-size: 100%;
    font-weight: bold;
}

.formHelp {
    font-size: 90%;
    color: #76797c;
    margin: 0 0 0.2em 0;
}

.formHelp a {
    text-decoration: underline;
}

.formHelp:hover {
    color: Black;
    cursor: default;
}

.formControls {
   margin: 1em 0 0 0; 
}

.shaded {
    background-color: #f0f0e1;
}

.error {
    /* Class for error indication in forms */
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    padding: 1em;
    margin: 0 0 1em 0;
    width: 95% !important;
}

.legend{
    border: 1px solid #98984C; 
    background-color: #f8f8f1;
    font-size: 85%;
}

.legendLabel{
	font-size : x-small;
	font-weight: bold;
	color : #000000;
}

.smallInstructions{
	font-size: 86%;
	color : #000000;
}

.smallbold{
	font-size: 86%;
	color : #000000;
	font-weight: bold;
}

.bookingId{
	color : Black;
	font-size : 12.5px;
}

.tripHeader{
    /*display: block; 
    float: left; */
    border: 1px solid #98984C; /*#98984C */
    background-color: #e8e8d0; /*#f0f0e1 */
    font-size: 100%;
	padding-left:1.5em;
	padding-right:1.5em;
}

.Cancelled{
	font-size : x-small;
	color : #c8001a;
}

.notScheduled{
	font-size : x-small;
	color : #cc9800;
}

.statusIndicator{
	color : Black;
	font-weight: bold;
	font-style: italic; 
}

.isScheduled{
	font-size : x-small;
	color : #488019;
}

.subhead{
	font-weight: bold;
}

.helplink{
    position: relative;
    left: 542px;
    bottom: 20px;
}


H5.TGoldColor{
	color: #cc9800;
}

.footer_p {
    background-color: #e0e0c2;
    border-top: 1px solid #98984C;
    border-bottom: 1px solid #98984C;
    float: none;
    margin: 0.5em 0em 1em 0em;
    padding: 0.5em 0em 1em 0em;
    text-align: left;
}

//----------JAWS Specific ------------

.table_JAWS
{
	font-family : Verdana, Helvetica, Arial;
	border: 0;
	width:735px;

}

.table_JAWS1
{
	font-family : Verdana, Helvetica, Arial;
	border: 0;
	width:758px;

}

.JAWS_Prompt{
    color: Black;
    background-color: transparent;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.6em;
    
}

