@charset "UTF-8";

/* NOTE: Although this page does have identical code with other
CSS pages, it is the only CSS page that controls all the 3 pop-up pages */



textarea{
	resize: none;
	overflow: auto;
	width: 99%;
}

select{
	margin-top: 5px;
	margin-bottom: 5px;
}

#textMain td {
padding: 0 30px; 
margin: 0;
vertical-align: top;
}


/* START Special codes for 770px width page */
#outline1 {
border: 1px solid #1658a6;
background-color: #FFF;
width: 770px;
}

/* Position of entire page */
/* If inactivated, all pages will flush left */
#centerMain1 {  
padding-left: 50%;
margin-left: -386px;
}

/* AEAweb header artwork */
#header1 {
margin: 0;
padding: 0;
vertical-align: top;
height: 114px;
}
/* END Special codes for 770px width page */

#container div.window{
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 5px 15px;
	padding-bottom: 30px;
}

#container div.window_2{
	background-color: #fff;
	border: 1px solid #000;
	padding: 5px 15px;
	margin-bottom: 10px;
}


#container div.window_3{
	background-color: #fff;
	border: 1px solid #E37483;
	padding: 5px 15px;
	margin-bottom: 10px;
}

#container span.sub_title{
font-weight:bold;

}

#container span.sub_title_2{
font-weight:bold;
}
#container div.row{
	display: block;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 25px;
}
#container div.row span.label{
	display: block;
	font: italic bold 12px "Verdana";
	padding: 5px 0px;;
}
#container div.row span.description{
	display: block;
	padding: 3px 0px;
}
#container div.row span.data{
	display: block;
	clear: both;
}

#container{
	margin-bottom:20px;
}
#paperList{
	border: 1px solid black; 
	padding: 2px;
	min-height: 200px;
	background-color: #CCC;
}
#paperList div.paper{
	border: 1px solid #AAA;
	padding: 5px;
	background-color: #EEE;
}
#paperList div.paper:hover{
	background-color: #FFF;
}
#paperList div.paper span.paper_label{
	display: block;
	font-weight: bold;
}
#paperList div.paper span.paper_data{
	display: block;
}
div.person_info{
	border: 1px solid #CCC;
	padding: 5px;
	display: block;
	clear: both;
}
.message{
	/*margin-top: 20px;
	margin-left: 0px;
	margin-top: 15px;*/
	margin-bottom: 10px;padding: 5px 25px;
	/*background-image:url('http://www.aeaweb.org/include/icons/warning_yellow_on_white.gif');
	background-repeat:no-repeat;
	background-position: 5px 5px;*/
	overflow:hidden;
	width: 100;
	background-color: #FEEFB3;
	text-align: center;
}
.link{
	font: italic 10px "Verdana";
}
.red{
	color: red;
	font-weight: bold;
}
.clickable{
	cursor: pointer;
}
.hidden{
	display: none;
}

.center{
	display: block;
	text-align: center;
}
.error{
	background-color: red;
}
.edit_link{
float:right;
cursor:pointer;
text-decoration:underline;
}

.sub_title_2{
cursor:pointer;
text-decoration:underline;
}

.sub_heading{
margin-left:padding;
font-size:16px;

}

.lv2{
display:none;
}

.label{
cursor:pointer;
}

.obvious{
font-size:10px;
font-weight:bold;
}

.review_btn{
font-size:14px;
margin-left:15px;
color:#34916F;
font-weight:bold;

}

.review_btn:hover{
text-decoration:none;
color:#319E39;
}

.reset{
float:right;
}

.dialog_close{
float:right;
display:block; 
cursor:pointer;
}