.mainPage, .thumbsPage, .zoomPage {
	font-family:verdana;
	font-size:10pt;
	cursor:url(body.cur);
	background-color:#000000;
	}

td {
	font-family:verdana;
	font-size:10pt;
	}

.mainTable {
	/*Control the main table in mainPage.htm*/
	padding:0px;
	border-top:1pt solid #CCCCCC;
	border-left:1pt solid #CCCCCC;
	border-right:1pt solid #CCCFFF;
	border-bottom:1pt solid #CCCFFF;
	border-collapse: collapse;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#CCCCFF,endColorStr=#9999FF); 
	}

.mainImage {
	/*Control the LARGE image on mainPage.htm*/
	border:0pt none;
	cursor:hand;
	}

body, td, a {
	/*Control font color of body, tb and a*/
	color:#000000;
	}

.imageTable {
	/*Control the table around the LARGE image on mainPage.htm*/
	}

.thumbsImages {
	/*Control the small images on the thumbs page*/
	FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#0000ff,strength=3);
	cursor:hand;
	}

.thumbsPage, .pictureCell, .thumbsCell {
	/*Control BACKGROUNG apearance of LARGE cels in main page and thumb page*/; 
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#CCCCFF,endColorStr=#9999FF); 
	} 

.titleCell, .statusCell {
	/*Control BACKGROUNG apearance of TOP and BOTTOM cells in main page*/; 
	} 

.thumbsPage {
	/*Control thumbsPage.htm*/
	cursor:url('body.cur');
	}

.titleCell {
	/*Control the upper cells on mainPage*/
	border:0pt solid;
	}

.pictureCell {
	/*Control the large cell of the mainImage in mainPage*/
	border:0pt solid;
	}

.thumbsCell {
	/*Control cell that contain the iFrame with the images.*/
	border:0pt solid;
	}

.statusCell {
	/*Control status cell*/
	border:0pt none;
	font-family:verdana;
	font-size:8pt;
	height:14pt;
	}


.button {
	}

.galleryTitle {
	/*Control the SPAN title of the gallery*/
	font-family:Verdana;
	font-size:14pt;
	}

.galleryStatus {
	/*Control the status text*/
	font-family:Verdana;
	font-size:8pt;
	}
	
.imageName {
	/*Control the image name text*/
	margin-top: 1;
	margin-bottom:1;
	font-family:Verdana;
	font-size:14pt;
	}
	
.controlButtons {
 	height:20;
 	font-size:10px;
 	}
 
 .zoomImage {
	/*Control the image in the zoomPage.htm*/
 	}
 
 .zoomTable {
	/*Control the TABLE in the zoomPage.htm*/
	width:100%;
	height:100%;
 	}
 
 .zoomCell {
	/*Control the CELL in the zoomPage.htm*/
 	}
 	
 .zoomPage {
	/*Control the zoomPage.htm*/
 	}
 	
H1 {
	font-size:14pt;
	font-weight:normal;
 	}
 
H2 {
	font-size:12pt;
	font-weight:normal;
	text-align:center;
 	}
