/* Structure */
BODY {
	font-family: serif;
}

#header {
	padding-bottom: 1em;
	margin-bottom: 1em;
}

#title {
	text-align: center;
}

#footer {
	margin-top: 1em;
	padding-top: 1em;
}

#siteinfo {
	display: none;
}


/* Navigation */
#nav {
	margin-bottom: 1em;
}

#pagenavtitle, #sitenavtitle, #othernavtitle {
	width: 4em;
	font-weight: bold;
	padding-right: 0.5em;
}

#navimage, #navtitle {
	display: none;
}


/* Pic menu */
.picmenu-caption {
	text-align: left;
}

.picmenu-image {
	display: none;
}


/* types of text */
.asciiart		{
	border: thin black solid;
	color: black;
	background-color: #f0f0f0;
}
.codeinline		{
	font-weight: bold;
}

.codeblock		{
	border: thin black solid;
	background-color: #f0f0f0;
}
.codeuser		{ color: #e0e0e0; }


.credit			{ font-style: italic; }
.date 			{ color: black; }		
.deprecated 		{ font-weight: bold; }
.question 		{ font-weight: bold; }

/* tables */
.tabledefault TD {
	background-color: #f0f0f0;
}

.tabledefault TH {
	background-color: #e0e0ef;
	font-weight: bold;
	text-align: center;
}

.tabledefault .tdltc {
	background-color: white;
}

.tabledefault .thlt, .tabledefault .thlb, .tabledefault .thrt, .tabledefault .tdlt, .tabledefault .tdrt, .tabledefault .tdlb, .tabledefault .tdrb, .tabledefault .tdlth, .tabledefault .tdlbh {
	border-left: thin black solid;
	border-top: thin black solid;
}
.tabledefault .thrt, .tabledefault .tdrt, .tabledefault .tdrb {
	border-right: thin black solid;
}
.tabledefault .thlb, .tabledefault .tdlb, .tabledefault .tdrb, .tabledefault .tdlbh {
	border-bottom: thin black solid;
}

/* Images */
.imageframe {
	border: thin black solid;
}

#email { 
	background-image: url(http://www.codebunny.org/contact/image/email-white.png);
	width: 316px;
	height: 32px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	margin-bottom: 0.5em;
}

.imageframe {
	border: thin black solid;
	background-color: #d0d0ff;
}	

/* publications */
.pubabstract	{ font-style: italic; }

/* Links */
A:link, A:visited, A:active 	{ text-decoration: underline; color: blue; }

