pre{
	text-align:left;
}

html {  overflow-y: scroll;}

/* headers */
h1, h2, h3 {
	font: bold 1em Arial, Sans-serif, 'Trebuchet MS';
	color: #333;	
}
h1 { font-size: 1.5em; color: #8C4D4D; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin-left: 10px;
	emargin-top: 10px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}

ul span, ol span {
	color: #666666; 
}

/* images */
img {
	eborder: 2px solid #CCC;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 0px solid #568EB6;
}
a:hover img {  
  border: 0px solid #CCC !important; /* IE fix*/
  border: 0px solid #568EB6;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
} 
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
.normal_text {
	color:#777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

fieldset {
	border: 1px solid #d6d4d5;
	background-color: #F2EFE9;
}

legend {
	font-size: 12px;
	font-weight: bold;
}

.fieldset_all {
	border: 1px solid #d6d4d5;
	padding:5px;
	margin-bottom:5px;
}

.fieldset_780 {
	border: 1px solid #d6d4d5;
	padding-left: 5px;
	margin-left: 8px;
	margin-right: 8px;	
}

.nhk_label
{
	background-color:#C9D9E9;
	color:#ffffff;
	font-weight: bold;
}

label {
	display:block;
	font-weight:bold;
}

input[type=submit] {
	cursor:pointer;
}

input[type=text][readonly] {
	cursor:text;
	background-color:transparent;
	border: 0px;
}

input[type=submit][disabled] {
	cursor:not-allowed;
	color: grey;
}

button {
	cursor:pointer;
}

button[disabled] {
	cursor:not-allowed;
	color: grey;
}

input[type=reset] {
	cursor:pointer;
}

input[type=reset][disabled] {
	cursor:not-allowed;
	color: grey;
}

input[type=button]
{
	padding:30;
	font-size:11px;
	font: normal Arial;
	height:22px;
	width:175px;
	cursor:pointer;		
}

input[type=button][disabled] {
	cursor:not-allowed;
	color: grey;
}

input[type=radio] {
	cursor:pointer;
}

input[type=radio][disabled] {
	cursor:not-allowed;
}

input[type=checkbox] {
	cursor:pointer;
}

input[type=checkbox][disabled] {
	cursor:not-allowed;
}

select option{
	cursor:pointer;
}

input[type="text"]  {
	padding: 1px;
	font: normal 1em Verdana, sans-serif;
	color:#010101;
	height:15px;
}

input[type="text"].highlight
{
	background-color:#FFD6DB;
}

input[type="password"]  {
	padding: 1px;
	font: normal 1em Verdana, sans-serif;
	height:15px;
}

input[type="radio"].highlight
{
	border:1px solid red;
	background-color:#FFD6DB;
}

.highlight div
{
	border:1px solid red;
	background-color:#FFD6DB;
}

.highlight div table
{
	border:0px solid red;
	background-color:transparent;
}


.highlight table
{
	border:0px solid red;
	background-color:transparent;
}

.useredithighlight
{
	border:1px solid red;
	background-color:#FFD6DB;
}

.submit_btns
{
	padding:30;
	margin-top:15px;
	margin-bottom:10px;
	font-size:11px;
	font: normal Arial;
	height:22px;
	width:175px;
	cursor:pointer;	
}

.login_btns
{
	margin-top:15px;
	margin-bottom:10px;
	font-size:11px;
	font: normal Arial;
	height:22px;
	width:175px;
	cursor:pointer;	
}

.functions_btns
{
	padding:30;
	margin-right: 27px;
	font-size:11px;
	font: normal Arial;
	height:22px;
	width:195px;
	cursor:pointer;	
}

#pdf_btn
{
	margin-right: 0px;
	margin-left: 2px;
}

textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
	resize:none;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4F0000;	
	cursor:pointer;
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	cursor:pointer; 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	width: 970px; 
	height: 100%;	
	margin-left:23px;
	text-align: left;
	padding-bottom:30px;
}
#content-wrap {
	clear: both;
	margin: 0; 
	padding: 0;	
}

#test_btn
{
	color:black;
	vertical-align: middle;
	padding:0px;
	margin:0px;
	font-size:20px;
	height:30px;
}

#main_td
{
	padding-top:18px;
	padding-bottom:50px;
	padding-left:0px;
	width:810px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 160px;;
	margin: 0;	padding: 0; 
	padding-top:0px;
	display: inline;	
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}

.sidemenu_text {
	font-family: verdana;
	list-style:none;
	margin: 0px  0px 20px 0px;
	padding: 0px;
	font-weight:bold;
	color: #333;
	font-size:11px;
}

#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #2170a8;		
	min-height:18px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }
.darkgrayblue {	color: #2c5c7c; }
.cremesurprise { color:#e6effd;}
.smartgray  {	color: #c2c2c2; }

.link_class
{
	cursor:pointer;
}

.search_counter
{
font-weight: normal;
}
.search_div
{
	border-left: 1px solid #778;
	border-right: 1px solid #778;
	border-bottom: 1px solid #778;
}
.search_upper_table
{
	padding: 3px 0.5em;
}
.search_header_table
{
	background-color: #CCCCCC;
	padding: 3px 0.5em;
}
.search_normal_table
{
	padding: 3px 0.5em;
}

.sub_line
{
	text-decoration:underline;
	font-weight: bold;
}

.sub_bold
{
	font-weight: bold;
}

.welcome_link
{
	font-style:italic;
	color: #333;
}

.welcome_text
{
	padding-top:5px;
	padding-left:5px;
}

#onlyprint_1
{
	display:none;
}

div.preview { float: left; width: 370px; height: 241px; border: 2px dotted #CCCCCC; text-align:center;}
div.preview.loading { background: url(../images/processing_red.gif) no-repeat center; }
div.preview.loading img {display: none; }

#titletext
{
	font-size:22px;
}

.always_calculate_layer
{
	position: absolute;
	top: 143px;
	left: 0px;
	height: 18px;
	width: 100%;
}

.statuscheck_layer
{
	position:absolute;
	top:0px;
	left:0px;
	height:18px;
	background-color: #E41E26;
	width:100%;	
	border-bottom:2px solid #676767;
}

.statuscheck_layer div
{
	color: #ffffff;
	font-weight:bold;
	font-size: 14px;
}

.statuscheck_layer div a
{
	color: #E41E26;
	text-shadow: 0 -1px #ffffff, 1px 0 #ffffff, 0 1px #ffffff, -1px 0 #ffffff;
}

#mismatch
{
 	background-color:#E7343B;
 	font-weight:bold;
 	padding:10px;
 	margin-left:-10px;
 	color:#FFFFFF;
 	border:1px solid #d6d4d5;
 	width: 100%;
}

#startpage_img
{
	display: inline;
}