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;
}

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

#topbarbox {
	width: 100%;
	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;
}

.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;
}

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

.sessionprop {
    padding:5px;
}

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

.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;
}