/* ------------------
 styling for the tables 
   ------------------   */


body
{
	line-height: 1.6em;
}

#newspaper-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #333333;
}
#newspaper-b th
{
	padding: 15px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	color: #000;
}
#newspaper-b tbody
{
	background: #F9F9F9;
}
#newspaper-b td
{
	padding: 5px;
	color: #669;
	border-top: 1px dashed #000;
}
#newspaper-b tbody tr:hover td
{
	color: #339;
	background: #ffffff;
}

.fancybox-custom .fancybox-skin 
{
	box-shadow: 0 0 50px #222;
}
		
.heading_title
{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
}

.matter
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666
}

#loginbox-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 250px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #333333;
}
#loginbox-b th
{
	padding: 15px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	color: #000;
}
#loginbox-b tbody
{
	background: #F9F9F9;
}
#loginbox-b td
{
	padding: 5px;
	color: #669;
	border-top: 1px dashed #000;
}
#loginbox-b tbody tr:hover td
{
	color: #339;
	background: #ffffff;
}

.table_heading
{
font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	font-weight:bold;
}


#newspaper-c
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #333333;
	
}
#newspaper-c th
{
	padding: 7px 7px 7px 7px;
	font-weight: normal;
	font-size: 13px;
	color: #000;
	text-align: center;
}
#newspaper-c tbody
{
	background: #ffffff;
}
#newspaper-c td
{
	padding: 5px;
	color: #000;
	border-top: 1px dashed #000;
	border-right: 1px dashed #000;
}


#newspaper-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border: 0px solid #000;
}
#newspaper-a th
{
	padding: 7px 7px 7px 7px;
	font-weight: normal;
	font-size: 13px;
	color: #000;
	border-bottom: 1px dashed #000;
	border-top: 1px dashed #000;
	text-align: center;
}
#newspaper-a td
{
	padding: 7px 7px 7px 7px;
	color: #000;
	
}
#newspaper-a tfoot
{
	padding: 12px 17px 12px 17px;
	font-weight: normal;
	font-size: 13px;
	color: #000;
	border-bottom: 1px dashed #000;
	}
