body {

margin: 0; 
padding: 0; 

background: url("http://www.thomasgreanias.com/assets/bg/tg_bg.jpg") ;

background-attachment: fixed; 

background-color: #000000;

SCROLLBAR-FACE-COLOR: #E3C774;
SCROLLBAR-HIGHLIGHT-COLOR: #7d7d7d;
SCROLLBAR-SHADOW-COLOR: #323232; 
SCROLLBAR-3DLIGHT-COLOR: #111111; 
SCROLLBAR-ARROW-COLOR: #bbbbcc; 
SCROLLBAR-TRACK-COLOR: #E3C774; 
SCROLLBAR-DARKSHADOW-COLOR: #000000; 
SCROLLBAR-BASE-COLOR: #789789

}
	



	
/* ----------------------- BEGIN CHANGE Alternate colors --------------------- */

	.pagetitle
	 {color: #FF0000;}

	.pagesubtitle
	 {color: #ffff66;}


/* DARK CELLS, usually same as BG */ 
	.alternatecelldark,
	.alternatecelldarkpattern,
	.alternatecelldarkonly
	 {background-color: 	#332F1E;}
	 
	 /* Same as DARK CELLS above */
	 .specialcelllight
	 {border-left-color: 	#4F5265;
	  border-right-color: 	#4F5265;
	  border-top-color: 	#4F5265;
	  border-bottom-color: 	#4F5265;}

 
/* LIGHT CELLS */ 
	.alternatecelllight,
	.alternatecelllightonly,
	.button,
	.select,
	.input,
	.iTt,				/* For text ads */
	.imagerow1    		/* GALLERY ROW CELL - USUALLY DAE9E8 */ 
	 {background-color: #666666;}


	.imagerow2			/* GALLERY ROW CELL, Slightly lighter than "Lighter" USUALLY F0F7F5*/ 
	 {background-color: #333333;}



/* LIGHT GENERIC 1, usually light grey */ 

	.row1
	 {background-color: #D6C7AB;}
	 
/* LIGHT GENERIC 2, usually usually lesser light grey */ 
	.alternatecelllight2,
	.specialcelllight,
	.row2
	 {background-color: #C2AC82;} 



/* HYPERLINKS */ 
	a {
		color: #ffffff;
		text-decoration: underline;
	}
	a:visited {color: #ffffff;}
	a:hover {
		color: #FF4040;
		text-decoration: underline;
	}

/* ----------------------- END CHANGE Alternate colors --------------------- */ 


/* MAIN STYLES */
	body 			{font-size: 10pt;color: #cccccc;}
	td   			{font-size: 10pt;color: #cccccc;}

	.pagetitle 		{font-size: 16pt;}
	.pagesubtitle 	{font-size: 14pt;}

	.highlight 		{color: #003366;background: #FFFFC6;font-weight:bold;padding : 2px 0px 2px 0px;}

	.medium, .button, .input, .font-family			{font-size: 8.5pt;}
	.small 			{font-size: 7.5pt;}
	
	

/* ------------------------------------- BEGIN MASTER FONTS ----------------------- */

/* Font BODY Family */
	body, 
	td, 
	.small,
	.backnext,
	.bodyoverdark, 
	
	.searchcount, 
	.searchresults, 
	.searchresultpages, 
	.highlight, 
	
	.button,
	.select,
	.input,
	
	.errorhead, 
	.errorbody, 
	
	.iTt
	
	{font-family: tahoma,verdana,arial,sans-serif;}
	
	
/* Font TITLE Family */
	.pagetitle
		{font-family: tahoma,verdana,arial,sans-serif;}	

	 
	.pagesubtitle
		{font-family: courier new,courier,monospace,tahoma,verdana,arial,sans-serif;}	

/* ------------------------------------- END MASTER FONTS ----------------------- */



	

	

.pic {filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135, strength=5)
  progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  border: 0;}


/* ----------------------- TABLE STYLES --------------------- */

.generalcell {
	background-color: #000000;
	padding-top: 5px;	
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;			
	}

.generalcellonly {
	background-color: #000000;
	}
	
	
.adcell {

	padding-top: 0px;	
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
	text-align: center;	
	} 
		
		
.alternatecelllight {
	padding-top: 5px;	
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;	
	background-image: url('http://www.thomasgreanias.com/assets/bg/alternatecelllight_bg.gif');
	background-position-x: left		
	} 

.alternatecelllight2 {
	padding-top: 5px;	
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;			
	} 
		
.alternatecelldark {
	padding-top: 5px;	
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;	
	} 		
		
.alternatecelldarkpattern {
	padding-top: 5px;	
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;			
	background-image: url('http://www.thomasgreanias.com/assets/bg/bg_dark.jpg');	
	} 
	
.specialcelllight {
	padding-top: 4px;	
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;	
	border-right-width: 2px;
	border-left-width: 2px;	
	border-top-width: 2px;
	border-bottom-width: 2px;		
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;	
	} 
	
.lrborders {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;	
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;	
	}	
	
.underborders {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;	
	border-bottom-width: 1px;		
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;	
	border-bottom-color: #000000;	
	padding-bottom: 5px;		
	}		
	
	
/* BEGIN GALLERY ---------------------------------------------------------- */

.backnext {font-size: 12pt;font-weight: bold;}

.gallerythumbcell {
	background-color: #FFFFFF;
	text-align: center;

	padding-top: 5px;	
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;				
	}
	
.gallerythumbcell2 {
	font-family:  verdana, sans-serif;font-size: 7.5pt;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 1px;	
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 8px;			
	}	
	
/* END GALLERY ---------------------------------------------------------- */