/*******************
  Copyright (c) 2004-2005 TinyWebGallery
  written by Michael Dempfle
  TWG version: 1.3b
********************/
/*
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 - you can specify a backgoundimage for all albums! e.g. background-image: url('my_background.jpg'); 
body.twg {
	background-color: transparent;
  color: #000000;
}
*/

/* added float: left for FF and Chrome in new hayssen layout */
table.twg_main {
  width:100%;
  height:100%;
  border: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  text-align: center;
  float: left;
}

/* the links - most of the text color has this color!
*/
a:link { color:#000000; text-decoration: none; }
a:visited { color:#000000; text-decoration:none; }
a:hover { color:#b00; text-decoration:underline; }
a:active { color:#eecc00; text-decoration:none; }
a:focus { color:#eecc00; text-decoration:none; }

/* settings for the top middle cell where the navigation buttons are - everything can be set individuall in the top! 
   if you want to change the color of the top row change the color at topnav, topnavleft, topnavright
   
   if you want to change the color of the whole border you have to edit sideframe and framestyle.css as well!
*/

/* Add "display: inline;" to table.twg in style.css and "display: block;" to table.twg in style_ie.css for test fix of FF height problem, also see table.twg_nav and .twg_Caption below
*/

/* display: inline; is for FF height problem */
.twg_imagetablediv {
  vertical-align:middle;
  display: inline;
}


/* font settings for cells */
td.twg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: none;   /* to remove the border on the gallery page images */
}

/* to make text look nicer + the border around the "main"-area */
td.twg_info {
	border-top: 0px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	vertical-align:top;
}

/* settings for centering the navigation table */
/* display: table; is for FF height problem */
table.twg_nav {
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
/*  display: table;	*/
}

td.topnav {
  height: 30px;
  text-align: center;
  vertical-align: middle;
  border-top: 2px none; 
  border-bottom: 0px none; 
  font-size: 10px;
  width: 125px;
  background-color: #F5F5F0; 
}

/* settings for the top left cell where the galleries -> ... ->  buttons are */
td.topnavl
