@charset "utf-8";

.clearer {
  clear:both;
  height:1px;
}

body, h1, h2, h3, h4, h5, h6, p, a, img, ul, ol, li, form, input, select, option, div {
	padding: 0px;
	margin: 0px;
}

body {
	font-family:"Microsoft Sans Serif";
	font-size:12px;
	text-align:center;
	background: #F1F9FF url('/img/chicago-bg.png') repeat-x top left;
}

.content {
	//background-color: #d2ebfe;
}

div.topStrip {
  background:#444444;
  border-bottom:3px solid #BFE1F9;
  height:10px;
  display:none;
}

div.header {
  text-align:center;
  /*background:url('/img/gc_tickets/bg_horizon.png') repeat-x bottom;*/
}

div.headerInner {
  width:947px;
  margin:0px auto;
  position:relative;
  height:106px;
}

div.divider {

}

.phoneNumber {
	position:absolute;
	right:0px;
	top:0px;
	font-family:Arial;
	text-align:left;
	cursor:pointer;
	margin:5px;
	padding:5px;
}

.phoneNumber .title {
	color:#cc0000;
	font-weight:bold;
	font-family:Helvetica;
	font-size:18px;
	text-transform:uppercase;
}

.phoneNumber .number {
	color:#78d500;
	font-weight:bold;
	font-family:Helvetica;
	font-size:38px;
	text-transform:uppercase;
}

.phoneNumber .tagline {
	color:#545e66;
	font-weight:bold;
	font-family:Helvetica;
	font-size:20px;
	text-transform:uppercase;
}
.phoneNumber big {
  color:#78D500;
  font-size:37px;
  font-weight:bold;
  letter-spacing:-0.05em;
  line-height:0.9em;
}

.phoneNumber small {
  font-size:18px;
  text-transform:uppercase;
  display:block;
  font-weight:bold;
}

img.headerImg {
  position:absolute;
  left:0px;
  bottom:0px;
}

ul.topNav {
  font-family:Arial, Helvetica;
  width:947px;
  text-align:left;
  margin:0px auto;
  text-transform:uppercase;
  font-size:18px;
  height:28px;
  padding-bottom:14px;
  padding-top:0px;
}

ul.topNav li {
  float:left;
  list-style-type:none;
  margin:0px 10px 0px 0px;
  padding:5px 0px 0px 0px;

}

ul.topNav li.selected a {
  background:#CC0000;
  color:white;
}

ul.topNav small {
  font-size:0.8em;
  text-transform:none;
}

ul.topNav a {
  color:#E1E1E1;
  display:block;
  padding:5px 9px;
  margin:0;
}

ul.topNav a:hover {
  background:#777777;
  color:white;
}

h3 {
   /*text-transform:uppercase;*/
	background: transparent 10px bottom no-repeat;	
	/*color:#FF986B !important;*/
   color:#CC0000 !important;
	font-size:1.5em !important;
	font-weight:normal;
	/*letter-spacing:-0.06em;*/
   letter-spacing:normal;
	line-height:1em;
	margin:0 10px 0 0;
	padding:6px 0px;
}

h2 {
  font-size:30px;
  float:left; 
  font-weight:bold;
  font-family:Arial;
  font-weight:normal;
	color:#FF986B !important;
	letter-spacing:-0.06em;
}

h1.subHead,
h2.subHead {
	letter-spacing:0em;
  text-transform:uppercase;
  font-size:22px !important;
  float:left; 
  font-weight:bold;
  font-family:Arial;
  font-weight:normal;
	color:#FF7347 !important;
}

.featuredVenue h1.subHead {
	position: relative;
	top: 0;
	left: 0;
}

h3 span {
	display: block;
}

h4 {
	border-bottom:1px solid #E9ED3E;
	border-top:1px solid #E9ED3E;
	clear:both;
	font-size:1.2em;
	line-height:1em;
	margin:2px 5px;
	position:relative;
	text-align:left;
}

h4 span {
	background:#FAF6E7 none repeat scroll 0 0;
	display:block;
	margin:1px 0;
	padding:5px 0 5px 6px;
}

ul.dotted {
	margin:8px 12px;
	list-style-type:none;
	padding:0;
	text-align:left;
	line-height:1em;
}

ul.dotted li {
	background:transparent url(/img/gc_tickets/list_dot.png) no-repeat scroll 0 3px;
	line-height:1em;
	margin:0 0 7px;
	padding:0 0 0 12px;
	position:relative;
}

a {
	color:#0075A1;
	text-decoration:none;
}

a:hover {
   text-decoration: underline; 
}

div.eventInfo {
	border:1px solid #C5D1DB;
	padding:3px 13px 4px 13px;
	text-align:left;
}

div.eventInfo h3 {
	font-size:1.2em;
	font-weight: normal;
	border:1px solid red;
}

div.ticketInfo p {
	margin: 10px;
}

div.search_results p {
	margin: 10px 0px;
}

div.ticketInfo label {
	padding: 0 10px 0 0;
}

div#search_list {
	position:relative;
}

body.ie div#search_list {
	left:15px !important;
}


div.auto_complete {
	position:absolute;
	top: 0px;
	left: 0px;
	background-color:white;
	margin:0;
	padding:0;
	z-index: 10;
	text-align: left;
	width:368px;
}

div.auto_complete ul {
	list-style:none !important;
	list-style-image: none !important;
	margin:0;
	padding:0;
	z-index: 10;
	border:1px solid #B5B5B5;
	letter-spacing:1px;
}

div.auto_complete ul li.selected { 
	background-color: #ffb;
}

div.auto_complete ul li {
	list-style:none !important;
	list-style-image: none !important;
	display:block;
	margin:0;
	padding:3px 5px 3px 5px;
	background-color:white;
	cursor:pointer;
	z-index: 10; 
}

.newpanel {
	background:white;
	border-bottom:4px solid #BBE2FF;
	margin: 20px;
	position:relative;
	width: 468px;
	height: 342px;	
	text-align:left;
}

.newpanel h3 {
	background:white;
	margin: 0px;
	padding: 8px 8px 0px 7px;
	text-align:left;
	font-family:Arial;
	font-weight:bold;
	line-height:0.8em;
	position:relative;
	text-transform:uppercase;	
	font-size:21px !important;
	letter-spacing:0px;
}

.newpanel small {
  color:black;
  text-transform:lowercase;
  font-weight:normal;
  font-size:15px;
}

.slogan {
  line-height:1em;
  font-size:1.2em;
  padding:3px 0px 8px 7px;
	color:#707A7A;
}

.innerpanel {
	position:relative;
	text-align: left;	
	height: 306px;
}

.innerpanel p {
	color:#808080;
	font-size:1.4em;
	padding: 5px 7px 7px 7px;
}

.hotTicketList {
	/*float:left;*/
	padding: 0px 7px 7px 7px;
	position:absolute;
	width:170px;
}

.formy {
  background:#EAEAEA;
  padding:8px 8px 0px 8px;
  margin:0px 7px 7px 7px;
  height:36px;
}

.newpanel input#search_term {
	width: 360px;
	height: 23px;
	border:1px solid #A9B8B8;
	font-size:18px;
	padding:2px 0px 0px 6px;
	float: left;
	color: #7F7F7F;
	background:white url('/img/bg_inputshadow.gif') repeat-x;
	font-family:Arial;
	margin-right:100px;
	position: relative;
	z-index:11;
}

.newpanel input.submit {
	height: 27px;
	width: 60px;
	background:url('/img/button_submit.gif') no-repeat;	
	border:0px;
	font-size:18px;
	letter-spacing:1px;
	line-height:1em;
	float:left;
	text-align:center;
	text-transform:uppercase;
	z-index:11;
}

.eventBox {
	/*float:left;*/
	padding: 10px 4px 10px 10px;
	position:relative;
	top: 0;
	left:190px;
	width:257px;
	background:#F1F1D1;
	line-height:1.3em;
}

.eventBox p {
	font-size: 11px;
}

.hotTicketList label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #515153;
}

.hotTicketList ul {
	padding-top:0px;
	position: absolute;
	font-size:1.1em;
}
.hotTicketList li {
	margin-left:0px;
	list-style:none;
	line-height: 20px;
	padding-left:10px;
}

.homeModTitle {
  position:absolute;
  background:black;
  color:white;
  top:80px;
  right:15px;
  font-size:14px;
  padding:5px;
}

.viewAllLink {
  font-size:15px;
  font-weight:bold;
  padding-top:5px;
}

body.ie .viewAllLink {
	z-index: -1;
}


.clearboth {
	clear: both;
}

.Page {
	position:relative;
	top:-3px;
	width: 100%;	
	text-align:left;
}

.innerPage {
	width: 958px;
	background: #fff;
	margin: 0 auto 40px auto;
}

.Content {
	padding: 0 35px 0px 35px;
	background: #fff;
}

.featuredEvents {
	position: relative;
	width: 575px;
	height: 199px;
}

.featuredBanner {
	position: relative;
	height: 205px;
}

.featuredVenue h1 {
	color: #fff;
	font-size: 30px;
	position: absolute;
	top: 160px;
	left: 12px;
	text-align: left;
}

.featuredConcert h1,
.featuredSport h1 {
	color: #fff;
	font-size: 44px;
	position: absolute;
	top: 5px;
	left: 12px;
}

.featuredTheatre h1 {
	display: none;
}

img.LargeImage {
	float: left;
	margin:1px 0px 0px 0px;
}

.featuredVenue,
.featuredConcert,
.featuredTheatre,
.featuredSport {
	width: 575px;
	height: 199px;
	float: left;
}


.SmallImageList {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
}

.SmallImageList ul {
	list-style: none;
	margin: 0px;
	position: relative;
	top: -2px;
	left: 5px;
}

.SmallImageList ul li {
	float: left;
}

.SmallImageList ul li a img {
	border: 0 none;
}

.SmallImageList ul li a {
	border: solid 3px transparent;
	display: block;
	height: 60px;
	width: 135px;
	margin: 0 0 3px 6px;	
	background-position:center top;
	background-repeat:no-repeat;
	position:relative;
}

.SmallImageList ul li a:hover {
	border: solid 3px #08bff8;
}

.SmallImageList ul li a.selected {
	border: solid 3px #08bff8;
}

.SmallImageList ul li a span {
	background:black;
	color:#CCCCCC;
	position:absolute;
	right:2px;
	top:1px;
	font-size:10px;
}

.venueLargeDescription,
.concertLargeDescription,
.theatreLargeDescription,
.sportLargeDescription {
	clear: both;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	padding-top:10px;
}

.venueInnerDescription {
  float:left;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	padding:0px 0px 0px 0px;
	margin:0px;
  width:290px;
}

div.featuredUpcomingEvents {
	width: 203px;
	padding: 0px 4px 15px 0px;
}

div.featuredUpcomingEvents hr {
	height: 2px;
	width: 200px;
	float: left;
	color: #acacac;
	background-color: #acacac;
}

div.featuredUpcomingEvents ul {
	font-size: 14px;
}

.List {
	padding-top: 10px;
	text-align: left;
	clear: both;
}


.List a {
	color: #006cd7;
  font-size:1.5em;
}

.List h1 {
	color: #000;
	text-align: left;
	font-size: 23px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	padding: 15px 0;
}

.List h2 {
	color: #000;
	text-align: left;
	font-size: 22px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	padding: 10px 0;
}

.List ul {
	list-style: none;
	font-size:  12px;
}

.List li {
	padding:2px 0px;
}

/*.theatreList li, - Removed */

.featuredUpcomingEvents ul li {
	padding-bottom: 10px;
}

.venueListColumn,
.concertListColumn,
.theatreListColumn,
.sportListColumn {
	float: left;
	width: 209px;
	padding: 0px 10px 0px 0px;
}

.venueListColumn ul,
.concertListColumn ul,
.theatreListColumn ul,
.theatreListColumn ul {
  padding-bottom:30px;
}


.searchResultsColumn {
	float: left;
	width: 300px;
	padding: 0px 20px 0px 0px;
  
}

.Top {
	height: 55px;
	text-align: right;
	color: #41637e;
	font-weight: bold;
	position:relative;
}

.ticketNav {
	float: left;
	color: #41637e;
	font-size: 14px;
	height: 55px;
}

.ticketNav ul {
	list-style: none;
	padding: 15px 0px 0px 10px;
}

.ticketNav li {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding:5px;
}

.ticketNav li a {
	color: #41637e;
	padding:5px;
}

.ticketNav li a:hover, .ticketNav li a.over {
	background: #D2EBFE;
}

.backButton {
  font-size:14px;
}

.ticketSearch {
  background:#EAEAEA;
	padding:16px 15px 8px 15px;
	font-family:Arial;
   margin-top:15px;
}


body.ie .ticketSearch {
  position:relative;
}

.ticketSearch input#search_term {
	width: 357px;
	height: 38px;
	border:none;
	font-size:24px;
	padding:6px 0px 0px 6px;
	float: left;
	color: #7F7F7F;
	background:url('/img/gc_tickets/bg_search.gif') no-repeat;
	font-family:Arial;
	margin-right:20px;
	position: relative;
}

.ticketSearch input#submit {
	/*background-color: 41637e;
	color: #fff;*/
	height: 39px;
	width: 112px;
	background:url('/img/gc_tickets/bg_button.gif') no-repeat;	
	border:0px;
	font-size:18px;
	letter-spacing:1px;
	line-height:1em;
	float:right;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}

.ticketSearch label {
	float: left;
	display: block;
	text-align: left;
	color: #41637e;
	margin-left: 0px;
	margin-right: 0px;
	font-size:17px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:1em;
	padding-top:2px;
}

.ticketSearch .calendar {
	border: 0 none;
	color:#8A8A8A;
	background:url('/img/gc_tickets/icon_calendar.gif') no-repeat 17px 4px;
	width:49px;
	height:51px;
	font-size:14px;
	text-align:center;
	padding:0px 0px 0px 17px;
	cursor:hand !important;
	float: left;
	display:block;
	text-transform:uppercase;
	line-height:25px;
	font-weight:bold;
	text-align:center;
	margin:-9px 17px 0px 0px;
}

.ticketSearch h3 {
  color:#666666 !important;
  padding-top:0px;
  margin-top:-5px;
  letter-spacing:0px;
  text-transform:none;
}

.calendar span.big {
  display:block;
  padding-top:0px;
  color:white;
  font-size:31px;
  margin-top:-3px;
}

.ticketSearch img {
	cursor: pointer;
}

.filters {
  float:right;
  padding-top:12px;
}

.filters input {
  margin-left:20px;
}

.filters ul li {
  font-size:14px;
display:inline;
padding-right: 20px;
}

div.featuredUpcomingEventsPopup {
	padding:8px;
	text-align: left;
	position: absolute; 	
	background-color:#FFFF99;
	z-index:10;
	font-size:13px !important;
	margin-top:45px;
}

div.h2 {
  margin:0px !important;
  padding:0px !important;
  font-size:30px !important;
  float:left; 
  font-weight:bold;
  font-family:Arial;
  font-weight:normal;
	color:#FF986B !important;
	letter-spacing:-0.06em;
	text-transform:uppercase;
}

div.featuredUpcomingEventsPopup hr {
	height: 2px;
	width: 200px;
	float: left;
	color: #fff;
	background-color: #fff;
}

div.featuredUpcomingEventsPopup ul {
	list-style: none;
	margin: 0;
	padding:8px 0 8px 0;
	font-size: 14px;
}

div.featuredUpcomingEventsPopup ul li {
	padding-bottom:0px;
}

a.Link {
	position: relative; 
	cursor:pointer;	
	
}

table.ticketList {
	border-collapse: collapse;
	text-align: center;
	width: 386px;
}

table.ticketList th {
	background: #78D500;
	color: #fff;
	padding:5px 0px;
}

table.ticketList td {
	padding: 5px 3px;
}

table.ticketList td.ticketNotes {
	font-size: 10px;
	text-align: right;
	padding: 0px 10px;
}

table.ticketList select {
	width: 40px;
}

table.ticketList tr.r1 {
	background-color: #E8F3F4;
}

table.ticketList tr.r2 {
	background-color: #fff;
}

a.closeLink {
	display: block; 
	float: right;
}

form.inlineForm {
	display: inline;
}

.leftFloat {
	float: left;
}


.buyButton {
	float: right;
	margin-top:10px;
}

#ticketPagePopup {
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 500;
	 background: url(/img/gc_tickets/transparent_bg.png) repeat;
}

body.ie #ticketPagePopup {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/gc_tickets/transparent_bg.png');
}

.ticketPage {
     width:800px;
	 height: 800px;
     margin: 100px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:15px;
     text-align:center;
	 position: relative;
	 overflow: scroll;
	 z-index: 1000;
}

div.ticketInfo {
  clear:both;
	width: 386px;
	margin:0px;
	padding:0;
	text-align: left;
	border: solid 1px #eeeeee;
}

img.venueImage {
	clear: right;
	float:right;
	border:0 none;
	width: 380px;
	margin-left:10px;
}

.ticketListOuter {
  clear:both;
}
table.ticketListOuter td {
	vertical-align: top;
}

div.loadingBox {
	width: 100px;
	height: 30px;
	text-align: center;
	background-color: #fff;
	margin: 400px auto;
	padding: 10px;
}

iframe.darkShade, div.darkShade, div.lightShade, div.upperDarkShade {display:none; position:absolute; left:0; top:0; margin:0;}
div.darkShade { z-index:100; opacity:.35; filter:alpha(opacity=35); -moz-opacity:.35; background-color:#034;}
iframe.darkShade { z-index:99;opacity:.35; filter:alpha(opacity=35); -moz-opacity:.35; background-color:#034;}
div.filterBox { padding: 20px;  text-align:left;  color: #990033;background-color:#fff;  border:1px solid #000; z-index:200; position: absolute;  top:259px;  display:none; margin: auto;}


.footer {
clear:both;
display:block;
border-top:3px solid #85B5DC;
position:relative;
margin:0px;
padding:0px;
height:160px;
/*
background:url('../../img/bg3.gif') no-repeat -164px -150px fixed #006CC1;
*/
background:#A2C7E4;
}

.footerpanel {
background:#444444;
height:30px;
padding:2px 0 0 0;
}

ul.footnav {
   margin:0 auto;
   padding:0;
   list-style-type:none;
	width:719px;
}

ul.footnav li.over {
/*	background:url("../../img/bg_whitetab_on.gif") repeat-x bottom white; */
}

ul.footnav li.over a
{
background-position:0 -16px;
}

ul.footnav li a
{
display:block;
margin:0;
padding:2px 7px 6px 7px;
color:white;
}

ul.footnav li
{
float:left;
padding:0;
margin:4px 0 0 0;
height:23px;
/* background:url("../../img/bg_whitetab_off.gif") repeat-x bottom white; */
}

.copy
{
font-size:0.9em;
margin:5px 0 3px 10px;
}

.assc
{
font:10px Verdana,Arial,Helvetica,sans-serif;
height:90px;
border:1px solid #80B8D5;
background:url("/img/gc_tickets/acities.gif") no-repeat 10px center white;
margin:20px auto 0px auto;
clear:both;
width:948px;
padding:0px;
}

.asscul {
  padding:13px 0px 0px 205px;
  text-align:left;
}

.asscul li
{
margin:0 10px 0 0 !important;
list-style-type:none;
display:inline !important;
padding:6px 3px;
}

.asscul a
{
color:#5096B9;
background:url("/img/gc_tickets/bullet_generic.gif") no-repeat 0 4px;
padding:0px 0px 0px 10px;
margin:0px;
}

#modal_overlay {  
     background-color: #000;  
}  

#modal_container {
     background-color:#fff;  
     color:#333;  
  	 border-color: #666;	 
     padding: 30px;  
     border-width: 5px;
  	 border-style: solid;  
     overflow: hidden;  
     font-family: "Lucida Grande",Verdana;  
     font-size: 12px;  
     text-align: left;  
 } 
 
 #modal_container ul {
      list-style-type:none;
 }
 
  #modal_container li {
    padding:2px 0px;
 }
 
  #modal_loading {
    position:absolute;
  }

  .backButton {
    color:green;
    position:absolute;
    left:5px;
    top:5px;
    font-size:20px;
    font-weight:bold;
    line-height:1em;
  }

  .XcloseButton {
    color:red;
    position:absolute;
    right:-25px;
    top:-25px;
    font-size:20px;
    font-weight:bold;
    line-height:1em;
  }
  
  .buyLink {
    font-size:14px;
    background:#FFFF66;
    display:inline;
    letter-spacing:1px;
    padding:0px 2px;
    border:1px solid #CDCDCD;
    color:black;
  }
  
.buyNow {
  background:black;
  position:absolute;
  bottom:15px;
  left:0px;
  padding:3px 10px 3px 0px;
  font-size:18px;
  color:white;
  text-align:right;
  width:565px;
  letter-spacing:1px;
  text-transform:uppercase;
}

.buyNow small {
  font-size:12px;
  display:block;
  height:18px;
}

.eventListContainer {
  position:relative;
}

.perks {
  font-size:14px;
  font-weight:bold;
  list-style:square;
  padding-left:10px;
}

.secure {
  background:url('/img/gc_tickets/icon_secure.gif') no-repeat;
  padding:2px 0px 1px 20px;
}

.poweredBy {
  position:absolute;
  top:10px;
  right:15px;
  z-index:10;
  font-weight:normal;
  color:black;
}

.poweredBy span {
  float:left;
  display:block;
  line-height:1em;
  padding-top:6px;
}

.poweredBy2 {
  float:right;
}

.whiteline {
  display:none;
  width:1px;
  height:70px;
  position:absolute;
  top:0px;
  left:390px;
  border-right:8px solid white;
  float:left;
}

.whiteline2 {
  display:none;
  width:1px;
  height:70px;
  position:absolute;
  top:0px;
  left:722px;
  border-right:8px solid white;
  float:left;
}

#n_box {
	padding:12px 0px 0px 0px;
	float:right;
	width:400px;
	height:85px;
}

#n_img {
	float:right;
	width:79px;
	height:72px;
	background:url('http://www.chicago.com/img/n-img.gif');
}

#n_header {
	font-family: arial;
	font-size: 1em;
	color: #cc0000;
	font-weight:bold;
	text-align:left;
}

#n_text {
	font-family: arial;
	font-size:.8em;
	margin:5px; 0px 5px 0px;
	text-align:left;
}

#n_form {
	text-align:left;
}

#n_submit {
	width:137px;
	height:22px;
	background:url('http://www.chicago.com/img/n-button.gif');
	color:#fff;
	font-weight:bold;
	border:none;
}

/*
Pagination styles
*/
#nav-back {
	height:36px;
	width:122px;
	float:left;
}

#nav-continue {
	height:36px;
	width:122px;
	float:right;
}

#page-list {
	float:left;
	padding:10px;
	margin:0px auto;
	width: 200px;
}

.pagination, .pagination-current {
	border: solid 1px #666;
	height:22px;
	width:22px;
	margin:3px;
	font-weight:bold;
}

.pagination-current a {
	height:100%;
	width:100%;
	padding:0px 3px 0px 3px;
	color: #000;
	background:#fff;
}

.pagination-current a:hover {
	height:100%;
	width:100%;
	padding:0px 3px 0px 3px;
	text-decoration:none;
	background:url("http://www.chicago.com/img/pagination-black.gif") repeat;
}


.pagination a {
	height:100%;
	width:100%;
	padding:0px 3px 0px 3px;
	color: #fff;
	background:url("http://www.chicago.com/img/pagination-green.gif") repeat;}

.pagination a:hover {
	height:100%;
	width:100%;
	padding:0px 3px 0px 3px;
	text-decoration:none;
	background:url("http://www.chicago.com/img/pagination-black.gif") repeat;
}

#pagination-holder {
	text-align:center;
	float:left;
	padding:5px 0px 5px 0px;
	height:36px;
	width:465px;
}

#subNav-container {
	width:947px;
	height:30px;
	margin:0px auto;
	text-align:center;
}

ul.subNav {
  font-family:Arial, Helvetica;
  width:100%;
  text-align:center;
  margin:0px auto;
  margin-bottom:15px;
  font-size:14px;
  height:15px;
  padding-bottom:14px;
  padding-top:0px;
  list-style-type:none;
  background-color:#d9d9d9;
}

ul.subNav li {
  float:left;
  margin:0px 0px 0px 0px;
  padding:5px;

}

ul.subNav li.selected a {
  background:#CC0000;
  color:white;
}

ul.subNav small {
  font-size:0.8em;
  text-transform:none;
}

ul.tsubNav a {
  color:#E1E1E1;
  display:block;
  padding:5px 9px;
  margin:0;
}

ul.subNav a:hover {
  background:#777777;
  color:white;
}

table.tablesorter {
	font-family:arial;
	background-color: #009900;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #95ff7c;
	border: 1px solid #009900;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(http://tablesorter.com/themes/blue/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	border: 1px solid #009900;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
	border: 1px solid #009900;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(http://tablesorter.com/themes/blue/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(http://tablesorter.com/themes/blue/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #009900;
	color: #fff;
}
