/* main css */
body {
    font-size:10pt;
    font-family:Arial,sans-serif;
    margin-left:auto;
    margin-right:auto;
    width:900px;
}
img { border-style: none }
#tblNavigation { margin-left:auto;margin-right:10px }
#tblNavigation td.previous {
    background-color: #cccccc;
    color:#000000
}
#tblNavigation td.current {
    background-color: #4960FE;
    font-weight: bold;
    color: #ffffff;
}
#tblNavigation td {
    color:#999999
}

.bluetext {
    color:#18518f;
    font-weight: bold;
}

.bluecell {
    background-color:#18518f;
    color:#ffffff;
    text-align:center;
    font-weight:bold
}

/* scheduledisplaytable */
.scheduletable {
    border: solid 1px black
}

.scheduletablebottombar {
    background-color:#eeeeee;
    padding-left: 20px;
    padding-right: 20px;
}

.scheduletableibdivider {
    width:75%;
    border-top:dotted 2px #4FA7FF;
}

.scheduletablepricedivider {
    vertical-align:top;
    padding-left:15px;
    border-left:dotted 2px #4FA7FF;
}

.scheduletabletitledivider {
    background-color:#ffffff;
    border-bottom:dotted 2px #4FA7FF;
}

.scheduleairportname
{ 
    font-size: 8pt;
}

/* modalpopupextender */
.modalBackground {
	background-color:#000000;
	filter:alpha(opacity=30);
	opacity:0.3;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:dotted;
	border-color:#4FA7FF;
	padding:5px;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
}

.modalPopup2 {
	background-color:#ffffff;
	border-width:3px;
	border-style:dotted;
	border-color:#4FA7FF;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
}


/* drop shadow division */
#shadow-container {
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

#shadow-container .shadow1 {
    background: #F1F0F1;
}

#shadow-container .shadow2 {
    background: #DBDADB;
}

#shadow-container .shadow3 {
    background: #B8B6B8;
}

#shadow-container .container {
    background: #ffffff;
    border: 1px solid #848284;
    padding: 10px;
    color: #ff0000;
    text-align: justify;
}    

/* SelectSchedule TabContainer CSS */

        .ajax__SelectSchedule .ajax__tab_header {
        font-family:Arial;
        font-size:10pt;
        border-bottom:solid 1px #999999;
        height: 40px;
        }

        .ajax__SelectSchedule .ajax__tab_outer {
        padding-right:4px;
        background-color:#C0C0C0;
        margin-right:2px;
        border-right:solid 1px #666666;
        border-top:solid 1px #aaaaaa
        }

        .ajax__SelectSchedule .ajax__tab_inner {
        padding-left:3px;
        background-color:#C0C0C0;
        }

        .ajax__SelectSchedule .ajax__tab_tab {
        padding:4px;
        margin:0;
        }

        .ajax__SelectSchedule .ajax__tab_hover .ajax__tab_outer {
        background-color:#cccccc
        }

        .ajax__SelectSchedule .ajax__tab_hover .ajax__tab_inner {
        background-color:#cccccc
        }

        .ajax__SelectSchedule .ajax__tab_hover .ajax__tab_tab {
        }

        .ajax__SelectSchedule .ajax__tab_active .ajax__tab_outer {
        background-color:#fff;
        border-left:solid 1px #999999;
        }

        .ajax__SelectSchedule .ajax__tab_active .ajax__tab_inner {
        background-color:#fff;
        }

        .ajax__SelectSchedule .ajax__tab_active .ajax__tab_tab {
        }

        .ajax__SelectSchedule .ajax__tab_body {
        font-family:Arial;
        font-size:10pt;
        border:1px solid #999999;
        border-top:0;
        padding:8px;
        background-color:#ffffff;
        } 

