﻿body
{
	background-color: #201c1b;
}

.txtForm
{
	font-size: 12px;
	color: #F1F1F1;
	font-style: normal;
	font-family: Arial,helvetica;
}

.txtFieldName
{
	font-weight: bold;
	font-size: 12px;
	color: #F1F1F1;
	font-style: normal;
	font-family: Arial,helvetica;
}

.txtAlgotec
{
	font-weight: bold;
	font-size: 12px;
	color: #cc0000;
	font-style: normal;
	font-family: Arial,helvetica;
}

.txtDiscBold
{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
	font-family: Arial,helvetica;
}

.txtDisc
{
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	font-family: Arial,helvetica, Sans-Serif;
}
.txtDescription
{
	font-weight: bold;
	font-size: 12px;
	color: red;
	font-style: normal;
	font-family: Arial,helvetica;
	text-align: center;
}

.txtNote
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-family: Arial,helvetica;
	background-color: #fffbb8;
	text-align: left;
}

.lnkNote
{
	font-size: 12px;
	color: #9197A5;
	font-weight: bold;
	font-style: normal;
	font-family: Arial,helvetica;
	text-decoration: none;
}
A.lnkNote:link    
{
	color: #9197A5; text-decoration:none;
}
A.lnkNote:visited 
{
	color: #9197A5; text-decoration:none;
}
A.lnkNote:active
{
	color: #9197A5; text-decoration:none;
}
A.lnkNote:hover   
{
	color: #9197A5; text-decoration:underline;
}

.txtGeneral
{
	font-weight: bold;
	font-size: 10px;
	color: #FFFFCC;
	font-style: normal;
	font-family: Arial,helvetica;
}

.txtGeneral2
{
	font-weight: bold;
	font-size: 12px;
	color: #a0a0a0; 
	font-style: normal;
	font-family: Arial,helvetica;
}

.txtInProgressBar
{
	font-size: 14px;
	color: #ffffff;
	font-style: normal;
	font-family: Verdona,helvetica;
}

.txtVersion
{
	font-size: 16px;
	color: #dbdbdb;
	font-style: normal;
	font-family: Verdona,helvetica;
}

.txtVersion1
{
	font-size: 14px;
	color: #FF0000;
	font-style: normal;
	font-family: Verdona,helvetica;
}

.txtVersion2
{
	font-size: 14px;
	color: #a0a0a0;
	font-style: normal;
	font-family: Verdona,helvetica;
}

.txtVersion3
{
	font-weight: bold;
	font-size: 13px;
	color: #FFFFCC;
	font-style: normal;
	font-family: Verdona,helvetica;
}

.txtVersionDisclaimer
{
	font-size: 16px;
	color: #000000;
	font-style: normal;
	font-family: Verdona,helvetica;
}
.txtIncorrectPwd
{
	font-size: 12px;
	color: #ff0000;
	font-style: normal;
	font-family: Arial,helvetica;
}
.txtDescPassword
{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFCC;
	font-style: normal;
	font-family: Arial,helvetica;
}

.txtPrivacy
{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFCC;
	font-style: normal;
	font-family: Arial,helvetica;
}

.txtLinks
{
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-family: Arial,helvetica;
}

.txtDisclaimer
{
	font-size: 11px;
	color: #808080;
	font-style: normal;
	font-family: Arial,helvetica, Sans-Serif;
}
.txtApplet
{
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	font-family: Arial,helvetica, Sans-Serif;
}

.txtConstruction
{
	font-size: 13px;
	color: red;
	font-weight: bold;
	font-style: normal;
	font-family: Arial,helvetica, Sans-Serif;
}

.lnkDisclaimer
{
	font-size: 11px;
	color: #B25C1B;
	font-style: normal;
	font-family: Arial,helvetica, Sans-Serif;
	text-decoration: none;
}
A.lnkDisclaimer:link    
{
	color: #B25C1B; text-decoration:none;
}
A.lnkDisclaimer:visited 
{
	color: #B25C1B; text-decoration:none;
}
A.lnkDisclaimer:active
{
	color: #B25C1B; text-decoration:none;
}
A.lnkDisclaimer:hover   
{
	color: #B25C1B; text-decoration:underline;
}

a:link
{
	color: #EEEEEE;
}
a:visited
{
	color: #EEEEEE;
}
a:hover
{
	color: #BFBFBF;
}

/****Added for application****/

    body
        {
            font-size: 12px;
            color: #ffffff;
            font-style: normal;
            font-family: Arial,helvetica;
			overflow:hidden;
        }

        table
        {
            border-collapse: collapse;
            border-spacing: 0;
        }

        th, td
        {
            padding: 0px;
        }

        footer
        {
            color: white;
        }

        .float-left
        {
            float: left;
        }

        .float-right
        {
            float: right;
        }

        .txt-center
        {
            text-align: center;
        }

        ul, ol
        {
            list-style-type: none;
        }

        .padd-l-bottom
        {
            padding-left: 50px;
            padding-top: 10px;
        }

        .licenseDialog
        {
            position: absolute;
            display: none;
            border: 1px solid white;
            background-color: #000000;
            z-index: 10000;
        }

        .licenseDialogTitle
        {
            margin: 0;
            font: bold 0.9em verdana,arial;
            background-color: #dbdbdb;
            color: #ffffff;
            border-bottom: 1px solid white;
            padding: 2px 0 2px 5px;
        }

        .licenseMsg
        {
            background-color: transparent;
            padding-left: 5px;
            margin-left: 10px;
            padding-top: 5px;
            margin-top: 10px;
            padding-bottom: 5px;
            margin-bottom: 10px;
            color: #ffffff;
            border: none;
        }

        .closeBtn
        {
            display: block;
            position: relative;
            margin: 5px auto;
            padding: 3px;
            border: 2px solid #000;
            width: 70px;
            font: 0.7em verdana,arial;
            text-transform: uppercase;
            text-align: center;
            text-decoration: none;
        }

		.tbl-outer
		{
			 width:100%;
			 /*height:700px;*/
		}

		.tbl-wrapper
		{
			margin: 0 auto; 
			width: 640px; 
			height: 420px; 
			margin-top:200px;
		}