body {height:100%; margin:0; padding:0;
    background: url(/201/Presiden.nsf/header3.png); 
    background-size: 100% 160px;
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
}
/* #topbar {position:absolute; top:0px; height:160px;} */
#topbarcontent {margin-left:auto;margin-right:auto; width:1000px;)
#bodycontent{padding-top:0px; margin:auto; width:1000px;} 

	
.form-multiple-column .form-checkbox-item {
	width: 150px;
	text-indent: -21px !important;
	margin-left: 21px !important;
	padding-bottom: 15px !important;
	margin-right: 21px !important;
}
input:focus {
background-color:yellow;
}
textarea:focus {
background-color:yellow;
}

#purple {margin-top:10px;}

#p {
	line-height: 100%;
	}
.btn {
	background-color:#adadfd;
	color:#000000;
	font-weight:bold;
	text-align:center;	
    border-radius: 5px;  
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-style: solid; 1px;
    border-color: #004B8D;
}	
	
td{
font-size:80%;
	vertical-align:top;
		border-top:1px solid black;
		padding:3px;
		margin:10px;
}
#activ{background:yellow;}
#inactiv {background:#ffffff};}

#undln {
	text-decoration: underline;
	}
#vcell {
padding:10px;
display:inline;
}
#nm {
	width:400px;
	font-weight:bold;
}
#tp {
	width:90px;
	color:red;
	text-align:center;
}
#ag {
	width:160px;
}
#pt {
	width:160px;
	color:red;
}
#dt {
	width:80px;
	text-align:center;
}
#wrapper {
	margin:auto;
	width:1200px;
	}
	
#vlist {
margin-left:300px;
margin-right: 10px;
float:left;
border: solid 1px; red;
/* margin-right:10px; */
}
.tooltip-input:not(checked) ~ .tooltip-content {
    color:red;
    	width:100px;
	font-weight:bold;
}
.tooltip-input:checked ~ .tooltip-content {       
    color:blue;
    	width:100px;
	font-weight:bold;
}

#slist {
position:relative;
float:left;
width:250px;
padding:10px;
min-height:50px;
}
#ttl {
	font-size:.9em;
	font-weight:bold;
	text-decoration: underline;	
	}
#ln {position:relative;
	font-size:1em;
	margin:5px;
	padding:10px;
	float:right;
	width: 300px;
	}
#lnid {
/* 	display:none; */   
	}	
#forother {
	display:none;  
	}	

#col1 {
    width: 500px;
	float: left;
	margin-left:15px;
	padding:15px;
	overflow-x: hidden;
	word-wrap: break-word;
	border-style: solid; 1px;
    border-color: #004B8D;
	}
	
#col2 {
    width: 100px;
	float: left;
	margin-left:15px;
	overflow-x: hidden;
	word-wrap: break-word;
	}
#col3 {
    width: 350px;
	float: left;
	margin-left:15px;
	overflow-x: hidden;
	word-wrap: break-word;
	}
	
#namepos {
	font-weight:bold;
	}

#selections{
/*	position:relative; */
	display:block;
	margin-left:25px;
}

 #archiveoverlay {
	z-index: 13;
	filter: alpha(opacity=90); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE */
	-moz-opacity: .90; /*older Mozilla*/
	-khtml-opacity: 0.90;   /*older Safari*/
	opacity: 0.90;   /*supported by current Mozilla, Safari, and Opera*/
	position:fixed; top:auto; left:auto; width: 100%; height:100%; 
	background-color:#d0d0d0;
}
#archiveoverlay h1, h2{
	position:relative; padding-top:10px; margin-left:auto;margin-right:auto; width:960px;}
/*	position:relative; margin-top:50px; margin-left:200px; width:960px;} */
#archiveoverlay p,ul{
		position:relative; margin-left:auto;margin-right:auto; width:960px;}
/*		position:relative; margin-left:200px; width:960px;} */

#archiveoverlay a{text-decoration:none;}

#archivecontent {position:relative; padding-top:10px; margin-left:auto;margin-right:auto; width:960px;}
.myButton {
/*	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff; */
/*	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff; */
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffff00;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#122a53;
	font-family:Arial;
	font-size:16px;
	padding:3px 16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}	
.myButton:hover{
     background: #def;
}	
#myol { list-style: none; counter-reset:array;}
#myol li:before {counter-increment:array; content:"(" counter(array) ") ";}	 
