﻿#countyBody
{
    position:absolute; 
    top:0%;
    left:0%;
    background-color:Silver;
    height:98%;
    Width:99%;
    border-style:solid;
    border-color:White;
}
#countyHeader
{
    position:absolute;
    top:8%;
    height:4%;
    width:98%;
    background-color:Transparent;
    border-bottom-color:White;
    border-bottom-style:solid;
}
#countyDetail
{
    position:absolute;
    top:12%;
    width:98%;
    height:100%;
    background-color:Transparent;
}
#resultsHeader
{
    position:absolute;
    height:4%;
    top:1%;    
    width:100%;
    background-color:Transparent;
    border-bottom-color:White;
    border-bottom-style:solid;
}
#resultsDetail
{
    position:absolute;
    top:5%;
    background-color:Transparent;
    width:100%; 
    height:100%;
}
#resultsSelectPanel
{
    position:absolute;
    top:1%;
    background-color:Transparent;
    width:100%; 
    height:4%;
}
#resultsGridView
{
    position:absolute;
    top:5%;
    background-color:Transparent;
    width:100%; 
    height:96%;

}
#countyMainPanel
{
    position:absolute;
    top:5%;
    height:80%;
    width:100%;
    background-color:Transparent;
}
#countyTopPanel
{
    position:absolute;
    top:0%;
    height:10%;
    width:100%;
}
#countyBoardsMainPanel
{
    position:absolute;
    left:5%;
    top:1%;
    height:85%;
    background-color:White;
    width:90% 
}

#countyBoardsGridview
{
    position:absolute;
    top:4%;
    left:2%;
    width:55%;
    height:94%;
    background-color:Transparent; 
}
#countyBoardsHandsPanel
{
    position:absolute;
    top:4%;
    left:60%;
    width:35%;
    height:94%;
    background-color:Transparent; 
}
#countyBoardsGridDetails
{
    position:absolute;
    left:0%;
    width:90%;
    height:10%;
}
#countyBoardsBoardID
{
    position:absolute;
    left:0%;
    width:5%;
    height:5%;
}
#countyBoardsBoardNumber
{
    position:absolute;
    left:6%;
    width:5%;
    height:5%;
}
#countyBoardsNSPar
{
    position:absolute;
    left:12%;
    width:5%;
    height:5%;
}
#countyBoardsNotes
{
    position:absolute;
    left:20%;
    width:30%;
    height:5%;
}
#countyBoardsCommandField
{
    position:absolute;
    left:50%;
    width:10%;
    height:5%;
}
.gridviewFooter
{
    background-color:White;
}  
    
.countyResultsHeader
{
    height:25px;
    border-bottom-color:White;
    border-bottom-style:solid;
    padding-top:5px;
}
.countyResultsMain
{
    position:absolute;
    left:0px;
    width:1000px;
    height:300px;
    padding:5px;
    background-color:Transparent;
}
.countyResultsMainLeft
{
    left:0%;
    width:100%;
    height:500%;
    
}
.countyResultsMainRight
{
    position:absolute;
    top:500px;
    left:0px;
    height:500px;
    width:1000px;
    border-left-color:White;
    border-left-style:solid;
    padding:5px;
}
.report
{
    position:absolute;
    top:620px;
    height:350px;
}
.countyTeam1
{
    position:absolute;
    top:5px;
    left:5px;
    width:1000px;
    border-bottom-color:White;
    border-bottom-style:solid;   
    height:150px;
    text-align:left;
}
.countyTeam2
{
    position:absolute;
    top:160px;
    left:5px;
    width:1000px;
    border-bottom-color:White;
    border-bottom-style:solid;   
    height:150px;
    text-align:left;
}
.countyTeam3
{
    position:absolute;
    top:315px;
    left:5px;
    width:1000px;
    border-bottom-color:White; 
    border-bottom-style:solid; 
    height:150px;
    text-align:left;
}

.countyResultsNotesFormView
{
    position:absolute;
    top:360px;
    left:0px;
    width:600px;
    height:300px;
    padding:5px;
    background-color:Transparent;
}
.countyResultsHandsPanel
{
    position:absolute;
    top:360px;
    left:610px;
    width:400px;
    height:300px;
    padding:5px;
    background-color:Transparent;
}
.resultBox
{
    width:4%;
    font-size:small;
    text-align:center;
}
