#maintable {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	width:98%;
	border-collapse:collapse;
	margin:0 auto 1.5% auto;
	border-spacing: 0;
	padding: 1px;
	background-color: #fff;
	border: 1px solid #000;
}

#maintable td, #maintable th {
	border: 1px solid #000;
}

#backtotop {
	position: fixed;
	bottom: 1%;
	right: 1%;
	background-color: #fff;
	font-variant: small-caps;
}

.hide {
	display:none;
}

body {
	background-color:#1e0a63;
	margin:0;
	width:100%;
}

a {
	font-weight:bold;
	font-size:12px;
}

tr {
	vertical-align:top;
}

.wttf {
	background-color:#f90;
	text-transform:uppercase;
	font-size:18px;
}

#orange {
	background-color: #f90;
	background-color: #fa3;
}

.green, #green {
	background-color:#9f9;
}

.yellow, #yellow {
	background-color:#ff9;
}

.red, #red {
	background-color:#ee5850;
	background-color: #f86f68;
	background-color: #f8a8a5;
}

.gray, #gray {
	background-color:#ccc;
}

.pink, #pink {
	background-color:#f9f;
}

.white, #white {
	background-color:#fff;
}

#white {
	border: 1px solid #000;
}

span {
	border-bottom:1px dashed #000;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

#wm, #local, #ne, #varies {
	border-bottom: 0;
}

#categories, #moreinfo {
	font-size:17px;
	text-align:center;
	background-color:#fff;
	width:84%;
	font-weight:bold;
	padding:10px 0;
	margin:5px auto;
}

#categories a {
	font-size:18px;
	cursor:pointer;
	color:#00f;
	text-decoration:underline;
}

#categories span {
	font-size:18px;
	font-family:arial, helvetica, sans-serif;
}

#disclaimer {
	color:#fff;
	border:2px solid #fff;
	padding:5px;
	font-weight:bold;
	font-style:italic;
	font-family:arial, helvetica, sans-serif;
	width:96%;
	margin:10px auto;
}

#moreinfo {
	text-transform:uppercase;
	font-size:16px;
}

#moreinfo a {
	font-size:16px;
}

#searchform {
	background-color:#fff;
	width:243px;
	height:22px;
	margin:10px auto;
	padding:10px;
	font-size:11px;
	text-align:center;
	font-variant:small-caps;
}

#searchsubmit {
	margin:0 0 0 5px;
}

span[title]:focus:after { 
	content:attr(title);
    background-color: black;
    color: white;
    padding:5px;
    margin-top: 1.3em;
    position: absolute;
    max-width: 200px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	z-index:1;
 }

.subtle {
	background-color: #e0dfdf;
	border-bottom: none !important;
}

/*span[title] {
   border-bottom: 2px dotted;
   position: relative;
}
span[title] .title {
   position: absolute;
   top: 15px;
   background: gray;
   padding: 5px;
   left: 0;
   white-space: nowrap;
}*/




@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 3){
#searchform { width:250px; }

#maintable tr td:nth-child(3), #maintable tr td:nth-child(5) { font-size: 12px !important; }
}