.ui-tabs .ui-tabs-hide {
     display: none;
}

/* User Navbar */
#user-navbar ul li a{font-size:13px;}
#user-navbar ul li{display:inline; padding: 0 2px; font-size:12px; font-weight:bold;}
#user-navbar-info{float:left; margin: 5px 0 15px;}
#user-navbar-links{float:right; margin: 5px 0 15px;}

#homelink{display: block; float:left; padding:10px 5px;}
#homelink-logged-in {display: block; float: left; padding:15px 10px; }
a#homelink:focus, a#homelink-logged-in:focus {outline: #000 dotted 0}

/* Player info (user profile) */

.playerinfo {padding: 15px 5px; font-size: 11px;}

/* General buttons */

/*
.MainForm p button.genbutton {
  position: relative;
  float: left;
  padding: 0 15px 0 0;
  height: 25px;
  border: 0;
  cursor: pointer;
  text-align: center;
  color: #fff;
  background: transparent url(/images/buttons/button-sprite.png) top right no-repeat;
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  overflow: visible;
  margin: 0;
}

.MainForm p button.genbutton::-moz-focus-inner {
  padding:0;  
  border:none;  
}



.MainForm p button.genbutton span {
  position: relative;
  display: block;
  padding: 0 0 0 15px;
  height: 25px;
  line-height: 23px;
  white-space: nowrap;
  background: transparent url(/images/buttons/button-sprite.png) no-repeat left -28px;
}


.MainForm p button.genbutton:hover, .MainForm p button.genbutton:focus{
    background-position: right -56px;
}
.MainForm p button.genbutton:hover span, .MainForm p button.genbutton:focus span{
    background-position: left -84px;
}

*/

/* Fix for IE 8 Active button bug */

/*
.MainForm p button.genbutton:active {
    -ms-background-position-x: 99;
	-ms-background-position-y: -55px;
	}
*/



/* REQUIRED BUTTON STYLES: */

.button_align{ padding:10px 15px 10px 2px}

form.MainForm p button.gbutton, button.gbutton, #new_club p button.gbutton  {
	position: relative;
	border: 0;
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

form.MainForm p button.gbutton::-moz-focus-inner, button.gbutton::-moz-focus-inner, #new_club p button.gbutton::-moz-focus-inner{
	border: none;  /* overrides extra padding in Firefox */
}

form.MainForm p button.gbutton span, button.gbutton span, #new_club p button.gbutton span {
	position: relative;
	display: block;
	white-space: nowrap;
}

/* Safari and Google Chrome only - fix margins*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
	form.MainForm p button.gbutton span, button.gbutton span, #new_club p button.gbutton span {
		margin-top: -1px;
	}
}


/* OPTIONAL BUTTON STYLES for applying custom look and feel: */
form.MainForm p button.gbutton, button.gbutton, #new_club p button.gbutton {
	padding: 0 15px 0 0;
	margin-right:5px;
    font-family: helvetica, arial, sans-serif;
	font-size:12px;
    font-weight:bold;
	text-align: center;
	background: transparent url(/images/buttons/gbutton_sprite.png) no-repeat right -76px;
}

form.MainForm p button.gbutton span, button.gbutton span, #new_club p button.gbutton span {
	padding: 6px 0 0 15px;
	height:23px;
	background: transparent url(/images/buttons/gbutton_sprite.png) no-repeat left top;
	color:#fff;
}

form.MainForm p button.gbutton:hover, button.gbutton:hover, #new_club p button.gbutton:hover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -114px;
}

form.MainForm p button.gbutton:hover span, button.gbutton:hover span, #new_club p button.gbutton:hover span{
	background-position: 0 -38px;
}




/* Four side box */

.sidebox {margin-bottom: 1em; margin-left: -5px; *margin-left: 0;}
.sidebox.small{  width: 195px; *width:185px;}
.sidebox.medium { width: 230px; *width:230px;}

.box div.topleft {
	display: block;
	background: url("/images/boxes/sidebox_810x1010.png") top left no-repeat white;
	padding: 2.0em 0em 0em 2.5em;
}

.box div.topright {
	display: block;
	background: url("/images/boxes/sidebox_810x1010.png") top right no-repeat white;
	padding: 0 2.0em 0 0;
	margin: -2.0em 0 0;
}

.box div.topright h3 {    line-height: 30px; font-size: 110.1%; text-align:center; font-weight: bold; color: white; margin: 0; padding: 3px 0 10px; border: 0; *font-size: 102.1%;}

.box div.bottomleft {
	display: block;
	height: 35px;
	margin-top: -1.0em;
	background: url("/images/boxes/sidebox_810x1010.png") bottom left no-repeat white;
}

.box div.bottomright {
	display: block;
	background: url("/images/boxes/sidebox_810x1010.png") bottom right no-repeat white;
	height: 35px;
	margin-left: 3.0em;
}

/* User menu */
/* Removed width: 615px; from usermenu so it adopts to the length of the content */
#usermenu {background: url(/images/usermenu/usermenu_middle.png) repeat-x;/* width: 670px ; */ height: 22px; float: right; margin-right: 6px;}
#usermenu-left {background: url(/images/usermenu/usermenu_left.png) no-repeat; width: 6px; height: 22px; float: left; margin-left: -6px;}
#usermenu-right {background: url(/images/usermenu/usermenu_right.png) no-repeat; width: 6px; height: 22px; float: right; margin-right: -6px;}
.usermenu-sep {background: url(/images/usermenu/usermenu_sep.png) no-repeat; width: 2px; height: 22px; float: left; margin: 0 5px;}
.usermenu-text, .usermenu-text a {padding-top:3px; font-size:10px; font-family:verdana, helvetica, sans-serif; color: #E3FF5F}
.usermenu-text, .usermenu-symbol {float:left;}
.usermenu-symbol {padding: 3px 5px;}
.usermenu-symbol.last {float: right;}
.usermenu-text.first {*width: 37%;}
.usermenu-text right{float:right;}
.usermenu-text a {text-decoration: none; font-weight:bold;}
.usermenu-text a:hover {text-decoration:underline;}
#usermenu-container {width: 710px; float: right; *width: 633px}

/* Attempting removal of hardcoding width */
/*#usermenu.useradmin{width: 680px;} */

/* Drop Down Menu */


/*
	LEVEL ONE
*/
#mainmenu{
   float:left;
   width:100%;
   background: url(/images/menu_bar.png) no-repeat;
   height:40px;
}
ul.submenu{}
ul.dropdown a {text-decoration: none;}
ul.dropdown                         {position:relative; z-index: 100; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1;}
ul.dropdown li a                    { display: block; padding: 7px 8px; /*border-right: 1px solid #eee;*/
	 								  color: #ddd; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li:active,
ul.dropdown li:hover                { background: #3D5000; color: #fff; position: relative; }
ul.dropdown li.hover a              { color: #fff; }

ul.dropdown li.hover ul li a { color: #ddd;}
ul.dropdown li.hover ul li.hover a { color: #fff;}

ul.dropdown li.hover ul li { background: #213109;}
ul.dropdown li.hover ul li.hover { background: #3D5000;}
/*
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 160px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #213109; color: #000;
									  /*border-bottom: 1px solid #fff;*/ float: none; }

                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; }

/*
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }


/* Cleardiv */

.cleardiv {
    clear: both;
}

/* Sideboxes */

.bigSideboxTop{
    /*width:18.4615em;*/
    width:240px;

    width: 220px;
	height: 51px;
	line-height: 45px;
	padding: 0 0 0 17px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	background: url('/images/36p_sidebox_top.gif') no-repeat;

}

.bigSideboxBottom {
        width: 187px;
	background: url('/images/36p_sidebox_bottom.gif') left bottom no-repeat;
	padding: 0 25px 28px 25px;
	margin-bottom: 20px;
}


#shadowleft{

}

#shadowright{

}

#pageWrapper {
  background: transparent url(/images/dropshadow_body.png) repeat-y top center;
  float:left;
  margin:0;
  padding:0 11px;
  text-align:left;
  width: 79.166em;
  *width:77.192em;
  *width:71.192em;
  *width:71.250em;
  /*min-height: 850px;*/
  height: auto !important;
  min-height:100%;
  
}
.yui-gc .yui-u , .yui-gd div.first {
width:27%;
*width:29%
}

/*Spelare*/
.vcard.author .yui-u.first.centered {
    width:20%;
    /* Centered to make things look better on the all players page */
    text-align: center;
}
.vcard.author .yui-g {
    width:80%;
}
.yui-gc div.first, .yui-gd .yui-u {
width:71%;
*width:68%;
}


.yui-t5-mod .yui-b {
float:right;
width:17.4615em;
}

.yui-t5-mod #yui-main .yui-b {
margin-right:18.4615em;
}


.yui-b{position:relative;}


html{ height: 100%; min-height: 100%; background:#E1E6F0;}

body {
  /*background: #fff url(/images/background_body.png) repeat-x fixed 0 0;*/
  background: #E1E6F0;
  height: 100%;
  min-height: 100%;
    }
body #doc2{ height: 100%; }
  body #doc2 #bd {
    background: #fff;
    padding: 0 5px; }
  body #doc2 #ft {
    padding-left: 10px;
    padding-right: 10px; }
a {
	color:#5085AF;
}

#outerWrapper {height: 100%;}

/* =============================================== */
/* 5. BODY                                         */
/* =============================================== */

/* blog entry */

.hentry h4{
font-size: 115%;
font-weight: bold;
margin-bottom: 2px;}

.entry-content{
margin-left:  14.5846em; /* about 200px */
*margin-left:  14.2em; /* for IE */
}

/*---------------------------------------*/

/* =============================================== */
/* 3. WELCOME                                      */
/* =============================================== */

#welcome .box {
  background:#EEE;
  border-top: 1px solid #314C61;
  border-bottom: 1px solid #314C61; }

#welcome .box h2{
font-size: 180%;
margin-bottom:.35em;
}

#welcome .box h4{
    background: none;
}

#welcome .box h4 a{
    border: none;
    padding: 0px;
    background: none;
    width: 200px;
    height: 94px;
}

#welcome .box h4 a:hover{
background: none;
}

/*---------------------------------------*/



.login{

    text-align: left;
    width: 200px;
    height: 151px;
    display: block;
  /*  margin-top: -42px;
    margin-bottom: -16px;*/
    float: right;
    color: white;
    background: #7c6d32; /*#6B5E2B;*/
    padding: 2px 0px 0px 0px;
}

#hd {


}



.login, #hd h2{
    background: transparent;
}

.login h3, .login p{
    line-height: 1.5em;
    text-align: left;
    padding-left: 15px;
}

.login form {
    text-align: center;
}



.login input{
    width: 170px;
    margin-top: 4px;
    font-size: 0.9em;
}

.login p {
padding: 0 0 1px 12px;
margin: 0 0 0.5em;
float: left;
*margin: 0 0 0.4em;
}
.login form fieldset label{
    margin: 2px 0 0;
    padding-left: 5px;
    float: left;
    font-weight: normal;
    font-family: verdana, sans-serif;
    font-size: 75%;
    *margin: -2px;
}
.login form fieldset label{
display: inline;
    }
.login fieldset input{
    width:auto;
    /*vertical-align:bottom;*/
}

.loginassets { margin-top: 6px;}
.login form label{
    /* Need to specify color so this is not overridden by forum css */
    color: white;
    float: left;
    margin: 5px 0 0 15px;
    font-weight:bold;
    font-size: 95%;
    font-family: arial, sans-serif;
}


.login p input{

    border: none;
    width: 74px;
    height: 24px;
    cursor: pointer;
    /* text-indent did not work on IE for this type of elements */
}

.MainForm input{
    font-size: 100%;
    width: 170px;
    color: #666;
    padding: 2px;
    margin-bottom: 10px;
}

.MainForm select{
    margin-bottom: 8px;
}

.MainForm input:focus, .MainForm textarea:focus{
color: #333;
border-color: #777;
background: #fff;
}

/* submit */
.MainForm p input, .MainForm p button,.submit {
font-size: 123.1%;
padding-left: 1em;
padding-right: 1em;
background: #6b5e2b;
border: 4px solid #a96;
color: #fff;
margin-top: 8px;
width:auto;
/*min-width: 200px; *//* Raised the width value since not all strings fit when it was 150 px. Why hardcode width at all */
cursor: pointer;
}

.MainForm p input:hover, .submit:hover{background:#430;}

/* USER LIST */
div.user_list .row {
	border:1px solid #cccccc;
	margin:0;
	margin-bottom:1.5em;
	padding:0.5em;
	}

.hentry h2 {
    font-size: 125%;
}

#CommunityFooter {
  background: #fff;
  padding: 10px; }

#hd {
  background: #fff url(/images/comheader.jpg?1) no-repeat;
  border-top: 0px solid #fff;
  height: 193px;
  }

#hd.logged_in {
    height:70px;
    *height:110px;
    background-position: 0 -60px;
}


#hd.logged_in #NavBar ul {
    /*margin-left:100px;*/
}

#hd h1 {
    height: 80px;
        /* margin-bottom: -129px;*/

/*
		background-color:#fff;
		-moz-opacity: 0.8;
		opacity:.80;
		filter: alpha(opacity=80);
*/
}
#hd h1 a {
  /*width: 350px;*/
  /*height: 127px;*/
  /*display: block;*/
  color:#fff; /* should be fff*/
        /*height: 37px;*/
  padding: 0px;
  outline: none;
  border: 0;
}

#hd h2 {
        color: #fff;
		/*background-color:#aaa;*/
/*
		-moz-opacity: 0.8;
		opacity:.80;
		filter: alpha(opacity=80);
*/
        font-size: 100%;
        margin: 0 30px 0 0;
        padding: 0px;
        text-align: left;
}
    #hd h2 a {
     color: yellow;
			}

#NavBar {
  position:absolute;
  left:0px;
  bottom: 0px;
  width: 100%;
  height: 28px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  border: none;
  background: transparent;
  /*border: 2px solid #666666;*/
	}


	#NavBar ul li a {
		display: block;
		font-size: 95%;
		padding: 6px 15px;
		margin:0;
		text-transform: none;
		font-weight: bold;
		border:none;
		background: #4A6600;
		text-decoration: none;
        		color: #fff;
                /*
border-right: 1px solid #fff;
border-left: 1px solid #fff;
border-top: 1px solid #fff;*/
margin-left: 3px;
margin-bottom: 0;
-moz-border-radius-topright : 9px;
-moz-border-radius-topleft : 9px;
    -webkit-border-top-right-radius : 9px;
    -webkit-border-top-left-radius : 9px;

		}
		#NavBar ul li#active a, #NavBar ul li.current a{
		background: #fff;
		text-decoration: none !important;
		}

#NavBar ul li a:hover{
background: #618600;
border-bottom: 1px solid #618600;
}

#NavBar ul li#active a, #NavBar ul li.current a{
		background: #FFF;
        color: #464337;
        border-bottom: 1px white solid;
		text-decoration: none !important;
		}

#NavBar form input {
    margin: 2px 10px 0 0;
}

#SubNavBar {
    height: 2em;
    background: white;
}

#SubNavBar ul li {
    display: inline;
}
	#SubNavBar ul li a {
		display: block;
        float: left;
		font-size: 100%;
        height: 1em;
        vertical-align: middle;
        padding: 0.5em 20px;
		margin: 0;
		text-transform: none;
		font-weight: normal;
		border:none;
		color: #415901;
        font-weight:bold;
		text-decoration: none;
		}
    #SubNavBar ul li a:hover {
        color:#87a144;
        text-decoration: underline;
    }


/* NEWS */

#mycaddie_news {
    clear:both;
}

#mycaddie_community_news_posts {
    float:left;
    width: 50%;
    *width:48%;
}

#mycaddie_mobile_news_posts {
    float:right;
    width: 50%;
    *width: 48%;
}

#mycaddie_news h5{
    font-size:105%;
    font-weight:bold;
}

/* Regular news */
#news_posts{
    clear:both;
    padding-top: 0.1em;
}

#news_posts p{
    margin:0
}

#news_posts .odd img{
    float:left;
    padding-right: 0.5em;
}

#news_posts .even img{
    float:right;
    padding-left: 0.5em;
}

#news_posts .hentry h5{
    font-size: 120%;
    font-weight:bold;
    padding: 0 0 0.25em 0;
}

#blog_posts {
    clear:both;
    padding-top: 0.5em;
}

#mycaddie_blog_posts{
    float: left;
    width: 50%;
}

#mycaddie_blog_posts h5{
    font-weight: bold;
    font-size: 105%;
}

#pro_blog_posts{
    float: right;
    width: 50%;
}

.box h3 {
  border-bottom: 1px solid #6b5e2b;
}

.box h4 {
  font-weight: bold; }

.alt{
    border: 0;
    padding: 0;
    background: white;
/* old style
border: 1px solid #ccc;
background: #ffd;
padding: 1em;
-moz-border-radius:4px;
-webkit-border-radius:4px;
    */
}

.alt h3{
border: none;
margin: 0 0 .5em 0;
padding: .2em;
background: none; /*#DCFBA8; */
/*color: #5b5;*/
color: #666;
border-bottom: 1px #6b5e2b solid;
}

#CommunityFooter p{
    padding: 14px 110px;
}

.warning, #errorExplanation, .errorExplanation {
background:#DCFBA8 none repeat scroll 0 0;
}

/* Below here added by Robban */

.hentry .vcard ul li.fn {
font-size: 108%; /* Previous: font-size:130%; */
}


/* Fix for comments having both italic and bold styles */
.entry-content em strong , .entry-content strong em {font-weight: bold; font-style:italic;}

/* For the footer on the front page */
.fresh .round dt {
background-image:url(/images/icons/golf_pin-16.png);
}

#program_ids {
    margin-right: 24.0769em;
}
.submit {
    font-weight:bold;
    padding: 0.3em 1em;
}

