/* Always display Mozilla vertical scrollbar (to match IE) */
html
{

}
 
/* Main page body style */
body
{
 margin   : 0px;
 padding   : 5px;
 background  : #000000;
 text-align: center;
}
 
/* Container for the thumbnail grid */
.Pagination
{
 display   : block;
 text-align  : center;
 margin-bottom : 5px;
 height   : 20px;
 line-height  : 20px;
 font-family  : Verdana, Sans-Serif;
 font-size  : 10px;
 background  : #252525;
}
 
/* Overall pagination link style */
.Pagination span,
.Pagination a
{
 padding   : 2px 5px;
 border-width : 1px;
 border-color : #141414;
 border-style : solid;
 color   : #ffffff;
 text-decoration : none;
 background  : #39383D;
}
 
/* Individual pagination link (hover state) */
.Pagination a:hover
{
 background  : #0066FF;
 color   : #ffffff;
}
 
/* Disabled pagination link */
.Pagination .disabled
{
 color   : #252525;
}
 
/* Current pagination link */
.Pagination .current
{
 background  : #000000;
 color   : #ffffff;
}
 
/* Container for the entire thumbnail grid */
.Thumbnails 
{
 background  : #252525;
}
 
/* Container for both thumbnail image and text links */
.Thumbnails .thumb
{
 display   : block;
 float   : left;
}
 
/* Container for each thumbnail image link */
.Thumbnails .thumb .image
{
 border-width : 5px;
 border-color : #39383D;
 border-style : solid;
 background  : #ffffff;
}
 
/* Individual thumbnail image link (passive state) */
.Thumbnails .thumb .image a img
{
	border-width : 3px;
	border-color : #141414;
	border-style : solid;
	width			: 130px;
    opacity			: 1.0;
    filter			: alpha(opacity=100)
}
 
/* Individual thumbnail image link (hover state) */
.Thumbnails .thumb .image a:hover img
{
 border-color : #0066ff;
}
 
/* Container for each text link */
.Thumbnails .thumb .text
{
 width   : 120px;
 font-family  : Verdana, Sans-Serif;
 font-size  : 10px;
 line-height  : 12px;
}
 
/* Individual text link (passive state) */
.Thumbnails .thumb .text a
{
 color   : #ffffff;
 text-decoration : none;
}
 
/* Individual text link (hover state) */
.Thumbnails .thumb .text a:hover
{
 text-decoration : underline;
}


	
DIV.error_page {
z-index: 1; 
right: 5px; 
padding:10px;
top: 50px; 
width: 620px;
height: 50px;
color:black;
background-color:white; 
visibility: visible;
}
	
	
	

