.Light_Box_Small{
	background:#f2f4f7;
}
.Light_Box_Small_Transparent{
	
}
.Light_Box_Spacer_Vertical{
	background: transparent url(/public/images/light-box-spacer-vertical.gif) center top repeat-y;
}
.Light_Box_Spacer_Horizontal{
    background: transparent url(/public/images/light-box-spacer-horizontal.gif) left center repeat-x;
    font-size:1px;
    line-height:1px;
    height:1px;
}
.Light_Box_Image{
    background:#f2f4f7;
    float:left;
    padding:5px;
    overflow:hidden;
    margin: 7px 7px 0 0;
}
.Light_Box_Image img{
    height:120px;
}
.Light_Box_Image_Title{
	background:#fafafa;
	text-align:center;
	clear:both;
}
.Row{
	background:#f2f4f7;
}
.Row:hover{
	background:#e4e8ee;
}
.Hover:hover{
	background:#e4e8ee;
}
.Pointer{
	cursor:pointer;
}
.Row_Spacer_Horizontal{
	background: transparent url(/public/images/light-box-spacer-horizontal.gif) left center repeat-x;
	height:14px;
}
.Head_Row td{
	background:#d3d7de;
    padding:5px;
    font-weight:bold;
}
.Content_Header{
	padding:5px;
	font-weight:bold;
	background:#e4e8ee;
	text-align:center;
}
.Clear{
	clear:both;
}