html {
  height:100%;
}

body {
  background: #a8dd97;
  background-image: url(/images/bkg_grass.jpg);
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  font-family: Verdana, Arial, Sans-Serif;
  text-align: center;
  height:100%;
}

#core {
	width: 970px;
  background-image: url(/images/white_shadows_small.png);
  background-repeat: repeat-y;
	margin: 0 auto;
	text-align:left;
	padding-left: 9px;
	padding-right: 9px;
	
	height:100%;
	min-height:100%;
}
html>body #core{height:auto; min-height:100%}

#content {
	padding: 10px 20px 15px 20px;
}

#header {
  width: 970px;
  height: 90px;
  background-image: url(/images/headers/clouds.gif);
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-bottom: 14px;
}

#gameheader {
  background-image: url(/images/bar_bkg.gif);
  background-repeat: repeat-x;
  height: 26px;
  padding: 6px 20px 0px 20px;
  font-size: 10pt;
  color: #666666;
  font-weight:bold;
  font-family: Arial, Verdana, Sans-Serif;
	*font-weight: 500;
	_font-weight: 600;
}

#gameheader a, #gameheader a:hover, #gameheader a:visited {
  font-family: Arial, Verdana, Sans-Serif;
  color: #336699;
  font-size: 10pt;
  font-weight:bold;
  text-decoration: none;
  margin-left: 30px;
	*font-weight: 500;
	_font-weight: 600;
}

a:link,a:active,a:visited {   
  color: #368C2E;
  text-decoration:none;
}
a:hover {
  color: #336699;
  text-decoration:underline;
}

#menubar {
  clear:both;
  height: 30px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  margin: 0px 0px 0px 0px;
  padding: 0px 20px 0px 8px;
}
.menuborder {
  height:26px;
  float: left;
  background-color: #ffffff;
  cursor: pointer;
}
.menu {
  height: 23px;
  float: left;
  padding: 7px 12px 0px 12px;
  font-size: 12pt;
  color: #336699;
}

.menuover {
  color: #ffffff;
  background-color: #336699;
}

.menu a, .menu a:hover, .menu a:visited {
  font-family: Arial, Verdana, Sans-Serif;
  color: #336699;
  font-size: 12pt;
  font-weight:bold;
  text-decoration: none;
}

.menuover a, .menuover a:hover, .menuover a:visited {
  color: #ffffff;
}

.currentmenu {
  color: #666666;
	background-image: url(/images/current_menu.gif);
	background-repeat: no-repeat;
	background-position: 50% 25px;
}
.currentmenu a, .currentmenu a:hover, .currentmenu a:visited {
  color: #666666;
}

.menuright {
  height: 18px;
  float: right;
  padding-left: 8px;
  margin-top: 7px;
  color: #cccccc;
  font-size: 8pt;
}

.menuright a, .menuright a:hover, .menuright a:visited {
  color: #336699;
  font-size: 9pt;
  text-decoration: none;
}

.submenu {
  position:absolute;
  top: 0px;
  left: 0px;
  color: #336699;
  font-size: 10pt;
  background-color: #ffffff;
  border: 1px solid #336699;
  padding: 6px 14px 6px 12px;
  z-index: 10;
}

.submenuitem { 
  padding-bottom:4px;
}
a.submenulink, a.submenulink:visited {
  color: #336699;
  text-decoration: none;
}
a.submenulink:hover {
  text-decoration: none;
  border-bottom: 2px solid #99b2cc;
}

a.blueLink, a.blueLink:visited {
  color: #336699;
  text-decoration: none;
}
a.blueLink:hover {
  text-decoration: underline;
}

a.greyLink, a.greyLink:visited {
  color: #999999;
  text-decoration: none;
}
a.greyLink:hover {
  text-decoration: underline;
}

a.hiddenLink, a.hiddenLink:visited {
  color: #000000;
  text-decoration: none;
}
a.hiddenLink:hover {
  text-decoration: underline;
}

.account {
  float: right;
  font-size: 12pt;
  color: #999999;
  margin-right: 20px;
  padding-top: 3px;
  cursor: pointer;
}

#footer {
	clear: both;
	height:90px;
  margin: 20px 0px 0px 0px;
  padding: 10px 10px 0px 10px;
  color: #999999;
  font-size: 8pt;
  background-color: #f6f6f6;
  border-top:1px solid #eeeeee;
}

#footer a, #footer a:hover, #footer a:visited {
  color: #666666;
  font-size: 8pt;
}

.left {
 float: left;
}
.right {
 float: right;
}

.bold {
 font-weight: bold;
}

.indent {
  padding-left: 15px;
}
 
.alertText {
  color: #660000;
  font-size: 10pt;
  font-weight: bold;
}

.formLabel {
  color: #333333;
  font-size: 10pt;
}

.formInput {
  color: #333333;
  font-size: 10pt;
}

.pageTitle {
  color: #333333;
  font-size: 16pt;  
}
h1 {
  color: #333333;
  font-size: 16pt;  
  display: inline;
  font-weight:none;
  margin:0px;
  padding:0px;
}

.bigText {
  color: #000000;
  font-size: 11pt;  
  font-weight:bolder;
  padding-bottom:6px;
}

.normalText {
  color: #333333;
  font-size: 11pt;  

}

a.normalText, a.normalText:visited {
  color: #368C2E;
  font-size: 11pt;  
  text-decoration: none;
}
a.normalText:hover {
  color: #336699;
  font-size: 11pt;  
  text-decoration: underline;
}

.smallText {
  color: #333333;
  font-size: 9pt;  
}
a.smallText, a.smallText:visited {
  color: #368C2E;
  font-size: 9pt;  
  text-decoration: none;
}
a.smallText:hover {
  color: #336699;
  font-size: 9pt;  
  text-decoration: underline;
}

.tinyText {
  color: #333333;
  font-size: 7pt;  
}
a.tinyText, a.tinyText:visited {
  color: #368C2E;
  font-size: 7pt;  
  text-decoration: none;
}
a.tinyText:hover {
  color: #336699;
  font-size: 7pt;  
  text-decoration: underline;
}

.grey {
  color: #999999;
}

.white {
  color: #ffffff;
}

.wizardmenu, a.wizardmenu, a.wizardmenu:hover, a.wizardmenu:visited {
  background-color: #dddddd;
  color: #333333;
  font-size: 11pt;  
  padding: 4px;
  text-decoration: none;
  border-bottom: #666666 solid 1px;
}
.wizardBar {
  background-color: #eeeeee;
  padding: 4px;
  border-top: #666666 solid 1px;
  text-align: right;
}
.wizardButton {
  width: 125px;
}
.formTable {
  margin: 20px;
}
.colorSquare {
  border: 1px solid #666666;
  width: 15px;
  height: 15px;
  float: left;
  background-color: #ffffff;
}

#coolWinBackground {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  filter: alpha(opacity=35);  
  -moz-opacity:0.35;
  opacity:0.35;
  display: none;
  z-index: 5000;
 }

#coolWinBox {
  position: absolute;
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  display: none;
  overflow: hidden;
  z-index: 5001;
  text-align:left;
}

#coolWinTitle {
  color: #368C2E;
  font-size:16pt;
  font-weight:bold;
  height: 32px;
  background-image: url(/images/cool_win1.png);
  padding: 8px 4px 0px 8px;
  border-bottom: 1px solid #aaaaaa;
}

#coolWinMenu {
  height: 24px;
  padding: 6px 0px 0px 8px;
  font-size: 10pt;
  background-image: url(/images/cool_win2.png);
  border-bottom: 1px solid #aaaaaa;
}

#coolWinContent {
  overflow: auto;
}

#coolWinControl {
  height: 32px;
  background-image: url(/images/cool_win1.png);
  padding: 8px 8px 0px 0px;
  border-top: 1px solid #aaaaaa;
  text-align: right;
}

#coolWinLoading {
  position: absolute;
  z-index: 5002;
  background-color: #ffffff;
  text-align: center;
  display: none;
}

#coolWinBoxClose {
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(/images/icons/16x16/close4.png);
  display: none;
  cursor: pointer;
  z-index: 5003;
}

v\:* {
      behavior:url(#default#VML);
    }
    
.widgetIcon {
  position: relative;
  top: -5px;
  float: left;
  margin-right: 5px;
}
.widgetHeader {
  background-color: #eeeeee;
  height: 19px;
  padding: 5px;
  font-weight: bold;
}
.widgetBody {
  padding: 5px;
}


.portletHeader {
  background-color: #f1f1f1;
  font-weight: bold;
  font-size: 12px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  padding: 5px;
}
.portletBody {
  font-size: 12px;
  border: 1px solid #cccccc;
  padding: 5px;
}
.portletSpacer {
  height: 20px; 
}

hr {
  color: #cccccc;
  background-color: #cccccc;
  height: 1px;
}

.darken {
  background-color: #eeeeee;
}

.subsubmenuWrapper { 
  color: #333333;
  font-size: 10pt;
  font-weight: bold;
  background-color: #f1f1f1;
  border: 1px solid #cccccc;
  padding: 5px;
}
a.subsubmenu, a.subsubmenu:visited, a.subsubmenu:hover, a.subsubmenu:link, a.subsubmenu:active{
  color: #666666;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none; 
}
a.subsubmenu:hover {
  text-decoration: underline; 
}

.smallBlueButton {
  height: 20px;
  border: 1px solid #333333;
  background-color: #8CB5E3;
  color: #ffffff;
  margin: 0px;
  padding: 3px;
  font-size: 9pt;
  font-weight: bold;
}

.scoreRowDark {
  background-color: #eeeeee;
  cursor: pointer; 
}

.scoreRowLight {
  background-color: #ffffff;
  cursor: pointer; 
}

.scoreRowOver {
  background-color: #cccccc;
  cursor: pointer; 
}

.scoreRowDark2 {
  cursor: pointer; 
}

.scoreRowLight2 {
  background-color: #ffffff;
  cursor: pointer; 
}

.scoreRowOver2 {
  background-color: #BECEE4;
  cursor: pointer; 
}

.ratingStar {
  cursor:pointer;
}

.alertBox {
  border: 1px dashed #660000;
  padding: 5px;
}

.reviewCategory {
  font-size: 12pt;
  color: #666666;
  margin-top: 20px;
}
.reviewRating {
  color: #000066;
  font-weight: bold;
}

.cboxN {
  padding:10px;
}
.cboxT {
  border: 1px solid #cccccc;
  background-repeat: repeat-x;
  background-position: top;
  padding:10px;
}
.cbox {
  border: 1px solid #cccccc;
  background-image: url(/images/cbox_bkg.png);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #f1f1f1;
  padding:10px;
}
.cboxG {
  border: 1px solid #68D05E;
  background-image: url(/images/cboxg_bkg.png);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #E4F2E3;
  padding:10px;
}
.cboxB {
  border: 1px solid #92B3DD;
  background-image: url(/images/cboxb_bkg.png);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #CED8E6;
  padding:10px;
}
.cboxO {
  border: 1px solid #FEAB58;
  background-image: url(/images/cboxo_bkg.png);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #FEF3E7;
  padding:10px;
}
.cboxTopL {
}
.cboxTopR {
}
.cboxTop{
}

.cboxTitle, a.cboxTitle, a.cboxTitle:visited, a.cboxTitle:hover {
  color: #333333;
  font-size:14pt;
  font-weight:bold;
  margin-bottom:4px;
}

.titleText {
  color: #336699;
  font-size: 11pt;  
  font-weight: bold;
}

a.titleText, a.titleText:visited {
  color: #336699;
  font-size: 11pt;  
  text-decoration: none;
  font-weight: bold;
}

a.titleText:hover {
  color: #999999;
  font-size: 11pt;  
  font-weight: bold;
}

.promoDiv {
  height: 25px;
  background-color: #E98420;
  color:#ffffff;
  font-size: 10pt;
  font-weight: bold;
  padding-top: 6px;
  text-align: center;
  border-top: 1px solid #cccccc;
  border-bottom: 2px solid #cccccc;
}

.promoDiv a, .promoDiv a:visited {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
}

.promoDiv a:hover {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}

.searchHeaderInput {
  height: 14px;
  color: #333333;
  padding: 2px;
  font-size: 10pt;
  line-height: 10pt;
  border: 1px solid #999999;
  width: 140px;
  margin-top:1px;
}
.searchHeaderSelect {
  height: 18px;
  color: #333333;
  font-size: 10pt;
  line-height: 10pt;
  border: 1px solid #999999;
  width: 95px;
  margin: 0px;
  padding: 0px;
  position:relative;
  top:-1px;

  *font-size:9pt;
}
#searchHeader {
  margin: 3px 1px 0px 0px;
  float:right;
}

.removeIcon {
	background-image: url(/images/icons/12x12/delete3.png);
  height: 12px;
  width: 12px;
  cursor:pointer;
}
.removeIcon:hover {
  background-image: url(/images/icons/12x12/delete2.png);
}

.editHoleBox {
	float: right;
	width: 28px;
	height: 16px;
	border-right:1px solid #999999;
	padding-top: 2px;
	text-align: center;
	overflow: visible;
}
.totalHoleBox {
	float: right;
	width: 37px;
	height: 16px;
	padding-top: 2px;
	text-align: center;
	border-right:1px solid #999999;
	overflow: visible;
}

.labelHoleBox {
	padding-top: 2px;
	padding-left: 2px;
	height: 16px;
	text-align: left;
	border-right: 1px solid #999999;
	overflow: hidden;
}

.rowHoleBox {
	clear: both;
	height: 18px;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	overflow: visible;
}
.editHoleText {
	margin:	0px;
  width: 25px;
  height:16px;
  text-align:center;
  border: 0px;
  padding: 0px;
}
.selectHoleText {
	margin:	0px;
}

.holeInputTable {
  background-color: #ffffff;
  text-align: center;
  margin-left: 40px;
}
.holeInput {
  width: 25px;
}

.holeTable {
  background-color: #666666;
	width:100%;
}
.holeKCell {
  background-color: #ffffff;
}
.holeVCell {
  background-color: #ffffff;
  text-align: center;
}
.holeHCell {
  background-color: #ffffff;
  font-weight: bold;
}
.holeKCellDark {
  background-color: #eeeeee;
}
.holeVCellDark {
  background-color: #eeeeee;
  text-align: center;
}
.holeHCellDark {
  background-color: #eeeeee;
  font-weight: bold;
}

#adDiv {
 float:left;
 overflow:hidden;
 text-align:center;
 width:728px;
 height:90px;
}

.addictSmallIcon {
	float:right;
	position:relative;
	z-index:1;
	left:8px;
	top:-17px;
	background-image: url(/images/addict_small.png);
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/addict_small.png');
	_background-image: url(/images/spacer.gif);
  height: 18px;
  width: 20px;
}

.addictIcon {
	float:right;
	position:relative;
	z-index:1;
	right:-14px;
	top:-10px;
	background-image: url(/images/addict.png);
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/addict.png');
	_background-image: url(/images/spacer.gif);
  height: 30px;
  width: 66px;
}

table.singleBorder {
    border-color: #cccccc;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-collapse: collapse;
}

table.singleBorder td {
    border-color: #cccccc;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
    background-color: #ffffff;
}

.orangeButton {
	cursor:pointer;
	text-align:center;
	border: 1px solid #FEAB58;
	border-top:1px solid #FEE9B1;
	border-left:1px solid #FEE9B1;
	color: #D66B00;
	font-weight: bold;
	background-color:#FDD56A;
	padding:4px;
}

a.btn {color: #368C2E;
	font-size: 9pt;  
	text-decoration: none;
}
a.btn span {}
a.disabled {}
a.disabled span {}
input.btn {}

.funfactsborder {
  border: 1px solid #cccccc;
  padding:0px;
}
.funfacts {
  background-image: url(/images/cbox_bkg.png);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #f1f1f1;
  padding:10px;
}

.arrowList {
  list-style: none;
  list-style-position: inside;
  text-indent: 0px;
  margin: 0px;
  padding: 2px;
}
.arrowList li:before {
  content: "\00BB \0020";
}

.word_wrap {
    word-wrap: break-word;
}

.html5chart * {
    font-family: Arial,Helvetica,sans-serif;
}
.html5chart .chart {
    float: right; 
    width: 535px; 
    padding: 4px;
    border: 1px solid #BBB;
    background-color: #EEE;
}

.report-chart-title {display:none; width: 100%; text-align:center;font-size:18px;font-weight:bold; margin-bottom:15px;}
.chart-list {
    cursor: pointer;
    display: inline-table;
    height: 120px;
    margin-bottom: 20px;
    margin-top: 4px;
    padding-right: 10px;
    width: 370px;
}
.chart-list:hover {text-decoration:underline;}

.chart-list .chart-icon {
    border: 1px solid #CCCCCC;
    float: left;
    height: 75px;
    margin-right: 10px;
    width: 75px;
}

.html5chart .chartWide {width: 759px; padding: 2px; border-radius: 4px 4px 4px 4px; background-color: #EEEEEE; border: 1px outset #BBB; display:table-cell;}
.html5chart .chartWide h3 {text-align:left; color:#000000;}

.html5chart .br { height: 5px;}

.html5chart .manage {
    width: 205px; 
    float: left; 
    margin-right: 10px;
}
.html5chart .widepanel {
    padding: 5px;
    border: 1px solid #BBB;
    background-color: #EEE;
}
.html5chart .manage>div {
    border: 1px solid #BBB;
    background-color: #EEE;
    padding: 0 5px 5px;
    margin-bottom: 10px;
}
.html5chart input[type=text] {
    width: 67px;
    border: 1px solid #CCC;
    color: #333;
    padding: 2px 5px;
    margin-left: 10px;
}
.html5chart .inner {
    background: #FFF;
    border: 1px solid #DDD;
    padding: 5px 0;
}
.html5chart .inner img {
    vertical-align: text-bottom;
    margin: 0 2px;
}
.html5chart h3 {
    text-align: left;
    margin: 0; 
    padding: 5px 5px;
}
.html5chart p {
    margin: 2px 0;
    padding: 0 5px;
    font-size: 11px;
}
.html5chart .statistic {
    float:left; 
    width:160px; 
    padding-top: 10px; 
    text-align: right;
    font-size: 11px;
}
.html5chart .statistic div {
    margin: 10px 0 5px;
}
.html5chart .statistic span.value {
    display: inline-block;
    text-align: left;
    width: 55px;
    padding-left: 15px;
}
.html5chart .statistic b {
    font-size: 12px;
}
#elements ul, ul.select-list, #allcourses {
    list-style: none;
    padding: 0;
    margin: 0;
}
#elements li, ul.select-list li, #allcourses li {
    padding: 2px 5px;
    margin: 0;
    text-align: left;
}
#elements ul li a, #allcourses li a {
    display: inline-block;
    outline: none;
    color: #000;
    font-size: 11px;
    font-weight: bold;
}
#elements ul li a.disabled {
    background: none;
    color: #AAA;
}
#elements ul li span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 5px 10px 0 0;
    background-color: transparent;
}
.html5chart ul.select-list li {
    list-style: none;
    font-weight: bold;
    position: relative;
}
.html5chart ul.select-list li:nth-child(odd), #allcourses li:nth-child(odd) {
    background-color: #FAFAFA;
}
.html5chart ul.select-list li:hover, #allcourses li:hover {
    background-color: #E5F9FF !important;
}
.html5chart ul.select-list li span, #allcourses li span {
    font-size: 10px;
    font-weight: normal;
}
.html5chart ul.select-list li:hover a.close {
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    right: 0;
    top: 0;
    background-color: transparent;
    background-color: rgba(255, 255, 255, .7);
    background-image: url(/images/publish_x.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.html5chart .drop-menu {
    position: absolute; 
    background-color: #FFF;
    right: 0;
    top: 20px;
    width:220px;
    border: 1px solid #BBB;
    z-index: 1000;
}
.html5chart .drop-menu li:hover, #allcourses li:hover {
    cursor: pointer;
}
#allcourses span.stars {
    display: inline-block;
    height: 16px;
    width: 90px;
    margin-left: 5px;
    vertical-align: bottom;
}
#allcourses span.stars b {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 2px;
    background: transparent url(/images/sprite.png) 0 -32px no-repeat;
}
#allcourses span.stars b.on {
    border-color: #00F;
    background-position: 0 -16px;
}
.html5chart a.href-button {
    display: inline-block;
    height: 16px;
    padding: 2px 5px 2px 0;
    margin: 0 0 5px 15px;
    border: 1px transparent solid;
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
}
.html5chart a.href-button:hover {
    background-color: #ECFFE5;
    border-color: #DAFFCC;
}
.html5chart a.href-button span {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    background-color: transparent;
    background-image: url(/images/sprite.png);
    background-repeat: no-repeat;
    vertical-align: text-bottom;
}
.html5chart a.add-course span {
    background-position: 0 -64px;
}
.html5chart a.change span {
    background-position: 0 0;
}
.html5chart a.select span {
    background-position: 0 -80px;
}
.html5chart .blueBox { background: #dae9f0; border: solid 1px #1d78a4; color: #206785; padding: 6px; }
#filter-course-title {
    float:left;margin: 3px 0 0 15px;overflow: hidden;width: 225px;height: 16px;
}
.html5chart ul.drdn {
    position: absolute; 
    background-color: #FFF;
    list-style: none;
    padding: 5px;
    margin: 0;
    border: 1px solid #AAA;
    left: 17px;
    top: 25px;
    min-width: 100px;
}
.html5chart ul.drdn li {
    padding: 3px 10px;
}
.html5chart ul.drdn li.current, .html5chart ul.drdn li:hover {
    background-color: #EEE;
}

ul.sidebarnav {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 10px;
}
ul.sidebarnav li {
    width: 117px;
    height: 17px;
    overflow: hidden;
}
ul.sidebarnav a.smallText {
    font-size: 8pt;
}
.flashMsg {
    border: 1px solid #CCCCFF;
    color: #2222CC;
    font-size: 12px;
    margin-right: 10px;
    padding: 7px 15px;
    clear: both;
}
.alertCourseApproval, .noticeCourseDiff {color: red !important; font-size: 12px;display: inline-block;vertical-align: top;height: 16px;text-decoration: underline !important;padding-left: 21px;background: transparent url("/images/sprite.png") 0 -352px no-repeat;margin: 0 0 14px; zoom: 1;*display: inline;}
.alertCourseApproval:hover, .noticeCourseDiff:hover {text-decoration: none !important;}
.noticeCourseDiff {
	background-position: 0 -400px;
}

#content #leftMenuColumn {
    border-right: 1px dashed #666666;
    float: left;
    height: auto;
    min-height: 1000px;
    padding-top: 10px;
    width: 131px;
}

#content .rightColumn {
    border-radius: 5px;
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 788px;
}
