/* bean style sheet 20111218-1 */

p
{
	margin: 0.0px 0.0px 0.0px 0.0px; 
	font-family: Lucida Grande, Lucida, Verdana, sans-serif; 
	font: 13.0px Lucida Grande
}

/* download button */
a.blue-pill {
  background-color: #a5b8da;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a5b8da), to(#7089b3));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #a5b8da, #7089b3);
  background-image: -moz-linear-gradient(top, #a5b8da, #7089b3);
  background-image: -ms-linear-gradient(top, #a5b8da, #7089b3);
  background-image: -o-linear-gradient(top, #a5b8da, #7089b3);
  background-image: linear-gradient(top, #a5b8da, #7089b3);
  border-top: 1px solid #758fba;
  border-right: 1px solid #6c84ab;
  border-bottom: 1px solid #5c6f91;
  border-left: 1px solid #6c84ab;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  -webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
  -moz-box-shadow: inset 0 1px 0 0 #aec3e5;
  -ms-box-shadow: inset 0 1px 0 0 #aec3e5;
  -o-box-shadow: inset 0 1px 0 0 #aec3e5;
  box-shadow: inset 0 1px 0 0 #aec3e5;
  color: #fff;
  font: bold 1em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 1;
  padding: 8px 10px;
  text-align: center;
  text-shadow: 0 -1px 1px #64799e;
  text-decoration:none;
}
  
a.blue-pill:active {
	border: 1px solid #000;
	-webkit-box-shadow: inset 0 0 8px 2px #4b5a20, 0 1px 0 0 #eeeeee;
	-moz-box-shadow: inset 0 0 8px 2px #4b5a20, 0 1px 0 0 #eeeeee;
	-ms-box-shadow: inset 0 0 8px 2px #4b5a20, 0 1px 0 0 #eeeeee;
	-o-box-shadow: inset 0 0 8px 2px #4b5a20, 0 1px 0 0 #eeeeee;
	box-shadow: inset 0 0 8px 2px #4b5a20, 0 1px 0 0 #eeeeee;
}

a
{
  	color: #c96500;
}

/* body */
p.body
{
	line-height: 16pt; 
	/* max-width: 700px */
}
/* header 1 */
p.h1
{
	font-size: 15.0px;
	font-weight:bold;
	color: #832813
}
/* header 2 */
p.h2
{
	font-size: 32.0px;
	font-weight:bold;
	min-height: 16.0px;
	color:  #832813
}
/* centered image */
p.image
{
	text-align: center; 
	text-indent: -20px
}
/* return to homepage link */
p.return
{
	font-size: 18.0px;
	color: #832813;
	text-align:right
}
/* download link */
p.download
{
	font-size: 26.0px;
	color: #832813
}
/* legal */
p.legal
{
	font-family: Helvetica, sans-serif;
	font-size: 12.0px;
	color: #555;
}
p.monospaced
{
	font-family: Monaco, Andale Mono, sans-serif; 
	font: 13.0px
}

table.t1 {border-collapse: collapse}
td.td1 {padding: 10.0px 0.0px 0.0px 0.0px}
td.td2 {padding: 0.0px 0.0px 0.0px 0.0px}
td.td3 {padding: 0.0px 0.0px 0.0px 0.0px}

#Content
{
	width:750px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	/*	border:1px dashed #333; */	
	/* background-color:#fff; */
}

#downloads_other
{
	padding: 7.0px 10.0px 10.0px 15.0px; 
}

#download_block
{
	color:#234;
	background-color:#fff7ee;
	padding: 7.0px 10.0px 10.0px 15.0px; 
	border:2px solid #ccc;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
