
.main_table
{
    /*position:absolute;*/
    margin:auto;
    margin-top:80px;

    /* don't seem to work in IE7 */    
    width: 726px;
    height: 428px;
    display: block;
    padding: 2px 2px 2px 2px;
    /* hide it before displaying it at the right position */
    /*visibility: hidden;*/
}


a, a:link,a:visited,a:active
{ 
	color: rgb(204, 204, 255);
	font-weight: bold;
	text-decoration: none; 
} 
a:hover 
{
    color: rgb(255, 102, 0);
    text-decoration: none;
}

/* Thumbnails for the root galleries page */
a.thumbnail, a.thumbnail:link, a.thumbnail:visited, a.thumbnail:active
{
    border: rgb(0, 0, 0) 1px solid;
    /* 	space from the text to the bottom	*/
    margin-bottom: 0px; 
    padding-top: 5px;
    height: 132px;
    width: 162px;
    display: block;
    background: rgb(35, 35, 35);
    -moz-opacity:0.70; 
    -moz-border-radius-bottomright:	10px;
    -moz-border-radius-topleft: 10px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color="#232323",Direction=135,Strength=4) Alpha(Opacity=100);
}

a.thumbnail:hover{
    border: rgb(255, 102, 0) 1px solid;
}

td.thumbnail 
{ 
  height: 150px; 
} 

img.thumbnail 
{
  border: rgb(0, 0, 0) 1px solid;
  margin: 0px;
  padding: 0px;
  background: rgb(45, 45, 45);
  vertical-align: middle;
}


/* Div holding the table with thumbnails */
.thumbnails
{
	background: #333333;
	border: #000000 1px solid;
	margin-top:40px;
	padding: 0px 0px 4px 2px;
	width: 712px;
}

.thumb_desc
{
	margin-top: -22px;
	margin-left: 4px;
	margin-right: 4px;
	width: 150px;
	display: block;
	color: rgb(91, 91, 101);
	font: 10px Verdana, Tahoma, Helvetica, sans-serif;
	letter-spacing: 0px;
}

/* General elements */
div,body,th,tr,table,li,ul,form,blockquote,p,b,i,h4,center 
{
    border: 1px;
    color: rgb(91, 91, 101);
    font: 11px verdana, Tahoma, Helvetica, sans-serif;
}

body
{
    margin-bottom: 0px;
    margin-top: 0px;
    background: rgb(65, 65, 65);
   	height: 99%;
}

h1, h2 
{
    position: relative;
    border-left: 1px none;
    border-right: 1px none;
    border-top: 1px none;
    margin-right: 0px;
    width: 716px; 
    display: block;
    height: 21px;
}

td 
{
    border: 1px none;
    background: none;
}

img
{
   border: rgb(0, 0, 0) 1px none;
}

