@import url(reset.css);
@import url(font.css);

/* GENERIC */
body{ background: #000; padding: 5px; color: #fff;}
h3{ margin-top: 10px; margin-bottom: 5px;}
p{ margin-bottom: 12px; line-height: 1.8em;}
table td{ line-height: 1.4em;}
p.last{ margin-bottom: 0;}
.txt strong{ font-weight: bold; color: #fff;}

hr{ border: none; border-bottom: 1px solid #333; background: none;}

input{ padding: 5px; margin: 0; border: 0; background: #4d4d4d; color: #ccc;}
input:focus{ background: #ccc; color: #333;}

textarea{ background: #1f1f1f; color: #ccc; border: 0; padding: 5px;}
textarea.textarea{ width: 330px; height: 90px;}
textarea.textareagobos{ width: 290px; height: 90px;}

.white{ color: #fff;}

.mt{ margin-top: 10px;}
.right{ float: right;}
img{ float: left; margin-right: 10px; margin-top: 5px}
img.right{ margin-left: 20px;}
img.top{ border: 3px solid #fff; margin-bottom:20px;}
.clear{ clear: both;}

table{ float: left; width: 215px;}
table.tableright{ margin-left: 20px;}
table td{ padding: 4px;}

.number{ color: #abe1fa; text-align: right;}

.media{ border-bottom: 1px solid #666; padding-bottom: 10px; margin-bottom: 10px;}
.media table{ float: none; margin-bottom: 10px; width: 400px;}