/* Page-specific CSS */
* {
	font-family: Verdana, Helvetica, sans-serif;
	color: #333;
}
body {
	text-align: center;
}
body * {
	text-align: left;
}
div, li, p, a, td, th, textarea {
	font-size: 8pt;
}
h2 {
	color: #CF8300;
	font-size: 13pt;
	margin: 0;
	font-family: "Trebuchet MS", sans-serif;
}
#column-center h2 {
	color: #CF8300;
	margin: 0;
	background: url(design/section-header-middle.gif);
}
h3 {
    color: #CF8300;
	font-size: 11pt;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    margin: 20px 0 5px 0;
	font-family: "Trebuchet MS", sans-serif;
}
h4 {
    color: #333;
	font-size: 10pt;
    font-weight: bold;
    margin: 20px 0 5px 0;
	font-family: "Trebuchet MS", sans-serif;
}
 
#ytre {
	max-width: 1100px;
	min-width: 960px;
	margin: 0 auto;
	background: #F0EDE0 url(design/body-bg-left.gif) repeat-y;
}
#ytre-inner {
	background: url(design/body-bg-right.gif) repeat-y top right;
}
#topp {
	background: white url(design/header-middle.gif) bottom left repeat-x;
}
#kropp {
	width: 100%;
}
#kropp td {
	vertical-align: top;
}
#column-left {
}
#column-left-content {
	width: 200px;
}
.wide #column-center {
	padding-right: 8px;
}
#column-right {
	padding: 9px 20px 0 0;
}
.section {
	background: white url(design/section-bg-left.gif) repeat-y;
	min-width: 440px;
}
.section .section-inner {
	background: url(design/section-bg-right.gif) repeat-y top right;
	padding: 5px 10px;
}
.section-bottom {
	background: url(design/section-bottom-middle.gif);
}
.section-bottom div {
	background: url(design/section-bottom-left.gif) no-repeat;
}
.section-bottom div div {
	background: url(design/section-bottom-right.gif) top right no-repeat;
	height: 17px;
}

#toc-docs li a {
	text-decoration: none;
}
#toc-docs li a:hover {
	text-decoration: underline;
}
pre, code, .pre, code span, pre a, code a, .pre a {
    font-family: Courier; 
    font-size: 8pt;
    color: green;
}
pre, .pre {

    background-color: #F2EEEB;
}
.section .pre, pre {
    border: 1px inset #f0eee0;
    color: green;
    width: auto;
    overflow: auto;
    margin: 0.5em 0.5em 0.5em 0;
    padding: 0.3em;
}
/* thumbwrapper */
#samples-wrapper div.thumbwrapper, #samples-wrapper div.textwrapper {
	float: left;
	height: 207px;
	width: 170px;
	padding: 5px;
	background: #F0EEE0;
	margin: 2px;
	border: 1px solid #AFAB8E;
	text-align: center;
}
#samples-wrapper div.textwrapper {
	height: 55px;
	width: 91px;
}
table#compat {
    border-collapse: collapse;
}
table#compat td {
    margin: 0;
    border: 1px solid #CFCCB5;
    padding: 0 20px 0 10px;
}
table.visible {
    border-collapse: collapse;
}
table.visible td, table.visible th {
    margin: 0;
    border: 1px solid #CFCCB5;
    padding: 2px 2px;
}

td.vabtac{
	vertical-align:bottom;
	text-align:center;
}
td.vabtar{
	vertical-align:bottom;
	text-align:right;
}
p {
	font-size:14px;
	text-align:justify;
	text-justify:newspaper;
	text-indent:1em;
	line-height:150%;
}


iframe {
    z-index: 1;
}
#ul-changelog li {
    list-style: none;
}
#ul-changelog li ul {
    margin-bottom: 10px;
}
#ul-changelog li ul li {
    list-style: circle;
}
div.top{
	float: center;  /* for firefox */
	text-align:center; /* for IE */
	width: 675px;
	border: 0px solid #AFAB8E;
}
div.top img{
	margin: 5px;
	border: 1px solid #AFAB8E;
	background-color:#F0EEE0;
	padding:0px
}

