.todo{
	color: red;
	letter-spacing: 1.5em;
	text-decoration: underline blink;
}

body{
	margin: 25px;
	font-family: serif;
	line-height: 1.1em;
	background: white;
	color: black;
}

h1,h2,h3,h4{
	line-height:1.5em;
}

h1.center,h2.center,h3.center,h4.center{
	text-align: center;
}

p{
	text-align: justify;
}

a:active{
	text-decoration: underline;
}

a:link, a:visited{
	text-decoration: none;
}

div{
	margin-top: 2em;
	border-top: solid thin red;
}

div.invis{
	border-style: none;
}

div.plain{
	padding-top: 1.2em;
	border-top: solid thin black;
}

div.hr{
	margin: 0px;
	margin-bottom: 1px;
	border-width: 0px;
	border-top: solid 1px gray;
}

hr{
	height: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
	color: gray;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	padding: 0px;
}

em{
	background-color: white;
	color: red;
}

img{
	border: 0px;
	padding: 2px;
}

img.extlnk{
	vertical-align: text-bottom;
}

caption{
	font-size: 1.2em;
	font-weight: bolder;
}

table.invis{
	font-family: serif;
	text-align: center;
	width: 100%;
	border-style: none;
	border-collapse: separate;
}

td.invis{
	white-space: normal;
	padding: 1em 5em;
}

table.pfamlnks{
	font-family: serif;
	text-align: center;
	width: auto;
	margin: auto;
}

th.pfamlnks{
	font-weight: bold;
	white-space: normal;
	padding: 1em;
}

td.pfamlnks{
	white-space: normal;
	padding: 1em;
}

table{
	font-family: monospace;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	width: 100%;
	border: solid 1px black;
	border-collapse: collapse;
}

/*
do not place border here
(th td has preference over colgroup, col, thead...)
*/
th{
	font-weight: normal;
	text-align: inherit;
}

td{
	white-space: nowrap;
	text-align: inherit;
}

/*
border tags are required only for ie7 and below
class needs to be set for every th and td
(fixed in ie8 beta)
*/
   
.serial{
	border: solid 1px black;
	width: 4em;
}

.icon{
	width: 20px;
	border: solid 1px black;
	border-right: none;
}

.pdb{
	width: 4em;
	border: solid 1px black;
	border-left: none;
}

.str, .seq{
	width: 20%;
	border: solid 1px black;
	border-left: none;
}

.ext, .cm{
	border: solid 1px black;
	border-left: none;
}

