/* 
Style sheet for the math.plussed.net pages.
Used in conjuction with the global www.plussed.net style sheet.
*/

ul {
line-height: 130%;
}

table.navbar, table.footer { 
background-color: #FFFFCC;
}

td.nowrap {
white-space:nowrap;
}

td.state, td.time {
text-align:center;
}

col.box {
border-style: solid;
border-width: medium;
border-color: black;
}

col.filler {
border-style: none solid none solid;
border-width: medium;
border-color: black;
}

td.filler {
border-style: none solid none solid;
border-width: medium;
border-color: black;
}

table.tmatrix td, table.output_table td.time, table.output_table td.nowrap {
border-style: solid ; 
border-width: thin;
border-color: gray;
padding: 2px;
}

table.tmatrix, table.output_table {
border-style: solid ; 
border-width: medium;
border-color: black;
padding: 2px;
border-collapse: collapse;
}

thead.tmatrix, thead.output_table th {
border-style: solid ; 
border-width: medium;
border-color: black;
}

