﻿
#admin
{
	background-color:#eeeeee;
	margin:0px 0px 0px 0px;
	
}

.menu
{
	margin-top:10px;
	background-color:White;
	width:100%;
	border-top:solid 4px #6891B8;
	}
.menu a
{
	display:block;
	width:180px;
	height:25px;
	color:#32B2ED;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	
	line-height:25px;
	background-image:url(images/adminArrow.png);
	background-repeat:repeat-y;
	padding-left:20px;
	border-bottom:dashed 2px gray;
}

.menu a:hover
{
	color:#BA0F33;
	font-family:Tahoma;
	font-size:12px;	
	border-bottom:dashed 2px #BA0F33;
	background-image:url(images/adminArrowHover.png);
}
.gridViewDiv
{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	
	}
.AdminFormTable
{
	width:100%;
	font-family: Tahoma;
	font-size:12px;
	font-weight:bold;
	
	
	}
.AdminFormTable .baslikCell
{
	width:150px;
	color:#32B2ED;
	padding-left:5px;
	padding-right:5px;
	background-color:#E1FCE4;
	height:25px;
	line-height:25px;
	text-align:right;
	}
	.AdminFormTable td
{
	border-bottom:dotted 1px #4B7BDD;
	border-right:solid 1px green;
	}

.AdminYatayTable
{
	width:100%;
	font-family: Tahoma;
	font-size:12px;
	font-weight:bold;
	}
.AdminYatayTable .baslikCell
{
	
	color:#32B2ED;
	padding-left:5px;
	padding-right:5px;
	background-color:#E1FCE4;
	height:25px;
	line-height:25px;
	text-align:center;

	}
.AdminYatayTable td
{
	border-bottom:dotted 1px #4B7BDD;
	border-right:solid 1px green;
	text-align:center;
	}
.AdminPdfDelete
{
	background-image:url(images/pdfDelete.gif);
	display:block;
	height:20px;
	width:20px;
	}
.AdminPdfDelete:hover
{
	background-image:url(images/pdfDeleteHover.gif);
	}	
.Info
{
	font-family:Arial;
	font-size:12px;
	color:Green;
	
	}
	
.pdfindir
{
	display:block;
	height:20px;
	line-height:20px;
	background-image:url(images/pdfico.gif);
	background-repeat:no-repeat;
	width:inherit;
	width:60px;
	padding-left:22px;	
	}
.pdfindir:hover
{
	background-color:Transparent;
	color:Black;
	}	
