/*
This is the stylesheet where you can do your personal settings - 
You find the most important settings to adapt the colors of your gallery! 

I recommend not to modify the style.css because if I upgrade you can still
use your stylesheet! copy the stuff you change into this css. The settings
in this file overwrite the default settings!

Remove this file if you don't use it because otherwise its transfered to the server!

To activate the example below copy the * / (no space between * and /) to the end of the description

/ * Settings for the background
body.twg {
	background-color: #ffffff;
  color: #000000;
}
*/

/* Settings for the background * /
body.twg {
	background-color: #ffffff;
  color: #000000;
}

*/

/* Settings for the background
body.twg {
	background-color: #ffffff;
  color: #000000;
}
*/

/* the links - most of the text color has this color! 
a:link { color:#000000; text-decoration: none; }
a:visited { color:#000000; text-decoration:none; }
*/

/* color of the left and right border 
td.sideframe {
   background-color: #222222;
}
*/

/* type of border around the image 
td.twg_info {
	border: 2px inset;
}
*/

/* bottom middle color - the powered by and the translator!
td.bottomtable {
	background-color: #222222;
	color: #eeeeee;
}

td.bottomtable a:link { color:#eeeeee; text-decoration: none; }
td.bottomtable a:visited { color:#eeeeee; text-decoration:none; }
td.bottomtable a:hover { color:#999999; text-decoration:none; }
*/

/* bottom right color - help link
td.bottomtableside {
	background-color: #222222;
}

td.bottomtableside a:link { color:#eeeeee; text-decoration: none; }
td.bottomtableside a:visited { color:#eeeeee; text-decoration:none; }
td.bottomtableside a:hover { color:#999999; text-decoration:none; }

*/

/* bottom left color - the counter
td.bottomtablesideleft {
  background-color: #222222;
  color: #eeeeee;
}
*/

/* top middle color
td.topnav { 
  background-color: #222222; 
  color:#eeeeee;
}

td.topnav a:link { color:#eeeeee; text-decoration: none; }
td.topnav a:visited { color:#eeeeee; text-decoration:none; }
td.topnav a:hover { color:#999999; text-decoration:none; }
*/

/* settings for the top left cell where the galleries path is shown
td.topnavleft {  
   background-color: #222222;
   color:#eeeeee;
}

td.topnavleft a:link { color:#eeeeee; text-decoration: none; }
td.topnavleft a:visited { color:#eeeeee; text-decoration:none; }
td.topnavleft a:hover { color:#999999; text-decoration:none; }
*/

/* settings for the top right cell where the menu buttons are
td.topnavright {
   background-color: #222222;
   color:#eeeeee;
}

td.topnavright a:link { color:#eeeeee; text-decoration: none; }
td.topnavright a:visited { color:#eeeeee; text-decoration:none; }
td.topnavright a:hover { color:#999999; text-decoration:none; }
*/

/* Font setting for the caption ! - default right now  
.twg_Caption {
}
*/

/* You find the settings for the top x text in the main stylesheet at .twg_topx ... if you want to change them too */