/*************************************/
/* placebar.css                      */
/* (c) 2009 billandcori.com          */
/*                                   */
/* Used for menu to change content   */
/* on visual indices                 */
/*************************************/

div.placecontent{
	width: 800px;
	text-align: right;
}

div.placemcontainer{
	align: right;
}

td.leftselected{
	background:url(../images/menus/l-sel.png) left top no-repeat;
	height:30px;
	line-height:30px;
	width: 9px;
	max-width: 9px;
}

td.rightselected{
	background:url(../images/menus/r-sel.png) left top no-repeat;
	height:30px;
	line-height:30px;
	width: 9px;
	max-width: 9px;
}

td.selected{
	background:url(../images/menus/sel.png) left top repeat-x;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: bold;
	height:30px;
	line-height:30px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	border: 0px;
	/*display:block;*/
}

td.unselected{
	background:url(../images/menus/navbar-back.png) left top repeat-x;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: bold;
	height:30px;
	line-height:30px;
}

td.sideunselected{
	background:url(../images/menus/navbar-back.png) left top no-repeat;
	height:30px;
	line-height:30px;
	width: 9px;
	max-width: 9px;
}

td.leftside{
	background:url(../images/menus/l-round.png) left top no-repeat;
	height:30px;
	line-height:30px;
	width: 9px;
	max-width: 9px;
}

td.rightside{
	background:url(../images/menus/r-round.png) left top no-repeat;
	height:30px;
	line-height:30px;
	width: 9px;
	max-width: 9px;
}

