body {
	margin: 20px 0 0 0;
	padding: 0;
	font-family: verdana, tahoma, sans-serif;
	font-size: .8em;
	background: #EEE;
	color: #232323;
}
object { outline: none; }
h1,h2,h3 {
	font-weight: normal;
	margin: 0;
	padding: 10px 0 16px 0;
}

h3 { color: #F60; }

a {
	color: #4c7e00;
	text-decoration: none;
}
a:hover {
	color: #06F;
	text-decoration: none;
}
ul.menu {
	margin: 0;
	padding: 0;
}
ul.menu li {
	padding: 3px 0 3px 0px;
	margin: 0;
	list-style: none;
	float: left;
	padding: 2px 8px;
	display: inline-block;
}
li a {
	text-transform: uppercase;
	font-size: .7em;
	display: block;
	padding: 3px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #DDD;
	color: #333;
	padding: 2px 4px;
}
li a:hover, li a.active {
	background: #EEE;
	color: #000;
	border:1px solid #999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}

#canvas {
	width: 950px;
	margin: 0 auto;
	background: #FFF;
	border: 1px solid #999;

}

#canvas td {
	vertical-align: top;
	padding: 3px;
}
#canvas td.header {
	background: #FFF url('../img/header.png') repeat-x scroll left;
	border: 1px solid #C9C9C9;
}
#canvas td.menu {
	width: 180px;
	background: #EFEDEC;
}
#footer {
	text-align:center;
	padding: 10px 0 20px 0;
	font-size: 80%;
}

tr.odd {
	background: #F5F5F5;
}
tr.even {
	background: #F0F0F0;
}
tr.hiddenrow {
	display:none;
	height: 100px;
	overflow: auto;
}
tr.subrow td { vertical-align:top !important; }

#mainTable .highlight { background: #ffffbe !important; }
#mainTable th {
	text-transform: uppercase;
	color: #333;
	background: #FFF url('../img/th.png') repeat-x scroll left;
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #C9C9C9;
	font-weight: normal;
}
#mainTable th a { 
	display: inline-block; 
	color: #0767a8;
	font-size: 85%;
}
#mainTable .tooltip {
	color: #0767a8;
	cursor: help;
}
#mainTable th a:hover { color: #F60; }
	

#mainTable td {
	vertical-align: middle;
}

div.buttons { text-align: right; }

input, textarea, select, label {
	font-family: verdana, tahoma, sans-serif;
	font-size: .8em;
	padding: 2px;
}


.icon { 
	display: block ;
	padding-left: 18px; 
}
.marker { 
	font-weight: bold;
	padding-right: 18px;
}

.logo { 
	padding-left: 50px;
	background: transparent url('../img/logo.png') no-repeat center left; 
}
.visible { background: transparent url('../img/visible.png') no-repeat center left; }
.hidden { background: transparent url('../img/hidden.png') no-repeat center left; }
.ASC { background: transparent url('../img/arrow-u.gif') no-repeat center right; }
.DESC { background: transparent url('../img/arrow-d.gif') no-repeat center right; }

label.error {
	color: red;
	display: block;
	text-transform: uppercase;
	font-size: .7em;
	line-height: 1.2em;
	padding: 5px 0 5px 0;
	font-weight: bold;
}

input.error {
	border: 1px solid red;
}

div.notice {
	background: #0fa64b;
	color: #FFF;
	padding:5px;
	margin: 4px 0 4px 0;
	text-align:center;
}
div.notice code {
	font-size: 1.5em !important;
	font-weight: bold;
	font-family: courier, sans-serif;
}

#preview {
	padding: 8px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

#msg {
	text-align:center;
	background: #F60;
	color: #FFF;
	padding: 8px;
}
#embed {
	width:750px; 
	height:100px; 
	background:#c7e9d1; 
	color:#4d664d;
	border: 1px solid #4d664d;
	font-family: courier, sans-serif;
}
#description {
	width:500px;
	height:100px;
	background:#c7e9d1;
	color:#4d664d;
	border: 1px solid #4d664d;
	font-family: courier, sans-serif;
}

.chart {
	border: 1px solid #4d664d;
	padding: 4px;
	text-align:center;
	margin: 0 auto;
	width: 750px;
}

.curved {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	/*behavior: url("css/border-radius.htc");*/
}
div.curved:nth-child(1n) {
	border: none;
	padding: 7px;
	background-color: #FFF;	
	position: relative;
	top: -1px;
	left: -1px;
}
.spacer { 
	font-size:.1em;
	padding:1px;
}

