﻿body
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: #2E57A5;
}

.divMainContainer
{
	width: 100%;
	height: 100%;
	
}

.linkDownloadPDF
{
    float: right;
    font-family: Tahoma;
    font-size: 9pt;
    color: #0000FF;
    cursor: pointer;
    padding: 5px;
}

.divRight
{
    float: right;
    font-family: Tahoma;
    font-size: 9pt;
    padding: 5px;
    z-index: 9999999;
    position: absolute;
    margin-left: 80%;
}

.linkDownloadPDF:hover
{
    text-decoration: underline;
}

.divHeadContent
{
	width: 100%;
	height: 80px;
}

#labelProsName
{
    padding-left: 50px;
    width: 870px;
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
}

#labelAlert
{
    font-family: Arial;
    font-weight: bold;
    font-size: 8pt;
    color: #233C7B;
    float: right;
}

#Table1
{
	height: 25px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	background-color: #111184;
	float: left;
}

.divHead1
{
	border: solid 1px #FFFFFF;
	width: 100%;
	height: 25px;
	text-align: center;
	font-family: Arial;
	font-size: 8pt;
	background-color: #111184;
}

.Table1CellOver
{
    border-right: solid 1px #FFFFFF;
    background-color: #111184;
}

.Table1CellOver:hover, .Table1CellOut, .Table1CellOver2:hover
{
	background-color: #829AC9;
	color: #FFFFFF;
	border-top: solid 1px #666666;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #666666;
}

#Div4
{
    width: 1024px;
    background-color: #69825B;
}

.Table1CellOver2
{
	background-color: #69825B;
	border-right: solid 1px #FFFFFF;
}

.Table1CellSelected
{
	background-color: #FFFFFF;
	color: #2E57A5;
	border-top: solid 1px #666666;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #666666;
}

#Main
{
	margin: 0px auto;
	height: 100%;
	width: 870px;
}

.pdf
{
	overflow: hidden;
}
