table {
    border-spacing:0px;
    border-collapse:collapse;
}
/* Collapse borders in bordered table */
table.bordered-user-table {
    border-collapse: collapse;
}

table.bordered-user-table {
    border:solid 1px #666666;
    border-bottom-width:0px;
    border-right-width:0px;
}
table.bordered-user-table td {
    border: 1px solid #666666;
    border-top-width:0px;
    border-left-width:0px;
}

table.outlined-user-table {
    border:solid 1px #666666;
}

table.outlined-horizontal-user-table {
    border:solid 1px #666666;
    border-bottom:0px none;
}
table.outlined-horizontal-user-table td {
    border-bottom:solid 1px #666666;
    
}

table.horizontal-user-table td {
    border-bottom:solid 1px #666666;
}

table.outlined-vertical-user-table {
    border:solid 1px #666666;
    border-right:0px none;
}
table.outlined-vertical-user-table td {
    border-right:solid 1px #666666;
}

table.vertical-user-table {
    border-left:solid 1px #666666;
}
table.vertical-user-table td {
    border-right:solid 1px #666666;
}


/* Set some padding in non-bordered tables too*/
table.user-table td {
  padding: 2px;
}

/* Default text box handling */
div.user-box {
  width: 250px;
  background-color: #DDDDDD;
  padding: 5px;
}

/* Default dividing rules */
hr.user-rule {
  height: 1px;
  color: #AAAAAA;
  background-color: #AAAAAA;
  border: 0px;       
}
#articles {
  position:relative;
}

img.embedded-img,
img {
  border:0px;
}

#branding {
    width: 640px;
}
#idiumlogo {
  font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-serif;
}
#idiumlogo {
 padding: 0 0 1em 0;
 text-align: left;
 position:relative;
 white-space:nowrap;
}
#idiumlogo a:link, 
#idiumlogo a:visited, 
#idiumlogo a:hover, 
#idiumlogo a:active {
 color: #000;
 background: transparent;
 text-decoration: none;
}
#idiumlogo a:hover, 
#idiumlogo a:active {
 border-width: 0 0 1px 0 !important;
 border-style: solid !important;
 border-color: #333333 !important;
}
#idiumlogo a:link span span, 
#idiumlogo a:visited span span, 
#idiumlogo a:hover span span, 
#idiumlogo a:active span span {
 color: #000000;
 background: transparent;
 text-decoration: none;
}
#idiumlogo img {
 margin: 0 0 -8px 0;
 padding: 0 0 0 0;
 border:0;
}
#idiumlogo span {
 padding: 0 0 0 6px;
 font-family: Century Gothic, Verdana, Arial, helvetica, sans-serif;
 font-size: 13px;
 font-weight: bold;
 word-spacing: 3px;
}
#idiumlogo span {
 color: #000000;
}
#idiumlogo span span {
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 font-size: 10px;
 font-weight: normal;
 text-transform: uppercase;
}

    
    
    