@CHARSET "ISO-8859-1";

.navLinks li{font-weight: bold; color: blue; display:inline; margin: 0px 10px;  white-space: nowrap;}
.navLinks li:hover{cursor:pointer; text-decoration:underline;}

.LeftNavLinks a{color: white; font-weight: bold; text-decoration:none;}
.LeftNavLinks div{text-align:left; padding: 3px 20px; border-bottom: 1px solid white;}
.LeftNavLinks {white-space: nowrap; border-top-right-radius: 10px; border-right: 5px solid blue; border-width: 5px; border-top: 5px solid blue; border-bottom: 5px solid blue; border-bottom-right-radius: 10px; background: radial-gradient(circle at 10px 10px , lightblue -70%, blue) repeat scroll 0% 0% transparent ! important;}
.LeftNavLinks div:hover{background-color:rgba(0,0,0,0.3);}

.headerLinksBG {clear:right; width:100%; height:33px; background: linear-gradient(darkblue, lightblue 10%, blue 100%); position: absolute; margin: 0px; padding: 0px; top: 80px;}
.headerLinks {width:100%; max-width:900px; margin-right: auto; margin-left: auto; text-align:right;}
.headerLinks span{margin: 5px 20px 0 0; display: inline-block}
.headerLinks a{font-family: Sans-serif; font-weight: bold; color: white; text-shadow: -1px -1px 0px #000, 1px -1px 0px #000, -1px 1px 0px #000, 1px 1px 0px #000;}

.ci_content {margin: 0px 5px 10px; padding: 10px; display: inline-block; border: 2px solid; border-radius: 10px; background-color:white;}
.contentItem {display:inline-block;vertical-align:middle;}
.contentItem .title{margin: 0px 0px 0px 20px;padding: 0px;display: inline-block;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 25px solid #000;}
.contentItem .title h3{margin: 0px; position: relative; top: 25px; color: white;}



#schedule td:nth-child(2){font-size:8pt; text-align:center; font-weight:bold;}
#schedule td:nth-child(6){font-size:8pt; text-align:center; font-weight:bold;}
#schedule td:nth-child(1){text-align:right;}
#schedule td:nth-child(5){text-align:right;}
#schedule td:nth-child(3){text-align:left;}
#schedule td:nth-child(7){text-align:left;}
.winCountL {vertical-align: top; color: red; font-size: 7pt; padding-right: 5px;}
.winCountR {vertical-align: top; color: red; font-size: 7pt; padding-left: 5px;}

body { background-color: lightgray; padding: 0px; margin: 0px; text-align:center; }