﻿.mainFrameBody 
 {
 	padding-left: 8px;  background-image: url(../images/bodyBG.gif);  
 	background-repeat: no-repeat; background-attachment : fixed;
 }
.mainFrame 
 {
 	width:100%;
 }
#page
 {
	width:100%; 
 }
#top
 {
 	width:100%; border-bottom:solid 1px #999999; background:#f0f0f0;
 }
#top .title
 {
 	width:50%;
 }
#top .title .titleDiv
 {
 	 padding-top:10px; padding-bottom:5px; padding-left:20px; font-size:14px	
 }
#top .title h1
 {
 	font-size:18px; color:#3976a2; font-weight:normal; display:inline;	
 }
#top .favorites
 {
 	width:50%; text-align:right; vertical-align:bottom;
 }
#top .favorites .favLink
 {
 	 margin-right:25px; width:120px; border:solid 1px #f0f0f0; text-align:left; 
 	 background: url(../images/favLinkArrow.gif) 87% 8px no-repeat; padding-top:3px
 }
#top .favorites .favLink:hover
 {
 	  border-left:solid 1px #666666; border-right:solid 1px #666666; border-top:solid 1px #666666;
 }
#qLink
 {
 	padding:10px 10px 10px 5px; display:inline; cursor:pointer;
 }
#qpanel ul
 {
 	margin-left: 0; margin-top:0;
 }
#qpanel ul li
 {
 	float: none; display: block; margin: 2px;
 }
#qpanel ul li a
 {
 	color:#333;  text-decoration:none; display: block; display: -moz-inline-box; display: inline-block;
    white-space : nowrap; border: 0; padding:3px; width:160px; background: transparent none;
 }
#qpanel ul li a *
 {
 	float: left;  display: inline;
 }
#qpanel ul li a:hover
 {
    border: 1px solid #3c7fb1; padding:2px;  background: #86e0fb url(../images/favLinkActiveBG.gif) 0 0 repeat-x; 
    text-decoration:none;
 }
#pageContent
 {
 	width:100%; border-bottom:solid 1px #888888;
 }
#pageContent .pagCon
 {
 	margin:8px 15px 8px 15px; font-size:14px;
 }
#pageContent .pagCon span
 {
 	font-size:12px
 }
#pageContent .pagCon h1
 {
 	font-size:14px; color:#3976a2; font-weight:normal; display:inline;
 }
#pageFunction
 {
 	width:100%;
 }
#pageFunction .function
 {
 	margin:15px 15px 8px 15px;
 }
.btn
 {
     width:91px; background:url(../images/btnBG.gif) 0 0 ; height:21px; border:none; cursor:hand; margin-left:115px; 
     font-size:12px; font-family:"Segoe UI", "Franklin Gothic Medium", verdana, sans-serif;
 }
.btn:hover
 {
     width:91px; background:url(../images/btnBG.gif) left -21px; height:21px; border:none; cursor:hand; margin-left:115px; 
     font-size:12px; font-family:"Segoe UI", "Franklin Gothic Medium", verdana, sans-serif;
 }
.btnDelete
 {
     width:91px; background:url(../images/btnBG.gif) 0 0 ; height:21px; border:none; cursor:hand; margin:2px 4px 2px 4px; 
     font-size:12px; font-family:"Segoe UI", "Franklin Gothic Medium", verdana, sans-serif;
 }
.btnDelete:hover
 {
     width:91px; background:url(../images/btnBG.gif) left -21px; height:21px; border:none; cursor:hand; margin:2px 4px 2px 4px ; 
     font-size:12px; font-family:"Segoe UI", "Franklin Gothic Medium", verdana, sans-serif;
 }
gridViewList {
	background:url(../images/gridViewHeaderBG.gif) bottom left repeat-x;
}

.gridView {
 padding-left:5px; border:solid 1px #d5d5d5; font-weight:bold; 
           background:url('../images/gridViewHeaderBG.gif') repeat-x left top;
    }
.baslik
{
    background-color:#f0f0f0;
    color:#3976a2;
    font-size:18px;
    font-weight:normal;
     display:inline;	
}