#headerMenu
{
    position:fixed;
    top: 0;
    left: 0;
    background-color: #2D2D2D;
    width: 100%;
    height: 30px;
}

#header
{
    font-family: arial,sans-serif;
    font-size: 12px !important;
    padding: 0;
    margin: 0;
}
#header ul
{
    padding: 0;
    margin: 0;
}
#header li
{
    position: relative;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

#header li a
{
    width: 110px;
    height: 30px;
    display: block;
    text-decoration: none;
    text-indent: 10px;
    line-height: 30px;
    background-color: #2D2D2D;
    color: white;
}
#header li a:hover
{
    background-color: #666666;
    color: #fff;
}
#header ul ul
{
    position: absolute;
    top: 30px;
    visibility: hidden;
}
#header ul li:hover ul
{
    visibility: visible;
}



body
{
    font-family: Tahoma;
    font-size: 11px;
    list-style: none;
    border: none;
    margin: 0;
    padding: 0 0;
    /*overflow: hidden; /*overflow: scroll;
    overflow-x: hidden; /*text-shadow: 0 1px 1px rgba(0, 0, 0, .1);*/
    background-image: url('../Style/Image/bg-body-butterfly.png');
}

/* MASTER */
.c-cb-V
{
    background: #F1F1F1;
    border-bottom: 1px solid #D2D2D2;
    border-top: 1px solid #D2D2D2;
    clear: both;
    height: 30px;
    top:30px;
    position: fixed;
    width: 100%;
    padding-top:10px;
    padding-left:10px;
}
.QMq2X 
{
    background-color: whiteSmoke;
    border: 1px solid #DDD;
    font-size: 13px;
    margin: 0 -10px;
    min-height: 15px;
    padding: 15px 31px;
}
.ehSshd 
{
    border-left: 10px solid white;
    border-top: 8px solid #EEE;
    float: left;
    height: 0;
    margin-left: -10px;
    width: 0;
}
.xgF7nb 
{
    border-right: 10px solid white;
    border-top: 8px solid #EEE;
    float: right;
    height: 0;
    margin-right: -10px;
    width: 0;
}

.link 
{
    cursor: pointer;
    color: #333;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.link:hover 
{
    background-color: #F1F1F1;
    color: #333;
    text-decoration: none;
}

.warning
{
    background-image: url('img/ico_error24.gif');
    background-position: left center;
    background-repeat: no-repeat;
    text-indent:30px;
    height:20px;
}

::-webkit-scrollbar{
    width:0.8em;
    height:0.8em;
    background-color:#fff;
}

::-webkit-scrollbar:hover{
    background-color:#eee;
}

::-webkit-resizer{
    -webkit-border-radius:4px;
    background-color:#666;
}

::-webkit-scrollbar-thumb{
    min-height:0.8em;
    min-width:0.8em;
    -webkit-border-radius:4px;
    background-color: #ddd;
}

::-webkit-scrollbar-thumb:hover{
    background-color: #bbb;
}
::-webkit-scrollbar-thumb:active{
    background-color:#888;
}

div#mainbody
{
    width: 1000px;
    margin: 0 auto;
    background-color: #FFF;
    /*border: 1px solid #cccccc;
    -moz-box-shadow: rgba(200, 200, 200, 0.7) 0 4px 0px -1px;
    -webkit-box-shadow: rgba(200, 200, 200, 0.7) 0 4px 0px -1px;
    -khtml-box-shadow: rgba(200, 200, 200, 0.7) 0 4px 0px -1px;
    box-shadow: rgba(200, 200, 200, 0.7) 0 4px 10px 0px;*/
    overflow: visible;
    height: auto !important;
    border: 1px solid gainsboro;
    padding:10px;
}
div#wrapper
{
    margin-top:40px;
    min-height: 100%;
    position: static;
    height: auto !important;
    
}

/* BUTONLAR VE TEXTBOXLAR */

.g-button
{
    display: inline-block;
    min-width: 54px;
    text-align: center;
    color: #555;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    padding: 0 8px;
    line-height: 27px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -ms-transition: all 0.218s;
    -o-transition: all 0.218s;
    transition: all 0.218s;
    border: 1px solid gainsboro;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: whiteSmoke;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}
.g-button:hover
{
    border: 1px solid #2F5BB7;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #357AE8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
    background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
    background-image: linear-gradient(top,#4d90fe,#357ae8);
}

.g-button2
{
    display: inline-block;
    min-width: 54px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    padding: 0 8px;
    line-height: 27px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -ms-transition: all 0.218s;
    -o-transition: all 0.218s;
    transition: all 0.218s;
    border: 1px solid gainsboro;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #cc0000;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}
.g-button2:hover
{
    color: white;
    background-color: #990000;
    cursor: pointer;
}


.b-button
{
    text-align: center;
    color: #555;
    font-size: 11px;
    font-weight: bold;
    cursor: default;
    background-color:transparent;
    border:none;
}
.b-button:hover
{
    background-color:transparent;
    color:Red;
}

.error
{
    color:Red;
   font-size:12px;
}

.input
{
    width: 150px;
    display: inline-block;
    height: 28px;
    margin: 0;
    font-size:12px;
    padding-left: 8px;
    padding: 6px;
    padding-top: 6px;
    background: white;
    border: 1px solid #C0C0C0;
    border-top: 1px solid silver;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.input:hover
{
    width: 150px;
    display: inline-block;
    height: 28px;
    margin: 0;
    font-size: 12px;
    padding-left: 8px;
    padding: 6px;
    padding-top: 6px;
    background: #FFFFCC;
    border: 1px solid #C0C0C0;
    border-top: 1px solid silver;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.dropdownlist
{
    font-size: 12px;
    padding-left: 8px;
    padding-top: 3px;
	height: 22px;
    border: 1px solid #C0C0C0;
    -moz-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
    -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
    box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
    border-radius: 2px;
 	background-color:#FFFFFF;
	border-top: 1px solid silver;
}

.dropdownlistF
{
    font-size: 12px;
    padding-left: 0px;
    padding-top: 1px;
	height: 22px;
    -moz-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
    -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
    box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
    border-radius: 2px;
 	background-color:#FFFF99;
    background: #FFFF99;
    border: 2px solid #C6DFF9;
    border-top: 2px solid #C6DFF9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
 }


.checkbox
{
    -webkit-appearance: none;
    appearance: none;
    width: 13px;
    height: 13px;
    margin: 0;
    cursor: pointer;
    vertical-align: bottom;
    background: white;
    border: 1px solid gainsboro;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.checkbox:hover
{
    -webkit-appearance: none;
    appearance: none;
    width: 13px;
    height: 13px;
    margin: 0;
    cursor: pointer;
    vertical-align: bottom;
    background: white;
    border: 1px solid gainsboro;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}


/* ORTAK */
.announce-bar
{
    margin-top: 40px;
    position: relative;
    bottom: 10px;
    height: 33px;
    z-index: 2;
    width: 100%;
    background: #f9edbe;
    border-bottom: 1px solid #FFCD35;
    border-top: 1px solid #CCC;
    overflow: hidden;
    min-width: 1200px;
}
.message
{
    margin: 3px;
    text-decoration: none;
    color: #666666;    
}

.message a
{
    text-decoration: none;
    color: #666666;    
}

.content
{
    border: 1px solid #dddddd;
    margin: 0 auto;
    width: 1010px;
    padding: 4px;
    color: #808080;
    background-color:#f4f4f4;
    border-radius: 1px;
    height:20px;
}


/* GENEL OLARAK KULLANILAN DIV VE TABLELER */

.signin-box, .accountchooser-box
{
    margin: 0px 0 0;
    padding: 20px 10px 10px;
    /*background: #f5f5f5;
    border: 1px solid #e5e5e5;*/
    
}

.signin-box-inside
{
    margin: 0px auto;
    padding: 20px 10px 10px;
    background: #ffffff;
    border: 2px solid #e5e5e5;
    text-align: center;
}

.genelSariDiv
{
    padding-top: 3px;
	padding-bottom: 3px;
    background-color: #E9E9E9;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    float:left;
	width:98%;
}

.genelSariDiv3
{
    padding: 3px;
    margin: 0px auto;
    background-color: #FFFFFF;
    border-bottom: 1px dashed #999999;
    border-left: 1px dashed #999999;
    border-right: 1px dashed #999999;
    border-top: 1px dashed #999999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    float:right;
	width:92%;
	text-align:right;
}

.genelSariDiv2
{
    padding: 3px;
    margin: 0px auto;
    background-color: #E9E9E9;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    float:left;
	width:75px;
}

.genelBeyaz2Div
{
    padding-top: 3px;
	padding-bottom: 3px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    float:left;
	width:100%;
}

.genelMaviDiv
{
    padding: 10px;
    margin: 0px auto;
    background: #EAF3FD;
    border: 1px solid #C6DFF9;
}

.genelYesilDiv
{
    padding: 10px;
    margin: 0px auto;
    background: #9BCF85;
    border: 1px solid #C6DFF9;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	width:455px;
}

.genelKirmiziDiv
{
    padding: 10px;
    margin-left: -4px;
    background: #EF4B4B;
    border: 1px solid #C6DFF9;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	width:463px;
}

.genelBeyazDiv
{
    padding: 10px;
    margin: 0px auto;
    border: 1px solid #666666;
}

.genelsolciz
{
    border-left: 1px dashed #666666;
}

.genelBaslikDiv
{
    background-image:url(../yonetici/images/div.png);
    padding: 10px;
    margin: 0 0 20px 0;
    border: 1px solid #cc0000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 6px rgba(0,0,0,0.25);
	font-size:12px;
	font-weight:bold;
	color:#333333;
}

.grupBaslikDiv
{
    background-image:url(../yonetici/images/div2.png);
    padding: 6px;
    margin: 0 0 20px 0;
    border: 1px solid #3d69ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 6px rgba(0,0,0,0.25);
	font-size:12px;
	font-weight:bold;
	color:#333333;
}

.genelRoundDiv
{
    background-color: #FEFCAF;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fefcaf),color-stop(1, #fffeda));
    background-image: -webkit-linear-gradient(top, #fefcaf, #fffeda);
    background-image: -moz-linear-gradient(top, #fefcaf, #fffeda);
    background-image: -ms-linear-gradient(top, #fefcaf, #fffeda);
    background-image: -o-linear-gradient(top, #fefcaf, #fffeda);
    padding: 15px;
    margin: 0 0 20px 0;
    border: 1px solid #C6DFF9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 6px rgba(0,0,0,0.25);
}

/*Modal*/
.modal-overlay
{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#666666;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	z-index:101;
}
* html .modal-overlay
{   
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	
}

.modal-window
{
	position:fixed;
	top:50%;
	left:50%;
	margin:0;
	padding:0;
	z-index:102;
	border: 3px solid #333333;
	background-color:#FFFFFF;
}

.close-window
{
	position:absolute;
	width:32px;
	height:32px;
	right:-30px;
	top:-30px;
	background:transparent url('close-button.png') no-repeat scroll right top;
	text-indent:-99999px;
	overflow:hidden;
	cursor:pointer;
	opacity:.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

.modal-windowHead
{
	position:fixed;
	top:50%;
	left:50%;
	margin:0;
	padding:0;
	z-index:102;
	border-left: 3px solid #333333;
	border-right: 3px solid #333333;
	border-bottom: 3px solid #333333;
	background-color:#FFFFFF;
}
* html .modal-window
{
	position:absolute;
}
.close-windowHead
{
	position:absolute;
	width:46px;
	height:18px;
	right:0px;
	top:-26px;
	background:transparent url('kapatp.png') no-repeat scroll right top;
	text-indent:-99999px;
	overflow:hidden;
	cursor:pointer;
	opacity:.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}


.close-windowHead:hover
{
	position:absolute;
	width:46px;
	height:18px;
	right:0px;
	top:-26px;
	background:transparent url('kapats.png') no-repeat scroll right top;
	text-indent:-99999px;
	overflow:hidden;
	cursor:pointer;
	opacity:.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

.tam-windowHead
{
	position:absolute;
	width:27px;
	height:18px;
	right:48px;
	top:-26px;
	background:transparent url('tamekranp.png') no-repeat scroll right top;
	text-indent:-99999px;
	overflow:hidden;
	cursor:pointer;
	opacity:.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

.tam-windowHead:hover
{
	position:absolute;
	width:27px;
	height:18px;
	right:48px;
	top:-26px;
	background:transparent url('tamekrans.png') no-repeat scroll right top;
	text-indent:-99999px;
	overflow:hidden;
	cursor:pointer;
	opacity:.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

.kucult-windowHead
{
	position:absolute;
	width:27px;
	height:18px;
	right:77px;
	top:-26px;
	background:transparent url('kucultp.png') no-repeat scroll right top;
	text-indent:-99999px;
	overflow:hidden;
	cursor:pointer;
	opacity:.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

.kucult-windowHead:hover
{
	position:absolute;
	width:27px;
	height:18px;
	right:77px;
	top:-26px;
	background:transparent url('kucults.png') no-repeat scroll right top;
	text-indent:-99999px;
	overflow:hidden;
	cursor:pointer;
	opacity:.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

.modal-header
{
background:url(head.png);
height:26px;
margin-top: -29px;
margin-left:-3px;
border-left: 3px solid #333333;
border-right: 3px solid #333333;
border-top: 3px solid #333333;
cursor:move;
width:100%;
}
.modal-headText
{
font-weight: bold;
color:#FFFFFF;
font-size:14px;
padding-top:4px;
padding-left:6px;
font-family:Arial, Helvetica, sans-serif;
}

.close-window:hover
{
	opacity:.99;
	filter: alpha(opacity=99);
	-moz-opacity: 0.99;
}
/*Modal*/
        
.divButon
{
    padding: 10px;
    margin: 0px auto;
    border: 1px solid #E1E1E1;
    background-color: #f9f9f9;
}

.divfloatLeftBlue
{
    float: left;
    margin: 5px;
    background: #EAF3FD;
    border: 1px solid #C6DFF9;
    padding: 5px;
}

.divfloatLeftWhite
{
    float: left;
    margin: 5px;
    background: #ffffff;
    border: 1px solid #C6DFF9;
    padding: 5px;
}

.divTextBox
{
    margin: 5px;
    padding: 5px;
}

.divBilgiNotu
{
    font-weight:normal;
    font-size: 10px;
    margin-bottom: 5px;
    color: #808080;
}

.modalBackground
{
    background-color: #E5E5E5;
    opacity: 0.7;
}


.modalPanel
{
    padding:10px;
    background-color:#fff;
    border: 5px solid #DDDDDD;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.updatePanelDiv
{
    position: fixed;
    
    opacity: 0.7;
    width: 100%;
    height: 100%;
    background-color: #F3F3F3;
    text-align: center; /*padding: 10px;*/
    margin: 0 auto; /* border-bottom: 1px solid #FFCD35;     border-left: 1px solid #FFCD35;     border-right: 1px solid #FFCD35;     border-top: 1px solid #CCC;*/ /*background-image: url('IMG/25-1.gif');*/
    background-image: url('loading.gif');
    background-position: center 20px;
    background-repeat: no-repeat;
}

    margin: 0 auto; /* border-bottom: 1px solid #FFCD35;     border-left: 1px solid #FFCD35;     border-right: 1px solid #FFCD35;     border-top: 1px solid #CCC;*/ /*background-image: url('IMG/25-1.gif');*/
    background-image: url('loading.gif');
    background-position: center 20px;
    background-repeat: no-repeat;
}

.updatePanelSpan
{
    height:15px;
    width: 100%;
    padding: 1px;
    margin: 0px auto;
    color: #000000;
    background-color: #FFCC00; /*border-bottom: 1px solid #FFCD35;     border-left: 1px solid #FFCD35;     border-right: 1px solid #FFCD35;     border-top: 1px solid #CCC;*/
    font-weight: bold;
}


/* ICONLAR*/

.unchek
{
    background: url('../Style/Image/uncheck.gif') no-repeat center;
    width: 20px;
}

.chek
{
    background: url('../Style/Image/chek.png') no-repeat center;
    width: 20px;
}


/* title */

[title]{
	position:relative;
}
[title]:after
{
    font-size:9px;
	content:attr(title);
	color:#fff;
	margin-bottom:5px;
	background:#333;
	background:rgba(51,51,51,0.75);
	padding:3px;
	position:absolute;
	left:-9999px;
	opacity:0.8;
	bottom:100%;
	white-space:nowrap;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
[title]:hover:after{
	left:5px;
	opacity:1;
}
/* title son */
span.i1
{
    background-position: -16px -18px;
    background-image: url('../Style/Image/icon.png');
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px;
}

span.i2
{
    background-position: -100px -16px;
    background-image: url('../Style/Image/icon.png');
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px;
}

span.i3
{
    background-position: -80px -34px;
    background-image: url('../Style/Image/icon.png');
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    float: left;
}

span.i4
{
    background-position: -54px -34px;
    background-image: url('../Style/Image/icon.png');
    width: 12px;
    height: 18px;
    background-repeat: no-repeat;
    margin-right: 5px;
    float: left;
}

span.i5
{
    background-position: -104px -34px;
    background-image: url('../Style/Image/icon.png');
    width: 12px;
    height: 18px;
    background-repeat: no-repeat;
    margin-right: 5px;
    float: left;
}

span.i6
{
    background-position: -145px -16px;
    background-image: url('../Style/Image/icon.png');
    width: 17px;
    height: 18px;
    background-repeat: no-repeat;
    margin-right: 5px;
    float: left;
}


/*GridView*/

.GridView
{
    width: 100%;
    background-color: #FFFFFF;
    margin: 0px auto;
    background: #ffffff;
    font-size:11px;
}


.GridViewHeader
{
    text-align: left;
    height: 25px;
    margin: 3px;
    border-bottom: 1px solid #E5E5E5;
    color: #000;
    padding: 0 8px;
    font-weight:normal;
}

.GridViewRow
{
    text-align: left;
    font-weight: normal;
    height: 25px;
    margin:3px;
    border-bottom: 1px solid #DDDDDD;
    color: #555;
}


.GridViewRow:Hover
{
    background-color:#f4f4f4;
    border-bottom: 1px solid #DDDDDD;
    color:Red
}

.GridViewRowGecikme
{
    text-align: left;
    font-weight: normal;
    height: 25px;
    margin: 3px;
    border: 1px solid #E5E5E5;
    color: #FF0000;
    background-color: #F4F4F4;
}

.accordion
{
    background-position: 10px center;
    border: 2px solid #E5E5E5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0 0 0 10px;
    margin: 0 0 5px 0;
    height: 70px;
    line-height: 20px;
    color: #000;
    font-size: 12px;
    cursor: f;
    cursor: pointer;
    color:#999999;
    font-weight: bold;
    background-image: url('../Style/Image/sag_ok.png');
    background-repeat: no-repeat;
    background-color: #fff;
    text-indent: 40px;

}

.accordion:hover
{
    color: #333333;
    cursor: pointer;
    background-color: #EEEEEE;
}

.active 
{
    background-color:#f1f1f1;
}

.accordionContainer
{
    margin: 0 0 5px;
    padding: 0;
    clear: both;
    
    /* IE10 */ 
    background-image: -ms-radial-gradient(center, ellipse farthest-corner, #666666 0%, #CCCCCC 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-radial-gradient(center, ellipse farthest-corner, #666666 0%, #CCCCCC 100%);

    /* Opera */ 
    background-image: -o-radial-gradient(center, ellipse farthest-corner, #666666 0%, #CCCCCC 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(radial, center center, 0, center center, 510, color-stop(0, #666666), color-stop(1, #CCCCCC));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #666666 0%, #CCCCCC 100%);

    /* Proposed W3C Markup */ 
    background-image: radial-gradient(center, ellipse farthest-corner, #666666 0%, #CCCCCC 100%);
    
    /*border: 1px solid #E5E5E5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;*/
}

.accordionContainer .block {

	padding: 7px;
}
.accordionContainer .block p
{
	padding: 5px 0;
	margin: 5px 0;
}

.accordionContainer h3 
{
    font-weight:normal;
    font-size:11px;
	margin: 0 0 15px;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}

.accordionContainer img
{
    float: left;
    margin: 0px 5px 5px 0;
    padding: 5px;
    background: #ddd;
    border: 1px solid #ccc;
} 



/* accordion menu2*/

.accordion2 
{
    border: 1px solid #E5E5E5;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
	background-color: #f3f3f3;
	height: 20px;
	line-height: 20px;
	/*width: 100%;*/
	color:#000; cursor:f; cursor:pointer;
	font-weight:bold;
}

.accordion2:hover
{
    color: #800000;
    cursor: pointer;
    background-color: #FFFFCC;
}

.active2 
{
    background-position: left bottom;
}

.accordionContainer2
{
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #dden;
	width: 490px;
	clear: both;
}

.accordionContainer2 .block {

	padding: 7px;
}
.accordionContainer .block p
{
	padding: 5px 0;
	margin: 5px 0;
}

.accordionContainer2 h3 
{
    font-weight:normal;
    font-size:11px;
	margin: 0 0 15px;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}

.accordionContainer2 img 
{
	float: left;
	margin: 0px 5px 5px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
} 


/*modal view*/

.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}