html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
/* Tables still need 'cellspacing="0"' in the markup. */

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
}

a img {
  border: none;
}
/* Headings-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}

h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}

h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}

h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}

h6 {
  font-size: 1em;
  font-weight: bold;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none;
}

.reset-margin {
  margin: 0;
}

.reset-padding {
  padding: 0;
}

.reset {
  margin: 0;
  padding: 0;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

div.result {
  border: 1px solid #d4d4d4;
  background: #FFC;
  padding: 8px 12px;
  margin: 2px 15px;
  line-height: 185%;
  color: #393939;
  font-weight: bold;
  float: auto;
  width: 85%;
}



.ThinkAjax {
  position: absolute;
  z-index: 1000;
  letter-spacing: 2px;
  display: none;
  top: 5px;
  right: 5px;
  padding: 5px 20px 5px 10px;
  font-weight: bold;
  border: 1px solid gray;
  color: blue;
  background: #FFF;
  background-position: 3px 40%;
  font-family: ΢���ź�, Tahoma, Helvetica, sans;
}

#loader {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px 20px 5px 30px;
  z-index: 2;
  font-weight: bold;
  border: 1px solid gray;
  color: #00F;
  background: #FFF url('../Images/loading2.gif') no-repeat;
  background-position: 3px 40%;
  FILTER:Alpha(opacity=75);
  font-family: Tahoma, Helvetica, sans;
}

.think_run_time {
  text-align: center;
  width: 95%;
}

.red {
  color: red;
}

.green {
  color: green;
}

.blue {
  color: blue;
}

.white {
  color: white;
}

.gray {
  color: gray;
}

.orange {
  color: orange;
}

.yellow {
  color: yellow;
}

.clear {
	clear: both;
}
.none {
display:none;
}
