﻿body {margin: 5px 0 5px 0; padding: 0; background: #F5F5F5;}

#v_divBody {
	width: 900px; 
	margin: 0 auto; 
	padding: 20px; 
	background: #ffffff;
	border: 2px solid #cccccc;
	/* 
	border-bottom: 2px solid #666666; 
	border-right: 2px solid #666666;
	border-left: 2px solid #999999;
	border-top: 2px solid #999999;
	*/
}
#root {
	margin-top: 20px;
}
#v_divHeader {
	background: #f5f5f5;
	margin: -20px -20px 20px -20px;
}

.v_headerDate {
	font-family: arial;
	font-size: 20px;
	display: block;
	margin: 0 0 5px 100px;
	color: #666666;
}

.v_td1 {
	width: 320px;
}

.v_td2 {
	margin: 30px 0 0 50px;
}

.v_td2 a {
	color: black;
	margin: 0 4px;
}

.v_td2 a:hover {
	color: red;
}



.v_showHide {display: block; padding-bottom: 4px; padding: 10px; font-size: 1.1em; color: #333333; border-bottom: 1px solid #cccccc; cursor: pointer;}
.v_showHide:hover {background: #F5F5F5; color: #000000;}


.v_block {
	padding: 20px 20px 30px 20px; 
	border-bottom: 1px solid #cccccc;
}
.v_block table tr td {
	font-size: .9em !important;	
}

.v_table tr td {
	width: 240px;
}

.v_table tr td input {
	width: 200px;
}

.v_subBlock {
	display: inline-block;
	padding: 15px;
	margin: 20px 0 20px -10px;
	background: #f5f5f5;
}

.v_subBlock p {
	font-size: 1em;
}

.v_aspBtn1 {
	padding: 4px 8px;
	display: block;
}

.v_date {
	font-family: arial;
	font-size: 12px;
	color: green;
	display: inline-block;
	padding: 8px 0 2px 0;
}

.v_title {
	display: inline-block;
	padding: 10px 0 2px 0;
	margin-left: 10px;
	border-bottom: 1px dashed black;
	cursor: pointer;
}
.v_title:hover {
	color: red;
	border-color: red;
}

.v_desc {
	display: inline-block;
	max-width: 700px;
	margin: 10px 0 0 80px;
	font-size: .9em;
}

.v_desc * {
	margin: 4px 0; 
	padding: 0;
}

.v_li a {
	color: black;
}
.v_li a:hover {
	color: red;
}
input
{
	border: 1px solid #7F9DB9;
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	letter-spacing: normal;
	line-height: normal !important;
	padding: 1px 0;
	text-align: start;
	text-indent: 0;
	text-rendering: optimizelegibility;
	text-transform: none;
	word-spacing: normal;
}
textarea
{
	border: 1px solid #7F9DB9;
	font-size: 8pt;
	font-family: Verdana, sans-serif;
}
input[type="button"], input[type="submit"]
{
	border: 1px solid #A6A7AA;
	font-size: 8pt;
	font-family: Verdana, sans-serif;
}
input[type="radio"], input[type="checkbox"]
{
	-moz-box-sizing: border-box;
	background-color: -moz-field !important;
	border: 0px inset threedface !important;
	color: -moz-fieldtext !important;
}
input[type="checkbox"]
{
	-moz-appearance: checkbox-small;
	-moz-binding: none;
	-moz-border-radius-bottomleft: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	-moz-border-radius-topleft: 0 !important;
	-moz-border-radius-topright: 0 !important;
	cursor: default;
	height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0 !important;
	width: 15px;
}





