/*******************************************************************************
 *     Autor: Copyright (C) 2010  Marek Sienczak
 *     Email: support@imarqs.com
 *  Homepage: http://imarqs.com
 */
body {
    background-color: transparent;
    background-attachment: fixed;
    background-image: url('http://imarqs.com/images/bg.jpg');
    margin: 0px;
    padding: 0px;
}

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #666666;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

p {
    margin-top:1em;
}

p.ulheader {
    margin-bottom: 0px;
}

a, a:link, a:hover, a:active, a:visited, a:visited:hover {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    color: #0066CC;
    outline: none;
    text-decoration: none;
}

a.image, a:link.image, a:hover.image, a:active.image, a:visited.image, a:visited:hover.image {
    border-bottom-style: none;
    border-bottom-width: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    text-align: left;
}

h1 {
    color: orange;
    font-size: 17px;
}

h2
{
	color: #CC6600;
	font-size: 15px;
	margin: 2px 0px 4px 0px;
}

h3 {
    color: #0066CC;
    font-size: 13px;
    margin: 15px 0px 8px 0px;
}

h4 {
    margin-top:1.5em;
    border-top: dotted 1px #cccccc;
    padding-top:10px;
    color: #CC6600;
    font-size: 11px;
    margin: 6px 0px 0px 0px;
    text-transform: uppercase;
}

h4.sh4 {
    border-top:none;
    font-size: 10px;
    color: #0066CC;
    margin: 1.5em 0 1em 0;
    text-transform: uppercase;
}

h5 {
    color: #888888;
    text-transform: capitalize;
    margin: 0px 0px 3px 0px;
    font-size: 9px;
}

h6 {
    color: #888888;
    font-size: 9px;
    margin: -8px 0px 3px 0px;
}

pre, code {
    font-family: Consolas, 'Courier New', Courier, monospace;
    font-size: 11px;
    color: #222;
}

pre {
    margin: 0 0 20px 10px;
}

img {
    border-width: 0px;
}

ul {
    list-style-image: url('http://imarqs.com/images/fqr.png');
    margin-bottom: 15px;
    margin-left: 10px;
    margin-top: 6px;
    padding-left: 10px;
}

ol {
    margin-bottom: 15px;
    margin-left: 30px;
    margin-top: 6px;
    padding-left: 10px;
}

ul.links li, ol.links li {
    margin-bottom:0.6em;
}

ul.menu-links {
    list-style-image: url('http://imarqs.com/images/btn-arrow-right.png');
    text-transform: uppercase;
    color: #CC6600;
}

ul.menu-links li {
    margin-bottom: 0.5em;
}

td.div-group div {
    margin-top: 2em;
}

img.download {
    margin-right:5px;
}

.news-next {
    margin-top:1.5em;
    border-top: dotted 1px #cccccc;
    padding-top:10px;
}

.news-title {
    margin-top:.6em;
    margin-bottom:.6em;
}

.news-text {
    margin-top:0;
    margin-bottom:.5em;
    padding-left:20px;
    padding-right:20px;
}

.tiny-info {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #aaaaaa;
}

span.keyword {
    color: #3333CC;
}

span.string {
    color: #AA3333;
}

span.number {
    color: #996600;
}

span.comment {
    color: #339933;
}

table.downloads  td#c1 {
    padding-left:20px;
    text-align:right;
    padding-bottom:1px;
}

table.downloads  td#c2 {
    padding-left:6px;
    padding-bottom:1px;
    font-weight:bold;
}