/* CSS Document */
body{
	 
	padding:0;
	width:1910px;
	height:1080px;
	overflow:hidden;
	margin:0 auto;
	background-color: #000000;
	color: #000000; 
	font-family:  futuramed,Arial;
	}
a, a:visited  {text-decoration: none;color: #5D0935;}
 

img.map, map area{
    outline: none;
}
#main_out{
	width:1910px;
	height:1080px;
	overflow:hidden;
	margin:0 auto;
    background-repeat: no-repeat;
}

#leftslide{
    width: 640px;
	height: 500px;
	margin-left: 10px;
	margin-top: 145px;
    
     
     
}
#left_btn{
  width: 660px;
	height: 140px;
	margin-left: 0px;
	margin-top: 20px;
       
}

#leftmen{
    float: left;
	width: 660px;
	height: 800px;
	margin-left: 40px;
	margin-top: 220px;
    
}

#rightcont{
    float: left;
	width: 1130px;
	height: 800px;
	margin-left: 30px;
	margin-top: 210px; 
    overflow: hidden;
}
.nameblock{
display: block;
float: left; 
width: 48%;
padding: 1%;
height: auto;
font-family: futuramed ;
}

@font-face {
  font-family: futuramed;
  src: url("fonts/FuturaM.TTF");
}

.nm-2{ font-size: 35px;}
.nm-3{ font-size: 30px;}
.nm-4{ font-size: 25px;}
.nm-5{ font-size: 20px;}
.nm-6{ font-size: 18px;}
.nm-7{ font-size: 16px;}
.nm-8{ font-size: 14px;}

/**********************************************************/  
/**********************************************************/  
	
#popupbox{
	clear: both;
	width: 90%;
	height: auto;
	background-color:#ffffff;
	border:2px solid #ccc;
	border-radius:5px;
	position:absolute;
	margin:  0 auto;
	top:5%; 
	left:5%;
  
	padding:10px 10px 10px 10px;
	display:none;
	z-index:99999; 
	 }

#popupboxsearch{
	font-size: 18px;
	overflow-y: scroll;
	clear: both;
	width: 70%; height: 80%;
	background-color:#ffffff;
	border:2px solid #ccc;
	border-radius:5px;
	position:absolute;
	left:15%;
    top:10%; 
	padding:10px 10px 10px 10px;
	display:none;
	z-index:99999; 
	text-align: center;
}

#shaddow{
	clear: both;
	z-index:888;
	width:100%;
	height:110%;
	top:0%;
	left:0;
	background-color:#000;
	opacity:.5;
	filter: alpha(opacity = 50);
	position:fixed;
	display:none;
}

/******************KEYBOARD****************************************/


.goldbtn2{
	 
	padding:10px 20px;;
	 
	border:2px solid #fff;
	background-color:#F5EFE1;
	background-repeat:no-repeat;
	background-position:center middle;
	 
	text-transform:uppercase;
	font-size:25px;
	text-decoration:none;
	color:#5D0935;
	text-align:center;
	line-height:30px;
	 
	cursor:pointer;
	
	}
 
	input.goldbtn2 {
	height:70px; width:350px;
	padding:5px 20px;}
.inputbox{
	height:50px;
	width:650px;
	font-size:26px;
	text-align:center;
	font-family:'arial';
	font-style:italic;
	}
#keyboard{
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	background-color:#5D0935;
	border:5px solid #fff;
    border-radius: 10px;
	padding:10px;
	display:none;
	z-index:99999;
}
/**********************************************************/

.popupnav{
	position: absolute;
	right: 0;
	top:0;
	width: 300px;
	background-color: rgba(178,51,78,1.00);
	padding: 20px ;
	font-size: 18px;
	line-height: 32px;
	display: none;
	border: 2px solid #fff;
	border-bottom: none;
}
.popupnav a{
	color: #fff;
}
 
.popupnav.lifetime{
	right: 15px;
}

.popupnav.alumofmonth{
	right: 20px;
	background-color: rgba(1,76,144,1.00);
}
#donors_list_abc{
	margin-left:15px;
	float:left;
	width:50px; 
	text-align:right;}
#donors_list_abc a{
	display: inline-block;
	padding: 5px;
	/* background-color: #014C90; */
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	font-weight:bold;
	line-height: 15px;
	margin-top: 2px;
	width: 25px;
	text-align: center;
		}

.hist_circle{
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 20px;
	background-color: #004A8B;
	border: 3px solid #fff;
}.hist_line{
	display: inline-block;
	width: 60px;
	height: 15px;
	 margin-top: 17px;
	margin-left: -5px;
	border-top: 4px solid #fff;
}
 .hist_circle.red{background-color: #BD394E;} 
 
.hist_year{
	float: left;
	margin-left: 20px;
	width: 100px;
	height: 70px;
	font-size: 37px
}
.hist_text{
	float: left;
	height: 70px;
	width: 250px;
}
