/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/
#header {
border-style: none;
}

li.widget code {
font-family: monospace; 
font-size: 0.923em;
line-height: 1em;
background: none;
}

/* Main page */
ul.target_tasks {
 list-style: circle !important;
}

.target_tasks li{
margin-bottom: 0.25em !important;
}

ul.features {
 list-style: circle !important;
 line-height: 0.7em !important;
}

/* Function Reference Pages */

span.red{
color: maroon;
font-weight:bold !important;
}

code.syntax{
 padding-left:30px;
}

.price{
    font-family: Arial, sans-serif;
    font-size: 110%;
    color: green;
    /*font-weight:bold !important;    */
}

.cite-backlink{
  text-decoration:none !important; 
  font-weight:bold !important;
}

.bib-list{

}

.bib-list li{
  text-indent: -25px; padding-left: 25px; line-height: 200%;
}

/* Plain Table */

.plain-table{
    border-collapse: collapse;
    margin: 1em;
    margin-left: auto;
    margin-right: auto;
    border: 1px #AAA solid;
}

.plain-table caption{
    font-weight: bold;
}

.plain-table td{
    border: 1px #AAA solid;
    padding-left: 1em;
    padding-right: 1em;
    text-align:center;
}

.plain-table th{
    font-size: 90%;
    background-color: #F2F2F2;
    border: 1px #AAA solid;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

/* Reference Table */
.ref-table{
    font-family: Consolas, "Andale Mono", Monaco, Courier, "Courier New", Verdana, sans-serif;
    border-collapse: collapse;
    margin: 1em;
    margin-left: auto;
    margin-right: auto;
    border: 1px #AAA solid;
}

.ref-table caption{
    font-family: sans-serif;
    font-weight: bold;
}

.ref-table td{
    border: 1px #AAA solid;
    padding-left: 1em;
    padding-right: 1em;
    text-align:right;
}

.ref-table th{
    font-family: sans-serif;
    font-size: 90%;
    background-color: #F2F2F2;
    border: 1px #AAA solid;
    padding-left: 0.5em;
    padding-right: 0.5em;
}


h3.red{
color: maroon;
padding-left:10px;
}

td.func_name{
width: 200px;
padding-left:20px;
vertical-align: top;
}

.clear { clear: both; }

.format_text code {
background: none;
font-size: 1em;
}

.format_text pre {
	background-color: #F9F9F9;
	border: none !important;
}

.matlab-code{
	background-color: #F9F9F9;
	border: 1px solid silver;
	font-size: 0.857em;
	line-height: 1.5em;
	margin-bottom: 1.833em;
	padding: 0.667em 0.917em;
	background: #EEE;
	border: 1px solid #DDD;
	overflow: auto;
	clear: both;
}

.format_text ul {
 list-style: circle;
 text-align: justify;
}

.format_text li {
 margin-bottom: 1em;
}

.format_text p {
text-align: justify;
}

/* WP Footnotes */
ol.footnotes li {
 margin-bottom: 0em;
}

/* Download Button */
a.download-button {
	text-decoration: none;
}

a.download-button:hover {
	background-position: 0 bottom;
	text-decoration: none;
}

a.download-button {
	background-image: url(images/advanpix-download-small.png);
	display: block;
	margin: 0 auto;
	width: 136px;
	height: 49px;
	background-repeat: no-repeat;
	color: white;
	text-transform: none;
	font-size: 16px;
	padding: 10px 0 0 50px;
}

/* Price List */
.price-list{
	margin: 15px 15px 15px 15px;
	font-size: 1.2em;
        border-spacing: 0px !important;
}

.price-list small{
	font-size: 0.8em;
}
.row-1{
	/* border-bottom: 2px solid #a0a0a0 !important; */
	height: 70px;	
}

.borderbottom{
  border-bottom: 1px solid #D0D0D0 !important; 
}

.bordertop{
  border-top: 1px solid #D0D0D0 !important; 
}

.column-1{
	vertical-align:middle !important;
        width: 30em;
}

.column-2{
	vertical-align:middle !important;
        width: 18em;
	text-align: right;
	padding-right: 2em;
}

.column-3{
	vertical-align:middle !important;
	height: 70px !important;	
        width: 18em;
}

.wp-table-reloaded{
	font-size: 1.2em !important;
	border-collapse: collapse !important;
	margin: 10px 0px 0px 20px !important;
	width: 668px !important;
        border: none !important;
        border-color: white;
        border-spacing: 0px !important;
}

.row-2{
	height: 70px;	
}


.license_description{
	font-size: 0.7em !important;
}

a.buy-button{
        display: block;
	width: 145px;
	height: 26px;
	background-image: url(images/buynow.gif);
}