<style type="text/css">

	a { color: #E16521 }
	a:link
	{
		color: #E16521;
		text-decoration: none;
	}
	a:visited
	{
		color: #E16521;
		text-decoration: none;
	}
	a:hover
	{
		color: #E16521;
		text-decoration: underline;
	}
	a:active
	{
		color: #E16521;
		text-decoration: none;
	}
	
	a.buttons
	{
		background-color: #F0F0F0;
		color: #444444;
		text-decoration: none;
		border: 1px solid #444444;
		font-size: 10pt;
		padding-left: 6px;
		padding-right: 6px;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	a.buttons:hover
	{
		background-color: #F0F0F0;
		color: #E16521;
		text-decoration: none;
		border: 1px solid #E16521;
		font-size: 10pt;
		padding-left: 6px;
		padding-right: 6px;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
	a.noChange
	{
		color: #444444;
		padding-left: 0px;
		padding-right: 0px;
		border: 0px;
		text-decoration: none;
	}
	a.noChange:hover
	{
		color: #444444;
		padding-left: 0px;
		padding-right: 0px;
		border: 0px;
		text-decoration: none;
	}
	
	div.scrollDetail {
		height: 206px;
		width: 428px;
		overflow: auto;
		border: 0px solid #CAC2B8;
		background-color: #F0F0F0;
		background: transparent;
		padding: 8px;
	}
	
	div.scrollInfo 
	{
		height: 510px; 
		width: 320px;
		overflow: auto; 
		background-color: transparent; 
		padding: 8px; 
		position: relative;
	}
	#outer {height: 510px; overflow: auto; position: relative;}
	#outer[id] {display: table; position: static;}
	#middle {position: absolute; top: 50%;}
	#middle[id] {display: table-cell; vertical-align: middle; position: static;}
	#inner {position: relative; top: -50%;}
	#inner[id] {position: static;}
	
	img { border: 0px }
	img.darkBorder { border: 1px solid #72726D }
	
	.buttons
	{
		color: #444444;
		background-color: #F0F0F0;
		border: 1px solid #444444;
	}
	.buttons:hover 
	{
		color: #E16521;
		background-color: #F0F0F0;
		border: 1px solid #E16521;
	}
	
	table { border: 0px }
	
	td
	{
      color: #000000; 
      font-family: Helvetica;
      font-size: 8pt; 
      font-style:  normal;
      font-weight: lighter;
      font-variant: normal;
		letter-spacing: 0px;
		text-decoration: none;
   }
	
	th
   {
      color: #000000; 
      font-family: Helvetica;
      font-size: 9pt; 
      font-style:  normal;
      font-weight: lighter;
      font-variant: normal;
		letter-spacing: 0px;
		text-decoration: none;
   }
	
	td.adminCell
	{
		background-image: url(../_images/adminBackground.jpg);
		border: 2px solid #72726D;
	}
	
	td.copyright
	{
		color: #CAC2B8;
		font-size: 8pt;
	}
	
	td.detailCell
	{
		background-color: #E16521;
		border: 2px solid #E16521;
		height: 272px;
		width: 272px;
	}
	
	td.detailCellIn
	{
		border: 3px solid #FFFFFF;
		height: 262px;
		width: 262px;
	}
	
	td.detailCellSm
	{
		background-color: #C3C0B7;
		border: 2px solid #C3C0B7;
		height: 83px;
		width: 83px;
	}
	td.detailCellSm:hover
	{
		background-color: #E16521;
		border: 2px solid #E16521;
		height: 83px;
		width: 83px;
	}
	
	td.detailCellSmIn
	{
		border: 2px solid #FFFFFF;
		height: 77px;
		width: 77px;
	}
	
	td.title
	{
		color: #000000;
		font-size: 13pt;
	}
	
	td.previewTitle 
	{ 
		color: #444444;
		font-size: 11px;
	}
	
	td.indent
	{
		color: #444444;
		padding-left: 10px;
	}
	
	td.mainCell
	{
		background-image: url(../_images/mainBackground.jpg);
		border: 2px solid #72726D;
	}
	
	td.menuCell { border: 2px solid #CAC2B8 }
	td.pages 
	{ 
		color: #444444;
		font-size: 11px;
	}
	
	td.previewCell
	{
		background-color: #C3C0B7;
		border: 2px solid #C3C0B7;
		height: 146px;
		margin-bottom: 20px;
		width: 146px;
	}
	td.previewCell:hover
	{
		background-color: #E16521;
		border: 2px solid #E16521;
		height: 146px;
		width: 146px;
	}
	
	td.previewCellIn
	{
		border: 3px solid #FFFFFF;
		height: 136px;
		width: 136px;
	}
	
	td.sold
	{
		color: #E16521;
		font-size: 13px;
	}
	
	tr.rowHighlight { text-decoration: none }
	tr.rowHighlight:hover
	{
		background-color: #E16521;
		text-decoration: none;
	}

</style>