﻿@font-face {
    font-family: 'OpenSans';
    src: url('/Content/Fonts/OpenSans-Regular-webfont.eot');
    src: url('/Content/Fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Content/Fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('/Content/Fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/Content/Fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body
{
    background: #eee;
    font-family:OpenSans, Arial, Tahoma, Arial, Helvetica, sans-serif;
}

.start #start_center_table 
{
    height:100%;
    width:100%;
}
.start #start_center_table .td_center 
{
    height:100%;
    vertical-align:top;
    padding-top: 200px;
    width:100%;
    text-align:center;
}

.start #start_content_table
{
    width: 600px; 
    margin: auto; 
    border: solid 1px #ced2d8;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 5px 2px #aaa;
}

.start #resultDiv
{
    text-align: center;
    font-weight: normal;
    font-size: 18px;
}

.start #progrTd
{
    padding: 0px 16px 8px 16px;
}

.start #progrBorder
{
    width: 560px;
    height: 24px;
    border: solid 1px #85cd2f;
    border-radius: 4px;
    background-color: #ffffff;
}

.start #progrTable
{
    width: 560px;
    height: 24px;
    border: 0;
    border-collapse:collapse;
    border-spacing:0;
    padding:0;
}

.start #progrBorder td
{
    padding: 0;
}

.start #progrComplete
{
    width: 0%;
    height: 24px;
    background-color: #85cd2f;
    overflow: hidden;
}

.start #progrCompleteDiv
{
    height: 24px;
    position: relative;
}

.start #progrCompleteSpan
{
    width: 558px;
    font-size: 16px;
    line-height: 22px;
    height: 22px;
    padding: 1px 0;
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
}

.start #progrNotComplete
{
    overflow: hidden;
}

.start #progrNotCompleteDiv
{
    height: 24px;
    position: relative;
}

.start #progrNotCompleteSpan
{
    width: 558px;
    font-size: 16px;
    line-height: 22px;
    height: 22px;
    padding: 1px 0;
    display: block;
    text-align: center;
    color: #85cd2f;
    position: absolute;
    right: 0;
}

.start #messageDiv
{
    text-align: center;
    height: 32px;
}
.start .elma_version{
text-align: right; 
padding: 10px 8px 0 0; 
font-size: 9px; 
color: gray; 
white-space: nowrap;
}
.start .errors{
font-size:12px; 
border: solid 1px #ccc; 
padding: 5px; 
height: 120px; 
width: 384px; 
overflow: auto; 
background-color: #ffeeee;
}
.start #messageDiv{
font-size:12px; 
}
.start #backupDiv
{
    font-size: 12px;
    font-style: italic;
}