.ViewSubmissionsFullTable
{
    background-color: #B6C5DF;
}

.ViewSubmissionsHeader
{
}

.ViewSubmissionsCorner
{
    width: 18px;
    height: 18px;
}

.ViewSubmissionEdge
{
    width: 100%;
}
.ViewSubmissionsFooter
{
}
.ViewSubmissionsContentTable
{
    border: 1px solid #B6C5DF;
    background-color: White;
}
.ViewSubmissionsContentTableHeader
{
    background-color: #240A80;
}
.ViewSubmissionsContentTableHeader TH
{
    color: White;
    font-size:16px;
    font-weight:700;
}
.ViewSubmissionsContentTableSpacer
{
    width: 10px;
}
.ViewSubmissionsFooterNavPreviousButton
{
    font-size: 11px;
    width: 80px;


}
.ViewSubmissionsFooterNavNextButton
{
    font-size: 11px;    
    width: 80px;

}


.NavigationPrevious
{
    color: White;    
    font-weight: 900;
}
.NavigationPrevious A
{
    color: White;    
}
.NavigationPrevious A:visited
{
    color: White;    
}
/*
.NavigationPrevious A:hover
{
    color: White;
    text-decoration:none; 
}*/

.NavigationNext
{
    color: White;
    font-weight: 900;
}
.NavigationNext A
{
    color: White;
}
.NavigationNext A:visited
{
    color: White;
}
/*
.NavigationNext A:hover
{
    color: White;
    text-decoration:none; 
}
*/
.NavigationPages
{
    color: White;
}
.NavigationPages A
{
    color: White;
}
.NavigationPages A:visited
{
    color: White;
}
.TOCContentsDate
{
    padding-left: 2px;
    padding-right: 5px;
    width: 33%;
}
.TOCContentsWhat
{
    padding-right: 2px;
    padding-left: 5px;
    width: 33%;
}
.TOCContentsTitle
{
    padding-right: 3px;
    padding-left: 3px;    
    width: 34%;
}
.TOCContentsOddRow
{
    background-color: #F1F5FB;
}
.TOCContentsEvemRow
{
}

.ShareAreaColumn
{
	width:40%;
}
.ShareAreaDate
{
	width:20%;
}
.SharedAreaLeftEdge, .ViewSubmissionsContentTableHeader .SharedAredLeftEdge
{
	border-left:solid 1px #006699;
}
.SharedAreaRightEdge
{
	border-right:solid 1px #006699;
}