*
{
	font-size: 8pt;
}

table.center
{
	margin-left:auto; 
    margin-right:auto;
}



body
{
	text-align:center;
}

#topnav
{
	width:100%; 
	height: 63px;
	opacity: 0.8;
}

#topnav img
{
	margin: 5px;
	border: solid 2px white;
}

#filters_table
{
	border: solid 1px #aaaaaa;
	background-color: #eeeeee;
	font-size: 9pt;
}

#filters_table tbody tr td
{
	vertical-align: middle;
	padding: 7px;
}

#filters_table tbody tr td label, #filters_table tr td input
{
	vertical-align: middle;
}

.my_table td, .my_table th
{
	padding: 8px;
}

.my_table tbody td
{
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #dddddd;
	white-space: nowrap;
	font-size: 10pt;
}

.my_table thead th
{
	border-bottom: solid 1px #cccccc;
}

.table_list tbody td
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	white-space: nowrap;
	text-align: left;
}


.paginator a
{
	border: outset 1px #cccccc;
	background-color: lightgrey;
	padding: 3px;
	border-radius: 5px;
	font-size: 15px;
	margin: 2px;
	font-weight: bold;
	width: 40px;
	display: inline-block;
	text-align: center;
}

.table li
{
	list-style: none;
	
}

.table ul
{	
	padding: 10px;
}

.ff thead td div
{
	margin: 1px;
	padding: 5px;
	background-color: #f4846c;
	text-align: center;
	font-weight: bold;
}

.content_bubble
{
	background-color: white;
	padding:7px;
	border: solid 1px #c0c0c0;
	-moz-border-radius-topleft: 5px;-webkit-border-top-left-radius: 5px;-khtml-border-top-left-radius: 5px;border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px;
	-moz-box-shadow: 0 0 1px 1px #dddddd;
	box-shadow: 0 0 1px 1px #dddddd;
	-webkit-box-shadow: 0 0 1px 1px #dddddd;
}

.table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.table a:active,
.table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
.table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	margin:0px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 0 4px #555555;
	-webkit-box-shadow: 0 0 4px #555555;
	box-shadow: 0 0 4px #555555;
	
	background-image: url('/images/gearsbgmin.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.topmenu_separator
{
	width:1px;
	
}

.topmenu_item
{ 
	text-align: left;
	width:140px;
	height:45px;
	text-align: center;
	color: white; 
}

.topmenu 
{
	width: 100%;
	background-color: #0E37B2;
	background-repeat: repeat-x;
	
	font-weight: bold;
	border: solid 3px #D0D0D0;
	-moz-box-shadow: 0 0 1px 1px #dddddd;
	box-shadow: 0 0 1px 1px #dddddd;
	-webkit-box-shadow: 0 0 1px 1px #dddddd;
}

.topmenu_item a 
{ 
	
font-family: Century Gothic, sans-serif;
	font-size: 12pt;
	color: #333333;
	text-decoration: none;
	text-shadow: 0px -1px 0px rgba(0,0,0,.5);
	margin: 2px;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	background-position:0 -60px;
	
}

.divlist
{
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}

.table th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	
	background: #dddddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#d0d0d0));
	background: -moz-linear-gradient(top,  #dddddd,  #d0d0d0);
}
.table th:first-child {
	text-align: left;
	padding-left:20px;
}
.table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.table tr {
	text-align: left;
	padding-left:20px;
}
.table td:first-child {
	text-align: left;
	border-left: 0;
}
.table td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}

.table tr:last-child td {
	border-bottom:0;
}
.table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}

.text
{
	border: solid 1px #aaaaaa;
	width: 200px;
}

.filtertable
{
	background-color: #ffffff;
	border-spacing: 2px;
    border-collapse: separate;
    border: none;
    width: 230px;
    -moz-box-shadow:inset 0px 0px 3px 0px #aaaaaa;
	-webkit-box-shadow:inset 0px 3px 0px 0px #aaaaaa;
	box-shadow:inset 0px 0px 3px 0px #aaaaaa;
}

.filtertable td
{
	padding: 2px;
}
.filtertable tr:nth-child(odd) td:first-child
{
	background-color: #cccccc;
	width: 20px;
}

.filterbutton {
	-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, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #c8c8c8;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	width: 20px;
	height: 20px;
	padding-left:2px;
	padding-right:2px;
	margin-left: 10px;
	margin-bottom: 0;
}

.filterbutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.filterbutton:active {
	position:relative;
	top:1px;
}
