/* unique */
img { border: 0px; }
.page { left: 5%; position: absolute; text-align: left; width: 90%; }

body { background-color: #ffffff; color: #000000; font-family: verdana,tahoma,arial,helvetica,sans-serif; margin: 15px; padding-bottom: 15px; }
form { margin: 0px; }

/* xx-small, x-small, small, medium, large, x-large, xx-large */

.xx-small { font-size: 9px; }
.x-small { font-size: 10px; }
.small { font-size: 11px; }
.medium { font-size: 12px; }
.large { font-size: 13px; }
.x-large { font-size: 14px; }
.xx-large { font-size: 15px; }

a { color: #0000ff; background-color: transparent; }
a:hover { color: #00ccff; background-color: transparent; }
a:link { color: #0000ff; background-color: transparent; }

/* margins */
.mt { margin-top: 4px; }
.ml { margin-left: 4px; }
.mb { margin-bottom: 4px; }

/*
.dm { margin: 4px 4px 0px 4px; }
*/
.dm { margin: 4px; }

/* orange bullet - lists */
ul { list-style-image: url("http://media.xmike.com/i/common/li.gif"); margin: 0px; padding-left: 17px; }
li { margin-bottom: 2px; margin-top: 2px; }

/* alignment */
.right { text-align: right; }
.center { text-align: center; }

/* decorations */
.bold, .title { font-weight: bold; }

/* colors */
.grey { color: #666666; text-decoration: none; }
.grey:hover { text-decoration: underline; }

.blue { color: #0033ff; text-decoration: none; }
.blue:hover { text-decoration: underline; }

.white { color: #ffffff; text-decoration: none; }
.white:hover { text-decoration: underline; }

/*blue
.box { border: 1px solid #3399ff; margin-bottom: 10px; }
.title { background-color: #d2e4fc; border-bottom: 1px solid #3399ff; padding: 4px; }
*/
.box { border: 1px solid #cccccc; margin-bottom: 10px; }
.title { background-color: #eeeeee; border-bottom: 1px solid #cccccc; padding: 4px; }
.body { padding: 4px 6px 6px 4px; }
.data { padding: 0px; }

.rhc { float: right; margin-bottom: 10px; margin-left: 10px; position: relative; width: 180px; }

* html .rhc { display: inline; }
* html .mr { height: 1%; margin: 0px; }

.bt { border-top: 1px solid #cccccc; }
.bl { border-left: 1px solid #cccccc; }
.bb { border-bottom: 1px solid #cccccc; }

td.table,th.table { margin: 0px; padding: 4px; }

.thread { color: #0000ff; background-color: transparent; }
.thread:visited { color: #ff0000; text-decoration: none; background-color: transparent; }
