/* This is the default style sheet used by the Gallery when   it is running as a standalone product.     
If you would like to customize the styles please create    
copy of this file called      
"standalone_style.css" (same name without ".default")   
If that file is found in this directory it will be    
used instead of this one.   Some of the styles below are overriden by specific    
album properties. These are noted.   
NOTE:  When Gallery is running standalone it still loads   
embedded_style as a baseline, but you can override those   settings here.*/ /*    
link colors - overridden by the album 'linkcolor' property.*/


a:link       { color: #000080; font-weight: bold }
a:visited    { color: #1F1F1F; font-weight: bold }
a:active     { color: #333399; font-weight: bold }
a:hover      { color: #666699; font-weight: bold }
a{text-decoration:none}

body         { topmargin: 0 leftmargin:0; background-color: ffffff; color: #4663E3; 
               scrollbar-face-color: #ffffff; scrollbar-arrow-color: #666699; 
               scrollbar-base-color: #000080; scrollbar-shadow-color: #1F1F1F; 
               scrollbar-dark-shadow-color: #1F1F1F; scrollbar-track-color: #666699;
               scrollbar-highlight-color: #333399; scrollbar-3d-light-color: 
               #333399; font-family: Arial; font-weight: bold; arial}
table
{
	table-border-color-light: #001c6c;
	table-border-color-dark: #3333CC; 
}
h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetic; color:#4663E3 }



input.button       { border-style:ridge; border-width:2; color: #4663E3; 
				font-weight:bold; 
				background-color:#CCCCCC; 
				font-size:8pt; 
				font-family:Arial; border2px}