a img, td img, th img {
	border: none;
	vertical-align: text-bottom;
	margin-bottom: -1px;
}

div.button {
	background-image: url(images/button.png);
	width: 100px;
	height: 22px;
	text-align: center;
	padding-top: 3px;
}

div.button a {
	color: #fff;
}

table.forum td img {
	max-width: 520px;
}

table.forum {
	width: 100%;
	background-color: #fff;
	border: 1px solid #999;
}

table.forum tr {
	border-bottom: 1px solid #036;
}

table.forum td {
	background-color: #f9f9f9;
	padding: 8px;
}

table.forum tr.odd td {
	background-color: #f1f1f1;
}

table.forum td.header {
	background-color: #09c;
	color: #fff;
}

table.forum td.header a {
	color: #fff;
}

table.forum td.header a:hover, table.forum td.header a:active {
	color: #cef;
}

table.forum td.error {
	border: 1px solid #c00;
	background-color: #fee;
	color: #c00;
	font-weight: bold;
}

table.forum td.category {
	background-color: #B8C3D7;
	color: #333;
	padding: 4px 8px;
	font-weight: bold;
}

table.forum th {
	background-color: #8295b6;
	color: #fff;
	padding: 4px 8px;
	font-family: 'Arial';
	font-weight: normal;
	font-size: 9px;
	text-transform: uppercase;
}

table.forum th a {
	color: #fff;
	font-weight: normal;
}

table.forum th a:hover, table.forum th a:active {
	color: #ccc;
}

div.pagination {
	padding: 3px;
	margin: 3px;
	text-align: center;
}

div.pagination a {
	border: 1px solid #dedfde;
	margin-right: 3px;
	padding: 2px 6px;

	background-position: bottom;
	text-decoration: none;

	color: #069;		
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000;
	background-image: none;
	background-color: #069;
	color: #fff;
}
div.pagination span.current {
	margin-right: 3px;
	padding: 2px 6px;
	
	font-weight: bold;
	color: #000;
}
div.pagination span.disabled {
	margin-right: 3px;
	padding: 2px 6px;

	color: #999;
}
div.tooltip { 
    background-color:#8295B6; 
    outline:1px solid #8295B6; 
    border:2px solid #fff; 
    padding:10px 15px; 
    width:200px; 
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:12px; 
 
    /* outline radius for mozilla/firefox only */ 
    outline-radius:4px; 
    -moz-outline-radius:4px; 
    -webkit-outline-radius:4px; 
}
