﻿body
{
	font-family: "Verdana, Tahoma, Arial,sans-serif"; 
	font-size:8pt;
	background: #10375D;
}

.mainPlaceHolderTable
{
	width:100%;
	height:100%;
	border:0px;
	background-color:Green;
}

.mainPlaceHolderTableTopic
{
	width:100%;
	height:140px;
	background-color:White;
}

.mainPlaceHolderTableBody
{
	width:100%;
}

/*	Standart Header içeren table  */
.dialogwindow
{
	background-color: #f5f5f5;
	color: #000000;
	BORDER-RIGHT: buttonshadow 1px solid;
	BORDER-TOP: buttonhighlight 1px solid;	 	 
	BORDER-LEFT: buttonhighlight 1px solid;
	BORDER-BOTTOM: buttonshadow 1px solid;
	font-family: "Verdana";
	font-size: 8pt;
}

/*	Standart Header içeren table  (dark mode) */
.dialogwindowdark
{
	background-color: #ece9d8;
	color: #000000;
	border-right: buttonshadow 1px solid;
	border-top: buttonhighlight 1px solid;	 	 
	border-left: buttonhighlight 1px solid;
	border-bottom: buttonshadow 1px solid;
	font-family: "Verdana";
	font-size: 8pt;
}

/*	Table ve TD ler için 3D Inset Stili (Border Shadows) */
.inset
{
	border-right: buttonhighlight 1px solid;
	border-top: buttonshadow 1px solid;	 	 
	border-left: buttonshadow 1px solid;
	border-bottom: buttonhighlight 1px solid;	
}

/*	Table ve TD ler için 3D Raise Stili (Border Shadows) */
.raise
{
	border-right: buttonshadow 1px solid;
	border-top: buttonhighlight 1px solid;	 	 
	border-left: buttonhighlight 1px solid;
	border-bottom: buttonshadow 1px solid;
}

/*	ucTopBar daki Ana Header Caption stili */
.mainHeaderTopic
{
	border-right: buttonhighlight 1px solid;
	border-top: buttonshadow 1px solid;	 	 
	border-left: buttonshadow 1px solid;
	border-bottom: buttonhighlight 1px solid;
	background-image:url(http://localhost:1888/EKutuphane/images/gradient_tcat_blue.gif);
	color:White;
	font-family:Verdana;
	font-size:10pt;
	font-weight:bold;	
	height:24px;
	width:100%;
}

/*	ucTopBar daki Ana Header Logo-Bar Placement stili */
.mainHeaderLogo
{
	border-right: buttonhighlight 1px solid;
	border-top: buttonshadow 1px solid;	 	 
	border-left: buttonshadow 1px solid;
	border-bottom: buttonhighlight 1px solid;	
	background-image: url(http://localhost:1888/EKutuphane/images/header.jpg);
	color:White;
	font-family:Verdana;
	font-size:10pt;
	font-weight:bold;	
	height:64px;
	width:100%;
}

/*	Info Tabloları için Header TD Style (3D biçimli) */
.infoTopic
{
	border-right: buttonhighlight 1px solid;
	border-top: buttonshadow 1px solid;	 	 
	border-left: buttonshadow 1px solid;
	border-bottom: buttonhighlight 1px solid;	
	background-image:url(http://localhost:1888/EKutuphane/images/gradient_tcat_orange.gif);
	color:Black;
	font-family:Verdana;
	font-size:8pt;
	height:24px;
	width:100%;
}

/*	Info Tabloları için Header TD Style (Flat biçimli) */
.infoTopicFlat
{
	background-image:url(http://localhost:1888/EKutuphane/images/gradient_info_topic_back.gif);
	color:Black;
	font-family:Verdana;
	font-size:8pt;
	height:24px;
	width:100%;
}
