.courseTitle {
	font-size:16pt;
    font-weight:bold;
    font-style:italic;
    margin-top:0px;
}

.hint {
    font-weight:bold;
    font-style:italic;
}

.scorecard {
    margin-top: 20px; 
    font-size:10pt;
    text-align: center;
}

.scorecard td {
    padding-left: 5px;
    padding-right: 5px;
}

.scorecard th {
    padding-left: 5px;
    padding-right: 5px;
}

/* The Tee colors for the scorecard. Used to format the columns in the correct color */

.black {
	background-color: #000000;
	color: #ffffff;
}

.white {
	background-color: #fff;
	color: #000;
}

.red {
	background-color: #ff0000;
	color: #ffffff;
}

.yellow {
	background-color: #fbff00;
	color: #000000;
}

.blue {
	background-color: #2300ff;
	color: #fff;
}

.orange {
	background-color: #ff7d00;
	color: #000;
}

.green {
	background-color: #00a753;
	color: #fff;
}

.whiteL {
	background-color: #f7f7f7;
	color: #000;
}

.blackL {
	background-color: #4c4c4c;
	color: #fff;
}

.yellowL {
	background-color: #fdff71;
	color: #000;
}

.redL {
	background-color: #ea4346;
	color: #fff;
}

.blueL {
	background-color: #5555ff;
	color: #fff;
}

.orangeL {
	background-color: #f1881f;
	color: #000;
}

.greenL {
	background-color: #00d56b;
	color: #000;
}

.black, .blackL,
.red, .redL, 
.yellow, .yeallowL,
.green, .greenL,
.blue, .blueL,
.orange, .orangeL {
	text-align: center;
}

/* End Tee Colors */

a img {
	border: 0;
}

.relatedMarker {
	background-color: #eeee00;
}

.relatedIcon {
	vertical-align: bottom;
}

.holeDescriptionIcon {
	vertical-align: top;
}

.holeMapIcon {
	/* vertical-align: top; */
}

#searchBox {
	border: 0;
	background-image: url(../../images/searchbox.jpg);
	width: 294px;
	height: 31px;
	max-width: 294px;
	max-height: 31px;
	padding-top: 8px;
	padding-left: 9px;
}

#searchBox.unused {
	color: #b9cb73;
}

a.searchClear {
	text-decoration: none;
	border-bottom-style: none;
}

a.searchClear:hover, 
a.searchClear:active,
a.searchClear:focus,
a.searchClear:visited {
	text-decoration: none;
	border-bottom-style: none;
	border-top-style: none;
}

.searchClear img {
	margin-left: -23px;
	margin-top: -1px;
}

.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 70px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url(../../images/info_icon.png);
}

.courseAddressBlock {
	display: block;
}

.courseLocationMapBlock {
	display: block;
	float: right;
	width: 210px;
	padding-left: 10px;
	text-align: center;
}

.courseVariantsBlock {
	display: block;
	margin-top: 20px;
}

.courseDataEditLink {
	text-align:left;
	margin-bottom:10px;
}

.box {
	border-bottom: 1px solid #000;
	padding: 5px 5px 10px 5px;
	margin-bottom: 5px;
}

.box h3 {
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 0;
}

.box div.values {
	margin-left: 20px;
}

.indent {
	margin-left: 20px;
}

.courseForm label {
	display: inline-block;
/* float: left;  */
	width: 10em;  
	margin-right: 1em;  
	padding-top: 2px;
	text-align: right;
}

.courseForm input {
/* 	float: left; */
}

.courseForm label.exception {
/* 	float: left; */
	width: 60px;
	margin-left: 1em;
	
}

.courseForm input {
	margin-bottom: 2px;
}

.courseForm input[type=button] {
	margin-left: 5px;
	margin-top: 2px;
}

.courseForm select {
	margin-top: 2px;
}

.courseForm div.section {
	margin: 1em 0 2em 0;

}

.courseForm div.exception {
/* 	float: left; */
	margin-left: 1em;
}

.courseForm div.explanation {
	margin-left: 11em;
	padding-top: 1em;
	padding-bottom: .5em;
	clear: both;
}

.courseForm div.title {
	position:absolute;
	font-weight:bold;
	text-align:right;
	width:10em;
	padding-top:1em;
}

.courseForm div.validationError {
	margin-left: 12em;
	display: block;
	color: red;
}

.courseEditorNavBar {
    position: relative;
    height: 44px;
    font-family: Helvetica;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.9) 0px -1px 0px;
    font-size: 16pt;
    background-image: url(../../images/header.png);
}

#navigationTitle {
	position:relative;
	top:10px;
	text-align: center;
}

.submitButton {
    position: absolute;
    right: 10px;
    top: 2px;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 13px;
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
    text-align: center;
    white-space: nowrap;
    width: 85px;
    height: 30px;
    padding-top:14px;
}
a.submitButton
{
	background: url(../../images/submitButton.png) no-repeat center;
}
a.submitButton:active
{
	background: url(../../images/submitButton_clicked.png) no-repeat center;
}

.backButton {
    position: absolute;
    left: 10px;
    top: 2px;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 13px;
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
    text-align: center;
    white-space: nowrap;
    width: 75px;
    height: 30px;
    padding-top:14px;
    padding-left:6px;
}
a.backButton
{
	background: url(../../images/backButton.png) no-repeat center;
}
a.backButton:active
{
	background: url(../../images/backButton_clicked.png) no-repeat center;
}

.leftButton {
    position: absolute;
    left: 10px;
    top: 2px;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 13px;
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
    text-align: center;
    white-space: nowrap;
    width: 85px;
    height: 30px;
    padding-top:14px;
}

a.leftButton
{
	background: url(../../images/button.png) no-repeat center;
}

a.leftButton:active
{
	background: url(../../images/button_clicked.png) no-repeat center;
}

.rightButton {
    position: absolute;
    right: 10px;
    top: 2px;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 13px;
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
    text-align: center;
    white-space: nowrap;
    width: 85px;
    height: 30px;
    padding-top:14px;
}

a.rightButton
{
	background: url(../../images/button.png) no-repeat center;
}

a.rightButton:active
{
	background: url(../../images/button_clicked.png) no-repeat center;
}

a.helpLink:hover {
	cursor: help;
}

/* ---------------------------- Diff rendering --------------------------*/
table.diff {
  width: 100%;
}
td.diff-blockheader {
  font-weight: bold;
}
table.diff th {
  border-bottom: 1px solid;
  font-size: 110%;
  width: 50%;
  font-weight: normal;
  text-align: left;
}
table.diff th a {
    font-weight: bold;
}
table.diff th span.user {
    color: __text__;
    font-size: 80%;
}
table.diff th span.sum {
    font-size: 80%;
    font-weight: bold;
}
table.diff th.minor {
  font-style: italic;
}
table.diff td {
  font-family: monospace;
  font-size: 100%;
}
td.diff-addedline {
  background-color: #ddffdd;
}
td.diff-deletedline {
    background-color: #ffffbb;
}
td.diff-context {
    //background-color: green
    color:gray;
}
table.diff td.diff-addedline strong,
table.diff td.diff-deletedline strong {
    color: red;
}

