@charset "utf-8";
/* RightWindows - okvirčki; po novem Balloons */

div.rw {
	position: relative;
	display: block;
	width: 204px;
}

td.rwTL {
	background-image:url(/img/rw/top-left.png);
}

td.rwTR {
	background-image:url(/img/rw/top-right.png);
}

td.rwTL, td.rwTR {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 12px;
	height: 32px;
}

td.rwT, td.rwB {
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 180px;
}

td.rwT {
	background-image:url(/img/rw/top.png);
	height: 32px;
	color: #c4deb8;
	font-size: 12px;
	font-weight: bold;
}
p.rwTitle {
	margin: 12px 0px 0px 4px;
}

td.rwC {
	background-color: #ffffff;
}

td.rwB {
	background-image:url(/img/rw/bottom.png);
	height: 18px;
}

td.rwBL {
	background-image:url(/img/rw/bottom-left.png);
}

td.rwBR {
	background-image:url(/img/rw/bottom-right.png);
}

td.rwBL, td.rwBR {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 12px;
	height: 18px;
}

td.rwL {
	background-image:url(/img/rw/left.png);
}

td.rwR {
	background-image:url(/img/rw/right.png);
}

td.rwL,td.rwR {
	background-repeat: repeat-y;
	background-position: 0px 0px;
}


p.rwInner {
	margin: 4px;
	padding: 0px;
}


/* ////// Upcoming Races ///////////// */
p.rwRace {
	margin: 2px 4px 4px 4px;
}
