/* TTC Copyright 2004-2005 */
/* Last Updated */
/* 2005 03 03 original version */
@import url("/pmwiki/pub/skins/pmwiki/pmwiki.css");
@import url("ttc.css");
@import url("ttc2.css");
body {
	width: 98%;
	background-color: transparent;
} 
.pagetitle {
	font-size: 110%;
	font-weight: bold;
	bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
} 
#wikilogo {
	float: left;
	clear: left;
	border: 1px none Gray;
}
#wikihead {
	position: relative;
	float: right;
	clear: right;
	border: 1px none Lime;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#wikihead input {
	font-size: 8pt;
}
#wikititle {
	border: 1px none Blue;
	float: left;
	clear: left;
	width: auto;
	margin-left: 0em;
	margin-right: auto;
}
#wikicmds {
	border: 1px none Aqua;
	float: right;
	clear: right;
	width: auto;
	margin-left: auto;
	margin-right: 0em;
}
#wikimid {
	clear: both;
}
#wikibody {
	background-color: transparent;
}
.pagegroup {
	border: 1px none Fuchsia;
	width: auto;
	margin-left: 0em;
	margin-right: auto;
}
#wikifoot {
	padding-left:0px;
	
}
.hosted {
   float:right; 
	clear:right;
}
.frame {
	background-color: #FADAA5;
}
#wikittcmenu {
	margin-left: auto;
	width: auto;
	margin-right: auto;
	border: 1px none Red;
}
.wikitrail {
  background-color: #FADAA5;
}
div.tocfloat { 
  width: auto;
  min-width: 15%;
  max-width: 30%;
}

/* for ThumbList recipe */
img.thumbs {border:1px solid #dddddd; margin:2px; padding:3px; vertical-align:middle;}
img.thumbs:hover {border-color:red; border-width:3px; padding:1px;}
table.thumbtable td {background-color: #F2FCE4;}
table.thumbtable img.thumbs {border:0; padding:0;}
table.thumbtable td.thumbtd {border:1px solid #dddddd; margin:1px; padding:3px;}
table.thumbtable td.thumbtd:hover {border-color:red;}
table.thumbtable {border:1px solid #cccccc;}
table.thumbtable td.thumbtd div.img {border: 1px solid #dddddd; text-align:middle;}
table.thumbtable td.thumbtd div.caption {font-size:.8em; overflow:hidden; padding:0px; line-height:1.1em;}
}
