﻿@charset "UTF-8";

html
{
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote
{
	font-family: Georgia;
	margin: 0;
	padding: 0;
}
body
{
    height: 100%;
    width: 100%;
    background-color:#fafaf5;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/club_images/tennis.jpg) no-repeat center center fixed  ;
    font-size: 14px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div#TopName h1 {
	
	   
	       font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 42px;
    font-weight: normal;
    /*color: #3d5141;*/
    color: #FFF06A;
    text-align: center;
    line-height: normal;
    text-shadow: 2px 2px 5px #000000;
	   padding: 48px 0px 30px 0px;

}


div#page {
    min-height: 90%;
    /*width: 960px;*/
    margin: 0px auto 0 auto;
    padding: 0px 0px 0px 0px;
    position: relative;
    text-align: center;
    height: auto !important;
}

#container {
    margin: 0px auto 0 auto;
    padding: 0px 0px 0px 0px;
    width: 1000px;
    height: auto;
    min-height: 760px;
    /*   background-color:#f6e8a0;*/
    background-color: #ffffff;
    -moz-box-shadow: 0 0 15px #000;
    -webkit-box-shadow: 0 0 15px #000;
    box-shadow: 0 0 15px #000;
    position: relative;
	 border-radius: 25px;
}


table
{
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
}


.DefaultWidth
{
	width: 990px;
}




#main-content.dragging .portlet-column
{
	border: 3px double #828F95;
	height: 100px;
	min-height: 100px;
}

.portal-iframe #main-content
{
	width: 100%;
}
.lfr-has-sidebar #main-content
{
	padding-left: 220px;
}

.aui-dragging .portlet-column.customizable
{
	background-color: #CFFCCF;
	outline: 3px solid #9CC97B;
}

.portlet-column
{
	display: table-cell;
	vertical-align: top;
}

.contentLayout
{
	border-right: 1px solid #F3F2F0;
	margin: 30px 0 2px 2px;
	padding: 20px 0 10px 18px;
	width: 725px;
}

.aui-w80
{
	background-color: #fff;
}

.portlet-borderless-container:hover .portlet-borderless-bar
{
	opacity: 1;
}
.portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions
{
	display: inline;
}

div#footer {
    color: #0092be;
    width: 960px;
    margin: 0 auto;
    padding: 30px 20px 20px 20px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    /*background: url(../images/layout/footerBg.jpg) no-repeat;*/
}


#footer a, #footer a:link, #footer a:active {
    color: #ffffff;
    padding: 0;
    text-decoration: none;
}

    #footer a:visited {
        color: white;
    }

    #footer a:hover {
        text-decoration: none;
        color: #0092be;
    }
