/**
 * Style rules for content located in the middle of the homepage
 *
 * @author Veeresh D.
 * @date March 2008
 */
 
.middleRightResultDiv 
{ 
	/* OVERFLOW: auto; */ /* The query results may not be restricted to page */
	background-color: #F9F9F9;
	border: 1px solid silver;
	padding-left: 5px;
	padding-right: 5px;
}
#currentMonthIssueRowID
{
	padding-top: 0;
}
#currentCurrentIssueRowID
{
	padding-top: 0;
	padding-left: 2;	
}
.middleRightResultComponents 
{ 	 
	border-width: 0; /* It works if and only if border=1 attribute is declared for Table */
}

.currentMonthIssueDiv
{
	height: 200px; 
	overflow-y: auto; 
	overflow-x: none;
	scrollbar-base-color: WHITESMOKE; 
	scrollbar-track-color: WHITESMOKE;
	scrollbar-face-color: WHITESMOKE;
	scrollbar-highlight-color: WHITESMOKE;
	scrollbar-3dlight-color: WHITESMOKE;
	scrollbar-darkshadow-color: WHITESMOKE;
	scrollbar-shadow-color: WHITESMOKE;
	scrollbar-arrow-color: steelblue;
}
