/* jankly.com style sheet */

body {
background:#D9E1EC;
color:#274062;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
margin:10px;
padding:0;
}

a {
color:blue;
text-decoration:none;
}

a:hover {
color:red;
text-decoration:underline;
}

form {
margin:0;
padding:0;
}

h1,h2,h3,h4,h5,h6 {
font-weight:normal;
margin:0;
padding:0;
}

h1 {
font-size:24px;
}

h2 {
font-size:18px;
}

h3 {
font-size:14px;
}

h4 {
font-size:12px;
}

h5 {
font-size:10px;
}

h6 {
font-size:9px;
}

img {
border:0 none;
}

input[type="file"] {
font-size:10px;
margin:0;
padding:0;
}

input[type="submit"],input[type="reset"] {
background:#535E6E;
border:2px outset #274062;
color:#D9E1EC;
font-family:Lucida Console, monospace;
font-size:11px;
margin:2px;
overflow:visible;
padding:0 10px;
}

input[type="submit"]:active,input[type="reset"]:active {
border-style:inset;
}

input[type="text"] {
font-size:10px;
}

label {
margin:0;
padding:0;
}

label:hover {
background:#D9E1EC;
}

p {
margin:2px;
padding:0;
}

pre {
font-family:Lucida Console, monospace;
font-size:11px;
margin:2px;
padding:0;
}

table {
border:0 none;
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
font-size:10px;
margin:2px;
padding:0;
}

table.fixed {
table-layout:fixed;
}

td {
border:0 none;
margin:0;
padding:2px 4px;
text-align:left;
vertical-align:text-top;
}

td.c, td.footer {
text-align:center;
}

td.header {
background:#60728C;
border:1px solid #274062;
border-bottom:2px solid #274062;
color:#D9E1EC;
font-weight:bold;
text-align:center;
}

td.single {
background:#C0D3EC;
border-bottom:1px dotted #60728C;
border-left:1px solid #274062;
border-right:1px solid #274062;
border-top:0 none;
}

td.left {
background:#C0D3EC;
border-bottom:1px dotted #60728C;
border-left:1px solid #274062;
border-right:1px dotted #60728C;
border-top:0 none;
}

td.middle {
background:#C0D3EC;
border-bottom:1px dotted #60728C;
border-left:0 none;
border-right:1px dotted #60728C;
border-top:0 none;
}

td.right {
background:#C0D3EC;
border-bottom:1px dotted #60728C;
border-left:0 none;
border-right:1px solid #274062;
border-top:0 none;
}

td.lastrow {
border-bottom:1px solid #274062;
}

tr {
border:0 none;
margin:0;
padding:0;
}

.align-left {
float:left;
}

.align-right {
float:right;
}

.centered {
text-align:center;
}

.centered-vert {
vertical-align:middle;
}
