﻿html { background-color:#ffffff; background:url(../images/bg-content.png) repeat-x left top; }

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #393939;
	width: 100%;
	display: table;
	text-align: justify; 
	background-position: 0 69px;
}

a:link, a:visited { color:#cc0000; text-decoration: none; font-weight: bold; font-size:14px; transition-property: color; transition-duration:0.8s; /* efektin ne kadar süreceği */ transition-delay: 0.2s;  /* efektin ne kadar süre sonra başlayacağı*/ } 
a:active, a:hover { color:#f99f00; }

img { border: none; }

.container { width:980px;margin: auto; }

/* box shadow */
.golge{ box-shadow: 0 0 5px 2px #888888;-webkit-box-shadow: 0 0 5px 2px #888888;-moz-box-shadow: 0 0 5px 2px #888888; }

/* textbox border */
.border1
{
    -webkit-border-radius: 5px; /* Safari ve Chrome için kullanılan yazılış.*/
    -moz-border-radius: 5px; /* Mozilla Firefox için özellik*/
    -o-border-radius:5px; /* Opera ve IE 9 */
    height:30px;
    padding-left:5px;
    border: 1px solid #beb5a9;
}
.border1:focus {
    border: 1px solid #69dbe9;
    box-shadow: 0 0 5px 2px #a2eff8;-webkit-box-shadow: 0 0 5px 2px #a2eff8;-moz-box-shadow: 0 0 5px 2px #a2eff8;
}

/* gri buton */ 
.buton1 {
    background-color: #656464;
	display: inline-block;
	padding: 7px 40px 7px 40px;
	color: #fff;
	font-size:14px;
	font-weight:bold;
	transition: 0.8s ease;
	-o-transition: 0.8s ease;
	-webkit-transition: 0.8s ease;
    -webkit-border-radius: 5px; /* Safari ve Chrome için kullanılan yazılış.*/
    -moz-border-radius: 5px; /* Mozilla Firefox için özellik*/
    -o-border-radius:5px; /* Opera ve IE 9 */
	-webkit-box-shadow: 1px 1px 3px 0px rgba(57, 44, 44, 1);
	-moz-box-shadow:    1px 1px 3px 0px rgba(57, 44, 44, 1);
	box-shadow:         1px 1px 3px 0px rgba(57, 44, 44, 1);
	border:none;
}
.buton1:hover{background: #beb5a9;color: #fff !important;cursor:pointer;}

/* pembe buton */ 
.buton2 {
    background-color: #ff6d6d;
	display: inline-block;
	padding: 7px 40px 7px 40px;
	color: #fff;
	font-size:14px;
	font-weight:bold;
	transition: 0.8s ease;
	-o-transition: 0.8s ease;
	-webkit-transition: 0.8s ease;
    -webkit-border-radius: 5px; /* Safari ve Chrome için kullanılan yazılış.*/
    -moz-border-radius: 5px; /* Mozilla Firefox için özellik*/
    -o-border-radius:5px; /* Opera ve IE 9 */
	-webkit-box-shadow: 1px 1px 3px 0px rgba(226, 48, 48, 1);
	-moz-box-shadow:    1px 1px 3px 0px rgba(226, 48, 48, 1);
	box-shadow:         1px 1px 3px 0px rgba(226, 48, 48, 1);
	border:none;
}
.buton2:hover{color: #235c71 !important;cursor:pointer;}

/* mavi buton */ 
.buton3 {
    background-color: #3277b3;
	display: inline-block;
	padding: 9px 25px 9px 25px;
	color: #fff;
	font-size:14px;
	font-weight:bold;
	transition: 0.8s ease;
	-o-transition: 0.8s ease;
	-webkit-transition: 0.8s ease;
    -webkit-border-radius: 5px; /* Safari ve Chrome için kullanılan yazılış.*/
    -moz-border-radius: 5px; /* Mozilla Firefox için özellik*/
    -o-border-radius:5px; /* Opera ve IE 9 */
	border:none;
}
.buton3:hover{ background-color:#2290f0 !important;cursor:pointer;}

.table-border {border:1px solid #beb5a9;-webkit-border-radius: 5px;-moz-border-radius: 5px;-o-border-radius:5px; padding:10px 10px 10px 10px;}

/* menu */
ul.menu {list-style-type: none;padding:0;margin:0;}
ul.menu a {display:block;color: #E2E2E2; padding: .8em .8em; border-bottom: 1px gray solid; }
ul.menu a:hover, ul.menu .active { 
    background :-webkit-linear-gradient(top, #337AB6,#2e6da4 ); /* Safari ve Chrome için */
    background :-moz-linear-gradient(top, #337AB6,#2e6da4 ); /* Mozilla Firefox için */
    background :-o-linear-gradient(top, #337AB6,#2e6da4 ); /*opera için*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337AB6', endColorstr='#2e6da4',GradientType=0 ); /* IE6-9 */
    }
ul.menu li {margin: 0 0 .2em 0;}


/* gridview hover */ 
/*.grid-view tr:hover { background-color:#d9dcdf; }*/
td {cursor:auto;}
.degisen_satir {background-color: #8fc8f9;}
