/*___    ___          _    _     _____          _
 |   \  /   |        | |  | |   | ____|        | |
 | |\ \/ /| |_____ __| |__| |___| |__  __  ____| |__
 | | \  / | |  _  |__  ___|  _  |  __| \ \/ |__  ___|
 | |  \/  | | |_| |  | |__| | | | |___  |  |   | |__
 |_|      |_|___| |  |____|_| |_|_____|/_/\_\  |____|
                                     Version γ = 0.58 (Leonhard Euler and Lorenzo Mascheroni)

Project
	http://sf.net/projects/mathext/

Development
	Copyright © 2010 Lars Knickrehm (mail@lars-sh.de)

License
	GNU Affero General Public License Version 3 (AGPL3)
		See license.txt or http://gnu.org/licenses/agpl-3.0.txt
*/

a {
	color: #bf532f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	color: #333333;
	font-family: Verdana;
	font-size: 10pt;
	line-height: 1.4;
	margin: 0;
	text-align: center;
}

img {
	border: 0;
}

input {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffe1aa;
	border: 1px solid #aaaaaa;
	padding: 1px;
	width: 100%;
}

input:focus, input:hover {
	background-color: #ffd0bf;
}

pre {
	overflow: auto;
}

ul {
	list-style-type: disc;
}

table {
	color: #333333;
	font-family: Verdana;
	font-size: 10pt;
	line-height: 1.4;
	width: 100%;
}

.body {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	margin: 20px auto;
	padding: 0 20px;
	padding-bottom: 20px;
	text-align: left;
	width: 750px;
}

.calculator {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 3px ridge #ffd07f;
	margin: auto;
	margin-top: 50px;
	padding: 20px;
	text-align: center;
	width: 350px;
}

.calculator table {
	text-align: center;
	width: 100%;
}

.calculator .black input {
	background-color: #aaaaaa;
}

.calculator .black input:focus, .calculator .black input:hover, .calculator .gray input:focus, .calculator .gray input:hover, .calculator .red input:focus, .calculator .red input:hover {
	background-color: #ffe1aa;
}

.calculator .gray input {
	background-color: #cccccc;
	padding: 5px 0;
}

.calculator .red input {
	background-color: #ffd0bf;
}

.calculator .table4 td {
	width: 25%;
}

.calculator .table5 td {
	width: 20%;
}

.calculator .table6 td {
	width: 16.67%;
}

.calculator .table14 td {
	width: 7.14%;
}

.heading, .subheading, .subsubheading {
	clear: both;
	font-weight: bold;
}

.heading, .subheading {
	border-bottom: 1px solid #cccccc;
}

.heading {
	font-size: 13pt;
	margin-bottom: 30px;
	margin-top: 60px;
	padding-left: 10px;
}

#plot, #plot input {
	font-size: 8pt;
}

.subheading {
	font-size: 11pt;
	margin-bottom: 20px;
	margin-top: 40px;
	padding-left: 5px;
}

.subsubheading {
	margin-bottom: 10px;
	margin-top: 20px;
}

.syntaxhighlighter {
	border: 1px dotted #cccccc !important;
}

.textblock {
	margin-left: 30px;
	text-align: justify;
}

.value {
	font-style: italic;
}

.wikipedia {
	background-image: url('wikipedia.png');
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 25px;
}