/**
 * Common components' style rules.  It has formatting rules for Panel Components
 *
 * @author Veeresh D.
 * @date March 2008
 */
 
#formPanelBoxTable 
{ 
	border-width: 0.1;
	WIDTH: 98%;		
	vertical-align: middle;
}

#plainFormPanelBoxTable 
{ 
	border-width: 0.1;
	vertical-align: middle;
}

.formPanelBoxTableHeader
{
	background-color: gray;
	border-color: gray ;
	border-style: solid;
	color: white;
	font-family: Arial;
	font-size: 13px;	
	padding-left: 5px;
	background: url('../images/panelbgGray.gif');
	background-repeat: repeat;
}

.planFormPanelBoxTableHeader
{
	background-color: gray;
	border-color: gray ;
	border-style: solid;
	color: white;
	font-family: Arial;
	font-size: 13px;	
	padding-left: 5px;
	text-align: center;
	background: url('../images/panelbgGray.gif');
	background-repeat: repeat;
}

#formPanelBoxTableDiv 
{ 
	font-family: Arial;
	font-size: 12px;
	padding-left: 5px;
	background-color: #F5F6F9;
}

.formPanelBoxTableFrame
{
	border-color: gray;
	border-style: solid;	
	border-bottom-width: 3px;
	font-size: 12px;
	padding: 10px;
		
}

.formPanelBoxLinksClass 
{
	font-family: Arial;
	font-size: 12px;			
	padding: 3px;	
}

.formPanelBoxLinksClass A 
{
	color: black;
	text-decoration: none;	
}
.formPanelBox A:hover 
{
	border-bottom: 1px dotted steelblue;	
	color: steelblue;
}

.myComSocContent
{
	font-family: Arial;
	font-size: 12px;
}
