
/* Fluffy-Gallerys CSS  */
/* Filename: format.css */




/* only used in the configurator */


form fieldset {
  margin-bottom: 10px;
  border: 1px solid black;
  border-style: solid none none none;
}
form legend {
  padding: 0 4px;
  font-weight: bold;
}
form label {
  display: block;
  line-height: 1.8;
  vertical-align: top;
  text-align: right;
  padding-right: 1em;
  width: 155px;
	float: left;
}
form fieldset ul {
  margin: 0;
  padding: 0;
}
form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form fieldset fieldset label {
	line-height: 1.2;
	float: none;
	text-align: left;
	padding: none;
  display: block;
  width: auto;
}
form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form fieldset fieldset label {
  margin-left: 158px; /* Width plus 3 (html space) */
}













/* used everywhere */

body{
	background-color: #FFFFFF;
	font-family: 'Trebuchet MS','Verdana','Tahoma',sans-serif;
/*	font-size: 12pt;*/
}

.image
{
	margin: 0;
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	background-color: #f2f2f2;
	padding: 10px 0;
}

.thumbnail
{
	float: left;
	width: 170px;
	height: 145px;
	margin: 0 15px 15px 0;
	text-align: center;
	padding: 5px;
}

.dir
{
	float: left;
	width: 160px;
	height: 135px;
	margin: 5px 15px 15px 5px;
	padding: 5px;
	text-align: left;
	border: 1px solid lightgrey;
}

div.breadcrumbs
{
	padding: 1px 4px;
	font-size: 80%;
}

.thumbnail:hover
{
	background-color:#e6e8f2;
}

div.world, div.img-world
{
	border: 1px solid black;
}

div.img-world
{
	text-align: center; 
	margin: auto; 
	position: relative;
}

div.spacer
{
	clear: both;
}

div.container
{
	background-color: #f2f2f2; 
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
}

div.footer
{
	background-color: #FFFFFF;
	padding: 1px 4px;
	font-size: 80%;
}

.thumbnail:hover a{
	color: #000f4d;
}


a:link 
{ 
	color:#002ad1;
	text-decoration:none;
}
a:visited 
{
	color:#002ad1;
	text-decoration:none;
}
a:hover 
{
	color:#000f4d;
	text-decoration:underline;
}

img
{
	border: none;
}


/* old stuff

body
{
	font-family:'Trebuchet MS','Verdana','Tahoma';
}

.header{
	border: none;
}
.header-small{
	font-size: 8pt; 
}

.folderheader-end td{
	border-bottom: 1px solid lightgrey;
}

body,td,a
{
	font-size: 11pt;
}

td
{	
	width:20%;
	vertical-align:center;
	text-align:center;
}

.thumbnail:hover
{
	background-color:#e6e8f2;

}
.thumbnail:hover a{
	color: #000f4d;
}

table
{	
	border: 1px solid black;
	border-collapse: collapse;
}

.filler
{
	padding: 0px 0px 0px 3px;
	text-align:left;background-color:#f2f2f2;
}

.dir{
	padding: 0px 0px 0px 3px;
	background:url(.folder.gif) #f2f2f2 no-repeat center;
text-align: left;
}

.thumbnail
{
	padding: 3px 0px 1px 0px;
	text-align:center;
	background-color:#f2f2f2;
}


.notes
{
	font-size:8pt;
}


.notes td{
	border-top: 1px solid lightgrey;
}


a:link 
{ 
	color:#002ad1;
	text-decoration:none;
}
a:visited 
{
	color:#002ad1;
	text-decoration:none;
}
a:hover 
{
	color:#000f4d;
	text-decoration:underline;
}






*/
