
  A:hover{color:red}
  #h {background-color: darkcyan;}
  #t {font-size: 16px;}
  #par {border: thin solid green;width: 350px; padding-left: 1em; padding-right: 1em}
  td { font-family: Verdana, Arial, sans-serif; font-size: 11 }
  #tll {color: white; font-weight: bold; }
  td.prob {color: black; font-weight: bold; background-color: #ddd }
  .stepfont { font-family: Verdana, Arial, sans-serif; font-size: 42; background-color: #555; margin: 6px; border: 1px solid #555; color: white }
  .steps { border: 1px solid #bbb; background-color: #eee; padding: 2px }
	

body {
background-color: white;
font-size: 12px;
margin: 6px;
}

h1 {
font-size: 32px;
margin: 2px;
}

a {
color: #44b;
}
a:visited {
    color: #333;
}

.standout {
margin: 8px;
}

table {
    border-style: none;
}
td, th {
    border-style: none;
    padding: 0px;
    padding-left: 2px;
    padding-right: 2px;
    margin: 1px;
text-align: left;
}
td {
    padding-bottom: 2px;
}
tr.table_header {
    background-color: black;
}
tr.table_header td {
color: white;
font-weight: bold;
padding: 3px;
}

table.spacedout {
border-spacing: 8px;
}
table.spacedout td, table.spacedout th {
padding: 4px;
}

tr.delineated {
border-bottom: 1px solid #555;
padding: 4px;
}
tr.delineated td, tr.delineated th {
padding: 4px;
}

td.flagtype {
font-weight: bold;
}

.lt_gray {
    background-color: #eee;
}
.gray {
    background-color: #ccc;
}

div.errorbox {
border: 3px dotted #f63;
background-color: #fdd;
margin: 6px;
font-size: 18px;
padding: 4px;
}

div.infobox {
border: 2px dotted #6f3;
background-color: #dfd;
margin: 6px;
font-size: 18px;
padding: 4px;
}

.subtle_gray, .subtle_gray a {
color: #ccc;
}

.blck a:link {
	color: #000;
}

.blck a:visited {
	color: #000;
}

.blck {
	color: #000;
}

.part {
	color: #000;
	font-size: 12
}

.adz {
	color: #555;
}

.infobox {
border: 2px dotted #aaa;
width: 800px;
margin: 6px;
padding: 4px;
}

.flag_pos {
background-color: #efe;
border: 1px solid #8c8;
color: black;
padding: 2px;
}

.flag_big_pos {
background-color: #cfc;
border: 1px solid #8c8;
color: black;
padding: 2px;
}

.flag_neg {
background-color: #fee;
border: 1px solid #c88;
color: black;
padding: 2px;
}

.flag_big_neg {
background-color: #fcc;
border: 1px solid #c88;
color: black;
padding: 2px;
}

.big_rating a {
font-size: 22px;
color: black;
}
.med_rating {
font-size: 18px;
color: black;
}

/* CSS Tabs is licensed under Creative Commons Attribution 3.0 - http://creativecommons.org/licenses/by/3.0/ */

/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #6c6; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6, body#tab7 li.tab7 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a, body#tab7 li.tab7 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #cfc; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */

a.smallbtn {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    padding:4px 8px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
}
a.smallbtn:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}
a.smallbtn:active {
    position:relative;
    top:1px;
}

/* This imageless css button was generated by CSSButtonGenerator.com */

a.bigbutton {
    -moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
    -webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
    box-shadow:inset 0px 1px 0px 0px #a4e271;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
    background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
    background-color:#89c403;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #74b807;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:22px;
    font-weight:bold;
    padding:5px 15px;
    text-decoration:none;
    text-shadow:1px 1px 0px #528009;
}
a.bigbutton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
    background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
    background-color:#77a809;
}
a.bigbutton:active {
    position:relative;
    top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

