html{
    height: 100%;
}

dd, dl, dt, form, h1, h2, h3, h4, h5, h6, ul, ol, li, p{
    margin: 0;
    border: none;
    padding: 0;
}

body{
    height: 100%;
    text-align: center;
    margin: 0;
    border: none;
    padding: 0;
    overflow:auto;
    
    /*background: url(../images/backtile2.jpg) center repeat-y #949494;*/
    /*background: #949494;*/
    background: url(../images/bg1.jpg) center #aaaaaa;
    /*background: url(../images/bg2.jpg) center #aaaaaa;*/
}

.wrapper {
    text-align: left;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /*width: 1020px;*/
    width: 80%;
    margin: 0 auto -3em;
    background-color: #ffffff;
    border: 1px solid #666666;
    border-left: 2px solid #666666;
    border-right: 2px solid #666666;
    border-top: 1px solid #ffffff;
    
    padding: 20px;
}

.banner {
    /*margin-bottom: 1em;*/
    margin-bottom: 37px;
    width: 100%;
    height: 150px;
    /*background-color: #FFFFEE;*/
    /*background: url(../images/shad.png) center repeat;*/
    /*background-repeat: repeat-x;*/
    /*background-size: 100%;*/
    /*background-position: bottom;*/
}

#eagleliner-logo-div {
    float: right;
}

#katiso-logo-div {
    float: left;
}

.menucontainer {
    margin: 0 auto;
    margin-top: 0;/*40px;*/
    /*margin-bottom: 37px;*/
    /*width:875px;*/
    /*border:1px solid #cccccc;*/
    height:40px;
    width: 100%;
    /*border-radius: 10px;*/
    /*-moz-border-radius: 10px;*/
    /*-webkit-border-radius: 10px;*/
    
    background: #8e0b77;
    background: -moz-linear-gradient(top, #AA4F92 0%, #8e0b77 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#AA4F92), color-stop(100%,#8e0b77));
    background: -webkit-linear-gradient(top, #AA4F92 0%,#8e0b77 100%);
    background: -o-linear-gradient(top, #AA4F92 0%,#8e0b77 100%);
    background: -ms-linear-gradient(top, #AA4F92 0%,#8e0b77 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AA4F92', endColorstr='#8e0b77',GradientType=0 );
    background: linear-gradient(top, #AA4F92 0%,#8e0b77 100%);
}

.manselect{
    margin-left: 15px;
    margin-bottom: 20px;
    background-color: #eee;
    padding: 0;
    width: 750px;
}

.manselect .routeselector{
    margin-left: 12px;
    float: left;
    vertical-align: middle;
    height: 100%;
}

.manselect .dateselector{
    margin-left: 12px;
    float: left;
}

.manselect .mansubdiv{
    margin-left: 20px;
    float: right;
}

.manselect .dateselector .mandatefrom{
    background: #dddddd;
    color: #373737;
    font-family: 'arial';
    font-size: 10px;
    font-weight: bold;
    border: 1px solid #cccccc;
}

.manselect .mansubdiv .mansubmit{
    background: #8e0b77;
    color: #dddddd;
    font-family: 'arial';
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    height: 25px;
    border: 1px solid #cccccc;
}

input[type=submit], input[type=button], input[type=reset], button{
    background: #8e0b77;
    color: #dddddd;
    font-family: 'arial';
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;

/* EDIT OUT MDSP.. Looks hideous   height: 25px; */
    border: 1px solid #8e0b77;
    font-size: 12px;
    padding: 4px;
    margin-left: 5px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, button:hover {
    background: #b51098;
    color: #eeeeee;
    text-decoration: underline;
}


input[type=submit][disabled],input[type=button][disabled],input[type=reset][disabled],button[disabled]{
    background: #777777;
    cursor: default !important;
}

.footer, .push{
    height: 3em;
    clear:  both;
}

.footer{
    width: 80%;
    border-top: 1px solid #cccccc;
    margin: 0 auto;
    font-family: 'arial';
    font-size: 12px;
    background: #ddd;
}

.footer .copyright{
}

.footer .terms{
    font-size: 11px;
}

.footer .terms a, .footer .terms a:visited{
    color: #990066;
}

.permissions{
    background: #949494; /* Old browsers */
    background: -moz-linear-gradient(top, #949494 0%, #373737 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#949494), color-stop(100%,#373737)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #949494 0%,#373737 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #949494 0%,#373737 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #949494 0%,#373737 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949494', endColorstr='#373737',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #949494 0%,#373737 100%); /* W3C */
    width: 300px;
    height: 150px;
    overflow-y: scroll;
    padding: 0;
    text-align: right;
}

.permissions table{
    width: 292px;
    padding: 0;
}

.permissions table thead tr td{
    background-color: #373737;
    font-weight: bold;
    color: #cccccc;
    font-family: 'arial';
    font-size: 11px;
    padding-left: 10px;
}

.permissions table tbody tr td{
    padding-left: 10px;
    color: #ffffff;
    font-family: 'arial';
    font-size: 11px;
}

.dropdown{
    background: #dddddd;
    color: #373737;
    font-family: 'arial';
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #cccccc;
    min-width: 150px;
}

.export{
    color: brown;
    font-family: 'arial';
    font-size: 11px;
    font-weight: bold;
    margin-left: 0;
    vertical-align: middle;
}

form label{
    padding:0px 10px;
    width: 160px;
    float: left;
} 
form .error{
    color: #c00;
}

form label.error{
    color: #c00;
    
    font-size: 100%;
    font-weight: bold;
    font-variant:small-caps;
    
    width:308px;
    display: none;

    margin:8px 0px 0px 180px;
    padding:3px 0px 0px 5px;
    border-top:1px dotted #ccc;
    
    clear:both;
}

form label.info{
    font-size: 100%;
    font-weight: bold;
    font-variant:small-caps;
    
    margin:8px 0px 0px 180px;
    padding:3px 0px 0px 5px;
}

/*demo page css*/
.tripeditmain *{ font: 62.5% "Trebuchet MS", sans-serif; margin: 50px;}
#tabs *{ font: 12px "Trebuchet MS", sans-serif;}
.demoHeaders { margin-top: 2em; }
#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
ul#icons {margin: 0; padding: 0;}
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
ul#icons span.ui-icon {float: left; margin: 0 4px;}
.infodiv
{
    width:350px;
    height:100px;
    border:1px solid silver;
    overflow-y:auto;
    padding:3px;
}
.selectbox
{
    width:350px;
}
td
{
    vertical-align:top;
}
.travelplanpricebox
{
    font-family:arial !important;
    font-size:10px !important;
    width:60px !important;
    background-color:transparent;
    border:1px solid silver;
}
#tripplan table th
{
    background-image:url(eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png);
    font-size:10px;
    color:white;
}
#tripdiscounts table th
{
    background-image:url(eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png);
    font-size:10px;
    color:white;
}
#trippricing table th, #preview-dialog table th, #preview-com-dialog table th, #availability-grid table th
{
    background-image:url(eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png);
    font-size:10px;
    color:white;
}
#tripdays table th
{
    background-image:url(eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png);
    font-size:10px;
    color:white;
}
#computicketpricing table th
{
    background-image:url(eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png);
    font-size:10px;
    color:white;
}
.trnorm
{
    background-color:white;
}
.tralt
{
    background-color:silver;
}
.trnorm input, .trnorm select, .tralt input, .tralt select{
    border-color: transparent;
}
.travelplantimebox
{
    width:60px !important;
    font-family:arial !important;
    font-size:12px !important;
    background-color:silver;
    border:1px solid grey;
}
.travelplandaybox
{
    width:20px !important;
    font-family:arial !important;
    font-size:12px !important;
    background-color:silver;
    border:1px solid grey;
}

.trhighlight/*,.trhighlight a,.trhighlight a:visited*/{
    background: none;
    filter: none;
    -ms-filter: none;
    background-color: #444444 !important;
    color: #ffffff;
}

.trhighlight a:hover{
    color: #ffffff;
    text-decoration: underline;
}

.trpermhighlight{
    background-color: #000;
}

.credit_card_sub_div{
    display: none;
}

.emailingspan{
    font-style: italic;
    font-weight: 900;
    color: yellow;
    font-size: 11px;
}

.emailingallspan{
    font-style: italic;
    font-weight: 900;
    color: orange;
    font-size: 13px;
}

.dialog-button button{
    height: 40px;
}

.pricecolhead{
    width:5px !important;
    height:100px;
    padding:0px;
}
.pricecolhead div
{
    font-size:10px !important;
    font-weight:normal;
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    padding:2px !important;
    /*margin: 0 auto;*/
    /*width: 100px;*/
    text-align: center;
}
.gridnav
{
    width:40px !important;
    border:0px solid red !important;
}
.gridnavtd
{
    width:40px !important;
}

.view-tickets{
    text-decoration: underline;
    color: #373737;
    font-size: .9em;
    cursor: pointer;
}

.view-tickets:hover{
    color: #fff;
}

.sub-mtc-td{
    background: #bbb;
    font-size: 9px;
    height: 18px;
    font-variant: small-caps;
}

.bus-adjust th{
    font-size: 13px;
    font-variant: small-caps;
    color: #222;
}

.bus-adjust td{
    font-size: 12px;
    color: #333;
    border-bottom: 1px solid #ccc;
}

.rotateMyText{
    /* Safari */
    -webkit-transform: rotate(-90deg);
    
    /* Firefox */
    -moz-transform: rotate(-90deg);
    
    /* IE */
    -ms-transform: rotate(-90deg);
    
    /* Opera */
    -o-transform: rotate(-90deg);
    
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


.ui-spinner {
	
	margin: 0 !important;
	padding:0;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	text-align: left !important;
	width: 148px !important;
	height: 20px !important;
	display: block !important;
	position: relative !important;
	overflow: hidden !important;
	border: 1px solid #999 !important;
	background: #FEFEFE url(images/spinner-bg.gif) repeat-x left bottom !important;
	padding: 0 !important;
	float: left !important;
}

.ui-spinner-disabled {
	background: #F4F4F4;
	color: #CCC;
}

.ui-spinner-box {
	width: 70% !important;
	height: 100%;
	float: left;
	font-size: 17px;
	border: none !important;
	background: none;
/* 	margin: 0 5% 0 0; */
/* 	text-align: right; */
	line-height: normal !important;
/* 	border: 1px dotted red; */
	outline: none;
}

.ui-spinner-box:focus {
/* 	border: none !important; */
	outline: none;
}

.ui-spinner-up,
.ui-spinner-down {
	width: 30% !important;
	height: 50% !important;
	font-size: 0.5em !important;
	padding: 0 !important;
	margin: 0 !important;
	z-index: 100 !important;
	text-align: center !important;
	vertical-align: middle !important;
	position: absolute !important;
	right: 0 !important;
	cursor: default !important;
	border: 1px solid #999 !important;
	border-right: none !important;
	border-top: none !important;
	
	line-height: normal !important;
	color: #000 !important;
	text-shadow: none !important;
	background: none !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	cursor: default !important;
}

.ui-spinner-down {
	bottom: 0;
	border-bottom: 0;
}

.ui-spinner-pressed {
	background: #FEFEFE;
}

.ui-spinner-list,
.ui-spinner-listitem {
	margin: 0;
	padding: 0;
}