body
{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: justify;
	line-height: 150%;
	color: #222;
	font-family: "Lucida Grande", Verdana, Tahoma, sans-serif;
	font-size: 13px;
}

h1, h2		{
	font-family: "Times New Roman", serif; 
	color:#f74;
	font-weight:normal;
	line-height:100%;
}

h1{
	text-align:center;
	margin: 0;
	padding: 0;
}


a{
	text-decoration:none;
}

img{
	border:0;
	margin:0;
	padding:0;
}

div.toc h1{
	text-align: left;
}

div.toc{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
	padding-top: 0;
	text-align: left;
	float: left;
	width: 330px;
}

ul.toc{
	color: #666;
	position: relative;
	left: -10px;
}

ul.toc ul{
	color: #333;
	position: relative;
	left: -10px;
}

ul.toc ul ul{
	color: #666;
}

.selected{
	background: #ffe4c0;
}

div.toc a, a.tips.selected{
	padding: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#container{
	position: absolute;
	left: 350;
	right: 30px;
	top: 15px;
}

body.smartbib{
	margin-top:15px;
	text-align: center;
}

#smartbib-container{
	text-align: justify;
	width: 700px;
	margin: 0 auto;
}

#smartbib-main{
	margin-left:20px;
	margin-right:20px;
	margin-top: 20px;
	text-align: justify;
	margin: 0 auto;
}

#smartbib-footer{
	text-align: center;
	margin-top:20px;
	padding: 5px;
	background-color: #ffe4c0;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
}


span.math img{
	position: relative;
}

#cluetip a:active{
	outline:none !important;
}

a:link{
	color: #33f;
}

a:visited{
	color: #83c;
}


br{
/*	display: none;*/
}

hr{
	border: none 0;
	border-top: 1px solid #aaa;/*the border*/
	display:none;
	margin: 0;
	padding: 0;
}

.navigation img, br, address, address + p, .navigation.top {
	display:none !important;
}

/* ugly hack because latex2html produces random line breaks. 
 * genuine line-breaks inserted by humans need to have the "real" class */
br.real{
	display: block !important;
}

.navigation a{
	margin-right: 20px;
}

.navigation{
	padding:5px;
	margin:0;
	padding-left:8px;
	background-color: #ffe4c0;
	left:10%;
	right:10%;
	text-align: center;
}

.navigation.top{
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}

.navigation.bottom{
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
}

span.toggle{
	color: #33f;
	cursor*: hand;
	cursor: pointer;
}

div.bibtex{
	width*: 100%;
	overflow: hidden;
	font-size: 85%; /* FIXME: IE */
}

div.citation div.abstract{
	padding-top: 10px;
}


span.title{
	clear: both;
}

div.cluetip div.citation-main{
	margin-right: 20px;
	text-align: left;
}

div.bbl2html dd div.links{
	margin-top: 15px;
}

div.bbl2html span.backrefs{
	color: #888;
}

div.citation span.toggle span{
	margin-left: 5px;
}

div.cluetip, #cluetip-inner{
/* FIXME: do this without absolute numbers */
	width:476px;
}

div.citation span.hide-True, .hidden{
	display: none;
}

dt{
	background-color:#def;
	border-top:1px solid #9ab;
	padding-left:5px;
	margin-top:20px;
	margin-bottom:5px;
}

span.backrefs{
	float: right;
	padding-right:2px;
}

dd{
	padding-right:2px;
}
/* original latex2html stuff */

/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
.MATH    { font-family: "Century Schoolbook", serif; }
.MATH I  { font-family: "Century Schoolbook", serif; font-style: italic }
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }

/* implement both fixed-size and relative sizes */
SMALL.XTINY		{ font-size : xx-small }
SMALL.TINY		{ font-size : x-small  }
SMALL.SCRIPTSIZE	{ font-size : smaller  }
SMALL.FOOTNOTESIZE	{ font-size : small    }
SMALL.SMALL		{  }
BIG.LARGE		{  }
BIG.XLARGE		{ font-size : large    }
BIG.XXLARGE		{ font-size : x-large  }
BIG.HUGE		{ font-size : larger   }
BIG.XHUGE		{ font-size : xx-large }


H3		{  }
H4		{  }
H5		{  }

/* mathematics styles */
DIV.displaymath		{ }	/* math displays */
TD.eqno			{ }	/* equation-number cells */

.arabic{
	font-size: x-small;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote, q {
}


DIV.navigation		{   }
SPAN.bfseries		{   }
DIV.tiny		{   }
DIV.quote		{   }
PRE.preform		{   }
SPAN.itshape		{   }
SPAN.textit		{ font-style: italic  }
SPAN.arabic		{   }
SPAN.textbf		{ font-weight: bold  }
SPAN.textsf		{ font-style: italic  }
