﻿@charset "UTF-8";
@import url("/css/screen.css");

table {
	clear:both;
	margin:10px 0;
	border:#333333 1px solid;
	border-collapse:collapse;
	background:#222222;
	width:100%;
	}
table colgroup col.model20 {
	color:#E1F7BF;
	}
table colgroup col.model40 {
	color:#FFF9BD;
	}
table colgroup col.model60 {
	color:#CCF5EB;
	}
table thead tr th,
table tfoot tr th,
table tfoot tr td {
	background:#333333;
	text-align:center;
	}
table tbody tr th {
	border-top:#222222 1px solid;
	border-bottom:#333333 1px solid;
	text-align:left;
	}
table tbody tr small {
	font-size:xx-small;
	font-weight:normal;
	}
table tbody tr td {
	border-top:#222222 1px solid;
	border-bottom:#333333 1px solid;
	text-align:center;
	}

img.thumbnail {
	float:left;
	margin:5px 5px 0 0;
	background:#333333;
	}
