
/* ----------------------------------------
 *
 * General Layout Options
 *
 * ---------------------------------------- */

html, body {
	min-height: 100.5%;
}

body {
	font-family: verdana, arial, sans-serif;
}

a {
    color: blue;
    text-decoration: none;
}

a:link {
    color: blue;
    text-decoration: none;
}

a:visited {
    color: blue;
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: underline;
}

tr.row th {
	background-color: white;
}
table.data_table caption {
    caption-side: bottom;
    font-size: smaller;
    text-align: right;
}
table.data_table td.section {
    font-size: larger;
    font-weight: bold;
    padding-top: 1em;
}

table.summary th {
    background-color: white;
    width: 10em;
    text-align: right;
    vertical-align: middle;
}
table.summary td {
    vertical-align: middle;
}

.centre {
    text-align: center;
}

ul#message_list {
    background-color: #ffb;
    border: 2px solid #ff0;
    list-style-type: none;
    padding: 1em;
}

/* ----------------------------------------
 *
 * Header / Footer
 *
 * ---------------------------------------- */

div#header h1 {
	padding-left: 10px;
	color: white;
    font-family: "Verdana", "Arial Bold", sans-serif;
    font-size: 72pt;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
}
div#header h2 {
    color: white;
    margin: 0;
    padding: 0 0 0.5em 0;
    text-align: center;
}

div#footer {
    color: white;
    font-weight: bold;
	clear: both;
    text-align: center;
	padding: 3px;
}

div#quick_links {
    margin: 0;
    padding: 4px;
    font-weight: bold;
}

div#quick_links ul {
    list-style-type: none;
}

div#quick_links ul li {
    display: inline;
    line-height: 1.5em;
    padding-right: 1em;
}
div#quick_links ul li.current {
    color: red;
}

div#quick_links ul li a {
    color: white;
}
div#quick_links ul li a:link {
    color: white;
}
div#quick_links ul li a:visited {
    color: white;
}
div#quick_links ul li a:hover {
    color: black;
}


/* ----------------------------------------
 *
 * Sidebars
 *
 * ---------------------------------------- */

div.sidebar .sidebar_heading {
	font-size: 10pt;
    padding: 6px;
    margin: 0;
    color: white;
}
div.sidebar .sidebar_body {
	font-size: 9pt;
	margin: 0 0 1em 0;
	padding: 3px 6px;
}
div.sidebar li {
	list-style: none;
	margin: 0.5em 0 1em 0;
	padding: 0;
}
div.sidebar h4 {
	padding: 0;
	margin: 0;
	font-size: 10pt;
	font-weight: bold;
}
div.sidebar p {
	margin: 0;
	padding: 0;
	font-size: 8.75pt;
}

div#content h2 {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 1em;
}

div#content h3 {
	font-size: 11pt;
	border-bottom: 1px solid black;
	font-weight: bold;
}

a.more_info {
    margin: 0.25em 1em;
    padding: 0 0 0 1.5em;
}


div.newsitem div.newsbody {
    margin-bottom: 2em;
    padding: 10px;
}
div.newsitem h3 {
    padding: 6px;
    margin: 0;
    color: white;
}

form span {
    display: block;
    padding-bottom: 0.5em;
}
form span label,
form span input,
form span textarea {
    display: block;
}

table.summary th {
    background-color: auto;
}

table.data_table,
div.solution_body table {
    width: 100%;
    border: 1px solid #cdcdff;
    border-collapse: collapse;
}

table.data_table th, table.data_table td,
div.solution_body table th,
div.solution_body table td {
    border: 1px solid #cdcdff;
    padding: 4px;
}

table.data_table tr,
div.solution_body table tr {
    height: 2em;
}
table.data_table tr.row,
div.solution_body table tr.row {
    height: 4em;
}

div.reseller_logos {
	padding-top: 1em;
}
div.reseller_logos img {
	display: block;
	margin: 1em auto 0 auto;
}


/*
div#newsarticle p.footer span.date {
    color: grey;
    padding-left: 1em;
}
*/


.new {
	color: red;
}
