﻿body
{
    margin: 0px;
}

a
{
    cursor: pointer;
}

.divMainContainer
{
	/*width: 990px;
	margin: 0px auto;
    */
}

.linkDownloadPDF
{
    float: right;
    font-family: Tahoma;
    font-size: 9pt;
    color: #0000FF;
    cursor: pointer;
}

.linkDownloadPDF:hover
{
    text-decoration: underline;
}

.divHeadContent
{
	width: 100%;
	/*padding: 5px;*/
	height: 80px;
}

#labelProsName
{
    float: right;
    padding-left: 50px;
    color: #265326;
    font-family: Verdana, Arial, helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
}

#Table1
{
	height: 25px;
	color: #FFFFFF;
	text-align: center;
	float: left;
}

.Table1CellSelected
{
	background-color: #336633;
	border-right: solid 1px #FFFFFF;
	color: #FFFFFF;
}

/* Menu1 styles */
.divHead1
{
	width: 100%;
	height: 25px;
	text-align: center;
	font-family: Verdana, Arial, helvetica, sans-serif;
    font-size: 7pt;
	font-weight: bold;
	background-color: #669966;
}

.Table1CellOver
{
    background-color: #669966;
    cursor: pointer;
    border-right: solid 1px #FFFFFF;
}

.Table1CellOver:hover, .Table1CellOut, .Table1CellOver2:hover
{
    border-right: solid 1px #FFFFFF;
	background-color: #336633;
	color: #FFFFFF;
	cursor: pointer;
}

.Table1CellOver2
{
	background-color: #669966;
	cursor: pointer;
}

#Main
{
	margin: 0px auto;
	height: 100%;
	width: 870px;
}

.pdf
{
	
	/*display: none;*/
}
