/********************************  GENERAL  ************************/
#header *, #nav *, #content .right *, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #E1E1E1;
	behavior:url("/includes/csshover.htc");
	position: relative;
}
body, td {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	color: #333333;
}
h1 {
	font-size: 30px;
	margin: 5px 0px;
	font-family: Times New Roman, Serif;
	font-weight: normal;
}
h4 {
	color: 38551b;
	font-weight: bold;
}
p {
	margin: 12px 0px;
}


a:link, a:visited, a:active  {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration : none;
	color: #758e5c;
}
/********************************  FULL AREA  ************************/
#full-area {
	margin: 0 auto;
	width: 920px;
}
#background-area {
	background: white url(/images/layout/bg-body.gif) repeat-y center center;
	padding: 0px 10px;
}
/********************************  CONTENT  ************************/
#content {
	background-color: White;
}
/********************************  LEFT CONTENT  ************************/
#content .left {
	padding: 15px 20px 20px;
}
#content .left h1 {
	color: #7B9460;
}
/********************************  RIGHT CONTENT  ************************/
#content .right {
	background-color: #EFEFEF;
	padding: 15px 13px 35px;
	width: 170px;
}
#content .right h1 {
	font-size: 24px;
	width: inherit;
	text-align: center;
}
#content .events {
	padding-top: 6px;
	list-style-type: none;
}
#content .events .event-details {
	padding: 0px 0px 0px 10px;
}
#content .events .event-details label {
	color: #7B9460;
}
#content .events h2 {
	font-size: 14px;
}
#content .events li {
	padding-top: 6px;
	margin-top: 6px;
	border-top: solid 1px black;
}
#content .events li.first {
	border-top: none;
}
/********************************  HEADER  ************************/
#header {
	background: white url(/images/layout/bg-header.jpg) no-repeat scroll 0px 43px;
	height: 238px;
	width: inherit;
	position: relative;
	padding-top: 43px;
}
#header .actions {
	padding: 5px;
	width: inherit;
	height: 40px;
}
#header .actions ul {
	list-style-type: none;
	float: right;
}
#header .actions ul li {
	padding-top: 22px;
	float: left;
	height: 18px;
	width: 100px;
	text-align: center;
}

#header .actions ul li a{	
	text-decoration: none;
	color: #758e5c;
}

#header .actions ul li a:hover {
	text-decoration : underline;
	color: #000000;
}

#header .actions ul li.faq {
	background: url(/images/layout/icon-faq.gif) no-repeat top center;
}
#header .actions ul li.about-us {
	background: url(/images/layout/icon-about-us.gif) no-repeat top center;
}
#header .actions ul li.contact-us {
	background: url(/images/layout/icon-contact-us.gif) no-repeat top center;
}
#header .logo {
	height: 190px;
	width: 190px;
	float: left;
	margin: 18px;
	background: url(/images/layout/logo-main.gif) no-repeat center center;
}
#header .login {
	padding: 4px 5px 4px 4px;
	position: absolute;
	top: 0px;
	right: 0px;
	color: black;
}
#header .login label {
	color: black;
	font-size: 12px;
	padding: 0px 3px;
}
#header .login input {
	border: solid 1px black;
}
#header .login .submit {
	display: inline;
}
#header .login .submit input {
	margin-bottom: -3px;
	border: none;
}

/********************************  NAVIGATION  ************************/
#nav {
	width: inherit;
	height: 37px;
	background: url(/images/layout/bg-nav.gif) repeat-x;
}
#parent {
	padding:1px 9px;
	list-style:none;
	height:35px;
	display: block;
}
#parent li {
	display:block;
	float:left;
	position:relative;
	line-height: 35px;
}
#parent li.first a:link, #parent li.first a:visited {
	border: none;
}
#parent li a:link, #parent li a:visited {
	border-left:1px solid #D5DDCE;
	color:white;
	position:relative;
	font-weight:bold;
	height:14px;
	display: inline;
	margin:10px 0 13px 13px;
	padding:0 0 0 13px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
#parent li:hover a, #parent li a:hover, #parent li a:active {
	
}
#parent li ul.child-nav {
	list-style:none;
	display:none;
	background: black;
	width: 150px;
	position:absolute;
	top:33px;
	right:0px !important;
	padding: 2px 0px 2px 0px;
	z-index: 5;
}
#parent li:hover ul.child-nav{
	display:block;
	width: 150px;
}
#parent li ul.child-nav li {
	clear:left;
	width: 150px;
	line-height: 17px;
	margin: 0px;
}
#parent li ul.child-nav li a:link, #parent li ul.child-nav li a:visited {
	width: 140px;
	clear:left;
	position:relative;
	z-index:1000;
	color: #CCCCCC;
	text-align: right;
	padding: 2px 10px 2px 0px;
	display: block;
	border: none;
	margin: 0px;
	height: auto;
}

#parent li ul.child-nav li:hover a, #parent li ul.child-nav li a:active, #parent li ul.child-nav li a:hover {
	background:#3E5B1F;
	color: White;
}
#parent li ul.child-nav li a span {
	position:absolute;
	top:0;
	left:132px;
	color:#fe676f;
}
#parent li ul.child-nav li:hover a span, #parent li ul.child-nav li a:hover span {
	position:absolute;
	top:0;
	left:132px;
	font-size:12pt;
	color:#ffffff;
}
/********************************  FOOTER  ************************/
#footer {
	width: inherit;
	background: url(/images/layout/bg-footer.gif) no-repeat center top;
	height: 25px;
}
#footer .copyright {
	text-align: right;
	padding: 8px;
}
/********************************  LOG IN  ************************/
#log_in_container {
	font-size: 13px;
	color: black;
}
#log_in_container a {
	font-weight: bold;
	color: black;
}
#log_in_container a:hover {
	color: #ABC090;
}

.logintxt a:active, .logintxt a, .logintxt a:visited{
	color: black;
}

.logintxt a:hover {
	text-decoration: none;
}

/********************************  ALTERNATING TABLE COLOR ************************/

#manage_round_robin_tbl{
	border: 1px solid #D5DDCE;
	margin: 5px 0px 5px 0px;
}

#manage_round_robin_tbl tbody tr td {
	font-size: 12px;
	padding: 3px;
}
	
#manage_round_robin_tbl thead tr td{
	background-color:  #758e5c;
	text-align:  center;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
	font-size:12px;
}

#manage_members_tbl{
	border: 1px solid #D5DDCE;
	margin: 5px 0px 5px 0px;
}

#manage_members_tbl tbody tr td {
	font-size: 12px;
	padding: 3px;
}
	
#manage_members_tbl thead tr td{
	background-color:  #758e5c;
	text-align:  center;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
	font-size:12px;
}

#manage_events_tbl{
	border: 1px solid #D5DDCE;
	margin: 5px 0px 5px 0px;
}

#manage_events_tbl tbody tr td {
	font-size: 12px;
	padding: 3px;
}
	
#manage_events_tbl thead tr td{
	background-color:  #758e5c;
	text-align:  center;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
	font-size:12px;
}

#view_leagues_tbl{
	border: 1px solid #D5DDCE;
	margin: 5px 0px 5px 0px;
}

#view_leagues_tbl tbody tr td {
	font-size: 12px;
	padding: 3px;
}
	
#view_leagues_tbl thead tr td{
	background-color: #758e5c;
	text-align:  center;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
	font-size:12px;
}
#view_leagues_tbl tbody tr.alt {
	background-color: #D6E0CA;
}
#view_leagues_tbl thead .court {
	font-weight: bold;
	width: 94px;
	text-align: center;
}
#view_leagues_tbl .time, #view_leagues_tbl .court {
	vertical-align: text-top;
	height: 19px;
}
#view_leagues_tbl tbody .court {
	width: 94px;
}
#view_leagues_tbl .unavailble {
	color: #999999;
}
#view_leagues_tbl .taken {
	color: #7B9460;
}

#round_sch_tbl{
	border: 1px solid #D5DDCE;
	margin: 5px 0px 5px 0px;
}

#round_sch_tbl tbody tr td {
	font-size: 12px;
	padding: 3px;
}
	
#round_sch_tbl thead tr td{
	background-color:  #758e5c;
	text-align:  center;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
	font-size:12px;
}


#gen_schedule_tbl{
	border: 1px solid #D5DDCE;
	margin: 5px 0px 5px 0px;
}

#gen_schedule_tbl tbody tr td {
	font-size: 12px;
	padding: 3px;
}
	
#gen_schedule_tbl thead tr td{
	background-color:  #758e5c;
	text-align:  center;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
	font-size:12px;
}

.general_tbl{
	border: 1px solid #D5DDCE;
	margin: 5px 0px 5px 0px;
}

.general_tbl tbody tr td {
	font-size: 12px;
	padding: 3px;
	border: 1px solid #D5DDCE;
}
	
.general_tbl thead tr td{
	background-color:  #758e5c;
	text-align:  center;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
	font-size:12px;
}

.scoreboard_tbl{
	border: 1px solid #D5DDCE;
	margin: 5px 0px 5px 0px;
}

.scoreboard_tbl tbody tr td {
	font-size: 12px;
	padding: 3px;
	border: 1px solid #D5DDCE;
}
	
.scoreboard_tbl thead tr th{
	text-align:  center;
	padding: 5px;
	font-size:10px;
}


#round_sch_tbl{
	border: 1px solid #D5DDCE;
	margin: 5px 0px 5px 0px;
}

#round_sch_tbl tbody tr td {
	font-size: 12px;
	padding: 3px;
}
	
#round_sch_tbl thead tr th{
	text-align:  center;
	padding: 5px;
	font-size:10px;
}

#compet_tbl{
	border: 1px solid #D5DDCE;
	margin: 5px 0px 5px 0px;
}

#compet_tbl tbody tr td {
	font-size: 12px;
	padding: 3px;
}
	
#compet_tbl thead tr td{
	background-color:  #758e5c;
	text-align:  center;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
	font-size:12px;
}



/********************************  ALTERNATING TABLE COLOR ************************/
.caption {
	font-weight: bold;
	font-size: 12px;
	line-height:25px;
}

.sm-bold-green {
	color: #758e5c;
	font-weight:bold;
}

/********************************  LINKS ************************/
.addnew {
	padding-left: 20px;
	background: url(/images/layout/add.gif) no-repeat;
	font-size: 12px;
}

a.addnew:link, a.addnew:visited, a.addnew:active  {
	text-decoration: none;
	color: #000000;
}

a.addnew:hover {
	text-decoration : underline;
	color: #000000;
}

.smlink {
	padding-left: 2px;
	padding-right: 2px;
	font-size: 10px;
}

a.smlink:link, a.smlink:visited, a.smlink:active  {
	text-decoration: none;
	color: #758e5c;
	font-weight:normal;
	font-size: 10px;
}

a.smlink:hover {
	color: #000000;
}



#infoPopup {	
	background-color: White;
	position: absolute;	
	left: 500px; 
	width: 300px; 
	z-index: 1000; 
	text-align: center; 
	border: 1px solid black;
}


#fade {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 10;
}


#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.popup_block {
	background: #ddd;
	padding: 10px;
	border: 5px solid #758E5C;
	float: left;
	width: 480px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin: 0 0 0 -250px;
	z-index: 1000;
}
.popup_block .popup {
	float: left;
	width: 90%;
	background: #fff;
	margin: 10px;
	padding: 10px;
	border: 1px solid #bbb;
}


a.info{
	position:relative; /*this is the key*/
	z-index:24;
	color:#333333;
	text-decoration:none;
	text-align: left;	
	}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:2em; left:2em; width:15em;
	border:1px solid #758E5C;
	background-color:#E7F1DB; color:#000;
	text-align: left;
	padding: 10px;
	}