/* changes the colors an the size of the border - please edit if you want to change the color !! 
   check the my_style.css in the main folder for a complete template
*/
body.twg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}

body.twg {
	background-color: #EFA4A3;
}

td.sideframe {
   background-color: #000033;
}

td.twg_info {
	border: 2px inset;
}

td.bottomtable {
	background-color: #000033;
}

td.bottomtableside {
	background-color: #000033;
}

td.bottomtablesideleft {
  background-color: #000033;
}

td.twg_bottom {
  background-color: #383B3F;
}
td.twg_counterpixel {
  background-color: #383B3F;
}

td.topnav { 
  background-color: #383B3F; 
  color: #eeeeee;
}


/* settings for the top left cell where the galleries -> ... ->  buttons are */
td.topnavleft {  
   background-color: #383B3F;
   color:#eeeeee;
}

/* settings for the top right cell where the menu buttons are */
td.topnavright {
   background-color: #383B3F;
   color:#eeeeee;
}

td.bottomtablesideleft {
 color:#eeeeee;
}

td.twg_bottom {
  background-color: #ffffff;
}

td.twg_counterpixel {
  background-color: #383B3F;
}

/* the colors of the links */
a:link { color:#ffffff; text-decoration: none; }
a:visited { color:#ff0000; text-decoration:none; }
a:hover { color:red; text-decoration:none; }
a:active { color:#ffffff; text-decoration:none; }
a:focus { color:#ffffff; text-decoration:none; }



