body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
}

td, th {
	padding-left:5px;
	padding-right:5px;
}

#toptitle {
	font-size: 1.5em;
	font-style: italic;
        margin-bottom: 5px;
        min-width: 850px;
        max-width: 1100px;
}

#loginbox {
	font-size: 0.5em;
	float: right;
}

#topbarbox {
	width: auto;
	margin-top: 3px;
        padding: 5px;
	background: #1DB444;
        height: 22px;
}

.minitabs {
        margin-top: 5px;
	margin-bottom:5px;
	background: #1DB444;
        padding: 5px;
        font-size:0.75em;
	height:18px;
}

#foot {
	color: gray;
	font-size:0.75em;
	font-style:italic;
}

.topbarsel {
	background-color: #006600;
	color: white;
	padding-left:3px;
	padding-right:3px;
	margin-right: 15px;
	text-decoration: none;
}

.notice {
   font-weight: bold;
   color:#1db444;
}

.topbarunsel {

	color: white;
	padding-left:3px;
	padding-right:3px;
	margin-right: 15px;
	text-decoration: none;
}

#subbarbox {
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 8px;
}

.subbaritem {
	margin-right: 5px;
}


.genericbox {
	padding: 5px;
	margin-top: 15px;
}

.actionbox {
	background-color: #EEEEEE;
	padding: 5px;
	margin-top: 5px;
}

.syntaxbox {
        font-size: 0.8em;
	padding: 5px;
}

.onesimbox {
	padding: 5px;
	margin-top: 5px;
	background-color: #DDFFDD;
}

.boxedheader {
	margin-top: 0px;
        margin-bottom:10px;
}

.innerbox {
	border-style: solid;
	border-color: black;
	padding: 5px;
	margin-top: 5px;
}

.innersection {
	border-bottom: 2px solid #FFF;
	padding: 5px;
	margin-top: 5px;
}

.sectionheading {
	font-weight:bold;
	font-size:1.2em;
}

.tt {
	position: relative;
	z-index:24;
	text-decoration:underline;
	color: black;
}

.tt:hover {
	z-index:25;
	background-color: #FFDDDD;
}

.tt span {
	display: none;
}

.tt:hover span {
	display: block;
	position: absolute;
	top: -2em;
	left: 2em;
	width:12em;
	background-color: #FFFFDD;
	color: #000;
	text-align:center;
}

.question {
	font-style:italic;
	font-weight:bold;
	font-size: 1.1em;
}

.answer {
	padding-bottom: 15px;
}

.pql {
    font-family: Courier, sans-serif;
    font-weight:bold;
}

.exampleHand {
	font-style:normal;
	font-weight:bold;
}

.sessionprop {
    padding:5px;
}

.pptBoard {
	margin-top: 0px;
	font-size:1.2em;
	font-weight:bold;
}

.pptWarnings {
    font-size: 0.8em;
    color: #009900;
}

.pptDead {
	margin-top: 0px;
	font-size:1.2em;
	font-weight:bold;
}

.pptSpec {
	font-weight:bold;
	text-align:right;
}

.pptEV {
	font-weight:bold;
	font-style:italic;
}

.pptScoops {
	text-align: right;
        font-size: 0.8em;
}

.pptWinsHi {
	text-align: right;
        font-size: 0.8em;
}

.pptTiesHi {
	text-align: right;
        font-size: 0.8em;
}

.pptWinsLo {
	text-align: right;
        font-size: 0.8em;
}

.pptTiesLo {
	text-align: right;
        font-size: 0.8em;
}

.pptSimHeader {
	margin-top: 0px;
	font-size:1.2em;
	font-weight:bold;
}

.pptSimTrials {
	margin-top: 0px;
	font-size:0.9em;
	font-weight:normal;
}

.pptResults {
	margin-top: 10px;
}

.pptSimLabels {
	font-size:0.8em;
}

.pptFSpec {
	font-weight:bold;
	font-size:1.1em;
	text-align:right;
}

.pptUSpec {
	font-size:1em;
	text-align:right;
}

.pptStack {
	font-size: 1.1em;
	text-align: right;
}

.pptPreEV {
	font-size:1.2em;
}

.handright {
	float: right;
	padding-left: 8px;
	padding-bottom: 8px;
	font-style: italic;
	color: gray;
}

.error, .errormessage {
	color: red;
	font-style: italic;
}

.fieldWithErrors {
}

.evenrow {
	background-color: #AADDAA;
}

.oddrow {
	background-color: #CCDDCC;
}

.pptsmalllabel {
	font-size: 0.9em;
}

.ppttinylabel {
	font-size: 0.7em;
}

.pptinput {
	width: 15em;
}

.pptfe {
	font-size:1.1em;
}

.pptsmallinput {
	font-size: 0.9em;
	width: 15em;
}

.pptbutton {
	font-size: 0.8em;
}

.right {text-align: right;}

.simQuickLink { font-style: italic; }


a {
color:#1db444;
}

a:hover {
    text-decoration:underline;
}

ul.navtab, .recent_list {
    list-style-type:none;
    margin:0px;
    display:inline;
}

ul.navtab li {
    float:left;
    margin-right: 10px;

}

ul.navtab li a:hover{
    color:#000;
    background-color:#ACF4BF;
    text-decoration:none;
}

ul.navtab li a {
    color:#000;
    padding: 1px 10px;
    text-decoration:none;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}

ul.navtab li a.selected {
    font-weight:bold;
    background:#fff;
    border:1px solid #ACF4BF;
}

.clear {
    clear:both;
}

.recentA, .cycleA {

}

.recentB, .cycleB {
    background-color: #F3F3F3;
}

.simRowA {
   background-color: #FFFFFF;
}

.simRowB {
   background-color: #EEFFEE;
}

label {
    width: 6em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block
}

.salient {
    font-weight: bold;
}

.shell {
    font-family: Courier New;
}

.docimage {
    margin-top:10px;
    margin-bottom:10px;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.featuredetails {
    font-style: italic;
    margin-left: 2em;
    font-size: 0.9em;
    color: #666666;
}

#comparefeatures {
    border-collapse: collapse;
}

#comparefeatures td {
    border-bottom: solid 1px #AAAAAA;
}

#comparefeatures .heading {
    font-style: italic;
    font-weight: bold;
    font-size: 1.2em;
}

.helpimage {
  margin-top:10px;
  margin-bottom:10px;
}

.welcomeblurb {
  float:left;
  width:30%;
  border-style: solid;
  border-color: black;
  padding: 5px;
  margin: 3px;
  height: 100%;
}

.blurbs {
    list-style-type:none;
    margin:0px;
    display:inline;
    text-decoration: none;
}

li.blurbentry {
    float:left;
    margin-right: 5px;
    width: 45%;
    text-decoration:none;
}

.card {
  font-family: Courier New, monospace;
  float: left;
  padding: 5px 3px 5px 3px;
  font-weight: bold;
  font-size: 1.2em;
}

.cardplain {
  border-style: solid;
  border-color: black;
  border-width: 1px;
}

.cardselected {
  position: relative;
  top: -10px;
  opacity: 0.50;
}

.cardsuggested {
  border-style: dotted;
  border-color: green;
  border-width: 3px;
}

.tableaction {
  font-size: 1.2em;
}

.dealerbutton {
  float:left;
  font-weight:bold;
  font-size: 2em;
  border-style: solid;
  border-width: 3px;
  margin: 5px;
}

.hetableentry {
  border: 1px solid black;
  width: 4em;
  height: 3em;
}