	body {
		font-family: 'Terminal Dosis', sans-serif;
		font-size: 10px; 
		color: #333;
		background: #F5F5F5; /* background color */	
		background: white; /* background color */	
		background: #CCC; /* background color */	
		padding: 0;
		overflow-y: scroll;
	}

    #topLevel {
        width: 1000px
        max-width: 1200px;
        height: 730px;
		background: #F5F5F5; /* background color */	
		background: #CCC; /* background color */	
/*		margin: 10px 0px; */
    }

a img{
border:0;
}

	td {
		font-size: 14px;	
	}
	h1 {
		text-align: center;
		font-family: 'Terminal Dosis', sans-serif;
		font-size: 18px;
		color: #EEEEEE;
		text-shadow: 0px -1px 0px #AAA, 0px 1px 0px #EEEEEE;
		margin: 0px 0px 20px 0px;
	}
	input {
		font-family: 'Terminal Dosis', sans-serif;
		font-size: 14px;
		padding: 7px 8px;	
		border: 0px;
		box-shadow: 0px 0px 6px #999;
		border-radius: 10px;
	}
	input[type="text"] {
		font-size: 14px;
		width: 200px;
		margin-left: 5px;
	}
	input[type="submit"] {
		font-size: 12px;
		padding: 6px 10px;	
		margin-left: 10px;
	}

    #infoBox {
		font-size: 14px;
    }

	#routeForm {
		width: 100%;
		text-align: center;
		margin-top: 20px;	
	}

    #rightColumn {
        position: absolute;
        top: 8px;
        left: 620px;

        min-width: 396px;
        max-width: 480px;
    }

	#topBar {
		background: #FFFFFF;
        height: 30px;
		padding: 10px;
		box-shadow: 0px 0px 6px #999;
		border-radius: 10px;
		font-size: 20px;
        color: #F47526;
	}

	#rightPane{
		background: #FFFFFF;
        height: 490px;
		margin: 10px 0 0 0;
        padding: 10px 0 0 0;
		box-shadow: 0px 0px 6px #999;
		border-radius: 10px;
		font-size: 10px;

        overflow-y: hidden;
        overflow-x: hidden;

        width:100%;
        display: block;
	}

    #calendarPanel{
		background: #FFFFFF;
        height: 340px;
		padding: 10px;
		margin: 0 auto;
		box-shadow: 0px 0px 6px #999;
		border-radius: 10px;
		font-size: 10px;
        overflow-y: auto;
        overflow-x: hidden;
	}

	#directionsPanel{
		background: #FFFFFF;
        height: 365px;
        min-height: 75%;
		padding: 10px;
		margin: 0 auto;
		box-shadow: 0px 0px 6px #999;
		border-radius: 10px;
		font-size: 10px;
        overflow-y: auto;
        overflow-x: hidden;
	}

    #aboutPanel{
        background: white;
        height: 390px;
		padding: 10px;
		margin: 0 auto;
		box-shadow: 0px 0px 6px #999;
		border-radius: 10px;
		font-size: 12px;
        overflow-y: auto;
        overflow-x: hidden;
    }

	.adp-directions {
		width: 100%;	
	}

	#bottomBar {
		background: #FFFFFF;
        	height: 50px;
		padding: 10px;
		box-shadow: 0px 0px 6px #999;
		border-radius: 10px;
		font-size: 14px;
        margin: 8px 0 0 0;

	}

    #Container {position: relative; width: 602px; margin:0px 0px 0px 0px; }

    .TopLeft, .TopRight, .BottomLeft, .BottomRight {position:absolute;z-index:1000;background-image: url(../img/corners-CCC-10px.png);width:20px;height:20px;}

    .TopLeft {left: 0; top: 0;}

    .TopRight {right: 0; top: 0; background-position: top right;}

    .BottomRight {right: 0; bottom: 0; background-position: bottom right;}

    .BottomLeft {left: 0; bottom: 0; background-position: bottom left;}

    #map_canvas {width: 602px; height: 640px;}

	#sponsorBar {
    position: absolute;
    top: 656px;

		background: #FFFFFF;
		width: 583px;
        max-width: 683px;
        height: 50px;
		padding: 10px;
		margin: 0 auto;
		box-shadow: 0px 0px 6px #999;
		border-radius: 10px;
		font-size: 14px;
	}

#sponsors {
    width: 599px;
    max-width: 699px;
    height: 50px;

    position: relative;
    top: -5px;
    left: -8px;

    background-color: none;

    z-index: 2;
}

#sponsors .logo {
    height:60px;
    margin:0 4px 0 4px;
    border:0;
    cursor:pointer;

    opacity: 1.0; /*for Chrome, Firefox, Safari..*/
    filter:alpha(opacity=100); /* for IE */
}



/* jQuery UI */

.ui-datepicker { 
    margin-left: -90px;
    z-index: 1000;
}

.defaultText {
    width: 300px;
}

.defaultTextActive {
    color: #a1a1a1;
    font-style: italic;
}

.defaultDateText {
    width: 100px;
}

.defaultDateTextActive {
    color: #a1a1a1;
    font-style: italic;
}

