body, html, td, input, select {
 padding: 0px;
 margin: 0px;
 font: 10px Verdana,Arial,Helvetica,sans-serif;
}

/* TAGBOARD STYLES */

a, a:visited { color: #005aa0; }

form {margin:0px;}

#tagboard, #tag_form {
 width: 140px;
}

#tagboardtable {
 table-layout: fixed;
 border-collapse: collapse;
 width: 100%
}

#tagboard div, #tagboardtable td {
 padding: 3px 5px 3px 0px;
 position: relative;
}

#tagboard p, #tagboardtable p {
 margin: 3px;
 padding: 0px 0px 0px 15px;
}

.tagname {
 font-weight: 800;
 margin: 3px;
 padding: 0px 0px 0px 15px;
}


.tagemote {
/* position: absolute;
 top: 10px;
 left: 0px; */
 margin: 0 -10px 0 5px;
}

.tagodd {
 background-color: #CFEAF4;
}

.tageven {
 background-color: #E2F7C5;
}

.tagthird {
 background-color: #EFDEF9;
}

#tag_form {
 text-align: center;
 margin-top: 10px;
}

#tag_form textarea {
 border-style: solid;
 border-color: #000;
 border-width: 1px;
 margin-bottom: 5px;
 width: 130px;
 font: 10px Verdana,Arial,Helvetica,sans-serif;
}

#taglimit {
 border-style: none;
 color: #f00;
}

#emotepicker {
 margin-bottom: 5px;
 text-align: left;
 padding: 10px;
}

.emotepick {
 padding: 4px;
}

.roundtableLine {
 padding: 2px 0;
}

.roundtableLine {
 padding: 4px 5px 1px 20px;
 color: #737373;
}

.roundtableLine a .roundtableLine a:visited {
 color: #737373 !important;
 font-weight: 800;
}

.roundtableMessages {
 padding: 10px 0;
}

#roundtableHolder {
 width: 585px;
}
.tagelder { color: #cc6699; }
.tagelder a, tagelder a:visited { color: #cc6699; }
.tagquestion { color: #339966; }
.tagquestion a, .tagquestion a:visited { color: #339966; }
.action { margin-left: 40px; }
