@charset "utf-8";
/* CSS Document */
/*____________________________________________________________________  Body  */
body {

	font-family: 'Lucida Grande', Tahoma, sans-serif;
	font-size: 12px;
	line-height: 18px;
	
}
.hidden {
  display: none;
}

/*_________________________________________________________________  Content  */
div#wrapper {
  margin: 18px auto;
  padding: 0 10px;
  width: 620px;
  text-align: left;
  border: 1px solid #1e3551;
  background: #04070c url(images/gradient.png) repeat-x top left;
}
div#wrapper h1 span {
  font-size: 12px;
  color: #fff;
}

/*______________________________________________________________  Navigation  */
#nav {
  padding-left: 10px;
  padding-bottom: 22px;
  margin-left: 0;
  border-bottom: 1px solid #1e3551;
}
#nav li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}
#nav li a {
  border: 1px solid #1e3551;
  float: left;
  font-size: small;
  font-weight: normal;
  line-height: 14px;
  margin-right: 8px;
  padding: 2px 10px 5px;
  text-decoration: none;
  cursor: pointer;
  color: #aaa;
}
#nav li a.selected {
  border-bottom: 1px solid #09111a;
  color: #fff;
}
.tab-content {
  display: none;
}

/*__________________________________________________________________  Tables  */


/*___________________________________________________________________  Links  */

a.option:link:hover,
a.option:visited:hover {
  background-color: #e62721;
  text-decoration: none;
  color: #fff;
}

/*__________________________________________________________________  Images  */
img {
  border: none;
}

/*_________________________________________________________________  Headers  */
h1, h2, h3 {
  /*font-weight: normal;*/
}
h1 {
	font-size: 18px;

/*	
	color: #000000;
	COMMENTED BY MOE... CLEAN UP....
	margin-top:10px;
	margin-left:10px;
	margin-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;	
*/

}
h2 {
	font-size: 18px;
	color: #0E6ACC;
	margin-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
h3 {
	font-size: 18px;
	color: #0E6ACC;
	font-weight: lighter;
	padding: 0px;
	margin: 0px;
}

/*____________________________________________________________________  Text  */
p, pre {
  margin: 0 0 0px 0;
  line-height: 140%;
}
pre {
  color: #000;
  background-color: #ffb;
  border: 1px solid #ffd;
  padding: 10px 5px;
  width: 608px;
  overflow: auto;
}
code {
  color: #000;
  background-color: #ffb;
  padding: 1px 2px;
}

/*ul {
  list-style-type: square;
}*/

/*___________________________________________________________________  Demos  */
div.inline-sample-content {
  padding: 10px;
  background: #E5E1E1;
}
#hongkong {
  text-align: center;
}
#advanced-pane {
  display: none;
}

/*___________________________________________________________________  Forms  */
#tip_button {
  border: 1px solid #04070c;
  background-color: #bed333;
  padding: 4px 2px;
  cursor: pointer;
}

/*__________________________________________________________________  Footer  */
p.footer {
  border-top: 1px solid #1e3551;
  padding-top: 9px;
  color: #aaa;
  text-align: center;
  font-size: x-small;
}

