/* specify the font family for all elements */
* { 
    font-family: verdana, arial, helvetica, tahoma, sans-serif;
    font-size: 10pt;
}

body {
    background-color: rgb(235, 240, 240); 
    margin-top: 0px;
    margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px
}
							
td {
    color: #000000;
}

a {
    text-decoration: underline; 
}

a:link {     
    color: rgb(84, 136, 206);
}

a:visited, a:active, a:hover { 
    color: rgb(14, 76, 146);
}

a.cr { 
    color: white;
}

p { 
    margin-top:5px; 
    margin-bottom:10px;
    color: black;
}

H1 {
    font-size: 14pt; 
    font-weight: bold;
    color: black; 
}

H2 { 
    font-weight: bold;
    color: black;
}
			
h3, h4 { 
    font-weight: bold;
}
			
.credits { 
    font-size: 8.5pt; 
    color: white;
}
				
.small { 
    font-size: 8.5pt; 
    color: #000000;
}

.smgry { 
    font-size: 8.5pt; 
    color: #737373;
}
			
.bg { 
    background-color: #cccccc;
}

.white { 
    background-color: #ffffff;
}

.black { 
    background-color: #000000;
}

.gray { 
    background-color: #CBD6EE;
    font-weight: bold; 
    font-size: 10pt;
}

.blue { 
    background-color: rgb(14, 76, 146);
}

.line { 
    background-color: #666666;
}

.navbg { 
    /*background-image: url(images/nav_bg.gif); */
    background-repeat: repeat-x;
}

.style2 { 
    color: #0000FF; 
    font-weight: bold; 
}

table.people-body, table.research-body, table.pubs-body, table.links-body {
    width: 100%; 
    border-width: 0pt; 
    text-align: left;
    background-color: white;
}

table.people-body td { 
    vertical-align: center; 
    padding-bottom: 12pt; 
}

table.research-body td { 
    vertical-align: top; 
}

table.research-body p {
    text-align: justify;
    text-indent: 20pt;
}

td.title {
    font-weight: bold; 
    color: black; 
    font-size: 14pt;
    padding-bottom: 5pt;
}

img.headshot { 
    width: 95px; 
    margin-right: 20px;
}

img.border { 
    border-color: rgb(29, 41, 68); 
    border-width: 6px;
    border-style: solid;
    margin-top: 10pt;
    margin-bottom: 10pt;
}

div.emphasis {
    background-color: rgb(250, 255, 220);
    border-color: rgb(240, 245, 210);
    border-width: 2px;
    border-style: solid;
    padding-left: 20pt;
    padding-right: 20pt;
    padding-top: 1pt;
    padding-bottom: 10pt;
}

td.bibliography {
    padding-left: 36pt;
    padding-right: 36pt;
    padding-top: 10pt;
    padding-bottom: 10pt;
}
label{
	font-weight:bold;
}
select{
	width:200px;
}


/*publication listing styling*/
.pub{
}
.pub_authors{
}
.pub_categories{
	display:none;
}
.pub_year{
	display:none;
}
label.select_label{
	float:left;
	text-align:left;
	width:20%;
    min-width: 150px;
	margin-right:0.5em;
}

/*research listing styling*/
.two_block{
	display:block;
	float:left;
	width:400px;
	margin-right:10px;
	margin-bottom:25px;
}

.two_block img{
	margin-bottom:0px;
	opacity:0.60;
	filter:alpha(opacity=60);
}
.two_block img:hover{
	opacity:1.0;
	filter:alpha(opacity=100);
}

.two_block h2{
	margin-top:0px;
}

/*classes for new research page*/
.two_block_new{
	display:block;
	float:left;
	width:400px;
	margin-right:10px;
	margin-bottom:45px;
}
.two_block_new img{
	margin-bottom:0px;
	opacity:0.60;
	filter:alpha(opacity=60);
}
.two_block_new img:hover{
	opacity:1.0;
	filter:alpha(opacity=100);
}

.two_block_new h2{
	margin-top:0px;
}
/*classes for new research page*/

.three_block{
	display:block;
	float:left;
	width:260px;
	margin-right:10px;
}

.three_block img{
	opacity:0.60;
	width:100%;
	height:auto;
	filter:alpha(opacity=60);
}
.three_block img:hover{
	opacity:1.0;
	filter:alpha(opacity=100);
}

.one_block{
	display:block;
	width:820px;
	margin-bottom:10px;
}

.one_block p{
	opacity:0.60;
	filter:alpha(opacity=60);
}
.one_block img:hover{
	opacity:1.0;
	filter:alpha(opacity=100);
}

.two_block .mini_image{	/*image that doesn't fill entire block*/
	display:block;
	opacity:1.0;
	filter:alpha(opacity=100);	/*overwrite style*/
	float:left;
	width:160px;
	height:160px;
	margin-right:5px;
	margin-bottom:5px;
}
p.mini_text{
	margin-top:0px;
	text-align:center;
}

#lightbox_back{						/*need click behavior to hide both components*/
	display:none;
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	background-color:black;
	z-index:1001;					/*always on front*/
	-moz-opacity:0.8;
	opacity:.80;
	filter:alpha(opacity=80);
}

#lightbox_front{					/*need click behavior to hide both components*/
	display:none;
	position:absolute;
	top:20px;
	left:20%;
	width:60%;
	height:auto;
	
	/*background-color:white;*/
	z-index:1002;
}
#lightbox_prompt{
	text-align:center;
}

#lightbox_img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	/*width:100%;		*/				/*stretch to fill box*/
	height:auto;
	margin-bottom:5px;
}
#lightbox_front p{
	color:#ffffff;
}

.lightbox_mini{
	display:block;
	float:left;
	cursor:hand;
	height:50px;
	width:auto;						/*no constraint here, may want hard constraint instead*/
	margin-right:5px;
	margin-bottom:5px;
}

.lightbox_maxi{
	display:block;
	cursor:hand;
	width:300px;
	height:auto;
	margin-bottom:5px;
}



    