.custom_red {
	color: red;
}

.custom_blue {
	color: blue;
}

.custome_frame {
	border: solid red 1px;
	background-color: black;
	color: white;
}
#modalOverlay {
  height:100%;
  width:100%;
  position:fixed;
  left:0;
  top:0;
  z-index:3000;
  background-color:#000;
  cursor:wait;
}

#modalContainer {
/*   height:800px; */
  width:580px;
  position:fixed;
  left:50%;
  top:15%;
  margin-left:-280px;
  z-index:3100;
  background-color:#fff;
  overflow: hidden;
  border: 10px solid white;
}
#fsiModalContainer {
/*  width:900px;*/
  position:fixed;
/*  left:50%;
  top:15%;
  margin-left:-350px;
  */
  z-index:3100;
  background-color:#fff;
  overflow: hidden;
  border: 10px solid white;
}
#fsiModalContainer a.modalCloseImg {
  background:url('x.png') no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  left: 873px;
  cursor:pointer;
}

#modalContainer  a.modalCloseImg {
  background:url('../images/close_gray.png') no-repeat;
  width:40px;
  height:40px;
  display:inline;
  z-index:3200;
  position:absolute;
  left: 523px;
  cursor:pointer;
}


#modalContainer ul {
	position: relative;
	padding-left:0;
}

#modalContainer ul li {
	display: block;
	float: left;
	width: 600px;
	text-align: center;
	padding-bottom: 0px;
}
#modalContainer table {
	clear: both;
}

#modalContainer #captionbox {
	width: 560px;
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	padding-bottom: 10px;
}


#rgtabs315 div.rgtabs-wrapper div.rgtabs-container div.twocol-element-with-images div.rightcol div.rightcol-content-image div {
	margin: 0;
	padding: 0;
	width: 0;
}

#bigImages li img {
	border: 1px solid black;
}

#modalContainer table.imgtext-table tbody tr td a img {
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #cacaca;
}

#modalContainer table.imgtext-table tbody tr td a img:hover{
	border-color: black;
}