@charset "utf-8";
/* CSS Document */

@charset "utf-8";

*{
	margin:0 auto;
	padding:0;
}

body  {
	background: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
}

h1  {
	color: #FFFFFF;
	text-align: center;
}

h2 {
	color: #99BA51;
	text-align: center;
}

h3 {
	color: #99BA51;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}


a {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color:#99BA51;
}

p {
	padding: 1em;
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 1px solid #EEEEEE;
	font-style:italic;
}

ul {
	margin-left: 3em;
}

ol {
	margin-left: 3em;
}

.sportsTemplate #container { 
	width: 764px; 
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;
}

.sportsTemplate #header { 
	background: #FFFFFF url(images/banner.jpg) top no-repeat;
	height:190px;
} 

/*Top topmenu*/
#menu {
	padding:0px;
	background:#FFFFFF url(images/nav_bg.jpg) top repeat-x;
	height:49px;
}

#menu ul {
	margin: 0;
	list-style: none;
	width:764px;
	height:49px;
}

#menu li {
	display: inline;
}

#menu a {
	float:left;
	display: block;
	padding: 10px 15px 10px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	height:20px;
}

#sidemenu a:hover {
	background: #ebeef3;
	color: #000000;
}

/*Banner*/

.banner {
	background: #2b3034 url(images/banner.jpg) center no-repeat;
	height:311px;
	padding:0;
}

/*Sidebar*/
.sportsTemplate #sidebar1 {
	float: left;
	width: 243px;
	padding:0px;
	background:#ffffff;
}

#sidebar1 blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#sidemenu {
	padding:0px;
	width:235px;
	background:#f2ede9;
}

#sidemenu ul {
	margin: 0;
	list-style: none;
}

#sidemenu li {
	display:inline;
	list-style:none;
}

#sidemenu li a {
	display: block;
	padding: 10px 0px 10px 15px;
	border: 1px solid #c4ad93;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	margin:0px auto;
	height:20px;
}

/*mainContent*/
.sportsTemplate #mainContent { 
	margin: 0 0 0 225px;
} 

#mainContent_contents{
	padding:15px;
}


/*Footer*/
.sportsTemplate #footer { 
	line-height: 0px;
	padding:20px; 
	background:#faeede url(images/footer_bg.jpg) top repeat-x;
} 

/*Columns*/

.sportsTemplate #footer p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0;
	color: #000000;
	text-align:center;
}

/* Boxed Style */

.boxed_content{
	margin:0px 0 0 0;
	padding: 20px;
	background: none;
	color:#000000;
	text-align:justify;
	margin-top:-80px;
}


img{
	border:0px;
}

.img_properties{
	float:center;
	margin-left:5px;
	margin-right:5px;
	border:1px solid #cce0a1;	
}


.actday {    	
	border:1px solid red;
}

.days {
    background-color:#f1f1f1;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

.calendar {
    width:300px;
	height:200px;
    float:center;
    border-collapse:collapse;
	font-size:16px;
	text-align:center;
	cursor:default;
}
.calheader {
	text-align: center;
}
.legend {
	width:160px;
	height:60px;
	float:center;
}
.legendmeet {
	width:20px;
	height:20px;
	background-color:#8acb88;
	border:2px solid #444;
}
.legendsocial {
	width:20px;
	height:20px;
	background-color:#bc88cb;
	border:2px solid #444;
}
.calbadminton {
	background-color:#8acb88;
}
.calsocial {
	background-color:#bc88cb;
}
.actbadminton {
	background-color:#8acb88;
    	color:red;
    	font-weight:bold;
}
.actsocial {
	background-color:#bc88cb;
    	color:red;
    	font-weight:bold;
}
.calnav {
	width:80%;
}

.comimage {
	width:80px;
	height:80px;
	border:1px solid #444;
	background:#ffffff url(images/d_silhouette.gif) top repeat-x;
	text-align:center;
	vertical-align:text-top;
}

.cominfo {
	vertical-align:text-top;
}
.socialevents {
	float:left;
	margin-left:60px;
	border:0px;
	padding:5px;
}

textarea {
	overflow:hidden;
}

.socialdesc {
	float:left;
	margin-left:10px;
	margin-right:40px;
	border:0px;
	padding:5px;
	text-align:justify;

}

.socialnav {
	width:80%;
	margin-left:30px;
	height:80px;
	margin-bottom: -80px;
}

.subscript {
	text-align:center;
	color:#666666;
	font-size:10px;
}

.map {
	margin-top:10px;
}

.clearfloat {
	clear:both;
}