/*
 *      sidebox.css
 *
 *      Copyright 2009 Kevin Brodigan <kev_brodigan@yahoo.co.uk>
 *
 *      This program is distributed in the hope that it will be useful,
 *      but WITHOUT ANY WARRANTY; without even the implied warranty of
 *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

#leftSide {
	width: 200px;
	text-align: center;
	padding: 10px;
}

#contentCell {
	text-align: center;
	padding: 10px;
}


#rightSide {
	width: 200px;
	text-align: center;
	padding: 10px;
}

.sbWeatherbg {
	width: 195px;
	height: 150px;
	background-image: url('../images/rounded.php?shape=r&rad=14&width=195&height=150&bw=3&bc=bbc&bgo=0&fgc=000&fgo=50');
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 20px;
	overflow: hidden;
}

.sbWeatherbg td {
	text-align: center;
}

.sbWeather {
/*
	position:relative;
*/
	padding: 0px 2px 0px 2px;
	color: white;
}

.sbNewsbg {
	width: 195px;
	height: 140px;
	background-image: url('../images/rounded.php?shape=r&rad=14&width=195&height=140&bw=3&bc=bbc&bgo=0&fgc=000&fgo=50');
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 20px;
}

.sbNews {
	position:relative;
	top: -10px;
	overflow: auto;
	color: white;
}


.sbEventsbg {
	width: 195px;
	height: 140px;
	background-image: url('../images/rounded.php?shape=r&rad=14&width=195&height=140&bw=3&bc=bbc&bgo=0&fgc=000&fgo=50');
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 10px;
}

.sbEvents {
	position:relative;
	top: -10px;
	overflow: auto;
	color: white;
}

.sbTWbg {
	width: 195px;
	height: 280px;
	background-image: url('../images/rounded.php?shape=r&rad=14&width=195&height=250&bw=3&bc=bbc&bgo=0&fgc=000&fgo=50');
	background-repeat: no-repeat;
	text-align: center;
}

.sbTW1 {
	margin: 0 10px;
}

.sbTW2 {
	position:relative;
	top: -5px;
	overflow: auto;
	color: white;
	overflow: auto;
	height: 190px;
	font-size: 9pt;
	margin: 0 10px;
}

.sbLoginbg {
	width: 195px;
	height: 175px;
	background-image: url('../images/rounded.php?shape=r&rad=14&width=195&height=175&bw=3&bc=bbc&bgo=0&fgc=000&fgo=50');
	background-repeat: no-repeat;
	text-align: center;
}

.sbLogin {
	overflow: hidden;
	font-size: 7pt;
	text-align: left;
	margin: 0px 4px;
}

.sbLogin a {
	color: white;
	text-decoration: underline;
	font-size: 8pt;
}

.sbLogin input[type="text"], input[type="password"] {
	width: 180px;
}

.cbBigbg {
	width: 475px;
	height: 450px;
	background-image: url('../images/rounded.php?shape=r&rad=14&width=495&height=455&bw=3&bc=bbc&bgo=0&fgc=000&fgo=50');
	background-repeat: no-repeat;
	padding: 10px;
}

.cbBig {
	width: 475px;
	height: 430px;
	overflow: auto;
	text-align: left;
	margin-right: 5px;
	padding-right: 5px;
}
.cbBig h2 {
	margin-top: 0;
}

.cbBig a {
	color: rgba(255, 255, 255, 1.0);
	text-decoration: underline;
	font-size: 12pt;
}

#sideImageBox {
	width: 195px;
}

.sideImage {
	width: 100%;
}

#rightSideTop {
	height: 220px;
}
