﻿body
{
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	max-height: 100%;
}
.DisContent
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: Gray;
	filter: alpha(opacity=90);
	opacity: 0.90;
	vertical-align: middle;
}
.IcContent
{
	width: 200px;
	height: 85px;
	vertical-align: middle;
	text-align: center;
	background-color: #FFFFCC;
	border: solid 5px #e8e8e8;
	margin: auto;
	margin-top: 200px;
}

/* styles for the grid */

/* base table styles  */
table.grid
{
	width: 600px;
	font-family: tahoma,helvetica,arial,sans-serif;
	font-size: 11px;
	border: solid 1px #99aabd;
}

/* common header and data dell styles  */
.grid td, .grid th
{
	height: 14px;
	border-right: solid 1px #fff;
	vertical-align: middle;
}

/* header cell styles */
.grid th
{
	padding: 4px 4px;
	text-align: center;
	background: url(img/sprite.gif) repeat-x 0px -1100px;
}

/* header cell link styles */
.grid th a
{
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
}

/* data cell styles */
.grid td
{
	padding: 3px 25px 3px 10px;
	text-align: left;
	vertical-align: middle;
	cursor: default;
}

/* command cell styles */
.grid td.command
{
	padding: 3px 6px;
	text-align: center;
	vertical-align: middle;
}

/* command input cursor styles */
.grid td.command input
{
	cursor: hand;
}

/* edit data cell styles */
.grid .editrowstyle
{
	background-color: #feffc5;
}

/* alternating data cell styles */
.grid .altrowstyle
{
	background-color: #ECF2F8;
}

/* sort asc header style */
.grid .sortascheader a
{
	background: url(img/dt-arrow-up.png) no-repeat right 50%;
}

/* sort desc header style  */
.grid .sortdescheader a
{
	background: url(img/dt-arrow-dn.png) no-repeat right 50%;
}

/* styles for the modal popup */

/* dialog frame */
.modal-dialog
{
	position: absolute;
}

/* dialog contents container */
.modal-dialog .container
{
	font-family: tahoma,helvetica,arial,sans-serif;
	font-size: 11px;
	width: 340px;
	border: solid 1px #99aabd;
	background-color: #F2F9FF;
}

/* dialog header */
.modal-dialog .header
{
	background: url(img/sprite.gif) repeat-x 0px -1100px;
	height: 25px;
	padding-top: 5px;
}

/* dialog header message */
.modal-dialog .header .msg
{
	vertical-align: middle;
	padding-left: 6px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

/* dialog body */
.modal-dialog .body
{
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #F2F9FF;
}

/* dialog body message */
.modal-dialog .body h2
{
	padding-top: 10px;
	background-color: #F2F9FF;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
}

/* dialog footer */
.modal-dialog .footer
{
	height: 30px;
	background-color: #F2F9FF;
}

/* dialog footer buttons */
.modal-dialog .footer .right
{
	background-color: #F2F9FF;
	float: right;
	text-align: right;
	padding-bottom: 6px;
	padding-right: 6px;
}

/* dialog footer checkbox */
.modal-dialog .footer .left
{
	background-color: #F2F9FF;
	float: left;
	text-align: left;
	padding-bottom: 6px;
	padding-left: 6px;
}

/* dialog close */
.modal-dialog .close
{
	right: 4px;
	background: url(img/icons.gif) no-repeat -732px 0px;
	width: 16px;
	cursor: hand;
	position: absolute;
	top: 5px;
	height: 16px;
}

/* dialog close hover */
.modal-dialog .close:hover
{
	background: url(img/icons.gif) no-repeat -749px 0px;
}

/* modal overlay */
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.MalzemeResim
{
	width: 139px;
	height: 70px;
	vertical-align: middle;
	text-align: center;
	border-right: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
	padding-top: 2px;
}
.MalzemeAdet
{
	width: 39px;
	height: 70px;
	vertical-align: middle;
	text-align: center;
	border-right: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
}
.MalzemeFiyat
{
	width: 39px;
	height: 70px;
	vertical-align: middle;
	text-align: center;
	border-right: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
}
.MalzemeToplam
{
	width: 45px;
	height: 70px;
	vertical-align: middle;
	text-align: center;
	border-right: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
	color: Blue;
}
.TextBox
{
	border-top-style: none;
	border-bottom: #c0c0c0 1px dotted;
	border-right-style: none;
	border-left-style: none;
	font-family: Tahoma;
	font-size: 11px;
	color: Blue;
}

.YemNetUyesiyimCerceve
{
	border: solid 1px #336699;
	padding: 5px;
	background-color: #31639c;
	float: right;
	margin-right: 5px;
}

.YemNetUyesiyim
{
	font-family: Tahoma;
	font-size: 15px;
	color: White;
	text-decoration: none;
	font-weight: bold;
}

.TabContainer .ajax__tab_header
{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	color: Black;
	padding-left: 0px;
	border-bottom: solid 3px #AA1825;
}
.TabContainer .ajax__tab_body
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	border: solid 1px #dddddd;
	border-top: none;
}
/* Active/Hover States */
.TabContainer .ajax__tab_active .ajax__tab_outer
{
	margin-right: 5px;
	background: url(../Images/TabContainer/active-tl.gif) no-repeat left top;
}
.TabContainer .ajax__tab_active .ajax__tab_inner
{
	margin-left: 4px;
	background: url(../Images/TabContainer/active-tr.gif) no-repeat right top;
}
.TabContainer .ajax__tab_active .ajax__tab_tab
{
	margin-right: 4px;
	padding: 5px 3px;
	color: #fff;
	background: #AA1825;
	text-decoration: none;
}
/* Regular States */
.TabContainer .ajax__tab_outer
{
	margin-right: 5px;
	background: url(../Images/TabContainer/inactive-tl.gif) no-repeat left top;
}
.TabContainer .ajax__tab_inner
{
	margin-left: 4px;
	background: url(../Images/TabContainer/inactive-tr.gif) no-repeat right top;
}
.TabContainer .ajax__tab_tab
{
	width: 200px;
	padding: 5px 3px;
	color: black;
	text-decoration: none;
	background: url(../Images/TabContainer/inactive-mid.gif) repeat-x;
	margin-right: 2px;
}
.Bilgi
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}

.KodSec
{
	width: 20px;
	color: Black;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	border: solid 1px #7f9db9;
	background-color: #ededed;
	vertical-align: middle;
	height: 15px;
	display:block;
	text-align:center;
}
.KodSec:hover
{
	background-color: #cdcdcd;
	cursor:hand;
}
.TextBox
{
	color: Black;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana;
	border: solid 1px #7f9db9;
	height: 14px;
}


/* Repeater Table */
.RepeaterTable
{
    width: 100%; border-collapse: collapse;
}

.RepeaterTable a
{
    color:Black;
}

.RepeaterTable .HR
{
    background-color: #888888; font-weight: bold;
    font-family: Tahoma; font-size: 11px; color: #FFFFFF; text-decoration: none;
}
.RepeaterTable .H
{
    height: 20px; vertical-align: middle; padding: 5px 5px 5px 5px; border: solid 1px #888888;
}
.RepeaterTable .Row
{
    font-family: Tahoma; font-size: 11px; color: #666666; background-color: #FFFFFF;
}
.RepeaterTable .ARow
{
    font-family: Tahoma; font-size: 11px; color: #666666; background-color: #F4F4F4;
}
.RepeaterTable .HRow
{
    font-family: Tahoma; font-size: 11px; color: Maroon; background-color: #fffdc8; cursor: pointer;
}
.RepeaterTable .C
{
    height: 13px; vertical-align: middle; border: solid 1px #e8e8e8; padding: 5px 5px 5px 5px;
}

.NavigasyonLink
{
	color:#000;
	font-family:Tahoma;
	font-size:10px;
	line-height:15px;
	font-weight:bold;
	}
