body{
	background-color: white;
	background-image: url(white.gif);
	font-family: Tahoma;
	font-size: 12px;
	color:#000;
}
img { border:0; }
.print_form {
	height: 100%;
	width: 600;
	position:absolute;
	z-index:1;
        top: 0px;
        left: 0px;
        right: 0px;
        background-color: white;
        background-image: url(white.gif);
        z-index: 88;
        display: table
}

.vir2 {
    FONT-SIZE: 11px;
    FONT-WEIGHT: bolder;
    TEXT-DECORATION: none;
	 color: #E0E1D9;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.hide{
        display: none;
		  width: 1px;
		  height: 1px;
}
.overflows{
	height: 100%;
	width: 600;
	position:absolute;
	z-index:1;
	overflow: visible;
	top: 0px;
	left: 0px;
   right: 0px;
}
table, td, body{
	width: auto;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color:#000;
}

/* Gallery */
.gallery {
   clear: both;
   margin: 5px;
   margin-left:30px;
}
.gallery #gal_title {
   display:none;
}
.gallery #emptylabel {
   font-size: 16px;
   font-weight: bold;
   color: gray;
   text-align: center;
   padding: 20px 0;
   margin-bottom: 10px;
}
.gallery .img {
   float: left;
   background-color: white;
   margin: 2px;
   padding: 2px;
   /*border: 1px solid #F0F0F0;*/
}
div.gallery div.img:hover {
   /*border: 1px solid #BBB;*/
}
.gallery .img div {
   text-align: center;
}
.gallery .img .img_links {
   padding-top: 10px;
   cursor: default;
}
.gallery .img .img_links img {
   vertical-align: middle;
}
.gallery .img span {
   display: block;
   margin-top: 10px;
   font-size: 10px;
   height: 12px;
   color: gray;
   overflow: hidden;
}
.gallery .link_button, .gallery_fieldset .link_button {
   background-color: white;
}
.gallery_fieldset, .gallery_fieldset legend {
   margin: 0; padding: 0;
}
.gallery_fieldset {
   background-color: #FAFAFA;
   border: 1px dotted #C0C0C0;
   margin-top: 10px;
}
.gallery_fieldset legend {
   margin-left: 10px;
   padding: 2px;
   font-weight: bold;
}
.gallery_fieldset .list_table {
   border: 0;
   margin: 0;
   border-bottom: 1px dotted #C0C0C0;
}
.gallery_fieldset .list_table td {
   border: 0;
   padding: 5px;
}
.gallery .gallery_item {
   float: left;
   width: 120px;
   height: 157px;
   margin: 2px;
   padding: 10px;
   border: 1px solid #efe2bc;
   background-color: #FFFFE0;
   text-align: center;
   overflow:hidden;
}
div.gallery div.gallery_item:hover {
   cursor: pointer;
   background-color: #FFFFC0;  
   border: 1px solid #efd077;
}
.gallery .gallery_item .gallery_title {
   margin-top: 10px;
   text-align: center;
   font-size: 11px !important;
   overflow: hidden;
   width: 120px;
}
.gallery .gallery_item .gallery_icon {
   width: 120px; height: 90px;
   margin: 0 auto;
}
.gallery_tags {
   float: left;
}
.img_thumb {}
/* Gallery eof */
