﻿/* www.golfcourseindustry.com */
/* MainStyle.css */

/* HTML */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Sans-Serif;
    background-color: #fff;
    color: #050505; /* black */
    font-size: 11px;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #006D21; /* green */
    font-weight: bold;
}

hr {
    color: #c3c2c2;
    background-color: #c3c2c2; /* light gray */
    border: none;
    height: 1px;
}

/* MASTER PAGE */
#container {
    width: 960px;
    margin: 0 auto;
}

#header {
    height: 90px;
    padding: 10px 0px;
}

#leaderboard {
    height: 90px;
    width: 728px;
    float: right;
    vertical-align: bottom;
    margin-top: 3px;
}

/* Navigation */
#menu {
    height: 32px;
    background: #008E31 url('/Images/MenuBG.jpg') no-repeat; /* green */
    margin-top: 3px;
    clear: right;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu ul li {
    float: left;
    background: url('/Images/SquareBullet.gif') 0 12px  no-repeat;
}

#menu ul li.first {
    background: none;
}

#menu ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0px;
    padding-left: 13px;
    padding-right: 7px;
    line-height: 32px;
    font-weight: bold;
}

#menu ul li a.first {
    padding-left: 7px;
}

#menu ul li a.selected {
    background: url('/Images/SelectedArrow.gif') center bottom  no-repeat;
    color: #f9e04f; /* yellow */
}

/* Login */
#login {
    height: 32px;
    width: 240px;
    padding: 0 7px;
    float: right;
    color: #fff;
    background: #767676 url('/Images/LoginBG.jpg') no-repeat; /* dark gray */
    font-size: 12px;
    text-transform: lowercase;
    line-height: 32px;
}

#login .lbl {
    padding: 0 5px;
}

#login .txt {
    height: 13px;
    width: 85px;
    font-size: 10px;
}

#login .btn {
    color: #fff;
}

/* Sub Navigation */
#submenu {
    clear: both;
    height: 22px;
    background-color: #f9e04f; /* yellow */
    color: #fff;
    line-height: 22px;
    border-bottom: solid 1px #f5c503;
}

#submenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#submenu ul li {
    float: left;
    /*padding-top: 5px;*/
    margin-top: 3px;
}

#submenu ul li a {
    display: block;
    color: #050505; /* black */
    font-size: 12px;
    letter-spacing: 0px;
    padding: 0 7px;
    line-height: 12px;/**/
    /*line-height: 21px;*/
    border-right: solid 1px #050505; /* black */
    text-transform: lowercase;
    font-weight: normal;
    padding-top: 1px;
    padding-bottom: 4px;
}

#submenu ul li a.selected {
    font-weight: bold;
    background-color: #f5c503; /* dark gold */
}

#submenu ul li a.last {
    border-right: none;
}

/* Site Search */
#sitesearch {
    height: 22px;
    padding: 0 7px;
    float: right;
    font-size: 12px;
    text-transform: lowercase;
    color: #050505; /* black */
}

#sitesearch a 
{
    color: #050505; /* black */
}

#sitesearch .lbl {
    padding: 0 5px;
}

#sitesearch .txt {
    height: 13px;
    width: 85px;
    font-size: 10px;
}

#sitesearch .search {
    color: #fff;
    vertical-align: middle;
}

/* Left Column */
#leftcolumn {
    clear: both;
    width: 137px;
    float: left;
    margin-top: 10px;
    text-align: center;
}

#leftcolumn img {
    margin-bottom: 10px;
}

#leftcolumn h1 {
    font-size: 10px;
    color: #848484; /* gray */
    margin-top: .5em;
    text-transform: lowercase;
}

/* Sponsor List */
.sponsorlist {
    margin-bottom: 10px;
    background-color: #fff;
    border: solid 1px #969696; /* silver */
}

/* Marketplace Menu */
.marketplacemenu {
    margin-bottom: 10px;
    border: solid 1px #969696; /* silver */
    background: #fff url('/Images/MPMHeader.jpg') no-repeat;
    padding: 6px;
    padding-top: 36px;
    text-align: center;
}

.marketplacemenu h2 {
    text-align: left;
    margin: 0;
    margin-bottom: 4px;
    font-size: 9px;
    color: #999999; /* gray */
    text-transform: uppercase;
}

.marketplacemenu ul {
    list-style: none;
    padding: 0;
}

.marketplacemenu li {
    text-align: left;
    padding: 4px 0;
    border-top: dashed 1px #969696; /* silver */
}

.marketplacemenu li a {
    font-size: 9px;
    color: #010101; /* black */
    text-decoration: none;
    display: block;
    font-weight: normal;
}

.marketplacemenu li a:hover {
    color: #006D21; /* green */
}

.noresults {
    text-align: left;
    display: block;
    padding-bottom: 12px;
    padding-top: 0;
    margin-top: 0;
}

a.title {
    margin-bottom: 12px;
    display: block;
    text-decoration: underline;
}

/* Content */
#content {
    width: 683px;
    float: left;
    margin: 10px;
    min-height: 910px;
}

#floating 
{
    width: 500px; 
    height: 500px; 
    position: absolute; 
    /*left: 50%; */
    left: 0;
    /*top: 168px; */
    /*margin-left: -250px;*/
    top: 0px;
    z-index: 999;
}

/* Box */
.box {
    background-color: #fff;
    border-top: solid 1px #c3c2c2; /* light gray */
    padding: 10px;
    margin: 0 0 10px 0;
    clear: left;
    border: solid 1px #c3c2c2;
}

.box h1, .box h1 a {
    font-size: 12px;
    text-transform: uppercase;
    color: #050505; /* black */
    font-weight: bold;
    margin: 0;
}

.box h2, h2.boxheader, ul.tabs li a {
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    font-weight: bold;
}

h2.boxheader {
    background: #fff url('/Images/BoxTop.gif') no-repeat top left;
    border-right: solid 1px #c3c2c2; /* light gray */
    padding: 0 8px;
    line-height: 30px;
    margin: 0;
}

.box h3, .box h3 a {
    font-size: 11px;
    text-transform: uppercase;
    color: #050505; /* black */
    font-weight: bold;
    margin: 0;
    margin-bottom: 1px;
}

.box h3 a.current {
    color: #00902e; /* green */
}

.box h4, .box h4 a {
    font-size: 10px;
    text-transform: uppercase;
    color: #050505; /* black */
    font-weight: bold;
    margin: 0;
}   

.box p {
    font-size: 11px;
    margin-top: 0;
}

.box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.box ul li {
    margin: 0;
    padding: 0 0 7px 0;
    line-height: 1.5em;
    font-size: 11px;
}

#news .box ul li 
{
    line-height: 11px;
}

#headlinenews, #suppliernews {
    float: left; 
    width: 160px;
}

#suppliernews 
{
    margin-left: 31px;
}

.box ul li a {
    color: #050505; /* black */
    font-weight: normal;
}

.box ul li a:hover 
{
    color: #00902e; /* green */
}

ul.default 
{
    list-style-type: disc;
    margin-left: 1em;
    list-style-position: outside;
}

ul.default li 
{
    background-image: none;
    padding: 0;
    margin: 0;
    margin-bottom: 4px;
}

a.morelink {
    text-decoration: underline;
    color: #010101;
    font-size: 9px;
    text-transform: lowercase;
    background: url('/Images/MoreArrow.gif') bottom left no-repeat;
    padding-left: 10px;
}

ul.tabs {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.tabs li {
    float: left;
    /*background: #ebeaea url('/Images/BoxTop.gif') no-repeat;*/ /* light gray */
    background: #fff url('/Images/BoxTop.gif') no-repeat;
}

#news p {
    line-height: 1.5em;
}

#videos ul.tabs li, #videos ul.tabs li a {
    width: 100px;
}

#currentissue {
    font-family: Verdana, Sans-Serif;
}

#currentissue p {
    font-size: 11px;
    margin: 0;
    line-height: 11px;
}

#currentissue table td {
    padding-right: 10px;
    padding-bottom: 4px;
    margin: 0;
}

#currentissue ul.tabs li, #currentissue ul.tabs li a {
    width: 123px;
}

#currentpoll a {
    color: #050505; /* black */
}

#poll .btn {
    margin: 6px;
    display: block;
}

ul.tabs li.selected {
    background: #00902e url('/Images/BoxTop.gif') no-repeat; /* green */
}

ul.tabs li a {
    float: left;
    background: url('/Images/BoxTopRight.gif') no-repeat 100% 0;
    text-align: center;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

ul.tabs li.selected a {
    color: #fff;
}

ul.videolist {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

ul.videolist li {
    padding: 0;
    margin-bottom: 4px;
    margin-right: 8px;
    float: left;
    width: 86px;
    background: none;
}

ul.videolist li a {
    float: left;
}

ul.videolist li img {
    margin-bottom: 4px;
    display: block;
}

#rectangle {
    margin-bottom: 10px;
}

/* Bottom Banner */
#banner {
    text-align: center;
    width: 468px;
    margin: 10px auto 0 auto;
}

/* Right Column */
#rightcolumn {
    width: 120px;
    float: left;
    margin: 10px 0;
}

/* Footer */
#footer {
    clear: both;
    height: 26px;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 26px;
}

/* Footer Menu */
#footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
    color: #000;
}

#footer ul li {
    display: inline;
    border-left: solid 1px #050505;
    margin-left: 3px;
    padding: 0 1px 0 6px;
    color: #050505;
}

#footer ul li a {
    font-size: 10px;
    color: #050505;
    line-height: 10px;
}

/* Business Breakthrough */
#breakthrough h4 
{
    color: #298639; font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    margin: 0;
}

#learnmore 
{
    float: right;
    width: 178px;
    border: 1px solid #gray;
    margin-left: 10px;
    margin-bottom: 10px;
    border: solid 1px Gray;
}

#learnmore h2
{
    background-color: #298639;
    color: #fff;
    padding: 4px;
    font-size: 12px;
    margin-top: 0;
}

#learnmore ul 
{
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    margin: 0 0 20px 1em;
}

#learnmore ul li 
{
    list-style: none;
    background: url('/Images/BreakthroughArrow.jpg') no-repeat 0px 1px;
    padding-left: 12px;
}

#learnmore a, #learnmore a:hover
{
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
    
/* FORM ELEMENTS */
.form {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}

.dropdownlist {
    width: 200px;
    border: solid 1px #acacac ; /* gray */
    /*padding: 2px;*/
}

.label {
    width: 55px;
    display: block;
    float: left;
    clear: left;
    padding-top: 4px;
}

.multitxt {
    border: solid 1px #acacac ; /* gray */
    padding: 4px 2px 0 2px;
}

.btn {
    text-transform: lowercase;
    padding-left: 14px;
    background-image: url('/Images/SubmitButton.gif');
    background-repeat: no-repeat;
    background-position: 0 2px;
    font-size: 12px;
}

a.btn {
    color: #010101;
}

.txt {
    border: solid 1px #acacac ; /* gray */
    font-size: 12px;
    /*vertical-align: middle;*/
}

/* GENERIC CLASSES */
.zindexswitch {
    position: relative;
    z-index: 0;
}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

.clearboth {
    clear: both;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

img.floatleft {
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

img.floatright {
    float: right;
    margin-left: 6px;
    margin-bottom: 6px;
}

.boxoverride table {
    margin: 0;
    text-align: left;
    position: relative;
    z-index: 10;
}

ul.nolist {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.nolist li {
    padding: 4px 0;
    background: none;
}
    
.topmargin {
    margin-top: 10px;
}

.bottommargin {
    margin-bottom: 10px;
}

.block {
    display: block;
}

.indent {
    padding-left: 8px;
}

.indentdouble {
    padding-left: 16px;
}

.bold {
    font-weight: bold;
}

hr.seperator {
    color: #fff;
    background-color: #fff;
    border: 1px dotted #d3d3d3; /* Light Gray */
    border-style: none none dotted;
    height: 1px;
}

/* Horizontal list */
ul.inlinelist {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

ul.inlinelist li {
    padding: 0 8px;
    display: inline;
    background: none;
}

ul.inlinelist li a {
    color: #010101;
    text-decoration: underline;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 13px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 10;
}

.filledRatingStar {
    background-image: url('/Images/StarSolid.gif');

}

.emptyRatingStar {
    background-image: url('/Images/Star.gif');
}

/* Comment Box */
.commentheader {
    background: url('/images/Arrow.gif') 20px 0 no-repeat;
    padding-left: 58px;
}
    
.commentbox {
    background-color: #ececec; /* Gray */
    padding: 8px;
    margin-bottom: 25px;
}

#breadcrumbs ul {
    list-style-type: none;
    margin: 10px;
}

#breadcrumbs li {
    display: inline;
    margin: 0;
    padding: 0;
    background: none;
}

#breadcrumbs li a {
    text-decoration: none;
}

.message {
    font-weight: bold;
    color: #F79218; /* orange */
}

td.message 
{
    font-weight: normal;
    color: #000;
}


a.nolink {
    color: #010101;
}

.alternate {
    background-color: #f7f7f7; /* off white */
}

/* Reorder List */
.dragHandle {
	cursor: move;
	border: outset thin white;
    text-align: center;
}

.callbackStyle {
	border: thin blue inset;
}

.callbackStyle table {
	background-color: #5377A9;	
	color: Black;
}

.reorderListDemo li {
	list-style: none;
	margin: 2px;
}

.reorderListDemo li a {color: #FFF !important; font-weight: bold;}

.reorderCue {
	border: dashed thin black;
	width: 100%;
	height: 100%;
}

.itemArea {
	margin-left: 15px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	text-align: left;
}

/* Pop-up */
.modalpopup {
    background-color: #ebeaea; /* gray */
    border: solid 1px #c3c2c2; /* light gray */
    text-align: left;
    width: 450px;
}

.modalpopup h3 {
    padding: 10px;
    background-color: #ccc;
    color: #010101;
}

.modalpopup p {
    padding: 10px;
}

.center {
    text-align: center;
}

a.underline {
    text-decoration: underline;
    color: #010101;
}

.fineprint {
    font-size: 9px;
}

ul.default 
{
    margin-left: 1em; 
    padding-left: 1em; 
    list-style-type: disc;
}