﻿
html, body
{
	margin: 0px;
	padding: 0px;
    background: #BABAAB;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color: #333333;
	
	height: 100%; /* needed for container min-height */
}

form 
{
    margin: 0;
}

a 
{
    color: #2B85BA;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.pageForm 
{
    height: 100%;
}

.pageContainer 
{
	width: 950px;	
	margin: 0px auto; /* center, not in IE5 */
    background: url("/images/background.gif") repeat-y top center;
    padding: 0px 16px 0px 16px;
    
	position: relative; /* needed for footer positioning */
	height: auto !important; /* other browsers */
	height: 100%; /* IE6: treated as min-height */
	min-height: 100%; /* other browsers */
}

.pageHeader 
{
    background: url("/images/header.gif") repeat-x top left;
    height: 127px;
}

.pageContent 
{
    background-color: White;
    height: 100%;
    padding: 20px;
	padding-bottom: 55px; /* bottom padding for footer 35px + normal 20px */
    text-align: justify;
}

.pageFooter 
{
	background-image: url("/images/footer.png");
	position: absolute;
	width: 950px;/* 100% = total width 982 (950px + 32px padding) */
	height: 35px;
	bottom: 0; /* stick to bottom */
	left: 16px;
}

div.logo 
{
    float: left;
    padding: 10px;
    width: 190px;
}

div.function
{
    float: right;
    padding: 20px;
    padding-bottom: 0;
}

img.logo 
{
    width: 190px;
    height: 50px;
    border-width: 0px;
}

.tabNavigation 
{
    float: left;
    width: 100%;
}

.tabNavigation .tabs div.leftCorner
{
    float: left;
    padding: 0;
    margin-left: 10px;
    width: 9px;
    height: 30px;
    background: url("/images/tab.png") no-repeat -32px -30px;
}

.tabNavigation .tabs div.rightCorner
{
    float: left;
    padding: 0;
    margin: 0;
    width: 9px;
    height: 30px;
    background: url("/images/tab.png") no-repeat -23px -30px;
}

.tabNavigation .tabs ul 
{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 30px;
    background: url("/images/tab.png") repeat-x 0 -60px;
}

.tabNavigation .tabs li 
{
    float: left;
    height: 30px;
    margin: 0;
    padding-left: 23px;
}

.tabNavigation .tabs li div 
{
    padding-right: 21px;
    padding-top: 10px;
    height: 24px;    
}

.tabNavigation .tabs li div a 
{
    overflow: hidden;
    text-decoration: none;
    color: #011931;
    font-size: 13px;
    font-weight: bold;
}


.tabNavigation .tabs li.current
{
    background: url("/images/tab.png") no-repeat 0 -30px;
}

.tabNavigation .tabs li.current div
{
    padding-top: 10px;
    background: url("/images/tab.png") no-repeat right top;
}

.tabNavigation .tabs li.current div a
{
    outline: none;
    color: White;
}

.tabNavigation .subTabs
{
    clear: left;
    height: 24px;
    background-color: #2B85BA;
}

.tabNavigation .subTabs ul 
{
    display: none;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 24px;
}

.tabNavigation .subTabs ul.current
{
    display: block;
}

.tabNavigation .subTabs li 
{
    float: left;
    margin: 0;
    padding: 4px 30px;
    padding-left: 24px;
    background: url("/images/tab.png") no-repeat 100% -90px;
}

.tabNavigation .subTabs li.last
{
    background-image: none;
}

.tabNavigation .subTabs .breadcrumb li 
{
    background-position: 100% -114px;
}

.tabNavigation .subTabs li a
{
    text-decoration: none;
    color: #D5D5D5;
    font-size: 13px;
    font-weight: bold;
}

.tabNavigation .subTabs li.current a
{
    outline: none;
    color: White;
}

.productHeader img
{
    float: left;
}

.productHeader h1
{
    float: right;
    margin: 0;
    margin-top: 4px;
    font-size: 26px;
    color: #011931;
}

.productHeader div
{
    clear: both;
    border-bottom: dotted 1px #011931;
    padding: 5px;
    margin-bottom: 20px;
    height: 0;
}

.productLeftColumn 
{
    float: left;
    width: 750px;
}

.productRightColumn 
{
    float: left;
    width: 140px;
    margin-left: 20px;
}

.clear 
{
    clear: both;
    height: 0;
}

img.logoFileVista
{    
    width: 188px;
    height: 32px;
    border-width: 0px;
}

img.logoFileVistaControl
{    
    width: 351px;
    height: 32px;
    border-width: 0px;
}

img.logoWebExplorer
{    
    width: 288px;
    height: 40px;
    border-width: 0px;
}

img.productImage
{
    float: left;
    margin-right: 10px;
    width: 240px;
    height: 180px;
    
}

img.productImage2
{
    float: right;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 244px;
    height: 200px;
    
}

img.paymentImage
{
    float: right;
    margin-left: 10px;
    width: 111px;
    height: 82px;
    
}
.sectionNavigation 
{
    float: left;
    width: 900px;
    margin: 0;
    list-style: none;
    height: 20px;
    background-color: #EDEDED;
    padding: 5px;
    margin-top: 20px;
}

.sectionNavigation li 
{
    float: left;
    display: block;
    margin: 0;
}

.sectionNavigation li a
{
    display: block;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    color: #011931;
    font-size: 13px;
    font-weight: bold;
}

.sectionNavigation li.current a
{
    outline: none;
    background-color: #2B85BA;
    color: White;
}

.sections 
{
    border: solid 5px #EDEDED;
    border-top: none;
}

.sections div.section
{
    padding: 20px;
    display: none;
    border: solid 1px  #D9D9D9;
}

.sections div.current
{
    display: block;
}

.sections div.small
{
    overflow: auto;
    height: 100px;
}

h1.site
{
    margin: 0;
    font-size: 26px;
    color: #011931;
    border-bottom: dotted 1px #011931;
    padding-bottom: 9px;
    margin-bottom: 20px;
    text-align: left;
}

h1.site a 
{
    color: #2B85BA;
    text-decoration: none;
}

h2.site
{
    font-size: 20px;
    color: #011931;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

h3.site
{
    font-size: 16px;
    color: #011931;
    padding: 0;
    margin-top: 16px;
    margin-bottom: 16px;
}

h3.site:first-child
{
    margin-top: 0px;
}

h3.promotion
{
    margin-top: 0;
}

h3.promotion img 
{
    display: block;
    border: none;
    width: 240px;
    height: 180px;
    margin-bottom: 16px;
}

h3.promotion br 
{
    display: none;
}

.version 
{
    height: 20px;
    background-color: #EDEDED;
    color: #011931;
    padding: 5px;
    line-height: 20px;
    font-size: 13px;
    font-weight: bold;
    margin-top: 20px;
}

.alignLeft {
    float: left;
}

.alignRight {
    float: right;
}

.bold 
{
    font-weight: bold;
}

.nowrap
{
    white-space: nowrap;
}

a.button {
    background: url('/images/button.png') no-repeat 100% -30px;
    display: block;
    padding-right: 14px; /* sliding doors padding */
    height: 30px;
    color: #011931;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    outline: none;
}

a.button:hover
{
    text-decoration: none;
}

a.button.left
{
    float: left;
    margin-right: 6px;
}

a.button.right
{
    float: right;
    margin-left: 6px;
}

a.button span {
    background: url('/images/button.png') no-repeat 0 0;
    display: block;
    line-height: 20px;
    padding: 4px 0 6px 14px;
} 

a.button.mousedown {
    background-position: 100% -90px;
}

a.button.mousedown span {
    background-position: 0% -60px;
    padding: 5px 0 5px 14px; /* push text down 1px */
} 

a.button.blue 
{
    background-position: 100% -150px;
    color: White;
}

a.button.blue span 
{
    background-position: 0 -120px;
}

a.button.blue.mousedown 
{
    background-position: 100% -210px;
}

a.button.blue.mousedown span {
    background-position: 0% -180px;
}

a.button.product
{
    width: 126px;
    margin-bottom: 20px;
}

a.button.buy
{
    width: 126px;
}

ul.screenshots 
{
    overflow: hidden;
    margin: 0;
    padding: 1px;
    list-style: none;
}

ul.screenshots li
{
    float: left;
    width: 252px;
    height: 250px;
    text-align: center;
}

ul.screenshots li.middle
{
    margin-left: 50px;
    margin-right: 50px;
}

ul.screenshots li a.screenshot
{
    width: 240px;
    height: 180px;
    background-color: #EDEDED;
    border: solid 1px #D9D9D9;
    padding: 5px;
    display: block;
}

ul.screenshots li a.screenshot img
{
    border: none;
    width: 240px;
    height: 180px;
}

.infoBox 
{
    border-top: solid 1px #D9D9D9;
    padding: 5px;  
    padding-top: 20px;
    padding-bottom: 20px;
}

.separator
{
    border-top: solid 1px #D9D9D9;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 0;
}

table.forum 
{
    background-color: #D9D9D9;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

table.forum th
{
    background-color: #EDEDED;
    color: #011931;
    font-weight: bold;
}

table.forum td
{
    background-color: white;
}

table.nomargin 
{
    margin: 0;
}

div.forumPost 
{
    background-color: #EDEDED;
    border: solid 1px #D9D9D9;
    padding: 1px 1px 0px 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.forumPost div.body 
{
    background-color: white;
    padding: 20px 5px;
    text-align: left
}

div.forumPost div.info 
{
    border-top: solid 1px #D9D9D9; 
    height: 20px;
    line-height: 20px;
    padding: 5px;
}

a.button.forum
{
    width: 86px;
}

input.forum, select.forum, textarea.forum 
{
    font-family: verdana, arial, sans-serif;
	font-size: 13px;
    color: #333333;
    margin-top: 3px;
    margin-bottom: 12px;
}

input.forum
{
    width: 455px;
}

textarea.forum
{
    width: 99%;
    height: 270px;
    margin-bottom: 20px;
}

input.search, select.search
{
    width: 150px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 6px;
}

div.forumPost.reply 
{
    padding: 0px 1px 1px 1px;
    margin-top: 0;
    margin-bottom: 0;
    display:none;
}

div.forumPost.reply div.info 
{
    border-bottom: solid 1px #D9D9D9;
    border-top: none;
}

iframe.post
{
    width: 100%;
    height: 610px;
    border-width: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}

iframe.topic
{
    height: 665px;
    margin-top: 40px;
    margin-bottom: 0px;
}

span.validation
{
    font-weight: bold;
    color: Red;
}

body.popup
{
    background-color: White;
}

div.buttonBar 
{
    height: 30px;
}

span.pager
{
    line-height: 30px;
}

.hidden
{
    display: none;
}

input.siteSearch
{
    width: 300px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 6px;
}

div.siteSearchResult
{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

div.siteSearchResult a
{
    font-weight: normal;
    font-size: 18px;
}

div.siteSearchResult a:visited
{
    color: #011931;
}

div.siteSearchResult span
{
    color: gray;
}
