body {
  padding: 0px;
	margin: 0 20px;
	background: white;
	font: .8em Arial, sans-serif;
  color: black;
}
a {
  color: black;
}
a img {
  border: none;
}
a:hover {
  color: #ef9615;
}

/* top menu */
#header {
	min-width:790px;
	width:900px;
	margin:0 auto 15px auto;
	height: 28px;
	background: url(/img/m_bg.gif) repeat-x left center;
}
#hmenu {
  width: 100%;
	height: 28px;
	background: url(/img/m_right.gif) right top no-repeat;
}
#menu {
  list-style-type: none;
	margin: 0px;
	padding: 0px 0 0 0px;
	height: 28px;
	background: url(/img/m_left.gif) left top no-repeat;
	font: bold .9em Tahoma, sans-serif;
}
#menu li {
	float:left;
	display:inline-block;
	height: 28px;
	text-transform: lowercase;
	/*font-variant: small-caps;*/
	margin-left:20px;
	vertical-align: middle;
}
#menu li+li {

}
#menu li.right {
	float: right;
	margin-right:20px;
	margin-left:0px;
}
#menu li i {
	margin-bottom: 1px;
}

#menu li a {
  	display: inline-block;
  	color: white;
	text-decoration: none;
	padding: 5px 0px 0px 0px;
}
#menu li a:hover {
  color: white;
	text-decoration: underline;
}

/* logo, content blocks */
#logo {  
  width:900px;
  margin:0 auto 15px auto;
  height: 64px;  
}
#content {
  width:900px;
  margin:0 auto;
}

/* tools menu */
.lbut {
  text-align: left;
  font: 1em Tahoma, sans-serif;
  width: 180px;
  vertical-align: middle;
}
.lbut a {
  text-decoration: none;
}
.lbut a .lbtext{
  text-decoration: none;
  border-bottom: 1px dotted #000;
}
.lbut a:hover .lbtext{
  border-bottom: 1px dotted #ef9615;
}
.lbut img {
  margin-bottom: 0px;
  padding-right: 15px;
  vertical-align: middle;
}

/* content */
.tcontent {
  width:100%;
	margin:0;
}
.tcontent td {
  vertical-align: top;
}
.simg {
  border: 4px solid #f2f0e4;
	margin: 0 0 15px 0;
}
#footer {
	clear: both;
	width:900px;
	margin:15px auto 0 auto;	
	height: 58px;
	background: #e8e7c9 url(/img/wdot.gif) right top no-repeat;
	font: 1em Tahoma, sans-serif;
}
#footer div {
	text-align: center;
  background: url(/img/wdot.gif) left top no-repeat;
}
#footer p {
  padding-top: 18px;
}
#footer div img {
  float: left;
	padding: 13px 5px 0 8px;
}

.hdr {
  background: url(/img/h_fbg.gif) left center repeat-x;
	margin: 0 0 15px 0;
}
.hdr div {
  background: url(/img/h_fr.gif) right center no-repeat;
}
h1 {
	height: 20px;
	background: url(/img/h_lf.gif) left center no-repeat;
	padding: 3px 5px 5px 15px;
  color: white;
	font: normal 1.65em Arial, sans-serif;
	margin:0;
}
.hdro {
  background: url(/img/h_obg.gif) left center repeat-x;
	margin: 0;
}
.hdro div {
  background: url(/img/h_or.gif) right center no-repeat;
}
h4 {
	height: 20px;
	background: url(/img/h_ol.gif) left center no-repeat;
	padding: 3px 5px 5px 15px;
  color: white;
	font: normal 1.65em Arial, sans-serif;
	margin:0;
}
h2 {
  color: black;
	font: bold 1.2em Arial, sans-serif;
}
h3 {
 	font: bold 1.1em Arial, sans-serif;
	color: black;
	clear: both;
}

#features {
  border-left: 1px solid #f4bb50;
  border-right: 1px solid #f4bb50;
  border-bottom: 1px solid #f4bb50;
}
#features p {
  margin: 0px 10px 10px 10px;
}

.cb {
  background: url(/img/check.gif) 15px center no-repeat;
	padding: 10px 10px 10px 40px;
}
.bgr {
  background-color: #f2f0e4;
}

/* messages */
.error-message {
	font: 8pt Tahoma, sans-serif;
	color: #b55f3e;
}
.mwrap {
  border: 1px solid #f4bb50;
	padding:1px;
	background:white;
	margin: 0px 0px 6px 0;
}
.message {
	padding: 10px 10px 10px 45px;
	background: #f2f0e4 url(/img/i_info.gif) 10px center no-repeat;
}
#msg {
	background: #f2f0e4 url(/img/i_error.gif) 10px center no-repeat;
}
.msgacts {
	padding: 7px 10px 7px 45px;
	background: #f2f0e4 url(/img/i_lamp.gif) 10px center no-repeat;
}
.mbacts {
	text-align: right;
}
.mbacts img {
  margin-left: 10px;
}
.textpin {
	padding: 0 0 15px 45px;
	background: url(/img/i_pin.gif) 10px top no-repeat;
}
.tlist {
  width:100%;
  border: 1px solid #f4bb50;
	margin: 10px 0;
}
.tlist td {
  margin:1px;
	padding: 4px;
}
.trow {
	background: #f2f0e4;
}
.tgr {
  width: 200px;
	text-align: left;
}
div.graphbar { background-color: #644f88; height:16px; }
div.graphbg { background-color: #f5f5f5; width:200px; }
.tc {
	text-align:center;
	width:100px;
}
.tc2 {
	text-align:center;
	width:70px;
}
.tc3 {
	text-align:center;
}
.tcr {
	text-align:right;
}
.tar {
	text-align:right;
	vertical-align:top;
}
.thead {
  background: #f4bb60;
	color:white;
	font: bold 8pt Tahoma, sans-serif;
}
.thead td {
  padding: 5px;
}
.thead td a {
	color: white;
	text-decoration: underline;
}
table.tres {
	border:1px solid #f2f0e4;
}
tr.tres {
	background: #f2f0e4;
	color:black;
	font: bold 8pt Tahoma, sans-serif;
}
.tform {
  border: 1px solid #f4bb50;
	margin: 10px auto;
}
.thead2 {
  background: #e8e7cb;
	color:#333333;
	font: bold 8pt Tahoma, sans-serif;
}
.tform td {
  margin:1px;
	padding: 10px;
}
.tform .thead td, .tform .thead2 td {
	padding: 4px;
}
.tform .label {
	text-align: right;
	vertical-align: top;
}
.tfbut {
  text-align: center;
}
.tfinp {
	/*border-left: 1px dotted #9384ac;*/
}
.tftip div {
  background: #f2f0e4;
	font: normal 8pt Tahoma, sans-serif;
	padding: 3px 5px;
}
.fbut {
	margin: 0 10px 0 0;
}
.fdescr {
	color: #a0a0a0;
	font: 8pt Tahoma, sans-serif;
	margin-top:10px;
}
.fl {
    display:inline;
}
.fi {
	padding: 2px;
}
.fr {
  background: #f0f0f0;
  border-color: #bbbbbb #eeeeee #eeeeee #bbbbbb;
  border-width: 1px;
  border-style: solid;
  padding: 2px;
}
.fis {
  width: 180px;
}
.fim {
  width: 250px;
}
.fib {
  width: 450px;
}
.fih {
  width: 600px;
}
.fip {
	width: 98%;
	font-size: 1.4em;
	font-weight: bold;
	font-family: monospace;
	padding: 4px;
}
.question {
	font-weight:bold;
	color: #ef9615;
}
.banswers {
  margin: 10px 0 10px 20px;
	list-style-type: square;
}
.newst {
  margin: 10px 0px 30px 0px;
}
.newsd {
  float: left;
	background: #f2f0e4;
	padding: 2px 5px;
	margin: 0 10px 5px 0;
}
img#addanswer {
  cursor:pointer;
}

div.paging {
	padding: 5px 0 5px 0;
}
div.paging div {
  display:inline;
}
div.paging .disabled {
	display:none;
}
div.paging a {
  padding: 1px 6px;
	margin: 0 3px 0 0;
	/*background: #ddebf7;
	border: 1px solid #9ec8e9;*/
  background: #f2f0e4;
	border: 1px solid #e8e7cb;
	text-decoration:none;
	color:black;
}
div.paging a:hover {
	background: #e1dce9;
	border: 1px solid #d5cbde;
	color:black;
}
div.paging .current {
  padding: 1px 6px;
	margin: 0 3px 0 0;
}
a.desc {
	background: url(/img/sdesc.gif) left center no-repeat;
	padding-left: 12px;
}
a.asc {
	background: url(/img/sasc.gif) left center no-repeat;
	padding-left: 12px;
}
span.qacts {
	position:absolute;
	top: 15px;
	right: 15px;
	display:none;	
}
span.qacts a { margin: 0 0 0 5px;}

div.sn { margin: 10px 0 10px 0;}

div#answers div {height: 24px; margin-bottom: 6px}
div#answers img { vertical-align:middle; margin: 0px 5px 5px 0 }
.hl { border-top:1px dashed black; border-bottom:1px dashed black; }

/* buttons */
.button + .button{margin-left:10px}
.button {
	display: -moz-inline-box;
  	display: inline-block;
	font: bold 8pt Tahoma, Arial, sans-serif;
	text-decoration: none;
	padding: 5px 6px 6px 6px;
	color: #fff;
	text-shadow:#333 0px 0px 1px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	-moz-border-radius:12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border-width: 1px;
	border-style: solid;
	background: #eee url(/img/bbg.png) repeat 0 0;
	vertical-align: top;
	line-height:normal !important;
	white-space: nowrap;
}
.button.img {
	padding:3px 6px 2px 6px;
	vertical-align: middle;
}
.button:hover {
	text-decoration: none;
	color:#fff;
}
.button.violet {
	background-position:0 -72px;
	border-color:#644f88;
}
.button.green {
	background-position:0 -96px;
	border-color:#7fa33f;
}
.button.orange {
	background-position:0 -24px;
	border-color:#dd7d0a;
}
.button.red {
	background-position:0 -48px;
	border-color:#b55f3e;
}
/* button-menu icons */
.button i, #menu li i {
	background-image: url(/img/icons.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 17px;
	width: 17px;
	margin-right: 5px;
	margin-bottom: 2px;
	vertical-align: middle;
}
/* icons */
i.radio {background-position: 0px 0px;}
i.check {background-position: -17px 0px;}
i.load {background-position: -17px -68px;}
i.delete {background-position: -17px -51px;}
i.result {background-position: -17px -85px;}
i.off {background-position: 0px -17px;}
i.on {background-position: -17px -17px;}
i.option {background-position: 0px -68px;}
i.edit {background-position: 0px -51px;}
i.new1 {background-position: 0px -34px;}
i.new2 {background-position: -17px -34px;}
i.list {background-position: 0px -85px;}

.srlinks {
font: 8pt Tahoma, sans-serif;
color: black;
margin: 5px 0px;
}
.srlinks a {color: black}
