body {
    background-color: #ffffff;
    font-family: "MyriadPro-Regular", "Myriad Pro Regular", MyriadPro,
                 "Myriad Pro", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    padding-top: 5px;
}

h1 {
	position: absolute;
	top: 2px;
}

h2 {
    color: white;
    font-weight: normal;
    background-color: #6C0AAB;
    padding: 5px 10px;
    margin-top: 0;
    margin-bottom: 2px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -opera-border-radius: 12px;
    -khtml-border-radius: 12px;
    text-shadow: #282828 -2px 2px 0.1em;
}

h3.subtitle {
	font-style: italic;
    font-weight: normal;
    margin-top: 0;
    padding-right: 10px;
    padding-left: 25px;
}

h3 {
    font-size: inherit;
    padding-top: 0;
    padding-left: 10px;
    border-bottom: 1px solid #6C0AAB;
}

dt {
    margin-left: 10px;
    font-style: italic;
}

dd {
    margin-top: 3px;
    margin-bottom: 8px;
    margin-left: 25px;
}

input {
    border-width: 0;
    text-align: right;
}

input.active {
    border-width: 1px;
    background-color: #fffc00;
}

input.inactive {
    border-width: 1px;
    background-color: #fffdcc;
}

td.label {
    width:  230px;
}

td.result {
    border-top: 3px double #6c0aab;
    font-weight: bold;
}

td.title {
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #6c0aab;
}

td.end {
    border-bottom: 5px solid #6c0aab;
}

td.option {
    font-style: italic;
}

tr {
	height: 23px;
}

img {
	vertical-align: bottom;
}

canvas {
	border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -opera-border-radius: 12px;
    -khtml-border-radius: 12px;
}

.box {
    background-color: white;
    border: 3px solid #6C0AAB;
    margin: 20px 10px;
    padding: 1em;
    
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -opera-border-radius: 12px;
    -khtml-border-radius: 12px;
    
    box-shadow: 0px 0px 12px #9A3FD5;
    -moz-box-shadow: 0px 0px 12px #9A3FD5;
    -webkit-box-shadow: 0px 0px 12px #9A3FD5;
    -opera-box-shadow: 0px 0px 12px #9A3FD5;
    -khtml-box-shadow: 0px 0px 12px #9A3FD5;
}

.thinbox {
    background-color: white;
    border: 1px solid #6C0AAB;
    margin: 20px 0;
    padding: 0.5em;
    
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -opera-border-radius: 12px;
    -khtml-border-radius: 12px;
}

.hidden {
    display: none;
}

.description {
    font-style: italic;
    font-size: 12px;
    margin: 10px;
    padding: 1em;
}

.footer {
    font-size: 10px;
}

.tip {
    text-decoration: none;
    color: #9b3fd5;
    vertical-align: top;
    font-size: 10px;
    font-weight: normal;
}

.box a:hover {
    position: relative;
}

.box a span {
    display: none;
}

.box a:hover span {
    display: block;
       position: absolute; top: 10px; left: 0;
    /* formatting only styles */
    text-align: left;
       padding: 5px; margin: 5px; z-index: 100;
       width: 100px;
       background: #f0f0f0; border: 1px dotted #c0c0c0;
    opacity: 0.9;
    font-size: 12px;
    /* end formatting */
}

.addthis_button {
    text-decoration: none;
    float: right;
    font-size: 12px;
    vertical-align: middle;
}

.twitter_button {
	float: right;
	margin-right: 5px;
	text-decoration: none;
	font-size: 12px;
}

#r_navigation {
    position: absolute;
    top: 1px;
    right: 20px;
    font-size: 12px;
    margin-right: 20px;
    padding: 4px 0px;
}

a.navigation {
    color: white;
    text-decoration: none;
    padding: 4px;
    
    background-color: #6c0aab;
    
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    
    box-shadow: 0px -1px 6px #9A3FD5;
    -moz-box-shadow: 0px -1px 6px #9A3FD5;
    -webkit-box-shadow: 0px -1px 6px #9A3FD5;
}

a:hover {
	color: #aa67d5;
}

a.err:hover {
	color: red;
}

a.active {
	font-weight: bold;
	text-shadow: #282828 -2px 2px 0.1em;
}

a.inactive {
	background-color: #aa67d5;
	color: #444444;
}

a.toggle {
    float: right;
	text-decoration: none;
	color: #9b3fd5;
}

#custom_input {
	float: right;
}

#resetButton {
	float: right;
}

select.fixwidth {
	width: 5.5em;
	text-align: right;
}

select.fixwidth option. {
	text-align: right;
}

.errorMsg {
	color: red;
	font-size: 80%;
}

#betaMsg {
	color: red;
	font-variant: small-caps;
	position: absolute;
	top: 15px;
	left: 35px;
}