﻿
/*//////////////////*/
/*/////journals/////*/
/*//////////////////*/
.journalGridMain
{
    width:100%;
   
}

.journal_right_div
 {
	margin: 5px;
	 margin-left:0px;
	float: right;
	clear: right;
	
	width: 220px;
	padding:3px;
	
	   border-style:solid;
     border-color:lightgrey;
	border-width: 1px;
	border-width: 1px;
	overflow: hidden;
	 text-align:center;
}

.journal_left_div
{
	margin: 5px;
	float: left;
	margin-right:0px;
	clear: left;

	width:650px;
	padding: 3px;
    border-style:solid;
     border-color:lightgrey;
	border-width: 1px;
	
	position:relative;
 overflow:scroll;


}
.journals_right_div_title
{
    text-align:center;
    font-size:small;
    background-color:darkred;
    color:White;
    font-family:tahoma;
    
     
}
.journals_resource_title
{
    text-align: center;
    font-size: small;
    background-color: slategray;
    color: White;
    font-family: tahoma;
}
.journals_resource_image
{
}
.journals_resource_text
{
    
    font-family:tahoma;
    font-size:small;
}
.journals_resource_url
{
    font-family: tahoma;
    font-size: small;
    color: steelblue;
    text-decoration: none;
    
   
  
}

.journals_resource_table
{
    width: 200px;
    background-color: whitesmoke;
}
.journals_resource_table:hover
{
    background-color: gainsboro;
}

