/*******************************************************
      Pagetype-specific stylesheet for Dan's Data.

      Handles width of sidebar column.
      
      This stylesheet is for article-pages.
 *******************************************************/

#rightCol {
	display: none;
	width: 0px;			/* This is the width of the sidebar column.*/
	
	margin-right: 0px;	/* This should be (-1 x width - 1) */
}

#pageBody {
	margin-right: 0px;	/* This should be (width + 1). */
}

/* This is for the "new" gifs. */
#mainBox p img {
	display: inline!important;
	margin: 0px!important;
	padding: 0px!important;
}

#mainBox h2 {
	padding-top: 20px;
	padding-bottom: 2px;
	border-bottom: 1px solid #B0D0FF;
}

#mainBox h3 {
	margin-bottom: 15px;
}

#indexTable {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#indexTable td {
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

#reviewTable {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #B0D0FF;
}
#reviewTable td {
	font-size: small;
	padding-left: 10px;
	padding-right: 10px;
}
#reviewsHeaderCell {
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #B0D0FF;
}
#indexSearch {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
