/*Data table*/
table.data-table-gel
{
	border:1px solid #c4c4c4;
	border-collapse: collapse;
}

/*Any cell*/
table.data-table-gel td
{
	border:1px solid #c4c4c4;
//	border-left:none !important;
//	border-right:none !important;
	background-color:#FFFFFF;
	padding:6px 5px;
}

/*Head cell*/
table.data-table-gel thead td, table.data-table-gel th, table.data-table-gel thead th
{
	background-color:#E6EFFA;
	font-weight:bold;
	font-size:12px;
	background-image:none;
	border:1px solid #c4c4c4;
	padding:8px;
	text-align:center;
}

/*Head cell selected*/
table.data-table-gel thead td.selected, table.data-table-gel th.selected, table.data-table-gel thead th.selected
{
	background-color:#f0f5f7;
}

/*Body cell*/
table.data-table-gel tbody td
{
	background-color:#FFF;
	background-image:none;
}

/*Selected cell*/
table.data-table-gel td.selected, table.data-table-gel tr.selected td
{
	background-color:#f6f6f6;
}

table.data-table-gel tr.header td
{
	background-color:#eaeaea;
}

table.data-table-gel td.indent
{
	padding-left:30px;
}

table.data-table-gel tr.optional td
{
	color:#555;
}

/*Foot cell*/
table.data-table-gel tfoot td
{
	background-color:#f0f5f7;
	padding:4px;
}

/*End data table*/


div.news-list img.preview-picture
{
	float:left;
	margin:0 4px 6px 0;
}

p.news-item
{
	margin:0;
	margin-bottom:15px;
}

.news-date-time
{
	font-size:95%;
	display:block;
	color:#82929a;
}

.preview-picture {

	border: 1px solid #E4E7E9;
}
