﻿body
{
	font-family: Verdana;
	font-size: 10pt;
	margin:0px;
	padding: 0px;
	overflow:hidden;
	background: url(../images/backg.gif) #BED7EA repeat-x;
	height:100%;
	width:100%;
}

/*#logo 
{
	width: 200px;
	height: 184px;
	background: url(../images/logo.gif);
	position: absolute;
	top: 10%;
	left: 42%;
	z-index: 52;
}*/
#logo
{	width: 310px;
	height: 226px;
	background: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size:100%;
	position: absolute;
	top: 19%;
	left: 42%;
	z-index: 52;
}

img 
{
	border: 0px;
}

#tableDatagrid
{
	margin:0;
	padding: 0;
}

#addProjTable
{
	font-family: Verdana;
	font-size: 12px;
}

.lastRow
{
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
}

#WebPaneManager1_ViewPane1_LB_Description 
{
	display: inline;
}

/*.odiv1 
{
    display: none;
    height: Calc(100% + 100px);
    width: Calc(100% + 100px);
    margin-left: -50px;
    margin-top: -50px;
    opacity: .90;
    color: black;
    position: absolute;
    font-size: 10pt;
    font-family: Arial;
    background-color: #BED7EA;
    z-index: 9999;
}

.odiv2 
{
    display: none;
    width: 170px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -85px;
    vertical-align: middle;
    font-size: 10pt;
    font-family: Arial;
    background-color: white;
    border: solid 1px #999999;
    z-index: 10000;
}*/

