
/*  
-t1 for character sketch block for moderrn.
-t100 for character sketch block for othher.
-t2 for attribute block.
-t3 for HP and AC info.
-t4 for init, BAB.
-t5 for speed, rep, action points, wealtth.
-t6 for saves.
-t7 for attacks.
-t8-9 for weap. 1.
-t10-11 for weap. 2.
-t12-13 for weap. 3.
-t14-15 for armor.
-t16 skills.
-t17 equipment.
-t18 feats and special abilities.
-t19 language block.
-t20 spell info block.
-t21 spells known block.
-t22-23 shield.
*/



table.t1
{
position: absolute;
left: 170px;
}

table.t100
{
position: absolute;
top: 10px;
left: 20px;
}

table.t2
{
position: absolute;
top: 170px;
left: 20px;
}

table.t3
{
position: absolute;
left: 205px;
top: 170px;
}

table.t4
{
position: absolute;
left: 205px;
top: 265px;
}

table.t5
{
position: absolute;
left: 625px;
top: 170px
}

table.t6
{
position: absolute;
left: 430px;
top: 310px;
}

table.t7
{
position: absolute;
left: 20px;
top: 350px;
}


table.t8
{
position: absolute;
left: 20px;
top: 465px;
}

table.t9
{
position: absolute;
left: 20px;
top: 504px;
}

table.t10
{
position: absolute;
left: 20px;
top: 560px;
}

table.t11
{
position: absolute;
left: 20px;
top: 599px;
}

table.t12
{
position: absolute;
left: 20px;
top: 655px;
}

table.t13
{
position: absolute;
left: 20px;
top: 694px;
}

table.t14
{
position: absolute;
left: 20px;
top: 750px;
}

table.t15
{
position: absolute;
left: 20px;
top: 789px;
}

table.t16
{
position: absolute;
left: 460px;
top: 470px;
}

table.t17
{
position: absolute;
left: 20px;
top: 950px;
}

table.t18
{
position: absolute;
left: 450px;
top: 1670px;
}

table.t19
{
position: absolute;
left: 730px;
top: 310px;
}

table.t20
{
position: absolute;
left: 60px;
top: 1420px;
}

table.t21
{
position: absolute;
left: 20px;
top: 1520px;
}

table.t22
{
position: absolute;
left: 20px;
top: 845px;
}

table.t23
{
position: absolute;
left: 20px;
top: 884px;
}

td
{
padding: 0cm .1cm;
}

td.header
{
text-align: left;
font-size: 70%;
font-variant: small-caps;
padding-bottom: 2mm;
padding-right: 1cm;
}

td.info
{
text-decoration: underline;
}

td.black
{
background-color: black;
font-weight: bold;
color: white;
text-align: center;
font-size: 70%;
font-variant: small-caps;
}

td.attr
{
border: thin solid black;
text-align: center;
}


td.head2
{
text-align: center;
font-size: 70%;
font-variant: small-caps;
}

td.temp
{
border: thin solid;
background-color: Gainsboro;
text-align: center;
}

img.i1
{
float: left;
}

img.i2
{
position: absolute;
left: 735px;
}

img.i3
{
position: absolute;
left: 600px;
top: 10px;
}