
/** colors **
 * dark red: #cf7272
 */

body, input, textarea {
	color: #000000;
	background-color: #ffffff;
}
table {
	border: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}

ul {
	list-style: outside;
}
li {
	margin-bottom: 2px;
}
h1, h2, h3, h4
{
	margin: 0px;
	padding-top: 20px;
	letter-spacing: 3px;
	color: #cf7272;
	clear : both;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #a8a8a8;
	border-bottom : 1px dotted #a8a8a8;
}
h4 {
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
}
p {
	text-align: justify;
	padding-left: 30px;
	padding-right: 50px;
	text-indent: 30px;
	clear: both;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted #000000;
}
.clear {
	clear: both;
}



a, a:hover, a:visited
{
	color: #d15454;
	text-decoration: none;
	border-bottom: 1px dotted #555555;
	letter-spacing : 1px;
}
a:visited
{
	border : 0px;
}
a:hover {
	color: #cf7272;
	text-decoration: none;
	border: 0px;
	background-color: #faffeb;
}

a[hreflang]:after {
	content : " (" attr(hreflang) ")";
}

/* secondary anchors */
a.sec, a.sec:visited { color: #a0a0a0; }
a.sec:hover { color: #c0c0c0; text-decoration: none; }

#pageTitle {
	background-color: #faffeb;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 50px;
	font-size: 30px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #ffcfcf;
	border-bottom: 3px dashed #dddddd;
}
#pageTitle span.panard {
	color: #cf7272;
	font-size: 36px;
}

#colleft {
	width: 180px;
	padding: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-right: 1px solid #555555;
}

ul.topmenu, ul.menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.topmenu li span {
	display: block;
	padding-bottom: 0px;
	margin-bottom: -7px;
	padding-left: 3%;
	font-size: 24px;
	font-weight: bold;
	text-transform: lowercase;
	color: #a8a8a8;
}
ul.menu {
	border-top: dashed 1px #a8a8a8;
	padding: 5px;
	font-size: 12px;
	margin-bottom: 20px;
	background-color: #eeeeee;
}
ul.menu li {
	padding: 0px;
	margin: 0px;
}
ul.menu a {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;

	border: 1px solid #333333;
	background-color: #ffffff;

	color: #555555;
	font-size: 14px;
	font-weight: bold;
}
ul.menu a:hover {
	background-color: #ffcfcf;
}

#content {
	padding: 0px;
	padding-left : 10px;
}

.mail {
	margin-left: 5px;
	font-family: courrier, monospace;
	border-bottom: 1px dashed #555555;
}

#screenshots div {
	float : left;
	padding: 20px;
	height: 150px;
	text-align: center;
}
#screenshots img {
	display: block;
	border: 2px solid #cf7272;
}
#screenshots img:hover {
	border: 2px solid #ffcfcf;
}	
#screenshots a,
#screenshots a:hover
{
	background-color: transparent;
	border: 0px;
}
#screenshots span {
	font-size: 10px;
	font-style : italic;
}
#screenshots span.current {
	color: #aa1414;
	font-weight: bold;
}

pre.shell, 
pre.edit 
{
	background-repeat: no-repeat;
	background-position: bottom right;
	border-style : solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
}

pre.shell {
	background-color: #eeeeee;
	border-color: #9e9e9e;
	background-image: url('/~panard/img/bg_shell.png');
}

pre.edit {
	background-color: #e1e1ff;
	border-color: #555577;
}

span.type {
	color : #a0a0a0;
}

li.current {
	margin-bottom: 10px;
	border-left : 3px solid #9e9e9e;
	padding: 5px;
	background-color: #f5f5f5;
}
li.current a {
	font-weight: bold;
	background-color: #faffeb;
}
.deprecated {
	text-decoration: line-through;
}

#photo {
	display: block;
	float: left;
	margin: 10px;
	margin-right: 50px;
	margin-top: 30px;
	height: 150px;
}

.noclear {
	clear: none;
}
div.address {
	font-size: small;
	float: left;
	clear: right;
}
p.habstract {
	text-align: justify;
	text-indent: 0px;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
p.hcredits {
	font-size: small;
	text-align: justify;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
.compact {
	margin: 0px;
	text-indent: 0px;
}

.pub .title {
	font-weight: bold;
}

dl.descriptions dt {
	font-weight: bold;
	margin-top: 15px;
}

@import url{'bib.css'}

