body
{
}
.divLogo
{
	background-color : #f5f5f5;  height : 100%; width : 100%
	; text-align : center
	; vertical-align : middle
	; background-position : center center
	; background-image : URL(../Images/LogoV2.jpg)
	; background-repeat : no-repeat

}
.divBody
{
	background-color : #f5f5f5;  height : 100%; width : 100%
	; font-family :Arial
	
	
}
.divLeftPanel
{
	background-color : #f5f5f5;  height : 100%; width : 100%
}
.divRightPanel
{
	background-color : #f5f5f5;  height : 100%; width : 100%
}
.divTopBanner
{
	background-color : #f5f5f5;  height : 100%; width : 100%
	; vertical-align : middle; text-align : center
}
.divBottomBanner
{
	background-color : #f5f5f5;  height : 100%; width : 100%
}

.divBottomLeftPanel
{
	background-color : #f5f5f5;  height : 100%; width : 100%
}

.divAvailableFiles
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	width: 225px;
	height: 500px;
}

.divSelectedFiles
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	height: 500px;
}

.tblMain
{
	height : 400
}
.tblRow1
{
	height : 50
}
.tblRow2
{
	 height : 300
}
.tblRow3
{
	height : 50; 
}

.tableTop
{
    background-color : #f5f5f5 
}
.tableLeft
{
    background-color : #f5f5dc
}
.tableBody
{
    background-color : #FFFFFF
}
.tableRight
{
    background-color : #f5f5dc
}
.tableBottom
{
    background-color : #f5f5f5 
}

.pageTitle
{
     font-family :Arial;
     font-size : 12;
     font-weight : bold;
     text-align :center;
}



