.BOBold { color: #333333; font-weight: bold; }

.BO_select{font-family:Arial; font-size:11px; height:18px; color:#333333;}

.BO_sfGrid{background-image:url(img/headerBkg.jpg); background-repeat:repeat-x; height:30px; font-family:Arial; font-size:11px; color:#FFFFFF; font-weight: bold; text-align:center; vertical-align:middle;}

.BO_btAggiungi{background-image:url(graphics/btAggiungi.jpg); width:94px; height:20px;}

.BO_sfSearch{height:60px; background-color:#F4F4F4; padding-left:15px;}

.BO_txtBold{font-family:Arial; font-size:11px; height:18px; color:#333333; font-weight:bold;}
.BO_txtBold a{color:#990000; text-decoration:underline;}

.BO_txtBoldGrid{font-family:Arial; font-size:11px; color:#FFFFFF; font-weight:bold; text-align:center;}
.BO_txtGrid{font-family:Arial; font-size:11px; color:#333333; font-weight:normal; text-align:left;}
.BO_txtGridCenter{font-family:Arial; font-size:11px; color:#333333; font-weight:normal; text-align:center;}

.BO_sfGridWhite{background-color:#FFFFFF;}
.BO_sfGridGrey{background-color:#F4F4F4;}

.BO_sfGridWhite .BO_txtGrid{padding-left:6px; padding-right:6px; padding-top:2px; padding-bottom:2px;}
.BO_sfGridGrey .BO_txtGrid{padding-left:6px; padding-right:6px; padding-top:2px; padding-bottom:2px;}

.BO_sfGrayScuro{height:20px; background-color:#EFEFEF; padding-left:15px;}

.BO_txtBold a{}


/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder
{
	text-align: left;
}

.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: white top left repeat;
	/*
	opacity: .5;
	*filter:alpha(opacity=50);
	*/
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}

.jcrop-tracker {
	*background-color: gray;
	width: 100%; height: 100%;
}

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(images/SavedStar.png);
}

.cellPager { text-align: center; }

.BO_PagerCenter
{
	color:#333333;
	font-family:Arial;
	font-size:11px;
	height:18px;
}

.HeaderClass
{
	font-weight:bold;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
	vertical-align:middle;
	margin-right:15px;
}

.CroppingDiv
{
	clear:both; 
	background-image:url(img/headerBkg.jpg); 
	background-repeat:repeat-x; 
	height:30px; 
	width:95%; 
	text-align:center;
}

.DimensionsDiv
{
	clear:both; 
	background-image:url(img/backgroundGray.jpg); 
	background-repeat:repeat-x; 
	height:30px; 
	width:95%; 
	text-align:center;
}
