/*Data table*/
table.data-table
{
	border:1px solid #99BAD7;
	border-collapse:collapse;
}

a
{
	color:008cf0;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #99BAD7;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#F1F5FA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #99BAD7;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F1F5FA;
	padding:4px;
	color:#333;
}

/*fix for photogalery*/
/*button*/
td.c{color:#000000 !important; vertical-align:middle !important}
/*image name*/
div.photo-title {white-space:normal !important}
/*textarea block*/
tr.post_message textarea#REVIEW_TEXT {width:100% !important}
/*fix blog*/
/*h3*/
h3.blog-sidebar-title{background:transparent !important}
/*h2*/
h2.blog-post-title{background:#E5E7F1 !important}

div.waitwindowlocalshadow{opacity: 0.3; filter: gray() alpha(opacity=30);} 
/*
     */
/*
*/