* {
    margin: 0;
}
BODY {
font-family: "Times New Roman", Times, serif;
font-size: 12pt;
color: #000000;
font-weight: 100;
height: 100%;
}

.researcher_nav_bar {
    position: relative;
    top: 5px;
    width: 100%;
}
.researcher_wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -75px;
    min-width: 1000px;
}
.center_area {
    padding: 10px;
}
.left_nav_panel {
    float: left;
    padding-top: 5px;
    padding-left: 5px;
    width: 175px;
    
}
.right_nav_panel {
    float: right;
    padding-top: 5px;
    width: 175px;
}
.right_nav_panel a, img{
    text-decoration: none;
    border: none;
}
.right_nav_panel .capstone_img {
    width: 170px;
}
.main_area {
    padding: 10 200 10 200px;
}
.main_area table {
    width: 100%;
}
.push {
    float:left;
}
.researcher_footer, .push{
    height: 75px;
    width: 100%;
    min-width: 1000px;
}
.researcher_footer {
    margin:0 auto;
    position:relative;
    float:left;
}
.lib_name_footer {
    padding-top: 5px;
}
#TopOuterBorder
{
	background-color: rgb(255,255,255);
	position: absolute;
	border: 1px solid black;
	top: 20px;
	left: 40px;
	height: 70px;
	right: 40px;
}

#LockerLogo
{
	position: absolute;
	left: 10px;
	bottom: 10px;
}

#LockerLogo2
{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#TopInnerBorder
{
	background-color: rgb(78,113,164);
	position: absolute;
	border: 1px solid black;
	text-align: center;
	font-family: helvetica,arial,sans-serif; 
	right: 67px;
	top: 15px;
	bottom: 10px;
	left: 67px;
}

#InnerBorderText
{
	position: absolute;
	text-align: center;
	height: 22px;
	top: 12px;
	right: 5px;
	left: 5px;
	color: rgb(255, 255, 255);
	font-size: 18px;
}

#InnerBorderTitle
{
	position: absolute;
	text-align: center;
	height: 100%;
	top: 0px;
	right: 360px;
	left: 128px;
	color: rgb(255, 255, 255);
	font-size: 12px;
}

#IBTT
{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}

#IBTT a
{
	color: white;
}

#TopLeftIconBar
{
	position: absolute;
	height: 32px;
	top: 6px;
	left: 6px;
}

#TopIconBar
{
	position: absolute;
	height: 32px;
	top: 6px;
	right: 6px;
}

#ButtonRevert, #ButtonSave
{
	position: absolute;
	width: 80px;
	height: 22px;
	top: 12px;
	align: right;
	display: none;
	cursor: pointer;
}

#ButtonSave
{
	top: 0px;
	height: 22px;
	right: 50px;
}

#ButtonRevert
{
	top: 0px;
	height: 22px;
	right: 140px;
}

#LogoTable
{
	margin-bottom: 20px;
}

.savedListActionDiv
{
	position: absolute;
	width: 200px;
	height: 100px;
	background-color: white;
	border: 2px solid black;
	padding: 10px;
	display: none;
	visibility: hidden;
	overflow: auto;
	z-index: 50;
}

