BODY
{
    font-family:Arial;
    
}

.panelRegular
{
    font-size:0.8em;
}

.sectionHeader 
{
    font-weight:bold;
    font-size:1em;
}

.bar 
{
    border-top:solid 1px gray;
    border-bottom:solid 1px gray;
    
    background-image: url(grad.jpg);
    background-repeat:repeat-x;
}

.actionbar 
{
    border-bottom:solid 1px gray;
    
    background-color: #EEEEFF;
    
}

.refine
{
    width:100%;
    height:200px;
    overflow:auto;
}

.results 
{
    border:solid 0px gray;
    margin:3px 3px 3px 3px;
}

.adSideBar 
{
    border:solid 1px gray;
    vertical-align:top;
    margin:3px 3px 3px 3px;
}

.article
{
    border-bottom-width:2px;
    border-bottom-style:dashed;
    border-bottom-color:#BBBBBB;
    margin:1em 1em 1em 1em;
    
}

.articleTitle 
{
    font-size:1em;
    font-weight:bold;
}

.articleAuthors
{
    font-size:0.9em;
    color:#3399FF;
    font-weight:bold;
}
span.articleAuthors a
{
  color:#3399FF
}
.articleAbstract
{
    font-size:0.8em;
}

.relevanceBox
{
    background-color:#FFFFFF;
    float: left;
    padding-right:5px;
    
}

.simpleSearchRadios
{
    display:inline;
    
}

.advancedSearch 
{
    display:none;
}

.basicSearch
{
    
}





































a.esrbutton, span.esrbutton, del.esrbutton{
	
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;

	/*
	for Safari, read this first
	http://creativebits.org/webdev/safari_background_repeat_bug_fix
	*/
	
	background:url(btn0.png) no-repeat;
	
	height:30px;
	text-decoration:none;
	color:#2e523b;
	font-style:normal;
	margin:0 6px 0px 0;
	padding:0 10px 0 0;	
	vertical-align:middle;
	

	zoom:1;
	
	
	
	_position:relative;
	_width:10px;	
	_overflow-y:hidden;
}





a.esrbutton span, span.esrbutton esrbutton, span.esrbutton input, del.esrbutton span{
	
	font-weight:normal;	
	white-space:nowrap;
	cursor:pointer;

	display:-moz-inline-box;
	display:inline-block;
	font:12px/1 Arial;	
	background:url(btn0.png) 100% 0 no-repeat;
	height:30px;
	padding:8px 10px 0 0;
	margin:0 -16px 0 10px;
	border:none;
	vertical-align:text-top;
	
	zoom:1;
	_position:relative;
	_padding-right:12px;
	_margin-right:-10px;	
	_display:block;
	_top:0;
	_right:-5px;
	
}

del.esrbutton{
	cursor:not-allowed;	
	background-position:0 -120px;
	color:#888;
}
del.esrbutton span{
	cursor:default;
	background-position:100% -120px;
}


span.esrbutton esrbutton, span.esrbutton input{
	padding-top:0px;
	line-height:2.5;/*Opera need this*/
}


/** optional **/
/*
a.esrbutton:visited{
	color:#aaa;
}
*/


/*Hover Style*/

a.esrbutton:hover, span.esrbutton:hover, 
span.esrbutton-behavior-hover{
	background-position:0 -60px;
	color:#222;
	text-decoration:none;
}





a.esrbutton:hover span, span.esrbutton:hover esrbutton, 
span.esrbutton-behavior-hover esrbutton, span.esrbutton-behavior-hover input{
	background-position:100% -60px;
}


a.esrbutton:active, a.esrbutton:focus span{
	color:#3366FF;
}




del.esrbutton-behavior-hover, del.esrbutton:hover{
	background-position:0 -180px;
	cursor:not-allowed;
}


del.esrbutton-behavior-hover span, del.esrbutton:hover span{
	background-position:100% -180px;
	cursor:not-allowed;
	
}



