/* Reset  */
* {
	margin: 0;
	padding: 0;
	font-family: Arial;
}

/* Global Stuff */
h1 {
	font-size: 16pt;
	font-weight: bold;
}

/* Forms */
fieldset {
	border: none;
}
label.contactform {
	display:block;
	width:124px;
	float:left;
	clear:both;
	text-align: right;
	padding-right: 5px;
}

/* Header */
#logoheader {
	margin: 20px auto 0;
	width: 800px;
}
#logoheader .lcicon {
	display: block;
	width: 198px; height: 30px;
	text-indent: -99999px;
	background: url(img/lowellclubs.png) no-repeat;
}
#logoheader div {
	float: right;
}

/*Main Content Background and Container */
#main {
	width: 800px; min-height: 600px;
	background: #6d0000 url(img/mainbackground.png) repeat-y;
	margin: 10px auto;
	position: relative;
	z-index: 10;
}
#main #header {
	width: 800px; height: 426px;
	background:url(img/mainbackground_top.png) no-repeat;
	position: absolute;
	top: 0;
	z-index: 21;
}
#main #footer {
	width: 800px; height: 83px;
	background: url(img/mainbackground_bot.png) no-repeat;
	position: absolute;
	bottom: 0;
	z-index: 20;
}
#main #content {
	position: relative;
	z-index: 25;
	padding: 25px 25px 83px;
}
/*List Titles*/
#main #content .listtit {
	font-weight: bold;
	font-size: 16pt;
	color: #FEC0CC
}

/*Item Background and Container*/
#main #content .item {
	width: 740px; height: 20px;
	background: url(img/item.png) no-repeat;
	margin-bottom: 5px;
	padding: 5px 5px 3px 5px;
	cursor: pointer;
	overflow: hidden;
}

#main #content .active {
	height: 146px;
	cursor: default;
}

#main #content .item:hover {
	background: url(img/item_h.png) no-repeat;
}

/* LC Info */
#lowellclubsinfo {
	width: 800px;
	margin: 10px auto;
	position: relative;
	z-index: 10;
}

/*Item Contents:First Row */
.item .firstrow {
	height: 30px;
	overflow: hidden;
}
.item .firstrow .name {
	width: 370px;
	overflow: hidden;
	float: left;
	font-weight: bold;
}
.item .firstrow .timeinfo {
	width: 370px;
	overflow: hidden;
	float: right;
	text-align: right;
}

/* Item Contents: First Row (Add club) */
.item .addclubfirstrow {
	text-align: center;
}

/*Item Contents: First Row: Time and Info (Other Clubs) */
.timeinfo .day{
	color: #335599;
	font-weight: bold;
}

.timeinfo .room {
	font-weight: bold;
}

/*Item Contents: Rest */
.item .rest .clubimg {
	border: 1px dotted black;
	float: left;
	margin-right: 5px;
	width: 125px; height: 100px;
}
