@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: #F1F1F1;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#696a76;
  font-size: 11px;
  line-height: 16px;
  margin:0 auto;
  padding:0;
  text-align:center;
}
/*
h1 {
  color: #006A97;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}
h2 {
	font-family: sans-serif, Verdana, Arial;
	color: #006A97;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}
h3 {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
}
h4 {
  color: #006A97;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
}

a {
  color: #006A97;
  text-decoration: none;
  font-weight:bold;
}
a:hover {
  color: #000000;
  font-weight:bold;
}

hr { color:#FFFFFF; background-color:#FFFFFF; height:1px; width:100%; border:0; }
*/
.enableJS {
	border: 2px solid #000000;
	color:#FF0000;
	font-weight:bold;
	text-align:center;
}

/*
.form_input {
	border:1px solid #CCCCCC;
}

.button { background-color:#259BCD; border:1px solid #259BCD; color:#FFFFFF; padding:2px; font-size:12px; font-weight:bold }
*/
/*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;
}

.highlight { color:#006A97; font-size:11px; font-weight:bold; }
.quote { color:#000000; font-size:12px; font-style:italic; font-weight:normal; }

.bold { font-weight:bold; }

.ql_select {
	border:1px solid #CCCCCC;
	font-size:11px;
}


