/***********/
/* TAG'LAR */
/***********/

head, html			{
	width			: 100%;
	height			: 100%;
}

body 				{
	width			: 100%;
	height			: 100%;
	font			: 11px Tahoma;
	color			: #000;
	background		: url(../../images/common/body.bgr.png) repeat-y;
	background-position	: center center;
	padding			: 0;
	margin			: 0;
}

body.intro			{
	width			: 100%;
	height			: 100%;
	background		: url(../../images/common/intro.bgr.png) no-repeat;
	background-position	: center center;
	padding			: 0;
	margin			: 0;
}


table.default			{
	vertical-align		: top;
	padding			: 10px;
	width			: 770px;
	height			: 100%;

}
form	{
	display			: inline;
}
td.copyright	{
	height			: 50px;
	background		: URL(../../images/common/copyright.bgr.png) repeat-x #FFF;
	padding			: 6px 0 0 0;
}

table#BANNER td.shadow		{
	background		: url(../../images/common/haberpanel.bgr.png) repeat-x;
	height			: 10px;
}


table.PageContent		{
	width			: 770px;
	padding			: 0 10px 10px 10px;
	background		: url(../../images/common/page.bgr.png);
}

table.PageContent td.Left	{
	width			: 215px;
}
table.PageContent td.Right	{
	width			: 555px;
}

table.LeftGreat	{
	padding			: 15px;
	background		: url(../../images/common/left.panel.haber.bgr.png) no-repeat;
	width			: 185px;
	height			: 185px;
}

table.LeftSmart	{
	padding			: 15px;
	background		: url(../../images/common/left.panel.arama.bgr.png) no-repeat;
	width			: 215px;
	height			: 70px;
}

.ComboSearch	{
	width			: 115px;
	font			: 11px Tahoma;
	font-weight		: bold;
	color			: #666;
	height			: 18px;
	background		: none;
	
}

.ComboBtn_Gray	{
	width			: 54px;
	height			: 27px;
	border			: none;
	background		: url(../../images/common/btns/btn_gray.png) no-repeat;
	font			: 11px Tahoma;
	font-weight		: bold;
	text-align		: center;
}

table.Haber	{
	text-align	: justify;
	width		: 185px;
}

a:link		{
	font		: 11px Verdana;
	color		: #00a650;
	text-decoration	: none;
}

a:visited	{
	font		: 11px Verdana;
	color		: #037e3e;
	text-decoration	: underline;
}

a:hover		{
	color		: #fd8713;
	text-decoration	: none;
}

td.PageTitle	{
	font		: 20px Arial, Helvetica;
	font-weight	: bold;
	color		: #666;
}

table.Content	{
	text-align	: justify;
}

td.MarginerHoriz	{
	background	: #CCC;
	height		: 5px;
}

td.FormTitle		{
	height		: 25px;
	font-weight	: bold;
}