#clearheader{height:128px;width:804px;}/*needed to make room for header*/

#content{ /*prevents column wrapping*/
	display:block;
	/*float:left;*/
	width:804px;
	/*width:748px;*/
	margin-right: -15px;
	margin:0px;
	margin: 0 auto; /*to center*/
	padding:0px;
	border:0px;
	position:relative;
	}

#contentBox{ /*prevents column wrapping*/
	display:block;
	/*float:left;*/
	width:804px;
	/*width:748px;*/
	margin-right: -15px;
	margin:4px;
	padding:0px;
	border:0px;
	position:relative;
	}

.clear_divs{ /*allows bg colors to stretch to height of containing floaters*/
	display:block;
	width:100%;
	clear:both;
	font-size:1px;
}

.ap-test1{/*header logo png div on Home*/
	clear:left;
	position: absolute;
	top: 31px;
	width: 192px;
	height: 131px;
	margin-left:90px;
}

/*////////////////////////////////////////////////////////////////////
////// BUTTONS_____________________________________________BUTTONS//
////////////////////////////////////////////////////////////////////*/

.left_piece_button{
	display:block;
	width:9px;
	float:left;
}
.right_piece_button{
	display:block;
	width:10px;
	float:left;
}

a:hover.button_link{
	display:block;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #FFFD2B; 
	text-decoration: none;
	line-height:28px;
	height:28px;
}
.button_link{
	display:block;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #FFF; 
	text-decoration: none;
	line-height:28px;
	height:28px;
}

a:hover.app_button_link{
	display:block;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #FFFD2B; 
	text-decoration: none;
	line-height:23px;
	height:23px;
}
.app_button_link{
	display:block;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #FFF; 
	text-decoration: none;
	line-height:23px;
	height:23px;
}

.app_left_piece_button, .app_grey_left_piece_button{
	display:block;
	width:4px;
	height:23px;
	float:left;
	background:url('../buttons/app_red_left.png');
}
.app_grey_left_piece_button{
	background:url('../buttons/app_grey_left.png');
}
.png_left_piece_button, .png_left_piece_button_root{
	display:block;
	width:9px;
	height:29px;
	float:left;
	background:url('../buttons/png_red_left.png');
}
.app_right_piece_button, .app_grey_right_piece_button{
	display:block;
	width:4px;
	height:23px;
	float:left;
	background:url('../buttons/app_red_right.png');
}
.app_grey_right_piece_button{
	background:url('../buttons/app_grey_right.png');
}
.png_right_piece_button, .png_right_piece_button_root{
	display:block;
	width:10px;
	height:29px;
	float:left;
	background:url('../buttons/png_red_right.png');
}

.png_transfer_now a, .png_transfer_now_root a, .png_buy_tickets_root a{position:absolute;} /*for ie6 'cause of png link hover bug*/
.png_transfer_now_root, .png_buy_tickets_root{
	display:block;
	width:78px;
	float:left;
	background:url('../buttons/png_red_mid.png');
	height:29px;
}
.png_transfer_now{
	display:block;
	float:left;
	background:url('../buttons/png_red_mid.png');
	height:29px;
}
.png_buy_tickets_root a{padding-left:7px;}

/* \ */
* html .png_left_piece_button{
	background:none;
	width:9px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/p/g/en_US/buttons/png_red_left.png', sizingMethod='scale');
}
* html .png_right_piece_button{
	background:none;
	width:10px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/p/g/en_US/buttons/png_red_right.png', sizingMethod='scale');
}
* html .png_transfer_now{
	background:none;
	width:78px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/p/g/en_US/buttons/png_red_mid.png', sizingMethod='scale');
}

* html .png_left_piece_button_root{
	background:none;
	width:9px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/p/g/en_US/buttons/png_red_left.png', sizingMethod='scale');
}
* html .png_right_piece_button_root{
	background:none;
	width:10px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/p/g/en_US/buttons/png_red_right.png', sizingMethod='scale');
}
* html .png_transfer_now_root{
	background:none;
	width:78px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/p/g/en_US/buttons/png_red_mid.png', sizingMethod='scale');
}


* html .png_buy_tickets_root{
	background:none;
	width:78px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/p/g/en_US/buttons/png_red_mid.png', sizingMethod='scale');
}



* html .app_left_piece_button{
	background:none;
	width:4px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/p/g/en_US/buttons/app_red_left.png', sizingMethod='scale');
}
* html .app_right_piece_button{
	background:none;
	width:4px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/p/g/en_US/buttons/app_red_right.png', sizingMethod='scale');
}
* html .app_grey_left_piece_button{
	background:none;
	width:4px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/p/g/en_US/buttons/app_grey_left.png', sizingMethod='scale');
}
* html .app_grey_right_piece_button{
	background:none;
	width:4px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/p/g/en_US/buttons/app_grey_right.png', sizingMethod='scale');
}
/* */

.png_transfer_now_shell{
	display:block;
	float:left;
}
.app_transfer_shell{
	display:block;
	float:left;
}
.app_transfer{
	display:block;
	float:left;
	background:url(../buttons/app_red_mid.gif);
	height:23px;
	text-align:center;
}
.app_sell_shell{
	display:block;
	width:46px;
	float:left;
}
.app_sell{
	display:block;
	width:28px;
	float:left;
	background:url(../images/buttons/app_red_mid.gif);
	height:23px;
	text-align:center;
}
.app_retract_shell{
	display:block;
	float:left;
}
.app_retract{
	display:block;
	float:left;
	background:url(../buttons/app_grey_mid.gif);
	height:23px;
	text-align:center;
}

/*#############################################################################
##########_APP Table Fowared/Back_##############_APP Table Fowared/Back_#######
#############################################################################*/
.pagination select {
	color:#4A4A4A;
	font-family:Arial,sans-serif;
	font-size:10px;
	vertical-align:middle;
}
.pagination td {
	color:#4A4A4A;
	font-size:9px;
	font-family:Arial,sans-serif;
	/*padding:0px 6px;*/
	padding-right:2px;
}
table.pagination {
	border-top:1px solid #002A60;
	height:40px;
	margin-bottom:5px;
	width:100%;
	margin-top:10px;
}
.pager input {
	color:#4A4A4A;
	font-family:verdana,sans-serif;
}

/** Clear browser defaults for table styling **/
table, tr, td, th {
	margin:0;
	padding:0;
	border-collapse:collapse;
	font-size:10px;
	color:#3A444E;
}


/**********************************/
/******* Tickets TABLE STYLING *******/
/**********************************/

/** Default tickets table styling **/
table#tickets_table {
	width:619px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/** Tell IE6 to not use PNG as a background-image, ie6 not playing nice when using background-image AND a background-color **/
/* \ */
	* html table#tickets_table th {
	background-image:none;
}
/* */

/** WHITE for Table Header links **/
	table#tickets_table th a {
	color:#fff;
}

/** Width of Event column **/
	table#tickets_table th#event {
	width:163px;
}

/** Width of Status column **/
	table#tickets_table th#status {
	width:114px;
}

/** Width of QTY column **/
	table#tickets_table th#qty {
	width:27px;
}

/** Width of Ask Price and Bid Price column **/
	table#tickets_table th#askprice, th#bidprice {
	width:52px;
}

/** Width of Expires In column **/
	table#tickets_table th#expires {
	width:69px;
}

/** Width of Action column **/
	table#tickets_table th#action {
	width:106px;
}

/** Cell styling **/
table#tickets_table td {
	padding:5px;
	border:1px solid #fff;
}

/** Set zebra coloring (light and dark rows) **/
table#tickets_table tr.dark {background-color:#CBCBCB;height:25px;}
table#tickets_table tr.dark_clear {background-color:#CBCBCB;height:70px;}/*height needed in IE to clear the rest of the height of the first column (rowspan)*/

table#tickets_table tr.light {background-color:#E2E2E2;height:25px;}
table#tickets_table tr.light_clear {background-color:#E2E2E2;height:45px;}/*height needed in IE to clear the rest of the height of the first column (rowspan)*/

table#tickets_table tr.lable_row {background-color:#6E7D8B;}

/** Set width and margin of date area table **/
table#date {
	width:155px;
	margin-bottom:8px;
}

/** No borders around date table, set font styling **/
table#date td{
	border:none;
	font-size:10px;
	color:#3A444E;
	padding:0;
}

/**********************************/
/******* BIDS TABLE STYLING *******/
/**********************************/

/** Default tickets table styling **/
table#bids_table {
	width:619px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/** Tell IE6 to not use PNG as a background-image, ie6 not playing nice when using background-image AND a background-color **/
/* \ */
* html table#bids_table th {
	background-image:none;
}
/* */

/** WHITE for Table Header links **/
table#bids_table th a {
	color:#fff;
}

/** Width of Event column **/
table#bids_table th#event {
	width:168px;
}

/** Width of Status column **/
table#bids_table th#status {
	width:124px;
}

/** Width of QTY column **/
table#bids_table th#qty {
	width:27px;
}

/** Width of Ask Price and Bid Price column **/
table#bids_table th#askprice, th#bidprice {
	width:46px;
}

/** Width of Expires In column **/
table#bids_table th#expires {
	width:69px;
}

/** Width of Action column **/
table#bids_table th#action {
}

/** Cell styling **/
table#bids_table td {
	padding:5px;
	border:1px solid #fff;
}

/** Set zebra coloring (light and dark rows) **/
table#bids_table tr.dark {background-color:#CBCBCB;}
table#bids_table tr.light {background-color:#E2E2E2;}


/** Set width and margin of date area table **/
table#date {
	width:155px;
	margin-bottom:8px;
}

/** No borders around date table, set font styling **/
table#date td{
	border:none;
	font-size:10px;
	color:#3A444E;
	padding:0;
}
/*#################ACTION List Styling##################*/
.action-list li div {
    margin-bottom: 2px;
    margin-top: 2px;

}
.action-list li  
{
    clear: both;
    max-width: 130px;
}
.action-list 
{
    list-style-type: none;
    padding: 5px;
    margin: 0px;
}

/*#################APP_PANEL##################*/
#app_panel {
	width:300px;
	background-color:#EBEBEB;
}

.app_panel {
	width:300px;
	background-color:#EBEBEB;
}

.app_panel_title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#002A60;
	margin:0;
	padding-left:12px;
	background-color:#FDB813;
	height:24px;
}

.app_panel_info {
	padding:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}

.app_panel_info_2 {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:12px;
	padding-right:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}

.black_indented{
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

a.app_panel_link {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#B41E37;
}

a.app_panel_link:hover {
	color:#002A60;
}

table#app_panel p, table#app_panel form {
	margin:0;
	margin-bottom:10px;
}

table#app_panel .red {
	color:#B41E37;
	font-weight:bold;
}

#userIdentMissingMsg,
#dashboardIdentUpdateSection .app_panel_title
{
    color: white;
    background: #B50017;
    background-image: linear-gradient(bottom, #93000A 17%, #F20030 69%);
    background-image: -o-linear-gradient(bottom, #93000A 17%, #F20030 69%);
    background-image: -moz-linear-gradient(bottom, #93000A 17%, #F20030 69%);
    background-image: -webkit-linear-gradient(bottom, #93000A 17%, #F20030 69%);
    background-image: -ms-linear-gradient(bottom, #93000A 17%, #F20030 69%);
}

#userIdentMissingMsg
{
    width: 612px;
    text-align: center;
    clear: both;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
#userIdentMissingMsg a
{
    color: white;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
}
#userIdentMissingMsg button
{
    background: transparent url(../x-wht.png) 0 0 no-repeat;
    text-indent: -9999px;
    width: 14px;
    height: 14px;
    border: 0;
    position: absolute;
    top: 7px;
    right: 9px;
    cursor: pointer;
}


/*#################LOGIN_PANEL##################*/
#login_panel {
	width:400px;
	background-color:#EBEBEB;
}

.login_panel_title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#002A60;
	margin:0;
	padding-left:12px;
	background-color:#FDB813;
	height:24px;
}

.login_panel_info {
	padding:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}

.login_panel_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}

a.login_panel_link {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#B41E37;
}

a.login_panel_link:hover {
	color:#002A60;
}

table#login_panel p, table#login_panel form {
	margin:0;
	margin-bottom:10px;
}

table#login_panel td 
{
	width:200px;
	padding-top:6px;	
}

table#login_panel .red {
	color:#B41E37;
	font-weight:bold;
}

/*#################NEWUSER_PANEL##################*/
#new_user_panel {
	width:400px;
	background-color:#EBEBEB;
}

.new_user_panel_title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#002A60;
	margin:0;
	padding-left:12px;
	background-color:#FDB813;
	height:24px;
}

.new_user_panel_info {
	padding:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}

a.new_user_panel_link {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#B41E37;
}

a.new_user_panel_link:hover {
	color:#002A60;
}

table#new_user_panel p, table#new_user_panel form {
	margin:0;
	margin-bottom:10px;
}

table#new_user_panel td 
{
	width:200px;
	padding-top:6px;	
}

table#new_user_panel .red {
	color:#B41E37;
	font-weight:bold;
}

/**********************************/
/******** ERROR MSG STYLING *******/
/**********************************/

.error_pnl{
	display:block;
	width:618px;
	border-top:1px solid #FF9999;
	border-bottom:1px solid #FF9999;
	background-color:#FBDBDB;
}.error_long_pnl{
	display:block;
	width:762px;
	border-top:1px solid #FF9999;
	border-bottom:1px solid #FF9999;
	background-color:#FBDBDB;
}
.errortext {
	color:#CC3333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:19px;
}

/** Link styling **/
a.error {
	color:#744628;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

a.error:hover {
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

/**********************************/
/******** INFO MSG STYLING *******/
/**********************************/

.info_pnl{
	display:block;
	width:618px;
	border-top:1px solid #D8D130;
	border-bottom:1px solid #D8D130;
	background-color:#F3EA75;
}.info_long_pnl{
	display:block;
	width:762px;
	border-top:1px solid #D8D130;
	border-bottom:1px solid #D8D130;
	background-color:#F3EA75;
}
.infotext {
	color:#4F5C69;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:19px;
}

/** Link styling **/
.infotext_small {
	color:#4F5C69;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

td.infotext a:hover {
	color:#000;
}


/**********************************/
/******** Reg FORM STYLING *******/
/**********************************/

/** Set background color and yellow borders of header box **/
table#form_header {
	background-color:#6D6D6D;
	border-top:1px solid #6D6D6D;
	border-bottom:1px solid #6D6D6D;
}

/** Table cell where header text appears **/
td.header_text {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding:2px 12px 2px 7px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	line-height:19px;
}

table#form_section {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#4F5C69;
	font-size:11px;
	font-weight:bold;
}

table#form_section td{
	border-bottom:1px solid #fff;
	padding-top:6px;
	padding-bottom:6px;
}

tr.register_header 
{
	background-color:#6D6D6D;
	border-top:1px solid #6D6D6D;
	border-bottom:1px solid #6D6D6D;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding:2px 12px 2px 7px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	line-height:19px;
}

tr.even {
	background-color:#E8E7E7;
}

tr.odd {
	background-color:#F0F0F0;
}

td.field_label {
	padding-left:14px;
	font-size:11px;
}


td.rule {
	background-color:#6D6D6D;
	height:4px;
	padding-top:0px;
	padding-bottom:0px;
}

td.rule_blank {
	height:10px;
}

.help_text {
	font-weight:normal;
	font-size:10px;
}

.help_text a{
	font-weight:normal;
	color:#B71F38;
}

.help_text a:hover{
	font-weight:normal;
	color:#000;
}

/**********************************/
/******* EVENT TABLE STYLING *******/
/**********************************/

/** event_info table styling **/
table#event_info_header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:619px;
}

/** WHITE for Table Header links **/
table#event_info_header th a, table#history th a {
	color:#fff;
}

#event_venue_location {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4F5C69;
	width:415px;
	margin-right:5px;
	margin-bottom:5px;
}

#event_venue_location td {
	border-bottom:1px solid #fff;
}

#event_venue_location td.left_col {
	font-size:11px;
	font-weight:bold;
	background-color:#DCDFE3;
	width:140px;
	padding:5px;
}

#event_venue_location td.right_col {
	font-size:10px;
	background-color:#E2E2E2;
	padding:0 5px 0 5px;
}

/** Table styling for arena diagram area **/
#arena_diagram {

}

table#arena_diagram th {
	background-color:#6D7D8C;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-style:italic;
	font-weight:bold;
	color:#fff;
	padding:2px 5px 3px 5px;
	width:200px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:190px;
}

table#arena_diagram td {
	background-color:#E2E2E2;
	padding-top:8px;
}

table#arena_diagram p{
	margin-bottom:10px;
}

a.enlarge {
	font-size:10px;
	color:#4F5C69;
	font-family:Verdana, Arial, Helvetica, sans-serif
}

a.enlarge:hover {
	color:#000;
}

table#seat_info {
	width:415px;
	margin-bottom:5px;
}

table#seat_info td.section, table#seat_info td.section_value, table#seat_info td.row, table#seat_info td.row_value, table#seat_info td.seats, table#seat_info td.seats_value {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:3px 5px 4px 5px;
	color:#4F5C69;
}

table#seat_info td.section {
	width:60px;
	background-color:#DCDFE3;
	font-weight:bold;
	font-size:11px;
}

table#seat_info td.section_value {
	width:47px;
	background-color:#E2E2E2;
	font-size:10px;
	border-right:2px solid #fff;
}

table#seat_info td.row {
	width:37px;
	background-color:#DCDFE3;
	font-weight:bold;
	font-size:11px;
}

table#seat_info td.row_value {
	width:38px;
	background-color:#E2E2E2;
	font-size:10px;
	border-right:2px solid #fff;
}

table#seat_info td.seats {
	width:50px;
	background-color:#DCDFE3;
	font-weight:bold;
	font-size:11px;
}

table#seat_info td.seats_value {
	width:119px;
	background-color:#E2E2E2;
	font-size:10px;
}

table#ticket_status {
	width:416px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-right:5px;
	border-collapse:collapse;
	margin-bottom:5px;
}

table#ticket_status th {
	background-color:#6D7D8C;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-style:italic;
	color:#fff;
	padding:2px 5px 3px 5px;
	text-align:left;
	border:1px solid #fff;
}

table#ticket_status th.status {
	font-weight:normal;
	border-left:1px solid #fff;
	width:135px;
}

table#ticket_status th.status_qty {
	font-weight:normal;
	border-left:1px solid #fff;
	width:40px;
}

table#ticket_status th.seat_numbers {
	font-weight:normal;
	border-left:1px solid #fff;
	width:200px;
}

#ticket_status td.left_col {
	width:136px;
	background-color:#DCDFE3;
	padding:5px;
	font-size:11px;
	font-weight:bold;
	color:#4F5C69;
}

#ticket_status td {
	border:1px solid #fff;
}

#ticket_status td.values {
	background-color:#E2E2E2;
	padding:0 5px 0 5px;
	font-size:10px;
}

table#history {
	clear:left;
	float:left;
	border-collapse:collapse;
}

table#history th, table#history td{
	border-right:1px solid #fff;
}

table#history th#ask_price {
	width:80px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:70px;
}

table#history th#bid_sale_price {
	width:108px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:98px;
}

table#history th#qty {
	width:58px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:48px;
}

table#history th#total {
	width:53px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:43px;
}

table#history th#date {
	width:152px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:142px;
}
table#history th#status {
	width:163px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:153px;
}

table#history td {
	background-color:#E2E2E2;
	border:1px solid #fff;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#4F5C69;
}

#key {
	float:left; 
	margin-top:20px;
	clear:left;
}

#sold_box {
	border:1px solid #000; 
	width:25px; 
	height:25px; 
	background-color:#F3EA74; 
	float:left;
}

#key_text_sold {
	margin-top:5px;
	margin-left:6px;
	float:left;
	width:100px;
}

.key_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#4F5C69;
}

#still_active_box {
	border:1px solid #000; 
	width:25px; 
	height:25px; 
	background-color:#FFFFCC; 
	float:left;
}

#key_text_still_active {
	margin-top:5px;
	margin-left:6px;
	float:left;
	width:265px;
}

#key_text_asterisk {
	margin-top:5px;
	margin-left:6px;
	float:left;
	width:150px;
}

table#history td.yellow_indicator {
	background-color:#F3EA74;
}

.red_sold{
	color:#CD0101;
	font-weight:bold;
}

/** NAV STYLING **/
/***** ACTIVE BIDS BUTTON *****/
.active_bids_shell_off{
	display:block;
	width:83px;
	float:left;
	position:relative;
	top:5px;
}

/***** SALES HISTORY BUTTON *****/
.sales_history_shell_off{
	display:block;
	width:93px;
	float:left;
	position:relative;
	top:5px;
}

/***** BID & LISTING HISTORY BUTTON *****/
.bid_history_shell_off{
	display:block;
	width:133px;
	float:left;
	position:relative;
	top:5px;
}

.bid_history_shell_on{
	display:block;
	width:133px;
	float:left;
}

/***** LISTING HISTORY BUTTON *****/
.listing_history_shell_off{
	display:block;
	width:103px;
	float:left;
	position:relative;
	top:5px;
}

/***** OFF STATES *****/
a:hover.history_nav_link_off{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: bold;
	color:#FFFD2B;
	text-decoration: none;
	line-height:17px;
	height:17px;
}
.history_nav_link_off{
	display:block;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: bold; 
	color: #fff; 
	text-decoration: none;
	line-height:17px;
	height:17px;
}

/***** ON STATES *****/
a:hover.history_nav_link_on{
	display:block;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: bold; 
	color: #FFFD2B; 
	text-decoration: none;
	line-height:17px;
	height:22px;
}
.history_nav_link_on{
	display:block;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: bold; 
	color: #FFFD2B; 
	text-decoration: none;
	line-height:17px;
	height:22px;
}

/*///////Registration/Claim related screen styles/////////*/
#registration_claim_panel {
	width:619px;
	background-color:#EBEBEB;
}

.registration_claim_panel_info {
	padding:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}

.registration_claim_inner_panel_info {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}

a:hover.app_button_link_2{
	display:block;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #FFFD2B; 
	text-decoration: none;
	line-height:29px;
	height:23px;
}

.app_button_link_2{
	display:block;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #FFF; 
	text-decoration: none;
	line-height:29px;
	height:23px;
}

.blue_link_button {
    color: #002A60;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    text-decoration: none;
}

a.blue_link_button:hover {
    color: #002A60;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    text-decoration: none;
}

.black_bold{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#000000;
}