#travel td, #travel tr, #travel th {
	border: 1px solid black;
	padding: 5px 5px;
}

#travel {

}

#travel thead {
	font-weight: bold;
}

#travel tbody {
	font-weight: normal;
}

/* ##################### VENUE LIST ##################### */

#venue_list td {
	border-bottom: 1px solid #000000;
	/*cursor: pointer;*/
}

#venue_list td a, #venue_list td a:visited{
	border-bottom: 0px;
}

/* ##################### BOX TABLE ##################### */

.box_table td{
	padding: 0 5px;
}

.box_table tr{
	vertical-align: top;
}

/* ##################### BUTTONS ##################### */

.button_box{
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px  5px;
	margin:0 auto;
    background: #BC7676;
    height: 26px;
    width: 55px;
    text-align: center;
}

/* ##################### AUTO SUGGESTIONS ##################### */

#autoSuggestionsList {
	background: #F8F8F8;
	position: absolute;
	top: 120px;
	left: 30px;
	z-index: 999;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
	width: 203px;
}

html>body #autoSuggestionsList {
	top: 115px;	
	width: 198px;
}

#autoSuggestionsList span {
	background: #F8F8F8;
	position: absolute;
	float: left;
	left: 0;
	width: 199px;
	margin-bottom: 3px;
	padding-left: 1px;
	text-align: left;
}

html>body #autoSuggestionsList span {
	width: 198px;
}

#autoSuggestionsList span:hover {
	background: #BC7676;
}

input, select {
	color: #000000;
	height: 22px;
	line-height: 18px;
	vertical-align: middle;
	background: url(http://www.kutcheris.com/css/sexy/text-bg.gif) repeat-x 0 0;
    border:1px solid #B5B8C8;
}

input.emptyField, select.emptyField {
	color: gray;
}

/* ##################### VENUE LISTING ##################### */

div.leftpane table {
	width: 220px;	
}

div.leftpane td {
	padding: 3px  2px;
	margin:0 auto;
    background-color: #FFFFFF;
}

div.leftpane td a, div.leftpane td a:visited {
	color: #000000;
	text-decoration: none;
}

/* ##################### ELEMENTS ##################### */

body {
	color: #ffffff;
	direction:ltr;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:80%;
	text-align:center;
	height: 600px;
}

table {
	direction:ltr;
	font-size:100%;
	text-align:left;
}

.subtext {
	color: 4C4C4C;
	font-size: 80%;
}

/* ##################### BODY ##################### */

div#insidebox{
	padding: 10px  10px;
	text-align:left;	
}

#body_container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 15px;
}
#body_container a, #body_container a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

.topleft {
	position: relative;
	top: 0px;
	left: 0px;
	width: 725px;
	float: left;
	line-height: 1.6;
}

.topright {
	position: relative;
	top: 0px;
	float: right;
	width: 220px;
}

#weather_div a, #weather_div a:visited, #map_canvas a, #map_canvas a:visited {
	text-decoration: underline;
	border-bottom: 0px;
}

.mycalendar {
	position: relative;
	left: 0px;
	float: left;
	width: 960px;
	padding: 0;
}

.leftpane {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 240px;
	margin-bottom: 15px;
}

.rightbody {
	position: relative;
	top: 0px;
	float: right;
	width: 705px;
}

/* ##################### FOOTER ##################### */

#footer_container {
	background: transparent url(http://www.kutcheris.com/css/images/footer_bar.gif) repeat-x scroll center top;
	text-align: center;
	display: block;
	padding: 0;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 20px;
	overflow: visible;
}

#footer_container a {
	color: white;
	
}

/* ##################### HEADER & MENU ##################### */

#header_container {
	background-color: transparent;
	color: black;
	display: block;
	padding: 0;
	position: relative;
	top: 0px;
	margin: 0 auto;
	width: 960px;
	text-align:left;
	visibility:hidden;
}

a#banner_link {
	position: absolute;
	top: 0px;
	width: 960px;
	height: 158px;
	display: block;
}

#banner_text {
	text-align: right;
	font-size: 110%;
	padding-top: 40px;
	padding-right: 40px;
}



#topmenu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0;
}

#topmenu li{
	display: inline;
	margin: 0;
	padding: 0;
}

#topmenu a {
	float: left;
	margin: 0;
	padding: 0 0 0 8px;
	text-decoration: none;
}

#topmenu a span {
	color: white;
	display: block;
	float: none;
	padding: 5px 15px 4px 6px;
}

#topmenu a:hover {
	background-position: 0 -42px;
	color: #000000;
	background: transparent url(images/nav_selected_bg.gif) repeat scroll left top;
	height: 35px;
}
#topmenu a:hover span {
	background-position: 100% -42px;
	color: #000000;
}

#topmenu a.selected {
	background-position: 0 -42px;
	background: transparent url(images/nav_selected_bg.gif) repeat scroll left top;
	height: 35px;
}
#topmenu a.selected span {
	background-position: 100% -42px;
	color: #000000;
	font-weight: normal;
}

/* ##################### EXTERNAL LINKS ##################### */

*[href^="http:"] { 
	background: url('images/extlink.png') right center no-repeat; 
	padding-right: 14px; 
} 
  
*[href^="http://www.decemberseason.com"],*[href^="http://wowweb.weather.com"],*[href^="http://ima.weather.com"],*[href^="http://www.twitter.com"],*[href^="http://www.facebook.com"] { 
      background: transparent; 
      padding-right: 0px; 
}

/* ##################### SCHEDULE STARS ##################### */
.starred {
	height: 14px;
	width: 14px;
	background: url('images/stars.gif');
	background-repeat:no-repeat;
	background-position: 0 -14px;
}

.unstarred {
	height: 14px;
	width: 14px;
	background-image:url('images/stars.gif');
	background-repeat:no-repeat;
	background-position: 0 0px;
}

/* ##################### TABLE SORTER ##################### */
table.tablesorter {
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 920px;
	text-align: left;
	color: white;
}



table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}

/*table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}*/

table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #A23737;
}

/* ##################### PRINTCSS ##################### */

#search_area, #schedule_info, #connections, #weather_div, #welcome, #updates{
	visibility: hidden;
	display: none;
}

#header_container{
	visibility: hidden;
	display:none;
	height:0px;
	margin:0;
}

.box{
	padding: 10px  10px;
	margin-bottom: 0px;
}

.box_filter{
	padding: 5px  0px;
	margin:0 auto;
}

body, table, thead, tbody, tr, th, td, a, a:visited, #footer_container a, #footer_container a:visited, #body_container a, #body_container a:visited {
	color: black;
	font-size:10pt;
	border-width: 0px;
}

tr, th, td {
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding: 4px;
}
#footer_container {
	background: none;
}