#banner {
    background: -moz-linear-gradient(center top , #2F2727, limegreen) repeat scroll 0 0 rgba(0, 0, 0, 0);
	 background: -webkit-gradient(linear, center top, center bottom, from(#2F2727), to(limegreen));
    color: #EEEEEE;
    font: bold 20px Helvetica,Arial,sans-serif;
    padding: 10px;
    text-align: left;
}
#banner a {
    color: #336699;
    text-decoration: none;
	 padding:10px;
}
#container {
    background-color: #FFFFFF;
    margin-top: 10px;
}
#content {
    margin-left: 190px;
	 margin-right:25px;
	 display:table;
}
#content2 {
	display: block;
   margin-left: 190px;
   margin-right:25px;
}
#nav {
    float: left;
    font-size: 12px;
    height: 100vh;
    padding: 12px;
    width: 180px;
    margin-left:8px;
}
body {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 8pt;
    margin: 0;
}
table, th, td {
	border:none;
	border-collapse: collapse;
	padding:5px;
   font-size: 12px;
   text-align: left;
}
.linksbox {
    margin-bottom: 8px;
    padding: 3px;
    width: 160px;
}
.linksbox a {
    width: auto;
}
.linksmenu td {
    background-color: #EEEEEE;
    border: 1px solid #999999;
    color: #383838;
    padding: 0;
}
.nolinkmenu td {
    background-color: #EEEEEE;
    border: 1px solid #999999;
    color: #383838;
    padding: 3px 3px 3px 10px;
}
.linksmenu a {
    color: #383838;
    display: block;
    padding: 3px 3px 3px 10px;
    text-decoration: none;
    width: auto;
}
.linksmenu a:hover {
    background-color: #3896CC;
    color: #FFFFFF;
}
.trred {
    background-color: #FF0000;
    color: #000000;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.tdbig {
    color: #000000;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.trflag {
    color: #FF0000;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#button td {
    background: -webkit-gradient(linear, center top, center bottom, from(red), to(darkred));
    border-radius: 5px;
    border: none;
    font-size: 21px;
    text-shadow: 1px 1px 0 #000;
    text-align: center;
    width: 150px;
    box-shadow: 0px 0px 1px 1px #999999;
    background-color: #d42727;
}
#button td:hover {
    background: -webkit-gradient(linear, center top, center bottom, from(orange), to(maroon));
    color: #FFFFFF;
    background-color: maroon;
}
#button2 td {
    background: -webkit-gradient(linear, center top, center bottom, from(#2F2727), to(#aaaaaa));
    border-radius: 5px;
    border: none;
    font-size: 21px;
    text-shadow: 1px 1px 0 #000;
    text-align: center;
    width: 150px;
    box-shadow: 0px 0px 1px 1px #999999;
    background-color: #d42727;
}
#button2 td:hover {
    background: -webkit-gradient(linear, center top, center bottom, from(black), to(grey));
    color: #FFFFFF;
    background-color: maroon;
}
.err {
    color: #FF0000;
    font-weight: bold;
}
.center {
    text-align: center;
}
.trhead {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
}
input {
    font-family: arial;
    font-size: 8pt;
}
.rt {
    text-align: right;
}
select {
    font-family: arial;
    font-size: 8pt;
}
.trisp {
    background: none repeat scroll 0 0 #99DDFF;
    border-bottom: 1px solid #000000;
    font-family: "Verdana";
    font-size: 14pt;
}
.trodd {
    background: none repeat scroll 0 0 #DDDDFF;
}
.treven {
    background: none repeat scroll 0 0 #FFFFFF;
}
.menuhead td {
    background: -moz-linear-gradient(center top , #2F2727, limegreen) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, center top, center bottom, from(#2F2727), to(limegreen));
	color: whitesmoke;
    border: 1px solid #999999;
    font: 20px Helvetica,sans-serif;
    padding: 5px;
}
h2 {
	background: -moz-linear-gradient(center top , #2F2727, limegreen) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, center top, center bottom, from(#2F2727), to(limegreen));
	color: whitesmoke;
    border: 1px solid #999999;
    font: 20px Helvetica;
    padding: 5px;
}
#time {
    background-color: #F5F5F5;
    border: 1px solid #000000;
    border-radius: 5px;
    float: right;
    margin-right: 16px;
    display: none;
}
#tm_menu_tbl {
    font-family: Helvetica,Verdana,Arial,sans-serif;
    font-size: 16px;
    margin-top: 50px;
}
#tm_menu_tbl td {
    border-bottom: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    padding: 10px;
}
#tm_menu_tbl a {
    font-size: 18px;
    text-decoration: none;
}
#tm_menu_tbl a:hover {
    color: #000000;
}
#convert td {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 2px 10px;
}

