﻿/******************************************************************************\
	TEXT & LINK STYLES
\******************************************************************************/
a
{
	color: #0099FF;
}
a:hover
{
	color: #FF9900;
}
.boxlink
{
	border: solid 1px #DDD;
	padding: 6px 8px 4px 8px;

	background-image: url(../graphics/backgrounds/fades.gif);
	background-repeat: repeat-x;
	background-position: 0 -112px;

	color: #09F;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 1;

	cursor: pointer;
}
.boxlink:hover
{
	border-color: #F90;

	color: #F90;
}
.boxlink img
{
	float: left;
	margin: -20px;
}
a.cancel
{
	border: solid 1px #CCC;
	padding: 3px 5px;
	cursor: pointer;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
}
a.cancel:hover
{
	border-color: #F90;
}
/******************************************************************************\
	PAGE HEADERS, BREADCRUMBS
\******************************************************************************/
.pageheading
{
	padding: 5px 15px;

	background-image: url(../graphics/backgrounds/fades.gif);
	background-repeat: repeat;
	background-position: 0 -60px;

	text-align: left;
	font-size: 12pt;
	line-height: 1;
	font-weight:bold;
}
.pageheading i
{
	margin-right: 5px;

	color: #FFF;
}
.pageheading h1
{
	display:inline;
}
/****************************************/
.pageheadingsub
{
	padding: 4px 0px 2px 10px;

	border: solid 1px #DDD;
	border-top-width:0;

	background-color: #EEE;

	text-align: left;
	line-height: 13px;
}
.pageheadingsub span
{
	margin-right: 20px;

	color: #666;
	font-size: 8pt;
	font-weight: normal;
}
.pageheadingsub b
{
	margin-right: 5px;
	font-weight: bold;
}
.pageheadingsub a
{
	text-decoration: none;
}
.pageheadingsub small
{
	margin-left: 5px;

	color: #999;

	font-size: 8pt;
	font-weight: normal;
}
/***************************/
.breadcrumbs
{
	padding: 0 0 5px 15px;
	
	border-bottom:solid 1px #CCC;

	color: #666;

	text-align: left;
	font-size: 8pt;
}
.breadcrumbs b
{
	margin-right: 10px;
	padding-right: 10px;
	border-right: solid 1px #666;
}
.breadcrumbs a,
.breadcrumbs span
{
	color: #999;
	text-decoration: none;
	font-weight: normal;
}
.breadcrumbs a:hover
{
	color: #F90;
	text-decoration: underline;
}
.breadcrumbs .addthis
{
	display: block;
	float: right;
	margin-right: 5px;
}
/******************************************************************************\
	ROUND BOX
\******************************************************************************/
.roundbox
{
	border: solid 5px #DDD;

	background-color: #FFF;

	text-align: left;
	line-height: 1;
}
/***************************************/
.roundbox .corner_inner_NE,
.roundbox .corner_inner_SE,
.roundbox .corner_inner_NW,
.roundbox .corner_inner_SW
{
	float: right;

	width: 10px;
	height: 10px;

	background-color: #DDD;
	background-image: url("../graphics/backgrounds/site_corners.gif");
	background-position: -10px -223px;
}
.roundbox .corner_inner_SE
{
	margin-top:-10px;
	background-position: -10px -228px;
}
.roundbox .corner_inner_NW
{
	float: left;

	background-position: -5px -223px;
}
.roundbox .corner_inner_SW
{
	float: left;
	margin-top:-10px;
	background-position: -5px -228px;
}
/***************************************/
.roundbox .corner_outer_NE,
.roundbox .corner_outer_SE,
.roundbox .corner_outer_NW,
.roundbox .corner_outer_SW
{
	float: right;
	clear: both;

	width: 5px;
	height: 5px;

	background-color: #DDD;
	background-image: url("../graphics/backgrounds/site_corners.gif");
	background-position: -15px -240px;
}
.roundbox .corner_outer_NE
{
	margin-top: -5px;
	margin-right: -5px;
}
.roundbox .corner_outer_SE
{
	margin-top: -5px;
	margin-right: -5px;

	background-position: -15px -250px;
}
.roundbox .corner_outer_NW
{
	float: left;

	margin-top: -5px;
	margin-left: -5px;

	background-position: -5px -240px;
}
.roundbox .corner_outer_SW
{
	float: left;
	margin-left: -5px;

	background-position: -5px -250px;
}
/***************************************/
.roundbox .header
{
	height: 30px;

	background-color: #DDD;
}
.roundbox .header h3
{
	display: block;
	float: left;

	margin-top: 0px;
	padding-left: 5px;

	color: #FFF;
	font-size: 20pt;
}
.roundbox .header h3 a
{
	color: #FFF;
	text-decoration: none;
}
.roundbox .header h3 a:hover
{
	color: #09F;
}
/***************************************/
.roundbox .content
{
	padding: 10px;
	line-height: normal;
}
/***************************************/
.roundbox .footer
{
	padding: 3px 20px;

	background-color: #DDD;

	text-align: right;
}
/***************************************/
.roundbox.orange
{
	border-color: #F90;
}
.roundbox.orange .corner_inner_NE,
.roundbox.orange .corner_inner_SE,
.roundbox.orange .corner_inner_NW,
.roundbox.orange .corner_inner_SW,
.roundbox.orange .corner_outer_NE,
.roundbox.orange .corner_outer_SE,
.roundbox.orange .corner_outer_NW,
.roundbox.orange .corner_outer_SW,
.roundbox.orange .header,
.roundbox.orange .footer
{
	background-color: #F90;
}
.roundbox.orange .footer a
{
	color:#FFF;
}
/******************************************************************************\
	SIDE BOX (used for right side column pages)
\******************************************************************************/
.sidebox
{
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: dashed 1px #CCC;

	padding: 10px;

	color: #666;
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.1;
}
.sidebox_flip
{
	border-left-width: 0px;
	border-right: solid 1px #CCC;
}
.sidebox h3
{
	margin-bottom: 10px;

	color: #999;
	font-size: 14pt;
	font-weight: bold;
}
.sidebox a.boxlink
{
	display: block;

	width: 180px;

	margin: 10px auto;
}
.sidebox ul li
{
	margin-left: 15px;
	margin-bottom: 5px;

	list-style: circle;
}
.sidebox_bg_gray
{
	background-color: #F6F6F6;
}
.sidebox_bg_yellow
{
	background-color: #FFD;
}
.sidebox_info
{
	padding: 10px;

	color: #333;

	text-align: left;

	font-weight: normal;
	font-size: 8pt;
}
/***************************/
.sidebox_solidtop
{
	margin-top: 5px;
	border-top: solid 1px #CCC;
}
.sidebox_solidbottom
{
	margin-bottom: 5px;
	border-bottom: solid 1px #CCC;
}
/***************************/
.sidebox div.stopper /* used to stop collapsing margins */
{
	height: 1px;
}
/******************************************************************************\
	SIDE FILTER BAR (used for search pages)
\******************************************************************************/
.sidefilterbar
{
	padding-top: 5px;
	padding-left: 10px;

	text-align: left;
}
/***************************/
.sidefilterbar h5
{
	margin-bottom: 4px;

	color: #666;
}
.sidefilterbar a
{
	color: #666666;
}
.sidefilterbar a:hover
{
	color: #FF9900;
}
/***************************/
.sidefilterbar .section
{
	margin-top: 15px;
	padding-left: 10px;
}
.sidefilterbar .section.bottomborder
{
	padding-bottom: 15px;
	border-bottom: solid 1px #CCC;
}
.sidefilterbar .section input
{
	margin-left: 5px;
}
.sidefilterbar .section label
{
	color: #666666;

	font-weight: normal;
	font-size: 8pt;
}
.sidefilterbar .section select
{
	width: 200px;

	margin-left: 5px;

	color: #666666;
	font-size: 8pt;
}
.sidefilterbar .section select .active
{
	color: #F90;
}
/***************************/
.sidefilterbar .section ul
{
	margin-left: 5px;

	font-weight: normal;
	font-size: 8pt;
}
.sidefilterbar .section li
{
	margin-bottom: 4px;
}
.sidefilterbar .section li .active
{
	padding: 0px 3px;
	border: solid 1px #F90;
	text-decoration: none;
}
.sidefilterbar .section li .x
{
	padding-left: 5px;
	border-left: solid 1px #F90;
}
.sidefilterbar .section li span
{
	margin-left: 5px;

	color: #999999;
}
/***************************/
.sidefilterbar .topsection
{
	margin-bottom: 15px;
	border-bottom: solid 1px #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sidefilterbar .topsection div
{
	margin-bottom: 5px;
}
.sidefilterbar .topsection img
{
	vertical-align: middle;
}
.sidefilterbar .topsection a
{
	margin-left: 5px;
}
.sidefilterbar .topsection a.active
{
	border: solid 0px #FF9900;
	border-bottom-width: 3px;

	text-decoration: none;
}
.sidefilterbar .topsection #divViewDirection
{
	margin-top: -10px;
	padding-left: 35px;

	color: #999;
	font-weight: normal;
	font-size: 8pt;
}
/***************************/
.sidefilterbar .searchsection
{
	margin-bottom: 15px;
	border-bottom: solid 1px #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 15px;
}
.sidefilterbar .searchsection span
{
	display: block;
	margin-bottom: 2px;

	color: #666;
	font-size: 8pt;
	font-weight: normal;
}
.sidefilterbar .searchsection .button
{
	display: block;
	margin: 0 0 0 auto;
}
.sidefilterbar .searchsection .textbox
{
	width: 100%;
}
/***************************/
.searchresultsinfo
{
	margin: 10px 10px;
	padding: 5px;

	border: solid 1px #CCC;

	background-color: #FFFFDD;

	color: #666;
}
.searchresultsinfo ul
{
	margin: 10px 0 5px 0;
	padding-left: 250px;
	font-weight: normal;
	text-align: left;
	list-style-type: square;
}
/******************************************************************************\
	FORM (Fields, Buttons, etc styling for entry forms, eg. Register)
\******************************************************************************/
.form
{
	color: #666;
	font-size: 12pt;
	text-align: left;
}
.form hr
{
	height: 1px;
	width: 100%;

	border: none;
	border-top: dashed 1px #CCC;
}
.form h5
{
	margin:  7px 0 5px 20px;

	color: #999;
}
.form h5 input
{
	margin-top: 2px;
}
.form span.field,
.form span.checkbox,
.form span.button,
.form span.cert
{
	display: block;
	margin: 5px 0px;
	padding-left: 30px;
}
.form span a.required
{
	margin: 0 2px;

	cursor: default;
	vertical-align: top;

	color: #F90;
	font-size: 16pt;
}
.form span.field
{
	font-weight: normal;
}
.form span.field label
{
	display: block;
	float: left;

	width: 160px;
	margin-top: 3px;

	font-weight: bold;
}
.form span.field input
{
	width: 230px;
	vertical-align: middle;
}
.form span.checkbox input
{
	margin-right: 5px;
	vertical-align: middle;
}
.form span.button
{
	margin-top: 20px;
	padding-right: 40px;
	padding-left: 0px;

	text-align: right;
}
.form span.button input
{
	margin-left: 30px;
	padding: 3px 20px;
	font-size: 10pt;
}
.form span.button a.cancel
{
	margin-left: 20px;
	margin-right: -20px;
	border: solid 1px #CCC;
	padding: 3px 5px;
	cursor: pointer;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
}
.form span.button a.cancel:hover
{
	border-color: #F90;
}
.form span.cert
{
	padding-top: 30px;
	padding-right: 50px;
	text-align: right;
}
.form span small
{
	color: #BBB;
	font-size: 10pt;
	font-weight: normal;
}
.form span.error
{
	display: inline;
	margin-left: 15px;

	color: red;
	font-size: 8pt;
	font-weight: bold;
}
.formnotice
{
	width: 600px;
	margin: 60px auto;

	color: #666;
	text-align: left;
	font-weight: normal;
	line-height: 1.2;
}
.formnotice big
{
	display: block;
	margin-bottom: 20px;

	color: #F90;
	font-size: 14pt;
	font-weight: bold;
}
.formnotice .error
{
	color: Red;
	font-weight: bold;
}
/******************************************************************************\
	RECENTLY VIEWED (WEB CONTROL)
\******************************************************************************/
.recentitems
{
	color: #666;
	text-align: left;
	font-weight: normal;
	font-size: 8pt;
}
.recentitems h4
{
	display: block;

	margin: -10px -10px 10px -10px;
	padding: 5px 10px;
	border-bottom: dotted 1px #DDD;

	background-image: url(../graphics/backgrounds/site_repeat-x.gif);
	background-repeat: repeat-x;
	background-position: 0 -50px;

	color: #666;
	font-size: 10pt;
	font-weight: bold;
}
.recentitems a
{
	display: block;
	height: 52px;
	margin-top: 5px;

	text-decoration: none;
}
.recentitems img
{
	float: left;
	width: 50px;
	height: 50px;

	margin-right: 5px;

	border: solid 1px #EEE;
}
/******************************************************************************\
	PAGING BAR (WEB CONTROL)
\******************************************************************************/
.pagingbar
{
	overflow: hidden;

	height: 26px;

	margin: 5px;

	border: solid 1px #BBB;

	background-image: url(../graphics/backgrounds/fades.gif);
	background-repeat: repeat-x;
	background-position: 0 -86px;

	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	font-weight: bold;
}
.pagingbar span
{
	height: 27px;
}
.pagingbar span.pagingbar_size
{
	border-width: 0px;
}
.pagingbar a
{
	font-size: 10pt;
}
.pagingbar span.pagingbar_pages a,
.pagingbar span.pagingbar_size a
{
	display: inline-block;

	height: 26px;

	margin: 0px 2px;
	padding: 6px 6px;

	color: #666;
	text-decoration: none;
}
.pagingbar span.pagingbar_pages a.active,
.pagingbar span.pagingbar_size a.active,
.pagingbar span.pagingbar_pages a:hover,
.pagingbar span.pagingbar_size a:hover
{
	padding: 6px 5px;

	border: solid 1px #999;
	border-top-width: 0px;
	border-bottom-width: 0px;

	background-color: #FFF;
}
.pagingbar span.pagingbar_pages a:hover,
.pagingbar span.pagingbar_size a:hover
{
	color: #FF9900;
}
.pagingbar span.pagingbar_pages a.active:hover,
.pagingbar span.pagingbar_size a.active:hover
{
	color: #666;
}
/***************************/
.pagingbar_prev
{
	float: left;
	width: 65px;

	border-right: solid 1px #BBB;

	text-align: center;
}
.pagingbar_next
{
	float: right;
	width: 65px;

	border-left: solid 1px #BBB;
	border-right: solid 1px #BBB;

	text-align: center;
}
.pagingbar_prev a,
.pagingbar_next a
{
	display: block;

	padding: 6px 0 7px 0;

	color: #666;
	text-decoration: none;
}
.pagingbar_prev a:hover,
.pagingbar_next a:hover
{
	border: solid 0px #FFF;
	background-color: #FFF;

	color: #FF9900;
}
.pagingbar_pages
{
	display: block;
	text-align: center;
}
.pagingbar_pages span
{
	display: inline-block;
	height: 17px;
	margin: 0;
	padding: 0;
	border: 0;

	color: #999;
	font-size: 8pt;
}
.pagingbar_size
{
	float: right;

	border: solid 0px #CCC;

	text-align: right;
}
.pagingbar_size small
{
	float: left;

	padding: 7px 5px 0 10px;

	color: #999;

	text-align: left;

	font-size: 8pt;
	font-weight: normal;
}
/******************************************************************************\
	CONTAINER Misc
\******************************************************************************/
.container_leftborder
{
	border-left: solid 1px #CCC;
}
/******************************************************************************\
	AUCTIONS/ITEMS LISTING
\******************************************************************************/
.auctionslisting,
.itemslisting
{
	min-height: 500px;

	margin: 5px 0px;
	border-top: solid 1px #DDD;

	font-family: Arial, Verdana, Helvetica;
}
/***************************/
.auctionslisting a,
.itemslisting a
{
	text-decoration: none;
}
/***************************/
.auctionslisting .row,
.itemslisting .row
{
	overflow: hidden;

	height: 118px;

	background-color: #FFF;

	border-bottom: solid 1px #DDD;

	text-align: left;
}
.auctionslisting div.sectionbar,
.itemslisting div.sectionbar
{
	border-bottom: solid 1px #DDD;
	padding: 3px 0 3px 10px;

	background-color: #FFFFDD;
	background-image: url(../graphics/backgrounds/fades.gif);
	background-repeat: repeat-x;
	background-position: 0 -86px;

	color: #666;
	text-align: left;
	font-size: 8pt;
}
.auctionslisting .datetime,
.itemslisting .datetime
{
	color: #666;
	font-weight: normal;
}
.auctionslisting .timezone,
.itemslisting .timezone
{
	margin-left: 5px;

	color: #999;
	font-size: 8pt;
	font-weight: normal;
}
.auctionslisting a.timezone:hover,
.itemslisting a.timezone:hover
{
	color: #F90;
	text-decoration: underline;
}
/***************************/
.auctionslisting img.thumbnail,
.itemslisting img.thumbnail
{
	float: left;

	width: 100px;
	height: 100px;

	margin: 8px;

	border: solid 1px #999;
}
.auctionslisting img.thumbnail:hover,
.itemslisting img.thumbnail:hover
{
	border-color: #FF9900;
}
/***************************/
.auctionslisting span.title,
.itemslisting span.title
{
	display: block;
	overflow: hidden;
	white-space:nowrap;

	width:415px;
	height:16px;
	margin-top: 10px;
	
	cursor:pointer;

	color: #333;
	font-size: 11pt;
	font-weight: bold;
}
.auctionslisting span.title i
{
	margin-left: 5px;

	font-weight: normal;
	font-size: 8pt;
}
.itemslisting i.lotnum
{
	float: left;
	margin: 10px 4px 0 0;
	padding-right: 6px;

	border-right: solid 1px #CCC;

	font-weight: normal;
}
.auctionslisting span.title:hover,
.auctionslisting span.title i:hover,
.itemslisting span.title:hover,
.itemslisting span.title i:hover
{
	color: #F90;
}
/***************************/
.auctionslisting .auctioneer,
.itemslisting .auctioneer
{
	margin-bottom: 5px;

	color: #999;

	line-height: 1.2;

	font-size: 8pt;
	font-weight: normal;
}
/***************************/
.auctionslisting .location,
.itemslisting .location
{
	margin-bottom: 15px;

	color: #999;
	font-weight: normal;
	font-size: 8pt;
}
/***************************/
.itemslisting .description
{
	display: block;
	height: 27px;
	margin-top: 5px;
	margin-bottom: 15px;

	color: #999999;
	font-weight: normal;
	font-size: 8pt;
}
/***************************/
.itemslisting .startpriceestimates
{
	color: #999999;
	font-weight: normal;
	font-size: 8pt;
}
/***************************/
.itemslisting .startprice
{
	color: #999999;
	font-weight: normal;
	font-size: 8pt;
}
/***************************/
.itemslisting .estimates
{
	color: #999999;
	font-weight: normal;
	font-size: 8pt;
}
/***************************/
.itemslisting .winningbid
{
	margin-top: 5px;
	color: #666666;
	font-weight: bold;
	font-size: 8pt;
}
/***************************/
.itemslisting .bidderinfo
{
	margin-top: -5px;
	color: #F90;
	font-size: 8pt;
}
.itemslisting .bidderinfo b
{
	color: #333;
}
/***************************/
.auctionslisting ul,
.auctionslisting li,
.itemslisting ul,
.itemslisting li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.auctionslisting ul.links,
.itemslisting ul.links
{
	float: right;

	width:170px;

	margin-top: -19px;
	margin-left: 30px;

	text-align: center;

	font-weight: bold;
}
.auctionslisting ul.links
{
	margin-top:18px;
}
.auctionslisting ul.links li,
.itemslisting ul.links li
{
	height: 36px;
	border: solid 1px #DDD;
	border-bottom-width: 0;

	background-image: url(../graphics/backgrounds/fades.gif);
	background-repeat: repeat-x;
	background-position: 0 15px;
}
.itemslisting ul.links li
{
	border-right-width: 0;
}
.auctionslisting ul.links li img,
.itemslisting ul.links li img
{
	float: left;
	width: 30px;
	height: 30px;
	margin: 2px -15px 0 -15px;
}
.auctionslisting ul.links .linkinfo,
.itemslisting ul.links .linkinfo
{
	color: #999;
	font-size: 8pt;
	font-weight: normal;
}
.auctionslisting ul.links .linkinfo a,
.itemslisting ul.links .linkinfo a
{
	font-size:8pt;
}
/***************************/
.auctionslisting ul.links li a,
.itemslisting ul.links li a
{
	display: block;
	margin-bottom: -3px;
	padding-top: 4px;
	font-size: 10pt;
}
.itemslisting ul.links li a.middle
{
	padding-top: 8px;
}
.auctionslisting ul.links li.bidding_approved a,
.itemslisting ul.links li.bidding_approved a
{
	color: #F90;
}
.auctionslisting ul.links li.bidding_pending a,
.itemslisting ul.links li.bidding_pending a
{
	/*color: #EC0;*/
}
.auctionslisting ul.links li.bidding_denied a,
.itemslisting ul.links li.bidding_denied a
{
	color: #999;
}
.auctionslisting ul.links li.bidding_finished a,
.itemslisting ul.links li.bidding_finished a
{
	color: #999;
}
.auctionslisting ul.links li.bidding_livenow a,
.itemslisting ul.links li.bidding_livenow a
{
	text-decoration: blink;
	margin: 5px 16px;
	padding: 4px 0;
	cursor: pointer;
	color: #FFF;
	background-color: #09F;
	border: dotted 1px #FFF;
}
.auctionslisting ul.links li.bidding_livenow a:hover,
.itemslisting ul.links li.bidding_livenow a:hover
{
	background-color: #F90;
}
.auctionslisting ul.links li.bidding_livenow .linkinfo,
.itemslisting ul.links li.bidding_livenow .linkinfo
{
	color: #FFF;
}
.auctionslisting ul.links li.bidding_none a,
.itemslisting ul.links li.bidding_none a
{
	color: #999;
}
/***************************/
.auctionslisting .row_pages
{
	display:block;
	margin:-1px 185px 2px 8px;
	padding-left:2px;
	border:solid 1px #CCC;
	border-top:dashed 1px #DDD;
	background-color:#FFF;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	color:#666;
}
.auctionslisting .row_pages a
{
	padding:0 2px;
}
.auctionslisting .row_pages a:hover
{
	background-color:#09F;
	color:#FFF;
}
/***************************/
.auctionslisting .demo,
.itemslisting .demo
{
	float: left;
	height: 50px;
	margin: 0px 0 -50px 80px;

	color: #FC3;
	font-size: 36pt;
}
/******************************************************************************\
	ITEMS LIST BAR
\******************************************************************************/
.itemslistbar
{
	height: 48px;

	border-bottom: solid 1px #CCC;
	background-color: #F9F9F9;

	text-align: center;
}
/***************************/
.itemslistbar_item
{
	display: block;
	float: left;
	width: 46px;
}
.itemslistbar_item.current
{
}
/***************************/
.itemslistbar_item a
{
	display: block;

	margin: 2px 0 0 2px;
	border: solid 1px #EEE;

	text-decoration: none;
}
.itemslistbar_item a:hover
{
	border-color: #F90;
}
.itemslistbar_item.current a img
{
	margin: 1px;
}
.itemslistbar_item.current a
{
	margin: 1px 0 0 1px;
	border-color: #F90;
	border-width: 1px;
}
/***************************/
.itemslistbar_item img.itemslistbar_pic
{
	width: 42px;
	height: 42px;
	border: none;
}
/***************************/
.itemslistbar_item img.itemslistbar_tab
{
	display: block;
	float: left;

	margin: -2px 0 -59px;
}
/***************************/
.itemslistbar_name
{
	float: left;
	z-index: 20;
	position: relative;

	width: 39px;

	top: 12px;
	left: 1px;
	margin-right: -42px;

	padding: 1px 0;
	border: solid 1px #EEE;
	background-color: #FFF;

	text-align: center;

	cursor: pointer;
}
/******************************************************************************\
	USER CONTROL - CONTENT BLOCK
\******************************************************************************/
.usercontrol_contentblock
{
}
.usercontrol_contentblock .b { font-weight: bold; }
.usercontrol_contentblock .i { font-style: italic; }
.usercontrol_contentblock .p { display: block; margin: 10px 0; }
.usercontrol_contentblock .c { display: block; text-align: center; }
.usercontrol_contentblock .u { text-decoration: underline; }
.usercontrol_contentblock .s { text-decoration: line-through; }
.usercontrol_contentblock .q { display: block; margin: 10px 0 10px 20px; }
.usercontrol_contentblock .big { font-size: 1.2em; }
.usercontrol_contentblock .small { font-size: .8em; }
/******************************************************************************\
	INFO BOX (a box style for text info)
\******************************************************************************/
.infobox
{
	min-height: 100px;
	margin: 5px;

	border: solid 1px #CCC;

	text-align: left;
}
.infobox h3
{
	display: block;

	padding: 5px 0 3px 10px;

	background-image: url(../graphics/backgrounds/fades.gif);
	background-repeat: repeat-x;
	background-position: 0 -170px;

	color: #666;
	font-weight: bold;
	font-size: 10pt;
}
.infotext
{
	overflow: auto;

	padding: 5px 10px;

	color: #666;

	font-weight: normal;
	font-size: 10pt;
	text-align: left;
}
/******************************************************************************\
	EXPANSION BOX (<div class="expansionbox_closed"><span class="heading"><a>Clickable Heading With Icon</a>Non Clickable</span>Content Goes Here</div>)
\******************************************************************************/
.expansionbox_open,
.expansionbox_closed
{
	height: auto;

	overflow: hidden;

	margin: 0 0 5px 0;
	padding: 5px 8px;

	border: solid 1px #CCC;

	color: #333;

	font-size: 10pt;
	font-weight: normal;
}
.expansionbox_closed
{
	height: 8px;
}
.expansionbox_open .heading,
.expansionbox_closed .heading
{
	float: left;

	width: 100%;
	height: 18px;

	margin: -6px 0 3px -9px;
	padding-right: 16px;
	border: solid 1px #CCC;

	background-image: url(../graphics/backgrounds/fades.gif);
	background-repeat: repeat-x;
	background-position: 0 -86px;

	color: #666;
	font-weight: bold;
	font-size: 8pt;
}
.expansionbox_open .heading a,
.expansionbox_closed .heading a
{
	display: block;
	height: 14px;

	padding: 4px 0px 0px 20px;

	background-image: url(../graphics/expander_minus.gif);
	background-repeat: no-repeat;
	background-position: left center;

	color: #666;
	text-decoration: none;
}
.expansionbox_open .heading a:hover,
.expansionbox_closed .heading a:hover
{
	color: #F90;
}
.expansionbox_closed .heading a
{
	background-image: url(../graphics/expander_plus.gif);
}
/******************************************************************************\
	MISC OVERRIDE STYLE (Must be at bottom of this css file to override others)
\******************************************************************************/
.leftalign
{
	text-align: left;
}
.rightalign
{
	text-align: right;
}