﻿/* BASE TAGS */

/* HTML */
html
{
    padding: 0px;
    margin: 0px;
    height: 100%;
}

/* BODY */
body
{
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-family: Tahoma, Arial;
    font-size: 12px;
}

/* FORM */
form
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}



/* OTHER TAGS */


/* TABLE */
table, td
{
    font-size: 100%;
}
table.InfoPanelIndent
{
    margin-top: 8px;
}
table.CodeLabel
{
    margin-top: 13px;
}
table.DemoButton
{
    margin-top: 25px;
}

/* TD */
td.ActionMainLabel
{
    padding-bottom: 6px;
    font-size: 12px;
    font-weight: bold;
}
td.ActionPanel
{
    width: 100%;
    padding-bottom: 4px;
}
td.InfoPanel
{
    padding-left: 24px;
}
td.InfoPanelGroupItem
{
    padding-left: 30px;
}
td.InfoPanelLabel
{
    padding-left: 3px;
}

/* HR */
hr
{
    height: 1px;
    border: 0px;
    border-top: Solid 1px #BBD7DD;
    display: block;
    width: 200px;
}

/* P */
p
{
    margin: 0px;
    padding: 0px;
    margin-top: 8px;
    font-size: 12px;
}
p.h1, p.h2, p.h3, h1.DemoHeader, h2.DemoHeader, h3.DemoHeader
{
    font-family: Tahoma, Arial;
    color: #818180;
    margin: 0px;
    padding: 0px;
    background-color: Transparent !important;
}
p.h2, p.h3, h2.DemoHeader, h3.DemoHeader
{
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 11px;
}
p.h3, h3.DemoHeader
{
    font-size: 10px;
    margin-bottom: 8px;
}
.DemoHeader
{
    white-space: nowrap;
}

/* PRE */
pre
{
    margin-top: 23px;
    margin-bottom: 23px;
    font-family: Courier New;
    font-size: 13px;
    padding: 20px;
    color: #000000;
    background-color: #FFFFFF;
}
pre.NoIndent
{
    margin: 0px;
    background-color: transparent;
}

/* TEXTAREA */
textarea, select, input
{
    font-size: 11px;
    font-family: Tahoma, Arial;
}
textarea, select
{
    background-color: #FFFFFF;
}
textarea.Code
{
    border: 1px solid #9D9D9D;
    font-size: 11px;
    font-family: Tahoma;
    background-color: #FFFFFF;
    color: #000000;
}
textarea.InactiveColor
{
    color: Gray;
}
textarea.EditSample
{
    width: 398px;
    border: solid 1px #C3D9FF;
    padding: 0px;
    margin: 0px;
    font-size: 11px;
    font-family: Tahoma;
    background-color: #FFFFFF;
    overflow: auto;
    height: 200px;
    color: #000000;
    margin-top: -1px;
}

/* INPUT */
input.DemoButton
{
    width: 75px;
    height: 23px;
}
input.BigButton
{
    width: 120px;
    height: 23px;
}

/* DIV */
div.Events
{
    border: 1px solid #9D9D9D;
    padding: 2px;
    font-size: 11px;
    font-family: Tahoma;
    background-color: #FFFFFF;
    overflow: auto;
    height: 200px;
    color: #000000;
}
div.Events table, div.Events td
{
    color: #000000;
}
div.LoadingDiv
{
    vertical-align: middle;
    text-align: center;
}

/* SPAN */
span.blue
{
    color: #293ACF;
    font-weight: normal;
}
span.black
{
    color: #333333;
}

/* A */
a
{
    color: #346DAD;
}
a.LinkButton
{
    color: #0451A7;
    text-decoration: underline;
}



/* Custom Classes */


.Form
{
    padding-left: 20px;
    padding-right: 20px;
}
.Main
{
    width: 1%;
}
.Header
{
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 0px;
}
.Navigation
{
    width: 1%;
    padding-right: 10px;
}
.Content
{
    padding-top: 0px;
    padding-left: 1px;
    padding-right: 0px;
}

.Copyright
{
    padding: 12px 0px 4px 0px;
}
.StatusImage
{
    margin-left: 5px;
    vertical-align: bottom;
}
.PageStatus img
{
    margin-left: 2px;
    vertical-align: middle;
}
.PageStatusHideImage img
{
    display: none;
}
.Banners
{
    margin-top: 11px;
}
label.BannerVersion
{
    font-size: 16px;
}
.OnceBanner
{
    margin-top: 20px;
}
.Slogan
{
    white-space: nowrap;
    margin-left: -5px;
    color: White;
    font-size: 42px;
    font-family: Tahoma;
    position: absolute;
    line-height: 65%;
    padding-top: 8px;
}
.MiniSlogan
{
    white-space: nowrap;
    color: #ACDAFA;
    font-size: 17px;
    margin-left: 3px;
}
.BannerLime
{
    font-size: 11px;
    line-height: 14px;
}
.ControlActionSpacing
{
    padding-left: 17px;
}
.ContentMargin
{
    margin-left: 6px;
}
.Title img
{
    margin-right: 12px;
}
.Title h1.h1Blue
{
    font-family: Tahoma;
    font-size: 27px;
    display: inline;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}
.Title h2.h2Gray
{
    font-family: Tahoma;
    font-size: 25px;
    display: inline;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    color: #A9A9A9;
}
.DemoInfoLabel
{
    color: Red;
    font-size: 11px;
    font-family: Verdana;
    white-space: nowrap;
}
.ActionGroupIndent
{
    padding-top: 17px;
}
.ActionItemIndent
{
    padding-top: 10px;
}
.DemoLabel
{
    padding-left: 6px;
    white-space: nowrap;
    color: #666666;
}
.CaptionLabelIndent
{
    padding-left: 0px;
    display: block;
    padding-bottom: 4px;
}
.EventMonitor
{
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 2px;
}
.CheckBoxLeftIndentCorrect
{
    padding-left: 6px;
}
.CheckBoxTopIndent
{
    padding-bottom: 10px;
}
.TableCheckBoxLeftIndentCorrect
{
    margin-left: 4px;
}
.ActionLabel
{
    white-space: nowrap;
    width: 1%;
}
.Hint
{
    border: solid 1px #A8A8A8;
    background-color: #FEFFDE;
    color: #5A5A5A;
    padding: 10px;
    font-size: 10px;
}
.BlackBorder
{
    border: Solid 1px #000000;
}


/* UTILITIES */

.Clear
{
    clear: both;
}
div.Spacer
{
    overflow: hidden;
    width: 1px;
    height: 1px;
}
.think
{
    font-weight: normal;
}
.Cursor
{
    cursor: pointer;
}
.NoWrap
{
    white-space: nowrap;
}
.NoLeftIndent
{
    padding-left: 0px;
}
.Show
{
    display: block;
}
.ShowInline
{
    display: inline;
}
.Hide
{
    display: none;
}
.Bold
{
    font-weight: bold;
}
.FontNormal
{
    font-weight: normal !important;
}
.FontSmall, .FontSmall *
{
    font-size: 11px !important;
}
.ClearIndent
{
    margin: 0px;
    padding: 0px;
}
.NoTopIndent
{
    margin: 0px;
}
.Gray
{
    color: #333333;
}
.centeredContentContainer
{
    text-align: center;
}
.UserHelpTopic
{
    width: 100%;
    font-size: 11px;
}



/* Code Renderer Styles */

.cr-cs-comment
{
    color: Green;
}
.cr-cs-keyword
{
    color: Blue;
}
.cr-cs-preproc
{
    color: #2B91AF;
}
.cr-cs-string
{
    color: #A31515;
}
.cr-region-head
{
    display: inline;
    margin: 0px 0px 0px 0px;
    font-size: small;
    font-weight: normal;
    color: Gray;
}
.cr-region-div
{
    border-left: solid 1px DarkGray;
    margin-left: 5px;
    padding-left: 10px;
}
.cr-region-span
{
    border-left: solid 1px LightGrey;
    width: 1px;
    margin-left: 5px;
    padding-left: 3px;
}
.cr-aspx-region-head
{
    display: inline;
    margin: 0px 0px 0px 0px;
    font-size: small;
    font-weight: normal;
    color: Green;
}

.cr-js-comment
{
    color: Green;
}
.cr-js-keyword
{
    color: Blue;
}
.cr-js-preproc
{
    color: #2B91AF;
}
.cr-js-string
{
    color: #A31515;
}
.cr-js-pre
{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.cr-vb-comment
{
    color: Green;
}
.cr-vb-keyword
{
    color: Blue;
}
.cr-vb-string
{
    color: #A31515;
}
.cr-vb-preproc
{
    color: #2B91AF;
}

.cr-delphi-comment
{
    color: Green;
}
.cr-delphi-keyword
{
    color: Blue;
}
.cr-delphi-string
{
    color: #A31515;
}
.cr-delphi-preproc
{
    color: #2B91AF;
}

.cr-xml-comment
{
    color: Green;
}
.cr-xml-keyword
{
    color: Blue;
}
.cr-xml-string
{
    color: #A31515;
}
.cr-xml-preproc
{
    color: #2B91AF;
}
.cr-xml-tag
{
    color: #A31515;
}
.cr-xml-attribute
{
    color: #FF0000;
}
.cr-xml-bind
{
    background-color: #FFEE62;
}

.cr-aspx-comment
{
    color: Green;
}
.cr-aspx-preproc
{
    background-color: #FFEE62;
    color: Black;
}
.cr-aspx-string
{
    color: Black;
}
.cr-aspx-text
{
    color: Blue;
}
.cr-aspx-keyword
{
    color: #2B91AF;
}
.cr-aspx-tag
{
    color: #A31515;
}
.cr-aspx-attribute
{
    color: #FF0000;
}
.cr-aspx-bind
{
    background-color: #FFEE62;
}
.cr-aspx-pre
{
    padding: 0px;
    margin-top: 0px !important;
}

div.cr-div pre
{
    font-size: 9pt;
    font-family: 'Courier New';
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.cr-div
{
    width: 606px;
    height: 380px;
    font-size: 9pt;
    font-family: 'Courier New';
    overflow: auto;
    padding: 14px 20px 0px;
    background-color: #FFFFFF;
}
.cr-div-description
{
    width: 606px;
    height: 380px;
    font-size: 9pt;
    overflow: auto;
    padding: 14px 20px 0px;
}



/* OTHER */

.HeaderPanel
{
    padding: 27px 3px 0px 20px;
}
label.defaultLabel, span.defaultLabel
{
    color: Black;
}






/* USER CODE*/
TABLE.Main
{
    width: 990px;
    border-collapse: collapse;
    border: 0px;
    margin: 0;
    text-align: center;
    vertical-align: top;
    border-color: inherit;
}
Table.HeaderDefault
{
    width: 990px;
    text-align: center;
    height: 367px;
    border-collapse: collapse;
    border: 0px;
    margin: 0;
    border-color: inherit;
}
.HeaderDefault TD
{
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.HeaderDefault TABLE.Top
{
    width: 225px;
    border-collapse: collapse;
    border: 0px;
    margin: 0;
    border-color: inherit;
    height: 50px;
}

.HeaderDefault TABLE.Top TD
{
    background-image: url('../images/imgTopWhite.png');
    background-repeat: no-repeat;
    background-position: top-right;
    border-collapse: collapse;
    padding-right: 35px;
    vertical-align: top;
    padding-top: 0px;
    height: 28px;
    border: 0px;
    margin: 0px;
}
.HeaderDefault TABLE.Top a
{
    font-family: Arial;
    font-size: 7pt;
    color: gray;
    font-weight: normal;
}
.HeaderDefault TABLE.Top a:hover
{
    font-family: Arial;
    font-size: 7pt;
    color: red;
    font-weight: normal;
}

Table.Body
{
    width: 990px;
    border: 0;
    border-collapse: collapse;
}
.Body TH
{
}

Table.BodyLeft
{
}
.BodyLeft TH
{
    padding-top: 10px;
}
Table.BodyMid
{
    width: 290px;
    border-collapse: collapse;
    margin: 0;
}
.BodyMid TD
{
    text-align: center;
    background-image: url('../images/backgroundBilgiTakvimi2.png');
    background-repeat: no-repeat;
    background-position: top center;
    font-family: Tahoma;
    font-size: 8pt;
    color: #666666;
    padding-left: 30px;
    padding-right: 5px;
    text-align: left;
}
.BodyMid TH
{
    text-align: left;
    padding-top: 20px;
}


Table.BodyRight
{
    width: 200px;
    height: 320px;
    border-collapse: collapse;
    margin: 0;
    text-align: left;
    background-image: url('../images/backgroundMenu.png');
    background-repeat: no-repeat;
    background-position: 0px 40px;
}
.BodyRight TD
{
    height: 15px;
    text-align: left;
    padding-top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    font-family: Tahoma;
    font-size: 10pt;
    color: white;
    padding-left: 20px;
    letter-spacing: -1px;
    vertical-align: middle;
    line-height: 23px;
}
.BodyRight TD a
{
    padding: 0;
    text-align: left;
    text-decoration: none;
    color: white;
}
.BodyRight TD a:hover
{
    text-decoration: underline;
    color: #D9D9FF;
}
.BodyRight TH
{
    height: 25px;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
    color: #666666;
    vertical-align: middle;
    padding-left: 20px;
}

TABLE.Footer
{
    border: 0px;
    border-collapse: collapse;
    width: 990px;
}

.Footer TD
{
    font-family: Tahoma;
    font-size: 7pt;
    color: gray;
    width: 250px;
    height: 35px;
}
.Footer TD a
{
    font-family: Tahoma;
    font-size: 7pt;
    color: gray;
}
.Footer TD a:hover
{
    font-family: Tahoma;
    font-size: 7pt;
    color: darkred;
}



.Footer TH
{
    font-family: Tahoma;
    font-size: 7pt;
    font-weight: normal;
    color: gray;
    width: 490px;
}

.linkPicture
{
    border: 0;
}
Table.Header
{
    width: 990px;
    text-align: center;
    height: 140px;
    border-collapse: collapse;
    border: 0px;
    margin: 0;
    border-color: inherit;
}
.Header TD
{
    background-image: url('../images/backgroundBulutlar.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.Header TABLE.Top
{
    width: 225px;
    border-collapse: collapse;
    border: 0px;
    margin: 0;
    border-color: inherit;
    vertical-align: top;
    height: 50px;
    text-align: right;
}

.Header TABLE.Top TD
{
    background-image: url('../images/imgTopWhite.png');
    background-repeat: no-repeat;
    background-position: top-right;
    border-collapse: collapse;
    padding-right: 35px;
    vertical-align: top;
    padding-top: 0px;
    height: 28px;
    border: 0px;
    margin: 0px;
}
.Header TABLE.Top a
{
    font-family: Arial;
    font-size: 7pt;
    color: gray;
    font-weight: normal;
}
.Header TABLE.Top a:hover
{
    font-family: Arial;
    font-size: 7pt;
    color: red;
    font-weight: normal;
}
table.BodyIcSayfa
{
    width: 800px;
    border-collapse: collapse;
    margin: 0;
}
.BodyIcSayfa TH
{
    padding-left: 40px;
    vertical-align: top;
    text-align: left;
}
.BodyIcSayfa TD
{
    padding-left: 48px;
    vertical-align: top;
    text-align: left;
    font-family: Tahoma;
    font-size: 9pt;
    color: #333333;
}

Table.AdminYurtUstMenu
{
    width: 990px;
    border-collapse: collapse;
    margin: 0;
}
.AdminYurtUstMenu TD
{
    font-family: Tahoma;
    font-size: 8pt;
    color: white;
    background-image: url('../images/backgroundAdminYurt.png');
    padding: 0;
    vertical-align: middle;
    height: 35px;
    text-align: center;
    text-decoration: none;
}

.AdminYurtUstMenu TD a:link, .AdminYurtUstMenu TD a:visited
{
    color: white;
    text-decoration: none;
}

.AdminYurtUstMenu TD a:hover, .AdminYurtUstMenu TD a:active
{
    color: #333333;
    text-decoration: none;
}

Table.AdminYurtSolMenu
{
    width: 200px;
    border-collapse: collapse;
    margin: 0;
    font-family: tahoma;
    border: 1px solid #3155ee;
    text-align: left;
}
.AdminYurtSolMenu TH
{
    background-image: url('../images/backgroundAdminYurt.png');
    background-repeat: repeat-x;
    height: 25px;
    font-size: 9pt;
    color: white;
    vertical-align: middle;
}
.AdminYurtSolMenu TD
{
    font-size: 8pt;
    height: 25px;
    padding: 0px;
    vertical-align: middle;
    color: #333333;
    padding-left: 15px;
}

Table.AdminYurtBody
{
    width: 750px;
    border-collapse: collapse;
    margin: 0;
    border: 1px solid #3155ee;
}
.AdminYurtBody TD
{
    padding: 15px;
    background-color: #C6D2F0;
    padding-top: 0px;
}
.AdminYurtBody TH
{
    background-image: url('../images/backgroundAdminYurt.png');
    height: 25px;
    text-align: left;
    padding-left: 22px;
    color: white;
    font-family: Tahoma;
    font-size: 9pt;
}


Table.AdminYurtBodyGrid
{
    width: 700px;
    border-collapse: collapse;
    margin: 0;
}
.AdminYurtBodyGrid TD
{
    background-color: white;
    border: 1px solid #C6D2F0;
    height: 30px;
    text-align: center;
    padding-left: 5px;
    font-family: tahoma;
    font-size: 8pt;
    color: #333333;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
}
.AdminYurtBodyGrid TH
{
    font-family: tahoma;
    font-size: 8pt;
    color: white;
    padding: 0;
    text-align: center;
}

table.PopUpAdmin
{
    border-collapse: collapse;
    margin: 0;
    font-family: Tahoma;
    font-size: 8pt;
    color: #333333;
    text-align: left;
}
.PopUpAdmin TH
{
    width: 200px;
    text-align: left;
    padding-right: 5px;
    background-color: #C6D2F0;
    border-bottom: 1px solid white;
}
.PopUpAdmin TD
{
    padding-left: 5px;
}
.PopUpAdmin TD.Kirmizi
{
    color: Red;
    padding-left: 20px;
    padding-right: 20px;
}


/*END USER CODE*/


table.SiteMap
{
    width: 800px;
}
.SiteMap TH
{
    background-image: url('/images/backgroundAdminYurt.png');
    background-repeat: repeat-x;
    font-family: Tahoma;
    color: white;
    font-size: 9pt;
    padding: 0;
    font-weight: normal;
    height: 30px;
    width: 250px;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
}
.SiteMap TD
{
    width: 250px;
    padding: 0;
    height: 25px;
    padding-left: 10px;
    vertical-align: middle;
}
table.Contact
{
    width: 700px;
    border-collapse: collapse;
    margin: 0;
}
.Contact TH
{
    background-color: #F1F1F1;
    height: 30px;
    text-align: right;
    padding: 0;
    padding-right: 5px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    width: 150px;
    vertical-align: middle;
    font-weight: normal;
}
.Contact TD
{
    height: 30px;
    text-align: left;
    padding: 0;
    padding-left: 5px;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    width: 300px;
    vertical-align: middle;
    font-weight: normal;
}
table.Haber
{
    width: 350px;
    border-collapse: collapse;
    margin: 0;
    background-image: url('images/backgroundHaberTablo.png');
}
.Haber TD
{
    width: 200px;
    vertical-align: top;
    text-align: left;
    padding-left: 10px;
    line-height: 16px;
    padding-top: 0;
    font-size: 8pt;
}
.Haber TH
{
    font-size: 11pt;
    color: #3299EE;
    padding: 0;
    font-weight: normal;
    height: 30px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 10px;
}

table.HaberDetay
{
    width: 800px;
    border-collapse: collapse;
    margin: 0;
}
.HaberDetay TH
{
    font-size: 13pt;
    color: #3299EE;
    vertical-align: middle;
    font-weight: normal;
    font-family: Tahoma;
    padding-left: 10px;
    width: 510px;
    height: 30px;
}
.HaberDetay TD
{
    padding: 0;
    width: 510px;
    padding-left: 10px;
    padding-top: 10px;
    line-height: 16px;
}
table.Ogris
{
    width: 800px;
    margin: 0;
}
.Ogris TH
{
    background-image: url('../images/backgroundAdminYurt.png');
    background-repeat: repeat-x;
    height: 35px;
    color: white;
    font-weight: normal;
    text-align: left;
    padding: 0;
    padding-left: 10px;
    vertical-align: middle;
    width: 180px;
}
.Ogris TD
{
    background-color: #E5E5E5;
    border-bottom: 1px solid white;
    width: 180px;
    padding-left: 10px;
    line-height: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
}
table.ListData
{
    border-collapse: collapse;
    margin: 0;
    width: 550px;
}
.ListData TH
{
    font-size: 13pt;
    color: #3299EE;
    vertical-align: middle;
    font-weight: normal;
    font-family: Tahoma;
    padding: 0;
    width: 550px;
    height: 25px;
    padding-top: 10px;
}
.ListData TD
{
    padding: 0;
    width: 550px;
    padding-top: 5px;
    padding-bottom: 10px;
    line-height: 16px;
}
table.BilgiEdinme
{
    border-collapse: collapse;
    margin: 0;
    width: 800px;
}
.BilgiEdinme TH
{
    font-size: 13pt;
    color: #3299EE;
    vertical-align: middle;
    font-weight: normal;
    font-family: Tahoma;
    padding: 0;
    width: 550px;
    height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.BilgiEdinme TD
{
    padding: 0;
    width: 650px;
    padding-top: 5px;
    padding-bottom: 10px;
    line-height: 16px;
    padding-top: 10px;
    font-size: 8pt;
    text-align: justify;
}
table.Form
{
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 650px;
}
.Form TH
{
    background-color: #EBEBEB;
    height: 30px;
    text-align: right;
    padding: 0;
    padding-right: 10px;
    font-size: 8pt;
    color: gray;
    width: 250px;
    border-bottom: 1px solid white;
}
.Form TD
{
    text-align: left;
    padding: 0;
    padding-left: 10px;
    vertical-align: middle;
}
table.Personel
{
    width: 700px;
    border-collapse: collapse;
    margin: 0;
}
.Personel TD
{
    text-align: center;
    padding: 0;
}
table.PersonelDetay
{
    width: 150px;
    border-collapse: collapse;
    margin: 0;
    text-align: center;
}
.PersonelDetay TH
{
    background-image: url('images/backgroundPhotoFrame.png');
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;
    height: 200px;
    width: 150px;
    vertical-align: middle;
    text-align: center;
}
.PersonelDetay TD
{
    height: 30px;
    line-height: 17px;
    padding-bottom: 25px;
}
Table.BodyRightYurt
{
    width: 200px;
    height: 320px;
    border-collapse: collapse;
    margin: 0;
    text-align: left;
    background-image: url('../Images/backgroundYurtMenu.png');
    background-repeat: no-repeat;
    background-position: 0px 40px;
}
.BodyRightYurt TD
{
    height: 15px;
    text-align: left;
    padding-top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    font-family: Tahoma;
    font-size: 10pt;
    color: white;
    padding-left: 20px;
    letter-spacing: -1px;
    vertical-align: middle;
    line-height: 23px;
}
.BodyRightYurt TD a
{
    padding: 0;
    text-align: left;
    text-decoration: none;
    color: white;
}
.BodyRightYurt TD a:hover
{
    text-decoration: underline;
    color: #D9D9FF;
}
.BodyRightYurt TH
{
    height: 25px;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
    color: #666666;
    vertical-align: middle;
    padding-left: 20px;
}

/*Rating Control*/
.oylamaEsnasi
{
    width: 21px;
    height: 21px;
    cursor: pointer;
    display: block;
    margin: 0px;
    padding: 0px;
    display: block;
}
.Doldurulmusken
{
    background-image: url(../Images/checked.png);
}
.Bosken
{
    background-image: url(../Images/default.png);
}
.Kayitli
{
    background-image: url(../Images/hovered.gif);
}




