@import url("jquery-ui.css");

div.navigationDiv{
    height: 20%;
    margin: none;
    padding: none;
    border: none; 
    background-color:lightgreen;

    overflow: scroll;
    overflow-x: hidden;
}

iframe.arXivPortal{
width:100%; 
height:100%;
    margin: none;
    padding: none;
    border: none; 
}

tr:hover{
	color:red;
}

tr:nth-child(even) {background-color: #f2f2f2;}

th{
	text-align:left;	
}




/***********************************
begin CSS for article table
***********************************/

.a-score-column{width:70px;}
.title-column{}
.authors-column{width:20%;}
.up-down-column{width:50px;}
/***********************************
end CSS for article table
***********************************/





/***********************************
begin CSS for alignment
***********************************/

.content {
	min-height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 0; 
}


.top_block {
	width: 100%;
	display: block; 
}

.bottom_block {
	position: absolute;
	width: 100%;
	display: block;
	bottom: 0; 
}

.left_block {
	display: block;
	float: left; 
}

.right_block {
	display: block;
	float: right; 
}

.center_block {
	display: block;
	width: auto; 
}

.background {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}
/***********************************
end  CSS for alignment
***********************************/











/***********************************
begin CSS for top bar - most of it
***********************************/
.top_bar{
	overflow:none;
	height:70px;
}


.logo_div {
	height: auto;
	width: 220px;
	padding-bottom: 0px;
	margin-right: 20px;
}

.search_and_calendar_toggle {
	height: 70px;
	width: 35px;
	padding-bottom: 0px;
	rheight: 64;
	overflow: hidden;
	cursor: pointer;
}

.toggle_to_search_div {
	width: 35px;
	height: 35px;
		
	position:relative;
}

.toggle_to_calendar_div {
	width: 35px;
	height: 35px;
	
}

.login_div {
	height: 70px;
	width: 200px;
	padding-bottom: 0px;
	margin-left:30px;
}

.west-toggler{
	width: 50%;	
	height:35px;
}

.logout{
	width:50%;
	height:35px;
}

/***********************************
end CSS for top bar - most of it
***********************************/


/***********************************
begin CSS for top bar - search div
***********************************/
.search_div {
	width: auto;
	height: auto;
	padding-bottom: 0px;
	
	display:none;
}

.search_button{
	display: block;
	height:70px;
	width:100px;
}

.background.search_button_div {
	height: auto !important;
	padding-bottom: 0;
	right: 0;
	width: 100px;
	background-color: #999966; 
}

.search_button_div {
	height: auto;
	width: 100px;
	padding-bottom: 0px;
}

.background.search_field_div {
	height: 70px;
	padding-bottom: 0;
	left: 0;
	right: 0;
	background-color: #999999;
	margin-right: 100px; 
}

.search_field_div {
	width: auto;
	height: 70px;
	padding-bottom: 0px;
}
/***********************************
end CSS for top bar - search div
***********************************/





/***********************************
begin CSS for top bar - calendar div
***********************************/
/* Frame */
.frame {
	height: 70px;
	line-height: 70px;
	overflow: hidden;
}
.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 25px;
}
.frame ul li {
	float: left;
	width: 227px;
	height: 100%;
	margin: 0 1px 0 0;
	padding: 0;
	background: #e5e5e5;
	color: #a5a5a5;
	text-align: center;
	cursor: pointer;
}
.frame ul li.active {
	color: #fff;
	background: #9b0000;
}

/* Pages */
.pages {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}
.pages li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	text-indent: -999px;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
.pages li:hover {
	background: #aaa;
}
.pages li.active {
	background: #666;
}

/* Controls */
.controls { margin: 25px 0; text-align: center; }

/* One Item Per Frame example*/
.oneperframe { height: 300px; line-height: 300px; }
.oneperframe ul li { width: 1140px; }
.oneperframe ul li.active { background: #333; }
