.litRowEven
{
	background-color:#FFFFFF;
	cursor:hand;
	cursor:pointer;
}

.litRowOdd
{
	background-color:#CCCCCC;
	cursor:hand;
	cursor:pointer;
}

.litRowHover, .litRowOdd:hover, .litRowEven:hover
{
	background-color:#FF9900;
	cursor:hand;
	cursor:pointer;
}

.lit_lib-list
{
}

input
{
	-moz-border-radius: 15px; -webkit-border-radius: 15px; 
	border-radius: 15px;
}

#litTable tbody tr
{
	cursor:pointer;
}

#litTable tbody tr:hover td
{
	background-color:#C8D3E1;
}
/******** Button Class **********/
.gbutton
{
	cursor:hand;
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	background:url(/_common/images/button-bg.gif) repeat-x left top;
	font-weight:bold;
	padding: 1px 2px;
	line-height:10px;
	font-size:10px;
}

.gbutton:hover
{
	border:inset 1px #ccc;
}
/************************************************************/
