/*
*
*	QUBCU.com 2004/5 site
*	designed by Ryan Mitchell (http://www.rtnetworks.net)
*	overall style sheet
*
*/


/* redefine some html */
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	margin:0px;
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}

hr {
	width:450px;
	height:10px;
	text-align:left;
	background-image: url(../images/hr.gif);
	border:0px;
	margin: 0px 5px 10px 5px;
	padding:0px;
}

a, a:active, a:visited {
	font-weight:bold;
	color:#ffcc00;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* page layout styles */
#container {
	width:688px;
	position: relative;
 	margin: 0 auto;
	text-align:left;
}

#banner {
	height:109px;
	background-image: url(../images/banner.jpg);	
}

#centerPanel {
	background-image: url(../images/centrePanel_bg.gif);	
	background-repeat: repeat-y;
	position:relative;
	height:100%;
	width:100%;
}

#leftColumn {
	margin:0px 195px 0px 5px;
	padding:0px;
	width:177px;
}

#links {
	padding:55px 0px 0px 0px;
	margin:0px;
	background-image:url(../images/move.gif);
	background-color:#a4b476;
	background-repeat: no-repeat;
	background-position: center top;
}

#members {
	background-image:url(../images/members.gif);
	background-color:#869964;
	border-bottom: 2px dashed #ffffff;
	padding:45px 15px 5px 15px;
	margin:0px;
	background-repeat: no-repeat;
	background-position: center top;
}

#members p {
	margin:5px 0px;
}

#members form {
	font-size:13px;
}

#members a, #members a:active, #members a:visited {
	color:#ffffff;
	text-decoration:underline;
	font-weight:normal;
}

#members a:hover {
	font-weight:bold;
}

#content {
	position:relative;
	padding: 20px 0px 5px 0px;
	margin:0px 15px 0px 200px;
}

#content p {
	margin:0px 5px 10px 5px;
}

#footerBlock {
	background-image: url(../images/footerBlock.gif);	
	background-repeat: no-repeat;
	text-align:center;
	margin:0px;
	clear:both;
	padding-top:40px;
}

#footerBlock p {
	margin-top:0px;
	font-size:10px;
	color:#000000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#footerBlock a, #footerBlock a:visited, #footerBlock a:active {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#footerBlock a:hover {
	text-decoration:underline;
}

.lightColour {
	margin:0px;
	padding:0px;
	background-color:#a4b476;
}

.lightColour p {
	padding:8px 3px;
}

/* link items */
.linkItem {
	background-color:#8b9964;
	width:127px;
	height:19px;
	margin-bottom:2px;
	padding:0px 25px;
	font-size:14px;
}

.linkItem:hover {
	background-color:#323232;
	cursor:pointer;
	cursor:hand;
}

/* form styles */
input /*[type="text"], input[type="password"], textarea*/ {
	background-color:#ffcc00;
	border: 1px solid #ffffff;
}

textarea {
	background-color:#ffcc00;
	border: 1px solid #ffffff;
	height: 25px;
}

img.submit {
 	vertical-align:top;
}

/* calendar styles */
table.calendar {
	border: 2px solid #ffffff;
	padding: 1px;
	background-position: center;
}
table.calendar td {
	border: 1px solid #ffffff;
}
td.calendarheader {
	background-color: #8b9964;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
td.calendartoday {
	background-color: #a4b476;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	width: 15px;
}
td.calendarweekend {
	background-color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	width: 15px;
}
td.calendarempty {
	background-color: #669966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	width: 15px;
}
td.calendarsquare {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	width: 15px;
}
#calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0000;
	text-decoration: none;
}
#calendar:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0000;
	text-decoration: underline;
	font-weight: bold;
}
label { width: 60px; float:left; color:#ffcc00; }