
/*
 * Default values for text inserted by the plugin.
 */
.standardbody 

{
    color: #000000; 
    font-size: 10px;
    font-family: verdana, arial, helvetica, sans-serif;
    text-align: left;
	 font-weight: normal;
}

/*
 * Controls small text inserted by the plugin.
 */
.smallbody {
    color: #000000; 
    font-size: 9px;
    font-family: verdana, arial, helvetica, sans-serif;
    text-align: left;
}

/*
 * Controls tiny text inserted by the plugin.
 */
.tinybody{
    font-size: 9px; 
    color: #000000;
    font-family: verdana, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
}

.date {
    font-size: 10px; color: #2852CA; font-family: verdana, arial, helvetica, sans-serif;
}

/*
 * Controls note text under the ticket description.
 */
.ticketsnote {
    color: red;
    font-size: 9px;
    font-family: verdana, arial, helvetica, sans-serif;
    text-align: center;
    font-weight: normal;
    text-align: left;
}

/*
 * Controls text informing shopper that, instead of the requested tickets, a 
 * substitute is being.
 */
.substitutenote {
    color: red;
    font-size: 10px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
}

/*
 * Controls error messages returned by the plugin.
 */
.errortext {
    background-color: white;
    color: #2852CA;
    font-size: 12px; 
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
}

/*
 * Controls exception text, such as for shopping cart reservation and 
 * inability to reserve the requested quantity.
 */
.exceptiontext {
    border: 0 px;
    padding: 20px;
    color: #2852CA;
    font-size: 11px;
    font-family: verdana, arial, helvetica, sans-serif;
    text-align: left;
    font-weight: bold;
}

/*
 * Messages returned when no tickets could be found.
 */
.noticketstext {

    color: #2852CA;
    font-size: 12px; 
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
}

.form {
    font-size: 11px; 
    color: #0f0f0f; 
    font-family: verdana, arial, helvetica, sans-serif;
    margin: 0px;
    padding: 4px;
}

/*
 * Button styles:
 */
.button, .smallbutton{
    height: 18px;
    background-color: #D0A345;
    color: #FFFFFF;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    border: 1px ridge;
    font-style: normal;
	text-decoration: none;
	clear: both;
	float: none;
}

/*
 * Search Results View button, Search Box buttons, Tickets Add button, 
 * Shopping Cart Remove button.
 */
.smallbutton {
    font-size: 9px;
    margin: 0px;
    padding: 0px;
    height: 18px;
}

/*
 * Controls the Search Box date option menues.
 */
.datebox {
    font-size: 9px;
    margin: 0px;
    padding: 0px;
}

/*
 * Controls the Search Box text input field.
 */
.searchText {
    font-size: 9px;
    margin: 0px;
    padding: 0px;
    font-family: ms sans serif;
}

/*
 * General table declarations.
 */
 
 	

/*
 * Controls table captions and section names.
 */
.tablename, .sectionname {
    background-color: #000000;
    color: white;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
}

/*
 * Controls table declarations.
 */
table.list {
    border: 0px solid gray;
    border-collapse: collapse;
    margin: 0cm;
	 }

/*
 * Controls table headers.
 */
 
tr.header {
    background: #F3C972;
    padding: 5px;
	 height: 20px;
	 color: #000000;
}

/*
 * Controls group headers in professional sports tables.
 */
 
tr.header2 {
    background: #E5D09C;
    padding: 3px;
 	 height: 20px;
	 color: #000000;
}

/*
 * Controls odd table rows.
 */
tr.oddrow {
    /*background: #ECECEC; */
    background: #FFFFFF;
    padding: 5px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 9px;
    text-align: left;
 	 height: 15px;
}

/*
 * Controls even table rows.
 */
tr.evenrow {
/*   background: #6B98B9;*/
	background: #F3C972;
    padding: 5px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 9px;
    text-align: left;
 	 height: 15px;
}

/*
 * Controls separator table rows.
 */
tr.separatorrow1 {
    background: #000000;
}
tr.separatorrow2 {
    background: #FFFFFF;
}

/*
 * Controls table footers (e.g. total price).
 */
tr.footer {
    /*background: #cfcfcf;*/
    background: #D0A345;
    color: white;
    padding: 3px
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
}

/*
 * Controls table headers.
 */
th {
    border: 1px solid white;
    /*color: #393939; */
    color: #000000;
    font-family: verdana, arial, helvetica, sans-serif; 
    font-size: 12px;
    padding: 0px;
    text-align: center;
	 background: #D0A345;
	 
	 }

/*
 * Controls table cells used for text.
 */
 
tr.textcell {

	 font-weight: bold;
	 color: #EFD606;
	 height: 25px;
	 font-size: 10px;
	 
	
	
}


td.text {
    font-family: verdana, arial, helvetica, sans-serif; 
    font-size: 10px;
    text-align: left;
    color: #EFD606;
    border: 0px solid gray;
   
}


td.imgcaption {
    font-family: verdana, arial, helvetica, sans-serif; 
    font-size: 11px;
    text-align: center;
    color: #900000;
    height: 18px;
}

td.textcell {
    font-family: verdana, arial, helvetica, sans-serif; 
    font-size: 11px;
    text-align: left;
    color: #000000;
    border: 0px solid gray;
   
}

td.heading {
    border: 0px solid gray;
    font-family: verdana, arial, helvetica, sans-serif; 
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    color: #F3C972;
    background: #D0A345;
	 height: 20px;
}

td.browse {
    font-family: ms sans serif, verdana, arial, helvetica, sans-serif; 
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    background: #D0A345;
    height: 25px;

}

.browselist {
	
	background: #F3C972;
   font-family: ms sans serif, verdana, arial, helvetica, sans-serif; 
   font-size: 10px;
   font-weight: bolder;
   vertical-align: middle;
   text-align: justify;
   color: #D0A345;
   height: 25px;
	text-indent: 10px;
	border-bottom: 1px solid #D0A345;

	
}


.space {
    font-family: verdana;
    font-size: 8px;
	 text-align: center;
}

td.images {
	text-align: center;
	vertical-align: middle;
	
}

/*
 * Controls table cells used for number values (e.g Quantity).
 */

td.numcell {
    border: 0px solid gray;
    font-family: verdana, arial, helvetica, sans-serif; 
    font-size: 12px;
    text-align: right;
}

/*
 * Controls table cells used for currence values.
 */
td.amountcell {
    border: 0px solid gray;
    font-family: verdana, arial, helvetica, sans-serif; 
    font-size: 12px;
    text-align: center;
}

/* 
 * Controls href texts in table headers. 
 */
#th_href {
    color: #000000;
    text-decoration: none;
    font-family: verdana, arial, helvetica, sans-serif; 
	 font-size: 12px;
}

/*
 * Controls table footer description cells (e.g. "Total Purchases").
 */
td.footerdesccell{
    border: 1px solid white;
    padding: 3px;
    text-align: right;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

/*
 * Controls table footer currency amount cells (e.g. value of "Total Purchases").
 */
td.footeramountcell {
    border: 1px solid white;
    padding: 3px;
    text-align: right;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

/*
 * Controls table cells for holding buttons.
 */
td.buttoncell, td.selectcell {
    border: 2px solid white;
    border: 0px solid gray;
    text-align: center}

/*
 * Search box style definitions:
 */
table.searchbox {
	margin: 0px;
}

tr.searchbox {
	background: #000000;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	text-align: center;
	height: 15px;
}

td.searchbox {
	color: #D0A345;
	font-family: ms sans serif, verdana, arial, helvetica, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	height: 15px;
	text-align: center;
	

}

/*
 * List box style definitions:
 */
table.listbox {

}

tr.listbox {

}

td.listbox {

}


select.listbox {

}

/*
 * Controls the performance name, seating map, performance location, and 
 * performance time description in the Tickets table. 
 */
td.ticketperformance, td.ticketmap, a.ticketmap_href,a.ticketmap_href:hover, td.tickettime  {

    background: #FFFFFF; 
    border: 0px solid gray;
    font-size: 9px;
    padding: 3px;
    text-align: left;
	 font-family: "MS Sans Serif", Geneva, sans-serif;
}
td.ticketperformance {
    font-size: 9px;
    font-weight: bold;
	 font-family: "MS Sans Serif", Geneva, sans-serif;
	 background: #FFFFFF;
}
td.ticketmap {
    text-align: center;
    font-family: verdana, arial, helvetica, sans-serif;
	 background: #FFFFFF;
	 font-size: 9px;
	 }
a.ticketmap_href, a.ticketmap_href:hover {
    color: #D0A345;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    font-family: verdana, arial, helvetica, sans-serif;
}
a.ticketmap_href:hover {
    color: #000000;    
    font-family: verdana, arial, helvetica, sans-serif;
}

/*
 * Controls Tickets table quantity option menu.
 */
select.quantity {
    font-family: courier; 
    font-size: 9px;
}

a.category:link, a.category:visited {
    font-family: ms sans serif, verdana, arial, helvetica, sans-serif; 
   font-size: 10px;
   font-weight: bolder;
   vertical-align: middle;
   text-align: justify;
   color: #D0A345;
	text-indent: 10px;
	text-decoration: none;
	
        }

a.category:hover { 
   font-family: ms sans serif, verdana, arial, helvetica, sans-serif; 
   font-size: 10px;
   font-weight: bolder;
   vertical-align: middle;
   text-align: justify;
   color: #000000;
	text-indent: 10px;
	text-decoration: none;
        }

/* 
 * Controls venue href in Event Schedule and Tickets table.
 */
a.venue_href:link, a.venue_href:visited {
    color: #D0A345;
    font-weight: bolder;
    text-decoration: none;
    text-align: default;
    font-family: verdana, arial, helvetica, sans-serif;
	 font-size: 12px;
}
a.venue_href:hover {
    color: #000000;
    text-decoration: underline;
    text-align: default;
    font-family: verdana, arial, helvetica, sans-serif;
}


/*
 * Controle Home and Away games link.
 */
a.homeaway_href:link, a.homeaway_href:visited {
    color: #D0A345;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    text-align: default;
    font-family: verdana, arial, helvetica, sans-serif;

}
a.homeaway_href:hover {
    color: #000000;
    text-decoration: bold;
     text-align: default;
    font-family: verdana, arial, helvetica, sans-serif;
}

/*
 * Controle Terms & Conditions link.
 */
a.terms_href:link, a.terms_href:visited, a.terms_href:hover {
    color: #696969;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
    font-family: verdana, arial, helvetica, sans-serif;
}
a.terms_href:hover {
    color: #ffffff;
    background: gray;
    text-decoration: none;
    font-family: verdana, arial, helvetica, sans-serif;
}
a.pagination:link, a.pagination:visited, a.pagination:hover {
    color: #F5AB3B;
    font-weight: bold;
    text-decoration: none;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
}
a.pagination:hover {
    color: blue;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;

}
select.pagination {
    font-size: 10px;
    font-weight: bold;
    font-family: verdana, arial, helvetica, sans-serif;
}
option.pagination {
}
.pagination {
    color: #696969;
    font-weight: bold;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
}

.content 

{
    color: #000000; 
    font-size: 11px;
    font-family: verdana, arial, helvetica, sans-serif;
    text-align: justify;
	 font-weight: none;
}

.copyright{
    font-size: 9px; 
    color: #FFFFFF;
    font-family: verdana, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
	 text-align: default;
	 height: 20px;
	 background: #000000;
}
