	body {
	margin-top: 10px;
}



	DIV#middlegal {
	float:left; 
	position: relative;
	width: 738px; 
	border-bottom: 0px solid #8690ab; 
	border-left: 0px;  
	border-top: 0px;
	overflow: none;
//	height: auto;
	text-align: left;
	/* padding-left: 5px; */
//	padding-top: 5px;
       background-color: #ffffff !important;
      /* min-height: 500px;*/
	left: 0;
//	top: 100;
	z-index: 10;
	}

	DIV#middlegal table {
	margin-left: 5px;
}



	DIV#middlegall {
	width: 50%;
	float: left;
}

	DIV#middlegalr {
	width: 50%;
	float: left;
}


	DIV#right {
	float:left; 
	width: 226px !important;
	width: 222px; 
	height: auto; 
	border: 0px solid #8690ab; 
	border-left: 0px;  
	overflow: auto;
	height: auto;
	padding-left: 3px;
	min-width: 125px;
	text-align: justify;
	font-size: x-small;
       background-color: #ffffff !important;
	margin-bottom: 20px;
	}




/************************************************************************************************
 *												*
 * Style for iStockPhoto like image hover. Code was distributed					*
 * http://www.webmaster-talk.com/html-forum/36943-mouse-over-image-enlarge-off-cursor.html	*
 * This is the stripped down version, i.e. does not display ratings are anything else           *
 * This was the only CSS required for it to work. The original javascript code was taken        *
 * from JavascriptKit.										*
 *												*
 ************************************************************************************************/


#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: auto;
	height: 1px;
	z-index: 9000;
}
.borderbot { height: 1px; line-height: 1px; font-size: 1px; margin: 0px; padding: 0px; background: url(/images/dots.gif) repeat-x; }






/*********************************************
 *                                           *
 *     Pagination Style                      *
 *                                           *
 *********************************************/



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pagination{
padding: 2px;
margin-top: 30px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
/* color: #2e6ab1; */
color: #666699;
}

.pagination a:hover, .pagination a:active{
/* border: 1px solid #2b66a5; */
border: 1px solid #000000;
color: #ffffff;
/* background-color: #FFFF80; */
background-color: #000000;
}

.pagination a.currentpage{
/* background-color: #2e6ab1; */
 background-color: #cc0000;
color: #fff !important;
/* border-color: #2b66a5;*/
border-color: #000000;
font-weight: bold;
cursor: default;
padding: 0 5px;

}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
/* color: #929292; */
color: #666699;
border-color: #929292;
font-weight: normal !important;
margin-left: 5px;
border: 0px;
}

.pagination a.prevnext{
font-weight: bold;
border: 0px;
}


.pagination a.prevnext:hover{
border: 1px solid #000000;
}
