span.toggle a:link {color:#333333; 
		font-size:85%;
		text-decoration:none; 
		background:#cccccc;
		padding:4px;
		border:0px solid #333333; }
span.toggle a:hover {color:#333333; 
		background:#bbbbbb; 
		border:0px solid grey;}
span.toggle a:selflink {color:blue;
		background:#000000;}
 
/* tables */
 table.sortable { 
	 font-size: 0.8em;
         width: 100%;
	 border: 1px solid #600;
	 border-collapse: collapse;
}		
 table.sortable th { 
	 font-size:0.8em; 
	 background-color:#c0c0c0; 
	 padding: 2px;
	 border: 1px dotted #600;
 }
 table.sortable tr.ind1 { 
	 background-color:#d3d3d3; 
 }
 table.sortable td { vertical-align: top; padding: 2px; 
	 font-size: 0.8em;
	 border: 1px dotted #600;
}
/*---------------------------------------------------*/
 table.schedules { 
	 font-size: 0.8em;
	 border: 1px solid #600;
	 border-collapse: collapse;
}		
 table.schedules th { 
	 font-size:0.8em; 
	 background-color:#c0c0c0; 
	 padding: 5px;
	 border: 1px dotted #600;
 }
 table.schedules tr.ind1 { 
	 background-color:#d3d3d3; 
 }
 table.schedules td { vertical-align: top; padding: 2px; 
	 font-size: 0.8em;
	 padding:5px;
	 border: 1px dotted #600;
}
/*--------------------------------------------*/
a.wikilink{
	color:blue;
	text-decoration:none;
	border-bottom:none;
}
a.wikilink:hover{
	text-decoration:underline;
}
a.wikilink:visited{
	color:purple;
}
a.createlinktext { 
  color:red; 
  text-decoration:none; 
  border-bottom:none;
  }
a.createlink { 
	  text-decoration:none; 
	  position:relative; 
	  top:-0.5em;
  }
a.createlink:hover {
	  text-decoration:underline;
  }
a.createlinktext:hover {
	  text-decoration:underline;
  }
  
frame {
	  background-color:#EEEEEE;
  }
/*----------------------------------------------------------------*/
#wikitext a.urllink {
	text-decoration:none;
        background: url(icons/external.png) center right no-repeat;
        padding-right: 13px;
}
#wikitext a.urllink:hover {
	text-decoration:underline;
}
#wikitext a.urllink[href^='mailto:'] {
        background: url(icons/email.png) center right no-repeat;
        padding-right: 18px;
}
#wikitext a.attachlink {
	text-decoration:none;
        background: url(icons/attach.png) center right no-repeat;
        padding-right: 18px;
}
#wikitext a.attachlink:hover{
	text-decoration:underline;
}
#wikitext a.attachlink[href$='.pdf'] {
background: url(icons/pdf.png) center right no-repeat;
        padding-right: 18px;
}
#wikitext a.attachlink[href$='.xls'] {
background: url(icons/excel.png) center right no-repeat;
        padding-right: 18px;
}
#wikitext a.attachlink[href$='.doc'] {
background: url(icons/word.png) center right no-repeat;
        padding-right: 18px;
}
#wikitext a.attachlink[href$='.zip'] {
background: url(icons/compress.png) center right no-repeat;
        padding-right: 18px;
}
#tocid a{
	color:blue;
	text-decoration:none;
}
#tocid a:hover{
	text-decoration:underline;
}
#wikititle a{
	color:grey;
	text-decoration:none;
}
#wikititle a:hover{
	color:blue;
	text-decoration:underline;
}
#wikihead a{
	color:grey;
	text-decoration:none;
}
#wikihead a:hover{
	color:blue;
	text-decoration:underline;
}
#wikifoot a{
	color:grey
	text-decoration:none;
}
#sidemenu {
	background:#cccccc;
	margin-left:12px;
}
#sidemenu a{
	color:#333333;
	padding-left:2px;
	font-style:italic;
	font-size:80%;
}
#logoutbutton {
	background:#cccccc;
	padding:5px;
}
#logoutbutton a{
	color:red;
	font-style:bold;
	text-decoration:none;
}

img.thumbs { border:1px solid #dddddd; margin:2px; padding:4px; vertical-align: middle; }
img.thumbs:hover, table.thumbtable td.thumbtd div.img:hover { border:1px solid red; }
table.thumbtable img.thumbs { border: 0; padding:0; }
table.thumbtable td.thumbtd {  margin:4px; padding:2px;}
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: center;}
table.thumbtable td.thumbtd div.caption { font-size:.8em; overflow:hidden; padding:0px; line-height:1.1em;}

/* This is for the attachtable recipe */

.attachtable td { padding-right: 20px; }
.attachtable a { text-decoration: none; }
.attachtable a:hover { text-decoration: underline; }
.attachtable .del, .attachtable .del a { color: #cccccc; }
.attachtable .titlerow
	{
		color: #cccccc;
		font-style: italic;
		font-size: 0.8em;
	}.attachtable td { padding-right: 20px; }
.attachtable a { text-decoration: none; }
.attachtable a:hover { text-decoration: underline; }
.attachtable .del, .attachtable .del a { color: #cccccc; }
.attachtable .titlerow
	{
		color: #cccccc;
		font-style: italic;
		font-size: 0.8em;
	}

/* For the mini recipe */
.mini { padding:2px; border:1px solid #dddddd; background-color:#ffffff; }
.miniH, .miniF {display:block;}