.normal {  font-family: Verdana;}
.noLine {  font-family: Verdana;  text-decoration: none;}

a:link.lnkhead1 {  color: #603913;  text-decoration: none ;}
a:link.lnkhead2 {  color: #004100;  text-decoration: none ;}
a:link.lnksub1 {  color: #FFFFFF;  text-decoration: none ;}
a:link.lnksub2 {  color: #FFFFFF;  text-decoration: none ;}
a:link.lnkfooter {  color: #603913;  text-decoration: none ;}

a:visited.lnkhead1 {color: #603913;  text-decoration: none ;}
a:visited.lnkhead2 {color: #004100;  text-decoration: none ;}
a:visited.lnksub1 {color: #A7BE8F;  text-decoration: none ;}
a:visited.lnksub2 {color: #A7BE8F;  text-decoration: none ;}
a:visited.lnkfooter {color: #603913;  text-decoration: none ;}

a:hover.lnkhead1 { color: #F26522;  text-decoration: underline ;}
a:hover.lnkhead2{ color: #004100;  text-decoration: underline ;}
a:hover.lnksub1 { color: #FFFFFF;  text-decoration: underline ;}
a:hover.lnksub2{ color: #FFFFFF;  text-decoration: underline ;}
a:hover.lnkfooter{ color: #F26522;  text-decoration: underline ;}

.lnkhead1 {  text-decoration: none ; font-family: "Verdana"; font-size: 10px; font-style: normal; font-weight: bold; color: #603913;}
.lnkhead2 {  text-decoration: none ; font-family: "Verdana"; font-size: 10px; font-style: normal; font-weight: bold; color: #004100;}
.lnksub1 {  text-decoration: none ; font-family: "Verdana"; font-size: 10px; font-style: normal; font-weight: bold; color: #FFFFFF;}
.lnksub2 {  text-decoration: none ; font-family: "Verdana"; font-size: 10px; font-style: normal; font-weight: normal; color: #FFFFFF;}
.lnkfooter {  text-decoration: none ; font-family: "Verdana"; font-size: 10px; font-style: normal; font-weight: normal; color: #603913;}

.txthead1 {  font-family: "Verdana"; font-size: 16px; font-style: normal; font-weight: bold; color: #603913;}
.txthead2 {  font-family: "Verdana"; font-size: 14px; font-style: normal; font-weight: bold; color: #C00202;}
.txthead3 {  font-family: "Verdana"; font-size: 10px; font-style: normal; font-weight: bold; color: #004100;}
.txtnormal1 {  font-family: "Verdana"; font-size: 10px; font-style: normal; font-weight: normal; color: #595959;}
.txtnormal2 {  font-family: "Verdana"; font-size: 10px; font-style: normal; font-weight: normal; color: #FDFFE3;}
.txtsub {  font-family: "Verdana"; font-size: 10px; font-style: normal; font-weight: normal; color: #ED1C24;}

.leftbg {  background: #cccccc;}
.rightbg {  background: #fafafa;}

.current_category
{
  color: rgb(255, 102, 0);
  font-weight: bold;
  text-decoration: none;
}

a.current_category, a.current_category:link, a.current_category:visited, a.current_category:active 
{
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-decoration: none;
}

/* Thumbnails for the root galleries page */
a.rootthumbnail, a.rootthumbnail:link, a.rootthumbnail:visited, a.rootthumbnail:active
{
	border: rgb(0, 0, 0) 1px solid;
/* 	space from the text to the bottom	*/
	margin-bottom: -45px; 
	padding-top: 5px;
/* 	height: 200px; modified	*/
	height: 172px;
/* width: 172px; modified	*/
	width: 145px;
	display: block;
	background: rgb(255, 255, 255);
	-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.rootthumbnail:hover
{
    border: rgb(0, 0, 0) 1px solid;
	margin-bottom: -45px;
	padding-top: 5px;
/* 	height: 200px; modified	*/
	height: 172px;
/* width: 172px; modified	*/
	width: 145px;
	display: block;
	background: rgb(20, 20, 20);
	-moz-opacity:1.00;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color="#232323",Direction=135,Strength=4) Alpha(Opacity=100);
}

td.rootthumbnail 
{ 
  height: 190px; 
} 

img.rootthumbnail 
{
  border: rgb(255, 255, 255) 1px solid;
  margin: 0px;
  padding: 0px;
  background: rgb(45, 45, 45);
  vertical-align: middle;
}

/* thumbnails for the categories pages */
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: -40px;
	padding-top: 5px;
	height: 166px;
	width: 136px;
	display: block;
	background: rgb(255, 255, 255);
	-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(0, 0, 0) 1px solid;
	margin-bottom: -40px;
	padding-top: 5px;
	height: 166px;
	width: 136px;
	display: block;
	background: rgb(20, 20, 20);
	-moz-opacity:1.00;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color="#232323",Direction=135,Strength=4) Alpha(Opacity=100);
}

img.thumbnail 
{
  border: rgb(255, 255, 255) 1px solid;
  margin: 0px;
  padding: 0px;
  background: rgb(45, 45, 45);
  vertical-align: middle;
}
	
	
td.thumbnail 
{ 
  height: 150px; 
} 

/* Div holding the table with thumbnails */
.thumbnails
{
	background: #ffffff;
	border: #000000 0px solid;
	padding: 4px 0px 0px 4px;
	/* width: 680px; */
}

.thumb_desc
{
	margin-top: 8px;
	margin-left: 4px;
	margin-right: 4px;
	width: 136px;
	display: block;
	color: rgb(91, 91, 101);
	font: 9px Verdana, Tahoma, Helvetica;
	letter-spacing: 0px;
}

.rootthumb_desc
{
	margin-left: 4px;
	margin-right: 4px;
	width: 133px;
	display: block;
	color: rgb(91, 91, 101);
	font: 10px Verdana, Tahoma, Helvetica;
	letter-spacing: 0px;
}

/* just for centering vertically the main galleries list */
/* hide it before displaying it at the right position */

#vert_centered
{
  position:relative;
  top:200px;
  display: block;
	padding: 2px 2px 2px 2px;
	visibility: hidden;
}

/* displays a picture */
div.photodisplay_landscape
{
	background: #333333;
	border: #000000 1px solid;
	width: 680px;
}

div.photodisplay_portrait
{
	background: #333333;
	border: #000000 1px solid;
	width: 520px;
}

img.photodisplay 
{
  border: rgb(0, 0, 0) 1px solid;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Shadow(color="#232323",Direction=135,Strength=5);
}


/* General elements */
div,body,th,tr,table,li,ul,form,blockquote,p,b,i,h4,center 
{
  border: 0px;
  color: rgb(91, 91, 101);
  font: 11px verdana, Tahoma, Helvetica, sans-serif;
}

body
{
    margin-bottom: 0px;
    margin-top: 0px;
    background: rgb(255, 255, 255);
/*   	border: #ff0000 1px solid;*/
   	height: 99%;
}

td 
{
    border: 1px none;
    background: none;
    border-collapse: collapse;
    empty-cells: show;
}

img
{
   border: rgb(0, 0, 0) 1px none;
}

.header, .footer
{
	background: #333333;
	border: #000000 1px solid;
	padding: 2px 2px 2px 2px;
	width: 760px;
  font: 10px Verdana, Tahoma, Helvetica;
}

.displayheader
{
	border: #000000 1px solid;
	padding: 2px 2px 2px 2px;
  margin-top: 10px;
  background: #333333;
  font: 11px Verdana, Tahoma, Helvetica;
}

.displayfooter
{
  margin-top: 15px;
	border: #000000 1px solid;
	padding: 2px 2px 2px 2px;
  background: #333333;
  font: 11px Verdana, Tahoma, Helvetica;
}
