/**
 * Style rules for panel forms and box component
 *
 * @author Veeresh D.
 * @date March 2008
 */
 
#rightPanelIssueBoxDiv 
{ 
	OVERFLOW: auto;
	WIDTH: 100%;		/* Width of the Right Panel Issue box */
	padding: 2px;
	background-color: #F9F9F9;
}

#rightPanelIssueBoxOuterDiv
{
	WIDTH: 80%;
	margin: 0; 
	padding: 0; 
	border-color: red;
	border-style: solid; 
	border-width: 0; /* Not displaying */
}

#rightPanelIssueBoxTable 
{ 
	border-width: 0.1; /* It works if and only if border=1 attribute is declared for Table */
}

.rightPanelIssueBoxFrame
{
	border-color: silver;
	border-style: solid;	
}

.rightPanelIssueBoxLinksClass 
{
	font-family: Arial;
	font-size: 12px;			
	color: steelblue;
}

.rightPanelIssueBoxLinksClass A 
{
	color: black;
	font-weight: bold;
	text-decoration: none;	
	font-family: arial;
	font-size: 12px;		
}
.rightPanelIssueBoxLinksClass A:hover 
{
	border-bottom: 1px dotted steelblue;	
	color: steelblue;
}

.rightPanelIssueBoxArrowClass 
{
	color: steelblue;
	font-weight: bold; 
	font-size: 12;
	font-family: Arial;			
}

/* Following CSS are defined for Months Issues*/
.monthIssue
{
	font-size: 12;
	font-family: Arial;
	vertical-align: top;
}
.monthIssue a
{
	color: blue;
	text-decoration: none;
	border-bottom: 1x dotted silver;	
}
.monthIssue img
{
	vertical-align: top;
}

.monthIssue a:hover
{
	color: DARKRED;
}

#monthIssueId
{
	font-size: 12;
	font-family: Arial;
	color: steelblue;	
	font-weight: bold;
}
#monthIssueLinkId
{
	text-align: right;
	margin: 0;
}

.panelBoxTableHeader
{
	background: url('../images/panelbgWhite.gif');
  	border: 1px solid silver;
	color: #696969;
	font-family: Arial;
	font-size: 12px;
	padding: 3px;
}
.panelBoxTableBody
{
	border: 1px solid silver;
	border-top: none;
	font-family: Arial;
	font-size: 12px;
	color : gray;
}
