@charset "utf-8";

/*basic element styles*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background-color:#999999;
  color:#666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align:center;
}
h1 {
  color:#FF9900;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}
h2 {
  color:#0F9CD4;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
h3 {
  color:#FF9900;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
h4 {
  font-size:13px;
   color:#88898B;
   font-weight:bold;
}
h6 {
  color:#FF9900;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
}

a {
  color:#0F9CD4;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #7E7E98;
  /*text-decoration: underline;*/
}

.enableJS {
	border: 2px solid #000000;
	color:#FF0000;
	font-weight:bold;
	text-align:center;
}


/*useful css*/
.border {
	border: 1px solid #000000;
}
.click {
	cursor:pointer;
}
div.row {
	clear: both;
	padding: 5px 0px;
}
div.row span.left {
	float: left;
	text-align: left;
}

div.row span.right {
	float: right;
	text-align: right;
}
.left {
	float:left;
}
.right {
	float:right;
}
.spacer {
	clear: both;
}
.textcenter {
	text-align:center;
}
.textleft {
	text-align:left;
}
.textright {
	text-align:right;
}
.pad5 {
	padding:5px;
}

.style_white{
	color:#FFFFFF;
}

ul { margin:0; padding:0; }
li { margin:5px 15px;}