@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
}

.bigtitle {
	padding:1.5em;
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
}

table.gv a {
	color: #0066FF;
	text-decoration: none;
}
table.gv a:hover {
	text-decoration: underline;
}
table.gv {
	border-collapse:collapse;
	font-size: 13px;
	color: #3C3C3C;
	font-family: Arial, Helvetica, sans-serif;
}
table.gv th {
	padding: 1em;
	color: #666666;
	line-height: normal;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
	background-color: #EBEBEB;
}
table.gv td {
	padding: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ebebeb;
	line-height: 1.5em;
}
table.gv em {
	font-size: 11px;
	color: #7F7F7F;
}
.header {
	text-align: center;
	height: 50px;
	position: fixed;
	z-index: 1;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #F2F2F2;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}
.header  td a {
	color: #666666;
	text-decoration: none;
	display: inline-block;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
.header   td a:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}
.header table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 4px;
	margin-left: 20px;
}
.header td {
	padding-right: 1em;
	padding-left: 1em;
}


table.gv    tr:hover  {
	background-color: #ebebeb;
}
.dvHead {
	padding: 4px;
	background-color: #DDDDDD;
	text-align: right;
}
.dvItem {
	padding: 4px;
	text-align: left;
}
.post {
	width:10px;
	height:10px;
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	border: 2px solid #00CC33;
	display: block;

}

.nopost {
	font-size:30px;
	color: #FF0000;
}
.r_table {
	margin-bottom: 1em;
	font-size: 13px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
.r_table td {
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 0em;
}
