
/*
 * Default values for text inseted by the plugin.
 */
.standardbody {
    color:#000033; 
    font-size: 12px;
    font-family: verdana, arial, helvetica, sans-serif;
}

/*
 * Controls small text inseted by the plugin.
 */
.smallbody {
    color:#000033; 
    font-size: 11px;
    font-family: verdana, arial, helvetica, sans-serif;
}

/*
 * Controls tiny text inseted by the plugin.
 */
.tinybody{
    font-size: 9px; 
    color:#000033; 
    font-family: verdana, arial, helvetica, sans-serif;
}

.date {
    font-size: 10px; color: #666666; font-family: verdana, arial, helvetica, sans-serif
}

/*
 * Controls note text under the ticket description.
 */
.ticketsnote {
    color:#000033;
    font-size: 10px;
    font-family: verdana, arial, helvetica, sans-serif;
    text-align: center;
    font-weight: normal;
}

/*
 * Controls error messages returned by the plugin.
 */
.errortext {
    background-color: white;
    color: #8B0000;
    font-size: 12px; 
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
}

/*
 * Messages returned when not tickets could be found.
 */
.noticketstext {
    background-color: white;
    color:#000033;
    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{
    background-color: #FFFFFF;
    color:#000033;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

/*
 * Search Results View button, Search Box buttons, Tickets Add button, 
 * Shopping Cart Remove button.
 */
.smallbutton {
    font-size: 9px;
    margin: 0px;
    padding: 0px;
}

/*
 * Controls the Search Box date option menues.
 */
.datebox {
    font-size: 10px;
    margin: 0px;
    padding: 0px;
}

/*
 * Controls the Search Box text input field.
 */
.searchText {
    font-size: 10px;
    margin: 0px;
    padding: 0px;
}

/*
 * General table declarations.
 */

/*
 * Controls table captions and section names.
 */
.tablename, .sectionname {
    background-color: white;
    color: #696969;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

/*
 * Controls table declarations.
 */
table.list {
    border: 0px solid gray;
    border-collapse: collapse;
    margin: 0cm}

/*
 * Controls table headers.
 */
tr.header {
    background:#000033;
    padding: 5px
}

/*
 * Controls group headers in professional sports tables.
 */
tr.header2 {
    background:#000033;
    padding: 3px
}

/*
 * Controls odd table rows.
 */
tr.oddrow {
    background: white; 
    padding: 5px
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
}

/*
 * Controls even table rows.
 */
tr.evenrow {
    background: #CCCCCC;
    padding: 5px
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
}

/*
 * Controls separator table rows.
 */
tr.separatorrow1 {
    background: #ffffff;
}
tr.separatorrow2 {
    background:#000033;
}

/*
 * Controls table footers (e.g. total price).
 */
tr.footer {
    /*background: #cfcfcf;*/
    background:#000033;
    color: white;
    padding: 5px
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
}

/*
 * Controls table headers.
 */
th {
    border: 1px solid white;
    /*color: #393939; */
    color: white;
    font-family: verdana, arial, helvetica, sans-serif; 
    font-size: 12px;
    padding: 5px;
    text-align: center}

/*
 * Controls table cells used for text.
 */
td.textcell {
    border: 0px solid gray;
    font-family: verdana, arial, helvetica, sans-serif; 
    font-size: 12px;
    padding: 3px;
    text-align: left}

/*
 * 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: right;
}

/* 
 * Controls href texts in table headers. 
 */
#th_href {
    color: white;
    text-decoration: none;
}

/*
 * Controls table footer description cells (e.g. "Total Purchases").
 */
td.footerdesccell{
    border: 1px solid white;
    padding: 3px;
    text-align: right;
}

/*
 * Controls table footer currency amount cells (e.g. value of "Total Purchases").
 */
td.footeramountcell {
    border: 1px solid white;
    padding: 3px;
    text-align: right;
}

/*
 * 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: #FFFFFF;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

td.searchbox {
	border: 1px solid gray;
	color: #696969;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
	vertical-align: middle;
}

/*
 * 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, td.ticketaddress, td.tickettime  {
    background: white; 
    border: 0px solid gray;
    font-size: 13px;
    padding: 3px;
    text-align: left;
}
td.ticketperformance {
    color:#000000
    font-size: 15px;
    font-weight: bold;
}
td.ticketmap {
    font-size: 10px;
    text-align: center;
}

/*
 * Controls Tickets table quantity option menu.
 */
select.quantity {
    font-family: courier; 
    font-size: 9px;
}

/* 
 * Controls venue href in Event Schedule and Tickets table.
 */
a.venue_href:link, a.venue_href:visited, a.venue_href:hover {
    color:#000033;
    font-weight: bold;
    text-decoration: underline;
}

}

<STYLE TYPE="text/css">
a:link { color:#000033; text-decoration: none }
a:active { color: red; text-decoration: none }
a:visited { color:#000033; text-decoration: none }
a:hover { color: red; text-decoration: underline;font-weight: bold background: #ffffff }
</STYLE> 
/*
 * Controle Home and Aeay games link.
 */
a.homeaway_href:link, a.homeaway_href:visited, a.homeaway_href:hover {
    color: #696969;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}
a.homeaway_href:hover {
    color: #ffffff;
    background: gray;
    text-decoration: none;
}

/*
 * 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;
}
a.terms_href:hover {
    color: #ffffff;
    background: gray;
    text-decoration: none;
}
a.pagination:link, a.pagination:visited, a.pagination:hover {
    color: #FF0000;
    font-weight: bold;
    text-decoration: underline;
}
a.pagination:hover {
    color: maroon;
}
select.pagination {
    font-size: 10px;
    font-weight: bold;
}
option.pagination {
}
.pagination {
    color: #000000;
    font-weight: bold;
}