* {
margin: 0px;
padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font:12px/2 Arial,Tahoma,Helvetica,SimSun,san-serif;
	text-decoration:none; 

}
table {
border-collapse: 0px;
border: 0px;
border-spacing: 0px;
}
#trackarea {
float: left;
width: 150px;
background: no-repeat;
height: 150px;
text-align: center;
}
textarea {
border: 1px solid #ccc;
padding: 1px;
_padding: 0px;
}
.button {
font-family: Verdana, Arial, sans-serif;
display: inline-block;
background: #0D97EF;
border: 1px solid #0D97EF !important;
padding: 1px 7px !important;
_padding: 5px 2px 0px 2px;
color: white !important;
font-size: 11px !important;
cursor: pointer;
margin-left: 5px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
text-shadow: none;
}
#tabList{
margin-top:10px;
border-collapse: collapse;
border: 1px solid #ddd;
width: 100%;
background-color: #fff;
outline: 0;
border: 1px solid #ddd;
text-align: center;
}
#tabList tr {
color: #808080;
}
#tabList th {
font-weight: bold;
font-size: 15px;
border-bottom: 1px solid #DDD;
padding: 7px 5px 5px 5px;
white-space: nowrap;
background: url(../images/track_title.png) repeat-x;
}
#tabList td a {
color: #0d97ef;
}
#showTrackList{
	padding:10px 0;
border: 1px solid #ddd;
}
#showTrackList tr{color: #808080}
#showTrackList td{padding: 2px 9px 2px;}
#showTrackList td a {
color: #0d97ef}

.vtracktable table{
background-color: #f0f0f0;
border: 2px solid #fff;
width: 100%;
}
.vtracktable table tr th {
background-color: #ddd;
border: 2px solid #fff;
color: #000;
font-weight: bold;
font-size: 15px;
padding: 4px 5px 4px 4px;
}
.vtracktable table tr td {
	padding: 8px 9px 7px;
border: 2px solid #fff;
color: #000;
}