﻿/* ------------------
 styling for the tables 
   ------------------   */


body
{
	line-height: 1.6em;
	margin:0 0 0 0;
	font-size:15pt;
	font-family:Arial;
}

#gridcolumnheader td
{
	color:Black;
	background-color:White;
	font-weight:bold;
	clear:both ;
	}
	#rounded-corner2
{
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font-family: "Arial";
	font-size: 7pt;
}
	#calendarformat
{
	background-position: "Arial";
	background: "Arial";
	font-size: 1pt;
	background-color: #FFFFFF;
	color: #000000;
}
#rounded-corner
{
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font-family: "Arial";
	font-size: 10pt;
	margin-left:20px;
	margin-top:20px;
	text-align: left;
	border-collapse: collapse;
	margin-right: 45px;
	margin-bottom: 45px;
}
#rounded-corner thead th.rounded-company
{
	background: url('http://www.disiliskiler.pol.tr/_layouts/ddb_custom/leftrounded.png') no-repeat;
	font-weight:bold;
	color:#000000;
}
#rounded-corner thead th.rounded-center
{
	background: url('http://www.disiliskiler.pol.tr/_layouts/ddb_custom/centerrounded.png');
	background-repeat:repeat-x;
	font-weight:bold;
	color:#000000;
}
#rounded-corner thead th.rounded-q4
{
	background: url('http://www.disiliskiler.pol.tr/_layouts/ddb_custom/rightrounded.png')  no-repeat;
	background-position:top 10px;
	background-position:right -0px;
}
#rounded-corner th
{
	padding: 4px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 4px;
	background: #f5ded8;
	border-top: 1px solid #fff;
	color: #000000;
	line-height:19px;
}
#rounded-corner tfoot td.rounded-foot-left
{
	/*background: #f5ded8 url('http://www.disiliskiler.pol.tr/_layouts/ddb_custom/botleft.png') left bottom no-repeat;*/
	background: #f5ded8;
}
#rounded-corner tfoot td.rounded-foot-right
{
	/*background: #f5ded8 url('http://www.disiliskiler.pol.tr/_layouts/ddb_custom/botright.png') right bottom no-repeat;*/
	background: #f5ded8;
}
#rounded-corner tbody tr:hover td
{
	/*background: #d0dafd;*/
}

#rounded-corner tbody td.info
{
     font-weight:bold;
	color:Red;
}

#rounded-corner tbody td
{
    font-size:10pt;
	text-align: left;
}

#background-image
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background: url('http://www.disiliskiler.pol.tr/_layouts/ddb_custom/blurry.jpg') 330px 59px no-repeat;
}
#background-image th
{
	padding: 12px;
	font-weight: normal;
	font-size: 14px;
	color: #339;
}
#background-image td
{
	padding: 9px 12px;
	color: #669;
	border-top: 1px solid #fff;
}
#background-image tfoot td
{
	font-size: 11px;
}
#background-image tbody td
{
	background: url('http://www.disiliskiler.pol.tr/_layouts/ddb_custom/back.png');
}
* html #background-image tbody td
{
	/* 
	   ----------------------------
		PUT THIS ON IE6 ONLY STYLE 
		AS THE RULE INVALIDATES
		YOUR STYLESHEET
	   ----------------------------
	*/
	background-position: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.disiliskiler.pol.tr/_layouts/ddb_custom/back.png',sizingMethod='crop');
	background: none;
}	
#background-image tbody tr:hover td
{
	/*color: #339;
	background: none;*/
}


