﻿body 
{
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #414E5A;
}

h1
{
	margin: 0.5em 0px 0.5em 0px;
	font-size: medium;
	font-weight: bold;
	color: #FF7F00;
}

h1.header 
{
	font-size: 0.8em;
	color: #5A6772;
	font-weight: normal;
	text-align: right;
}

a.inert
{
    color: #5A6772;
    text-decoration:none;
}

a.inert:hover
{
    text-decoration: underline;
}

h2, h3, h4, h5, h6 {
	margin: 0px 0px 0.3em 0px;
	font-size: small;
	font-weight: bold;
	color: #414E5A;
}

p {
	margin: 0.5em 0px 0.5em 0px;
	text-align: justify;
	color: #414E5A;
}

a
{
	color: #30639F;
}

strong
{
	color: #FF7F00;
}

a.highlight
{
    white-space:nowrap;
	background-color: #FF7F00;
	padding: 0.2em 0.4em 0.2em 0.4em;
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.highlight:hover
{
	text-decoration: underline;
}

a.header
{
	color: #FF7F00;
	text-decoration: none;
}

a.header:hover
{
    text-decoration: underline;
}

div.splash
{
	padding: 5px 10px 5px 10px;
}

div.content
{
	padding: 5px 10px 5px 10px;
	min-height:300px;
}

div.screenshot
{
	margin: 2em 0 2em 0;
	text-align: center;
}

.label
{
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
}

img.thumb
{
	float: left;
	margin: 0.5em 1em 0.5em 0px;
}

#divSplash
{
	background: url(/Images/ContentBackground.gif) repeat-x;
}

#divContent
{
	background: url(/Images/ContentBackground.gif) repeat-x;
}

.SideMenuItem
{
	padding: 0.5em 0.5em 0.5em 0.5em;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.SideMenuItem:hover {
	text-decoration: underline;
}

td.SideMenu
{
	vertical-align: top;
	background-color:#30639F;
}

td.MultiViewContent
{
	vertical-align: top;
	width: 100%;
}

td.HomePageLeftProduct
{
	vertical-align: top;
	width: 50%;
	padding-right: 10px
}

td.HomePageRightProduct
{
	vertical-align: top;
	width: 50%;
	padding-left: 10px
}

ul.list
{
	margin: 0.5em 0px 0.5em 1em;
	text-align: justify;
	list-style-type: square;
	padding-left: 0.5em;
	color: #FF7F00;
	clear: both;
}

#progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}

#progressMessage { 
    position:fixed; 
    top:45%; 
    left:43%;
    padding:10px; 
    width:14%; 
    z-index:1001;
    text-align:center; 
    background-color:#fff;
    border:solid 1px #000;
}

#error 
{
    color:Red;
    font-weight:bold;
}

#divFooter
{
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #414E5A;
	border-top: 4px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-style: solid;
	border-color: #D1E0ED;
	padding: 8px 0px 0px 0px;
	min-width: 630px;
}

#paraLinks
{
	margin: 0px;
	padding: 24px 0px 10px 0px;
	text-align: center;
	font-size: 0.8em;
	background-color: #E6EEF5;
	color: #30639F;
}

#paraCopyright
{
	text-align: center;
	font-size: 0.8em;
	color: #5A6772;
}

