body
{
	margin: 0px;
    background-color: rgb(242, 242, 242);
    font-size: 10pt;
    font-family: Verdana, Arial, Tahoma;
    background-color: rgb(242, 242, 242);
}

a
{
    text-decoration: none;
}

a:link
{
    color: rgb(0, 0, 192);
}
a:visited
{
    color: rgb(0, 0, 192);
}
a:hover
{
    text-decoration: underline;
}
a:hover
{
    text-decoration: underline;
}
div.menu div.menuitem a:link
{
    color: black;
}
div.menu div.menuitem a:visited
{
    color: black;
}

p
{
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: justify;
}
p, ul, li
{
    font-size: 10pt;
    font-family : Verdana, Arial;
    color: black;
}

img
{
    border: none;
}
table img
{
    display: block;
}
table th
{
	text-align: left;
	font-weight: bold;
}

div, ul, li
{
    margin: 0px;
    padding: 0px;
}

ul
{
    list-style: inside;
    text-align: left;
    margin-top: 6px;
}

h1
{
	font-size: 18pt;
	font-weight: bold;
    font-family: Arial;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2
{
	font-size: 12pt;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
h3
{
	font-size: 10pt;
	margin-top: 15px;
	margin-bottom: 6px;
}

div.header
{
    width: 100%;
    text-align: center;
    background-image: url(../images/header_back.png);
    border-bottom: 2px solid black;
}
div.menu
{
    width: 160px;
    float: left;
    margin: 10px;
    font-size: 12pt;
    font-family: Verdana, Arial;
    font-weight: bold;
    padding: 10px 0px 10px 10px;
    background-color: white;
    border: 1px solid rgb(170, 170, 170);
}
div.menu ul
{
    font-size: 10pt;
    font-weight: normal;
    list-style: inside square;
}
div.menu ul li
{
    margin: 5px;
    margin-left: 10px;
    color: #5278A3;
}
div.menu img
{
    margin-top: 10px;
    margin-left: 10px;
}
div.menulabel, div.menuitem
{
    font-size: 10pt;
    font-family : Verdana, Arial;
    color: black;
}
div.spacer
{
    height: 10px;
}
div.content
{
    margin: 10px;
    margin-left: 192px;
    padding: 15px;
    background-color: white;
    border: 1px solid rgb(170, 170, 170);
}
div.text
{
    max-width: 800px;
}
div.text ul li
{
    margin-bottom: 2px;
    margin-left: 20px;
}
div.image p
{
    text-align: center;
}
div.download
{
    font-size: 10pt;
    font-family : Verdana, Arial;
}

div.newsItem
{
	margin-top: 15px;
	border: 1px solid rgb(140, 160, 200);
	background-color: rgb(250, 251, 254);
}
div.newsItem .newsHeader
{
	padding: 7px;
	height: 18px; /* needs for firefox */
	background-color: rgb(239, 243, 251);
	border-bottom: 1px solid rgb(140, 160, 200);
}
div.newsItem .newsHeader .title
{
	float: left;
	font-weight: bold;
	font-size: 11pt;
}
div.newsItem .newsHeader .postDate
{
	float: right;
	color: rgb(50, 50, 50);
}
div.newsItem .newsContent
{
	padding: 7px;
}

div.downloadRow
{
	margin-top: 15px;
}
div.downloadRow a
{
	color: Black;
	text-decoration: none;
}
div.downloadRow .underline:hover
{
	text-decoration: underline;
}
div.news
{
    padding: 10px 0px 10px 20px;
    max-width: 780px;
}
div.footer
{
    border-top: 1px solid #aaaaaa;
    margin-top: 20px;
    padding-top: 10px;
}

img.downloadIcon
{
	vertical-align: middle;
	margin-left: 15px;
	margin-right: 20px;
}

ul.changes
{
    list-style: none outside;
}

span.date
{
    color: gray;
    font-size: 8pt;
    font-weight: normal;
    margin-left: 8px;
}

table.screenshots td
{
	padding-right: 30px;
    text-align: center;
}
table.screenshots img
{
    padding-top: 20px;
}
