#schedule_panel {
	clear: left;
	width: 350px;
}
#schedule_panel th {
	padding-top: 10px;
}
#schedule_panel select {
	font-size: x-small;
}
#schedule_dest_legs {
	padding: 0 0 5px 20px;
	width: 140px;
}
#schedule_dest_dom {
	border: 1px solid #B0AE90;
	margin-left: 15px;
	padding: 3px 0;
	width: 160px;
}
#schedule_dest_int {
	border: 1px solid #B0AE90;
	margin-left: 10px;
	padding: 3px;
	width: 140px;
}
#bag_image {
	display: none;
	padding-top: 20px;
}
#schedule-needs {
	padding-left: 25px;
	color:#000000;
}
span.items-shipping {
	float: left;
	width: 115px;
	font-weight: normal;
	font-size: x-small;
	/* text-align: right; */
	padding-right: 2px;
}
span.items-shipping a {
	color: #000;
	text-decoration: none;
}
span.items-shipping a:hover {
	text-decoration: underline;
}
.tabbed-pane * {
	margin: 0;
	padding: 0;
}
.tabbed-pane {
	margin: 0 auto;
	width: 350px;
	padding: 0 10px;
}
.tabbed-pane .tabs {
	list-style: none;
	clear: both;
	float: left;
	z-index: 20;
	position:relative;
	margin-left: 0px;
	margin-bottom: -1px;
	*margin-bottom: -1px;
	
}
.tabbed-pane .tabs li a.active {
	background-color: #780019;
	background: #780019;
	background-repeat: repeat-x;
	border-left: 1px solid #780019;
	border-right: 1px solid #780019;
	background-image:;
	/* border-bottom: 1px solid #DEDBB8; */
}

.tabbed-pane .tabs li {
	float: left;
	margin: 0 3px 0 0;
	
}
.tabbed-pane .tabs li a {
	color: #fff;
	display: block;
	padding: 5px;
	background: #780019;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	background-image: url('../images/template/tab-active.gif');
}
.tabbed-pane .pane {
	border: 1px solid #780019;
	/* padding: 5px; */
	clear: both;
	height: 100%;
}
.tabbed-container {
	position: relative;
	clear: both;
	min-height: 10em;
}
/*
.tabbed-container .overlay {
	position: absolute;
	clear: both;
	border: 1px solid #780019;
	padding: 5px;
	width: 338px;
	top: 0;
	left: 0;
	background: #DEDBB8 url('../images/template/ajax-loader.gif') center center no-repeat;
	text-align: center;
	z-index: 1;
	height: 100%;
}
*/
#schedule_dest_int select {
	font-size: x-small;
	width: 125px;
	margin-bottom: 2px;
}



.tabbed-pane-agent {
    margin: 0 auto;
    width: 850px;  
    padding: 0 10px;
    float:left;
    border:1px solid #000000;
}
.tabbed-pane-agent .tabs {
    list-style: none;
    clear: both;
    float: left;
    z-index: 20; 
    position:relative;  
    margin-top: 0px; 
    margin-left: 0px;
    margin-bottom: -1px;
   
}
.tabbed-pane-agent .tabs li a.active {
    background-color: #780019;
    background-image: url('../images/template/tab-active.gif');
    background-repeat: repeat-x;
    border-left: 1px solid #780019;
    border-right: 1px solid #780019;
    /* border-bottom: 1px solid #DEDBB8; */
}
.tabbed-pane-agent .tabs li {
    float: left;
    margin: 0 3px 0 0;
}
.tabbed-pane-agent .tabs li a {
    color: #fff;
    display: block;
    padding: 5px;
    background: #780019;
    font-size: 90%;
    font-weight: bold;
    text-decoration: none;
}
.tabbed-pane-agent .pane {
    border: 1px solid #780019;
    /* padding: 5px; */
    clear: both;
    height: 100%;
}