/* CSS Document */

a:link, a:visited, a:active { color:#00579f; text-decoration:none; }
a:hover { text-decoration:underline; }

html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#CCCCCC;
	color:#333333;
	margin:0px 0px 0px 0px;
	height: 100%;
	line-height:1.2;
}

form {
	margin:0px;
}

input {
	border:#666666 solid 1px;
}

textarea {
	border:#666666 solid 1px;
}

hr {
	border:#CCCCCC dotted 1px;
}

.button {
	background-image:url(images/design/calbg.jpg);
	background-color:#CCCCCC;
	border:0;
	padding:0px 4px 2px 4px;
	margin:0px;
	height:22px;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	cursor:pointer;
	font-size:11px;
}

.buttondn {
	background-image:url(images/design/calbgdn.jpg);
	border:0;
	padding:0px 4px 2px 4px;
	margin:0px;
	height:22px;
	border:0;
	height:27px;
	font-size:11px;
	cursor:pointer;
}

.searchbutt {
	background-image:url(images/icons/search.jpg);
	border:0px;
	width:25px;
	height:19px;
}

.searchInput {
	width:127px; 
	border:0px;
	background-image:url(images/icons/searchinput.jpg); 
	
	height:13px; 
	padding:3px;
	padding-left:22px;
	font-size:11px;
}

.flyer {
	border:#CCCCCC 1px solid;
	padding:3px;
	margin:0px 5px 10px 5px;
	display:block;
}

.cal {
	margin:0px;
}

.caltd {
	text-align:center;
	height: 10px;
	background-image:url(images/design/calbg.jpg);
	border-top:#f5f5f5 solid 1px;
	border-left:#f5f5f5 solid 1px;
	border-right:#BBBBBB solid 1px;
	border-bottom:#BBBBBB solid 1px;
}

table {
	margin:0px;
}

th {
	text-align:center;
	height: 10px;
	background-color:#005EA4;
	border-top:#A5D7EE solid 1px;
	border-left:#2488BC solid 1px;
	border-right:#003D6E solid 1px;
	border-bottom:#032457 solid 1px;
	color:#FFFFFF;
}

.cal tr th {
	background-color:#E8E8E8;
	text-align:center;
	height:20px;
	font-size:10px;
	font-weight:normal;
	border-top:#f5f5f5 solid 1px;
	border-left:#f5f5f5 solid 1px;
	border-right:#BBBBBB solid 1px;
	border-bottom:#BBBBBB solid 1px;
	vertical-align:middle;
	color:#333333;
}

.h4 {
	font-style:italic;
	font-weight:normal;
	padding:3px;
	padding-left:10px;
	margin: 10px 0px 10px 0px;
	font-size:20px;
	border-bottom: 3px solid;
	border-left: 9px solid;
}

h4 {
	font-style:italic;
	font-weight:normal;
	margin: 10px 0px 10px 0px;
	padding:4px;
	font-size:18px;
	color:#FFFFFF;
}

h6 {
	padding:3px;
	margin:10px 0px 10px 0px;
	font-size:13px;
	color:#FFFFFF;
}	

.stura {
	background-image:url(images/design/bgstura.jpg);
	background-color:#F68100;
}

.htwm {
	background-image:url(images/design/topbg.jpg);
	background-color:#00579f;
}

.club {
	background-image:url(images/design/bgclub.jpg);
	background-color:#A60C47;
}

.else {
	background-image:url(images/design/bgelse.jpg);
	background-color:#006600;
}

.stat {
	font-size:15px;
	font-weight:bold;
	padding:6px;
	color:#DDDDDD;
	line-height:25px;
}

.statReady {
	font-size:15px;
	font-weight:bold;
	padding:6px;
	background-image:url(images/icons/statReady.jpg);
	line-height:25px;
}


/* ====================================  Container  =======================================*/


.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
	width:1000px;
	background-color:#FFFFFF;
	border-left:1px #999999 solid;
	border-right:1px #999999 solid;
}

div.legend {
	text-align:right;
	font-size:10px;
	color:#999999;
}

div#head {
	position:relative;
	width:100%;
	height:100px;
	margin:0px;
	padding:0px;
	background-image:url(images/design/logo.jpg);
}

div#top {
	background-image:url(images/design/topbg.jpg);
	margin:0px;
	height:30px;
	width:100%;
	color:#FFFFFF;
	position:relative;
}

a.topnav:link, a.topnav:visited, a.topnav:active {color: #FFFFFF; font-weight: bold; text-decoration: none;}
a.topnav:hover { color: #FFFFFF; font-weight: bold; width:100px; text-decoration:underline; }


div#content {
	position:relative;
	overflow:hidden;
	width:100%;
}

/*===== Left =====*/
div#left {
	position:absolute;
	top:0px;
	left:0px;
	height:350px;
	width:175px;
	color:#333333;
	z-index:100;
}

div#main {
	background-color:#FFFFFF;
	position:relative;
	margin:10px 15px 10px 190px;
}

div#right {
	background: url(images/design/round.gif) 0% 100% no-repeat;
	position:absolute;
	right:0px;
	top:0px;
	padding:10px;
	width:180px;
}

div#zoom {
	position:absolute;
	top:50px;
	left:20%;
	padding:2px 2px 0px 2px;
	background-image:url(images/design/bgdet.jpg);
	border:1px solid #666666;
	z-index:100;
}

div.day {
	margin:10px 0px 0px 0px;
	padding:2px 0px 0px 0px;
	background-image:url(images/design/bgpref.gif);
	background-repeat:repeat-x;
	height:190px;
}

div.detail{
	margin:10px 0px 0px 0px;
	padding:2px 0px 0px 0px;
	background-image:url(images/design/bgpref.gif);
	background-repeat:repeat-x;
}
	

div#trans {
	background-image:url(images/design/trans.gif);
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:100;
}

.foot {
	width:1000px;
	height: 22px;
	padding-top:18px;
	text-align:right;
	background-image:url(images/design/foot.jpg);
}

.push {
	height:40px;
}
