/* 
 Ladies devon league style sheet
*/

.list1 {
    list-style:decimal outside;
    margin-bottom:5px;
    margin-top:5px;
}
.list2 {
    list-style:lower-roman outside;
}
.ldlpdf {
    margin-left: 5px;
}
.ldlpdf a:link, .ldlpdf a:visited {
   color:#666;
}
.ldlpdf a:hover {
    background-color:#999;
    color:#fff;
}
.rules {
    width:80%;
    font-size: 90%;
    color:#000;
    background-color:#eee;
    padding-top:5px;
    margin-right:auto;
    margin-left:auto;
}
.bold {
    font-weight:bold;
}
.ldlhead {
    background-color:rgb(255,191,60);
}
.ldlnav ul {
    list-style:none;
    margin:0;
    border:1px solid #777;
    display:block;
}
.ldlnav li {
    display:inline;
    padding-left:10px;
    padding-right:10px;
    border:1px solid #777;
    background-color:#777;
    
}
.ldlnav a:link, .ldlnav a:visited {
    color:#fff;
    
}
.ldlnav a:hover {
    background-color:#999;
    color:#fff;
}
table.ldl {
    border-collapse:collapse;
    width:50%;
    background-color:#ffb;
    font-weight:bold;
    
}
table.ldl th {
    text-align:left;
    border: 1px solid #077;
    padding:2px;
}
table.ldl td {
    text-align:center;
    border: 1px solid #077;
    padding:2px;
}
.red1 {
    color:#b00;
}
table.upd {
    border-collapse:collapse;
    width:60%;
    background-color:#ffb;
    font-weight:bold;
}
table.upd th {
    text-align:center;
    border: 1px solid #077;
    padding:2px;
}
table.upd td {
    text-align:center;
    border: 1px solid #077;
    padding:2px;
}
#result {
    width: 90%;
    height:auto;
    text-align:center;
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
}
#sidebar {
    border: solid 1px #077;
    width:180px;
    height:100%;
    padding:5px;
    float:left;
}
#pdfframe {
    width:800px;
    height:600px;
    float:left;
    margin-left:5px;
}