﻿/*********** HTML TAGS ***************/
html, body
{
    margin:0;
    padding:0;
    height:100%;
    border:none;
    background:#fcfcfc;
    font:12px arial;
}
a
{
    font:12px arial;
    text-decoration:none;
    color:#073678;
}
a:hover
{
    color:#708fba;
}
a img
{
    border:none;
}
/********END HTML TAGS ***************/
/********** GENERAL CSS **************/
.attention
{
    padding:10px; font:9px arial; background-color:#fffcca; color:#7d7b62;
}
.disabled
{
    background-position:0px -76px;
}
.btn
{
    width:64px;
    height:23px;
    background:url(/App_Themes/Casual/images/btn.png);
    background-repeat:no-repeat;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/btn.png', sizingMethod='crop');
    background-position:0px 0px;
    display:block;
    text-decoration:none;
    text-align:center;
    color:#2a6cb4;
    font:bold 11px Arial;
    line-height:22px;
    border:none;
    cursor:pointer;
}
.btn:hover
{
    background-position:-64px 0px;
    color:#FFFFFF;
}
.btn90
{
    width:90px;
    height:38px;
    background:url(/App_Themes/Casual/images/btn90.png);
    background-repeat:no-repeat;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/btn90.png', sizingMethod='crop');
    background-position:0px 0px;
    display:inline-block;
    text-decoration:none;
    text-align:center;
    color:#18498e;
    font:bold 11px Arial;
    line-height:33px;
    border:none;
    cursor:pointer;
}
.btn90:hover
{
    background-position:0px -38px;
}
.btnMini
{
    width:57px;
    height:28px;
    background:url(/App_Themes/Casual/images/btnMini.png);
    background-repeat:no-repeat;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/btnMini.png', sizingMethod='crop');
    background-position:0px 0px;
    display:block;
    text-decoration:none;
    text-align:center;
    color:#0744a2;
    font:normal normal normal 10px Arial;
    line-height:25px;
    border:none;
    cursor:pointer;
    text-indent:-4px;
}
.btnMiniBlue
{
    width:52px;
    height:22px;
    background:url(/App_Themes/Casual/images/btnMiniBlue.png);
    background-repeat:no-repeat;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/btnMiniBlue.png', sizingMethod='crop');
    background-position:0px 0px;
    display:block;
    text-decoration:none;
    text-align:center;
    color:#ffffff;
    font:normal normal bold 10px Arial;
    line-height:20px;
    border:none;
    cursor:pointer;
}
.btn150
{
    width:150px;
    height:38px;
    background:url(/App_Themes/Casual/images/btn150.png);
    background-repeat:no-repeat;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/btn150.png', sizingMethod='crop');
    background-position:0px 0px;
    display:inline-block;
    text-decoration:none;
    text-align:center;
    color:#18498e;
    font:bold 11px Arial;
    line-height:33px;
    border:none;
    cursor:pointer;
}
.btn150:hover
{
    background-position:0px -38px;
}
.btn196
{
    width:196px;
    height:38px;
    background:url(/App_Themes/Casual/images/btn196.png);
    background-repeat:no-repeat;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/btn196.png', sizingMethod='crop');
    background-position:0px 0px;
    display:inline-block;
    text-decoration:none;
    text-align:center;
    color:#18498e;
    font:bold 11px Arial;
    line-height:33px;
    border:none;
    cursor:pointer;
}
.btn196:hover
{
    background-position:0px -38px;
}
.hidden
{
    display:none;
}
.FlashError
{
    width:412px;
    height:109px;
    overflow:hidden;
    background:url(/App_Themes/Casual/images/flashError.png) no-repeat;
    font-size:12px;
    color:#21519e;
    margin-bottom:10px;
    text-align:center;
    color:Red;
    font:normal normal normal 11px Arial;
}
.FlashError div
{
    padding:16px 10px 0px 60px;
    text-align:left;
    height:46px;
}
.noData
{
    padding:10px 0px 10px 0px;
    text-align:center;
    font:bold 12px arial;
    width:100%;
    display:block;
}
.validationSummary
{
	background:url(/App_Themes/Casual/images/validationTop.png) no-repeat left 1px;
	-background:url(/App_Themes/Casual/images/validationTop.gif) no-repeat left 1px;
	font-size:0px;
	padding:25px 0px 0px 0px;
	line-height:0px;
	display:inline-table;
}
@-moz-document url-prefix() { .validationHolder{height:20px;} }
.validationSummary ul
{
    width:560px;
    background:url(/App_Themes/Casual/images/validationBottom.png) no-repeat left bottom;
    -background:url(/App_Themes/Casual/images/validationBottom.gif) no-repeat left bottom;
    font:bold 11px Tahoma;
    display:block;
    margin:0px 0px 40px 0px;
    padding-left:40px;
    padding-bottom:60px;
    font:bold 11px Tahoma;
}
.validationSummary li
{
    width:530px;
    vertical-align:top;
}
.validationSummary2
{
    background-color:White;
    line-height:30px;
}
.pageSubject
{
    font:bold 35px arial;
    color:#0c3980;
    margin-bottom:20px;
    text-align:left;
}
.modalBackground
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
    z-index:1000;
}
.MPopContainer
{
    position:absolute;
    left:0px;
    top:0px;
    z-index:9999;
}
.helpRightZone
{
    font:12px arial;
    color:#e6e9ec;
}
.fullPageContent
{
    width:980px;
    font:12px arial;
    color:black;
}
.cssTik
{
    width:20px;
    height:18px;
    display:block;
    background:url(/App_Themes/Casual/images/check.png) no-repeat left top;
     -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/check.png', sizingMethod='crop');
    margin:7px 0px 0px 7px;
}
.cssCarpi
{
    width:21px;
    height:18px;
    background:url(/App_Themes/Casual/images/carpi.png) no-repeat right top;
     -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/carpi.png', sizingMethod='crop');
     display:block;
     margin:6px 0px 0px 7px;
}


/********* END GENERAL CSS ***********/
/************** POPUP ****************/
.popupTable
{
    font:1px arial;
}
.popupTable .tlc
{
    width:20px;
    height:20px;
    background:url(/App_Themes/Casual/images/popup_tlc.png);
    background-repeat:no-repeat;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/popup_tlc.png', sizingMethod='crop');
}
.popupTable .ts
{
    height:20px;
    background:url(/App_Themes/Casual/images/popup_ts.png);
    background-repeat:repeat-x;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/popup_ts.png', sizingMethod='scale');
}
.popupTable .trc
{
    width:20px;
    height:20px;
    background:url(/App_Themes/Casual/images/popup_trc.png);
    background-repeat:no-repeat;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/popup_trc.png', sizingMethod='crop');
}
.popupTable .ls
{
    width:20px;
    background:url(/App_Themes/Casual/images/popup_ls.png);
    background-repeat:repeat-y;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/popup_ls.png', sizingMethod='scale');
}
.popupTable .c
{
    background-color:White;
    font:12px arial;
    color:#0a306b;
    padding:10px;
}
.popupTable .rs
{
    width:20px;
    background:url(/App_Themes/Casual/images/popup_rs.png);
    background-repeat:repeat-y;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/popup_rs.png', sizingMethod='scale');
}
.popupTable .blc
{
    width:20px;
    height:20px;
    background:url(/App_Themes/Casual/images/popup_blc.png);
    background-repeat:no-repeat;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/popup_blc.png', sizingMethod='crop');
}
.popupTable .bs
{
    height:20px;
    background:url(/App_Themes/Casual/images/popup_bs.png);
    background-repeat:repeat-x;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/popup_bs.png', sizingMethod='scale');
}
.popupTable .brc
{
    width:20px;
    height:20px;
    background:url(/App_Themes/Casual/images/popup_brc.png);
    background-repeat:no-repeat;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/popup_brc.png', sizingMethod='crop');
}
.btnClose
{
    width:20px;
    height:20px;
    background:url(/App_Themes/Casual/images/close.gif) left top;
    float:right;
    margin:0px 0px 5px 0px;
    border:none;
    cursor:pointer;
}
.duzenle_sifirla
{
    width:285px;
    height:188px;
    background:url(/App_Themes/Casual/images/duzenle_sifirla.jpg);
}
.DuzenleMsg1
{
    font:bold 12px arial;
    color:#FF6600;
}
.DuzenleMsg2
{
    font:bold 12px arial;
}
/************ END POPUP  *************/
/************** HEADER ***************/
#header
{
    text-align:center;
    background:url(/App_Themes/Casual/images/headBg.jpg) no-repeat center top;
    min-width:993px;
}
/********** HEADER TOP BAR ***********/
#headerTopBar
{
    margin:0px auto 0px auto;
    width:993px;
    text-align:right;
    background:url(/App_Themes/Casual/images/topBarBg.gif) no-repeat right top;
}
.btn_headerTopBarBuySevice
{
    display:inline-table;
    text-decoration:none;
    color:#2a6cb4;
    font:normal 11px arial;
    text-align:center;
    padding:0px 25px 0px 15px;
}
.btn_headerTopBarBuySevice:hover
{
    color:White;
}
.btn_headerTopBarLink
{
    font:11px arial;
    color:#2a6cb4;
    text-decoration:none;
}
/********* /HEADER TOP BAR **********/
/********** HEADER LOGO BAR ***********/
#headerLogoBar
{
    margin:0px auto 0px auto;
    width:993px;
    height:85px;
}
#logo
{
    width:133px;
    text-align:left;
}
#logo a
{
    width:133px;
    height:82px;
    margin:0px;
    background:url(/App_Themes/Casual/images/logo.png) no-repeat;
    background-position:0px 0px;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/logo.png', sizingMethod='crop');
    display:block;
    text-decoration:none;
}
#login
{
    width:290px;
    height:23px;
    font:bold 11px Arial;
    color:#244e86;
    text-align:right;
    padding-top:4px;
}
#SearchTd
{
    width:540px;
    padding:15px 0px 0px 0px;
    text-align:right;
}
#SearchTd table
{
    float:right;
}
#search
{
    display:block;
    width:350px;
    overflow:hidden;
    text-align:right;
    padding-top:10px;
    padding-right:30px;
    float:right;
    font:10px arial;
}
#search .textBoxArea
{
    background:url(/App_Themes/Casual/images/headerSearchBg.gif) no-repeat 0px 0px;
    padding:0px 5px 0px 5px;
    height:30px;
    width:305px;
    outline:none; 
}
.err
{
    font:10px arial;
    width:100%;
    color:Red;
}
#header .err
{
    margin-top:-5;
}


.inp_headerLogoBarSearch
{
    width:280px;
    height:18px;
    border:none;
    float:left;
    background:none;
    margin:0px 0px 0px 5px;
    font:14px tahoma;
    color:#2a6cb4;
     outline:none; 
}
.btn_headerLogoBarSearch
{
    width:45px;
    height:30px;
    background:url(/App_Themes/Casual/images/btn_HeaderAra.jpg) no-repeat;
    background-position:0px 0px;
    border:none;
    display:inline-table;
    cursor:pointer;
}
/******** /HEADER LOGO BAR **********/
/********** HEADER MENU BAR ************/
#headerMenuBar
{
    margin:0px auto 0px auto;
    width:993px;
    height:79px;
}
#headerMenuBar .table
{
    width:993px;
    height:79px;
}
#headerMenuBar .left
{
    width:5px;
    background:url(/App_Themes/Casual/images/menuLeft.gif) no-repeat;
}
#headerMenuBar .bg
{
    width:983px;
    background:url(/App_Themes/Casual/images/menuBg.gif) repeat-x;
    vertical-align:top;
    text-align:left;
}
#headerMenuBar .right
{
    width:5px;
    background:url(/App_Themes/Casual/images/menuRight.gif) no-repeat;
}
#headerMenuBar #divRoots
{
    width:983px;
    height:44px;
}
#headerMenuBar #divRoots div 
{
    float:left;
    width:180px;
    height:44px;
    text-align:center;
}
#headerMenuBar #divRoots div a
{
    width:180px;
    height:32px;
    padding-top:12px;
    font:bold 15px arial;
    color:White;
    text-align:center;
    display:block;
}
#headerMenuBar #divRoots div.selected
{
    background:url(/App_Themes/Casual/images/menuSelectedA.gif) no-repeat;
}

#headerMenuBar #divSubs
{
    width:983px;
    height:35px;
    overflow:hidden;
}
#headerMenuBar #divSubs div
{
    height:35px;
    display:none;
}
#headerMenuBar #divSubs table
{
}
#headerMenuBar #divSubs div.selected
{
    height:35px;
    display:block;
}
#headerMenuBar #divSubs div a
{
    float:left;
    font:bold 13px arial;
    color:#2a478d;
    text-align:center;
    padding:10px 25px 3px 25px;
    margin-top:1px;
    height:26px;
}
#headerMenuBar #divSubs div a:hover
{
  background:url(/App_Themes/Casual/images/menuHoverBg.gif) repeat-x;
}
#headerMenuBar #divSubs div a.selected
{
   background:url(/App_Themes/Casual/images/menuSelectedBg.gif) repeat-x;
   color:White;
}

/********* END HEADER MENU BAR *********/
/***********END HEADER ***************/

/************* CONTENT ***************/
#content
{
    text-align:center;
    background:url(/App_Themes/Casual/images/contentBg.jpg) no-repeat center top;
}
#main
{
    margin:0px auto 0px auto;
    width:993px;
    overflow:hidden;
}
#contentEnd
{
    text-align:center;
    height:0px;
}
#contentTable
{
    width:993px;
}
#contentTableLeftZone
{
    width:665px;
    padding:5px 2px 0px 0px;
    vertical-align:top;
    text-align:left;
    min-height:400px;
}
#contentTableRightZone
{
    width:320px;
    padding:5px 0px 0px 3px;
    vertical-align:top;
    text-align:left;
}
#Highlight
{
    width:665px;
    height:250px;
    overflow:hidden;
    margin-bottom:5px;
}

.ad
{
    width:320px;
    text-align:center;
    margin-bottom:5px;
}
.ad .adHeader
{
    background:url('images/bannerHeader.gif') no-repeat 0px 0px;
    height:4px;
    font:1px arial;
}
.ad .adBody
{
    border-left:1px solid #FFFFFF;
    border-right:1px solid #FFFFFF;
    background:#e6e9ec;
    text-align:center;
    padding:6px 0px 6px 0px;
}
.ad .adBody div
{
    display:inline;
}
.ad .adFooter
{
    background:url('images/bannerFooter.gif') no-repeat 0px 0px;
    height:5px;
    font:1px arial;
}
.ad .text
{
    font:11px arial;
    padding:10px 20px 10px 20px;
    color:#000000;
}
.ad .text .subject
{
    font:bold 18px Arial;
    color:#000000;
}
.ad span.ultext
{
    font:12px arial;
    color:#000000;
    display:block;
    padding:10px;
}
.ad span.ultext ul
{
    margin-left:20px;
}
.ad span.ultext ul li
{
    margin-top:10px;
}
.ad span.ultext p
{
    margin:0px;
}


/*********** END CONTENT **************/
/*************** FOOTER ***************/
#Footer
{
    height:264px;
    background:url(/App_Themes/Casual/images/footerBg.jpg) no-repeat center top;
    margin-top:5px;
}
#footerHolder
{
    position:relative;
    margin:0px auto 0px auto;
    width:923px;
    height:206px;
    font:11px Tahoma;
    color:#ffffff;
    text-align:center;
    z-index:1;
    padding:20px 0px 20px 70px;
    background:url(/App_Themes/Casual/images/footerBg.gif) no-repeat center top;
}
#footerHolder div
{
    width:140px;
    float:left;
    vertical-align:top;
    text-align:left;
    padding:0px 0px 10px 10px;
}
#footerHolder #divFooterMenuItem
{
    background:url(/App_Themes/Casual/images/footerSeperator.gif) repeat-y left top;
    width:170px;
    min-height:120px;
    float:left;
    vertical-align:top;
    text-align:left;
    padding:0px 0px 10px 10px;
}
#footerHolder div .subject
{
    font:13px Arial;
    display:block;
    margin-bottom:1px;
}
#footerHolder a
{
    font:11px Tahoma;
    color:#ffffff;
    text-decoration:none;
}
#footerHolder a:hover
{
    color:#041a30;
}
#footerHolder .selected
{
    color:#041a30;
}

/*************  END FOOTER *************/
/************** GameList ****************/
.GameListContainer
{
    position:relative;
    width:624px;
    margin:auto;
    padding:0px 0px 10px 0px;
}
/*sağ ve sol zone'a göre listcontainer genişliği değişiyor */
.customWebPartContentRight .GameListContainer
{
    position:relative;
    width:316px;
    margin:auto;
    text-align:center;
    padding:0px 0px 10px 0px;
}
a.GameListItem
{
    position:relative;
    width:136px;
    height:193px;
    padding:10px;
    font:11px tahoma;
    float:left;
    overflow:hidden;
    display:inline-table;
    background:url(/App_Themes/Casual/images/gameListGridItemBg.gif) no-repeat;
    text-decoration:none;
    text-align:center;
    cursor:pointer;
}
a.GameListItem .container
{
    position:relative;
    width:114px;
    text-align:left;
    margin:auto;
}
a.GameListItem .ItemHeader
{
    width:114px;
    height:14px;
    display:block;
    position:relative;
}
a.GameListItem .GameType
{
    font:normal normal normal 11px arial;
    color:#2c55b4;
    float:left;
    height:14px;
    width:58px;
    overflow:hidden;
}
a.GameListItem .GameThumb
{
    width:110px;
    height:130px;
    position:relative;
    overflow:hidden;
    margin:4px auto 2px auto;
    border:2px solid white;
    float:none;
    
}
a.GameListItem .GameThumb img
{
    width:110px;
    height:130px;
}
a.GameListItem .GameThumb .flood
{
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 110px;
    height: 130px;
    z-index: 1;
    background:url(/App_Themes/Casual/images/SP.gif);
}
a.FlashGame .GameThumb
{
    width:110px;
    height:130px;
    position:relative;
    overflow:hidden;
    margin:4px auto 2px auto;
    border:2px solid white;
}
a.FlashGame .GameThumb img
{
    width:110px;
    height:130px;
}

a.GameListItem .New
{
    display:inline-block;
    position:absolute;
    z-index:10;
    width:24px;
    height:24px;
    background:url(/App_Themes/Casual/images/new.png);
    background-repeat:no-repeat;
    left:-10px;
    top:12px;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/new.png', sizingMethod='crop');
}
a.GameListItem .Name
{
    font:normal normal bold 12px arial;
    color:#1d4f90;
    height:14px;
    width:100%;
    overflow:hidden;
    text-align:center;
}
a.GameListItem .Star
{
    position:relative;
    background:url(/App_Themes/Casual/images/ttnO_bgStar.gif);
    width:65px;
    height:13px;
    margin:3px auto 6px auto;
    text-align:left;
}
a.GameListItem .Star div
{
    position:relative;
    background:url(/App_Themes/Casual/images/ttnO_imgStar.gif);
    height:13px;
}
.higlightContainer
{
    position:relative;
    width:660px;
    margin:auto;
}
.HighlightItem
{
    position:relative;
    width:200px;
    height:225px;
    padding:10px;
    font:11px tahoma;
    float:left;
    overflow:hidden;
    display:inline-table;
    background:url(/App_Themes/Casual/images/highlightListBg.gif) no-repeat;
    text-decoration:none;
    text-align:left;
    cursor:pointer;
    color:#074b97;
    font:12px Arial;    
}
.HighlightItem img
{
    width:200px;
    height:140px;
    margin-bottom:7px;
}
.HighlightItem b
{
    font:bold 14px Arial;  
}
.GamePackages
{
    width:55px;
    height:14px;
    float:right;
    position:relative;
    overflow:hidden;
}
.GamePackages span
{
    width:10px;
    height:10px;
    float:right;
    margin:2px 0px 0px 1px;
    position:relative;
}
.GamePackages span div
{
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
    z-index: 1;
    background:url(/App_Themes/Casual/images/GamePackages.png);
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/GamePackages.png', sizingMethod='crop');
}
.GamePackages .darkblue {background-color:#075296;}
.GamePackages .grassgreen {background-color:#17ce46;}
.GamePackages .gray {background-color:#8f8f8f;}
.GamePackages .lightorange {background-color:#ecb952;}
.GamePackages .purple {background-color:#a860f5;}
.GamePackages .magenta {background-color:#db52e5;}
.GamePackages .pink {background-color:#ff655d;}
.GamePackages .red {background-color:#d61d00;}
.GamePackages .black {background-color:#000000;}
.GamePackages .orange {background-color:#daa731;}
.GamePackages .turquoise {background-color:#00a885;}
.GamePackages .darkgreen {background-color:#5b7400;}
.GamePackages .blue {background-color:#001acf;}
.GamePackages .brown {background-color:#d61d00;}
.GamePackages .navy {background-color:#2e5ac4;}

.darkblue .Paket{background-color:#075296;}
.grassgreen .Paket {background-color:#17ce46;}
.gray .Paket {background-color:#8f8f8f;}
.lightorange .Paket {background-color:#ecb952;}
.purple .Paket {background-color:#a860f5;}
.magenta .Paket {background-color:#db52e5;}
.pink .Paket {background-color:#ff655d;}
.red .Paket {background-color:#d61d00;}
.black .Paket {background-color:#000000;}
.orange .Paket {background-color:#daa731;}
.turquoise .Paket {background-color:#00a885;}
.darkgreen .Paket {background-color:#5b7400;}
.blue .Paket {background-color:#001acf;}
.brown .Paket {background-color:#d61d00;}
.navy .Paket {background-color:#2e5ac4;}

.package .darkblue{color:#075296;}
.package .grassgreen{color:#17ce46;}
.package .gray{color:#8f8f8f;}
.package .lightorange{color:#ecb952;}
.package .purple{color:#a860f5;}
.package .magenta{color:#db52e5;}
.package .pink{color:#ff655d;}
.package .red{color:#d61d00;}
.package .black{color:#000000;}
.package .orange{color:#daa731;}
.package .turquoise{color:#00a885;}
.package .darkgreen{color:#5b7400;}
.package .blue{color:#001acf;}
.package .brown{color:#d61d00;}
.package .navy{color:#00396d;}
/************ End GameList **************/
/****************** AltTab ********************/
.AltTab
{
    width:98%;
    margin:0px auto 8px auto;
}
.AltTab a
{
    width:100%;
    height:24px;
    background:url(/App_Themes/Casual/images/tbBgLeft.gif) no-repeat left top;
    display:block;
    text-decoration:none;
    text-align:center;
    color:#618bcc;
    font:bold 11px Arial;
    cursor:pointer;
    float:left;
    line-height:20px;
}
.AltTab a div
{
    width:100%;
    height:24px;
    background:url(/App_Themes/Casual/images/tbBgRight.gif) no-repeat right top;
}
.AltTab a:hover
{
    background-position:left bottom;
    color:White;

}
.AltTab a:hover div
{
    background-position:right bottom;
}
.AltTab a.Selected
{
    background-position:left bottom;
    color:white;
}
.AltTab a.Selected div
{
    background-position:right bottom;
}
.AltTab a.selected
{
    background-position:left bottom;
    color:white;
}
.AltTab a.selected div
{
    background-position:right bottom;
}
.AltTab .Refresh
{
    width:24px;
    height:24px;
    background:url(/App_Themes/Casual/images/refresh.png);
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/refresh.png', sizingMethod='crop');
    background-repeat:no-repeat;
    display:block;
    border:none;
    cursor:pointer;
    margin-left:8px;
}
.RefreshCaptcha
{
    width:24px;
    height:24px;
    background:url(/App_Themes/Casual/images/refresh.png);
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/refresh.png', sizingMethod='crop');
    background-repeat:no-repeat;
    display:inline-block;
    border:none;
    cursor:pointer;
}
/***************** End AltTab ********************/
/****************** outerTab ********************/
.outerTab
{
    background:url(/App_Themes/Casual/images/curved_t_r.gif) no-repeat right bottom;
    width:100%;
}
.outerTab a
{
    width:218px;
    height:32px;
    background:url(/App_Themes/Casual/images/outerTab.gif);
    background-repeat:no-repeat;
    background-position:-218px 0px;
    display:inline-block;
    text-decoration:none;
    text-align:center;
    color:#18498e;
    font:bold 14px Arial;
    cursor:pointer;
    line-height:30px;
}
.outerTab a:hover
{
    background-position:0px 0px;
}
.outerTab .selected
{
    background-position:0px 0px;
    color:#18498e;
}    
.curved
{
    width:100%;
}
.curved_t_l
{
    height:4px;
    background:url(/App_Themes/Casual/images/curved_t_l.gif) no-repeat left top;
    font:1px arial;
    width:50%;
}
.curved_t_r
{
    height:4px;
    background:url(/App_Themes/Casual/images/curved_t_r.gif) no-repeat right top;
    font:1px arial;
    width:50%;
}
.curved_b_l
{
    height:4px;
    background:url(/App_Themes/Casual/images/curved_b_l.gif) no-repeat left top;
    font:1px arial;
    width:50%;
}
.curved_b_r
{
    height:4px;
    background:url(/App_Themes/Casual/images/curved_b_r.gif) no-repeat right top;
    font:1px arial;
    width:50%;
}
.curved_l_r
{
    border-left:1px solid #f2f3f5;
    border-right:1px solid #f2f3f5;
    background-color:#e6e9ec;
    width:100%;
}

.curved .GameListContainer
{
    margin-top:10px;
}

.outerTabContentContainer .outerTabContentHolder
{
    border-left:1px solid #f2f3f5;
    border-right:1px solid #f2f3f5;
    background-color:#e6e9ec;
    width:662px;
}
/***************** End outerTab ********************/
/************ Custom Webpart Chrome **************/
.customWebPartTitle
{
    color:#18498e;
    font:bold 15px Arial;
    text-align:left;
    width:90%;
    padding:0px 0px 0px 10px;
}
.customWebPartTitle div
{
    height:22px;
    overflow:hidden;
    margin-top:3px;
}
.customWebPartTitle2
{
    color:#18498e;
    font:bold 14px Arial;
    text-align:left;
    width:90%;
    padding:0px 0px 0px 10px;
}
.customWebPartTitle2 div
{
    height:18px;
    overflow:hidden;
    width:180px;
    margin-top:5px;
}
.customWebPartHeaderStyle
{
    display:none;
    width:1px;
}
.customWebPartVerbs
{
    text-align:right;
}
.EmptyZoneTextStyle
{
    font:12px arial;
    color:#213c5a;
    text-align:center;
    padding:15px;
    border:1px dashed #213c5a;
    height:100%;
}
.WebPartTitle
{
    color:#18498e;
    font:bold 16px Arial;
    text-align:left;
    line-height:25px;
    margin:5px 5px 5px 8px;
}
/************ Chrome Left Zone **************/
.closedWebPartTable
{
    margin-bottom:4px;
}
.closedWebPartTable2 
{
    margin-bottom:4px;
}
.closedWebPartTable2 td
{
    width:100%;
}
.customWebPartTableLeft
{
    width:665px;
}
.customWebPartHeaderLeft
{
    background:url('images/webpartZoneLeftHeaderBg.gif') no-repeat 0px 0px;
    height:32px;
}
.customWebPartContentLeft
{
    background:#e6e9ec;
    font:12px Arial;
    color:#18498e;
    border-right:1px solid #f2f3f5;
    border-left:1px solid #f2f3f5;
}
.customWebPartFooterLeft
{
    background:url('images/webpartZoneLeftFooter.gif') no-repeat 0px 0px;
    height:4px;
}

/**********  End Chrome Left Zone **************/
/************ Chrome Right Zone ***************/
.customWebPartTableRight
{
    width:320px;

}
.customWebPartHeaderRight
{
    background:url('images/webpartZoneRightHeaderBg.gif') no-repeat 0px 0px;
    height:32px;
}
.customWebPartHeaderRight2
{
    background:url('images/webpartZoneRightHeaderBg2.gif') no-repeat 0px 0px;
    height:32px;
}
.customWebPartContentRight
{
    background:#e6e9ec;
    border-right:1px solid #f2f3f5;
    border-left:1px solid #f2f3f5;
    font:12px Arial;
    color:#18498e;
}
.customWebPartFooterRight
{
    background:url('images/webpartZoneRightFooter.gif') no-repeat 0px 0px;
    height:4px;
}

/************  End Chrome Right Zone **************/
/*********** End Custom Webpart Chrome ************/
/************* Editorial Content Spot *************/
.EditorialContent
{
    width:100%;
    position:relative;
    vertical-align:top;
}
.EditorialContent .subject
{
    color:#18498e;
    font:bold 14px Arial;
    text-align:left;
    line-height:22px;
    margin:3px 5px 3px 8px;
}
.EditorialContent .spot
{
    display:block;
    height:125px;
    background:url(/App_Themes/Casual/images/oyunDunyasiBgLeft.gif) no-repeat left top;
    cursor:pointer;
    margin:0px 10px 0px 10px;
    color:White;
}
.EditorialContent .spot .holder
{
    width:100%;
    height:125px;
    background:url(/App_Themes/Casual/images/oyunDunyasiBgRight.gif) no-repeat right top;
}
.EditorialContent .spot img
{
    width:140px;
    height:105px;
    float:left;
    margin:10px;
}
.EditorialContent .spot .subj
{
    font:bold 14px Arial;
    padding-top:8px;
    margin-right:8px;
}
.EditorialContent .spot .desc
{
    font:11px Arial;
    margin:0px;
    margin-right:8px;
    height:70px;
    overflow:hidden;
}
.EditorialContent .Editoriallist
{
    display:block; 
    position:relative;
    padding:0px 10px 10px 10px;
}
.EditorialContent .Editoriallist a
{
    display:block;
    width:180px; 
    height:15px;
    float:left;
    font:12px arial;
    color:#737373;
    background:url(/App_Themes/Casual/images/editorialBullar.gif) no-repeat left center;
    padding-left:15px;
}
.EditorialContent .Editoriallist a:hover
{
    color:#18498e;
}


/*********** End Editorial Content Spot ***********/
/******************** Pager ***********************/
.btnPrev
{
    background:url(/App_Themes/Casual/images/btnPrev.jpg) no-repeat;
    width:33px;
    height:33px;
    display:block;
    text-decoration:none;
    float:left;
}
.btnNext
{
    background:url(/App_Themes/Casual/images/btnNext.jpg) no-repeat;
    width:33px;
    height:33px;
    display:block;
    text-decoration:none;
    float:right;
}
.pager
{
    text-align:center;
}
.pager a
{
    color:#5a87cd;
    text-decoration:none;
    font:12px tahoma;
    margin-left:7px;
}
.currentPageLabel
{
    background:#5a87cd;
    color:White;
    text-decoration:none;
    font:bold 12px tahoma;
    margin-left:7px;
    line-height:20px;
    padding:4px;
}
.numericPrev
{
    background:url(/App_Themes/Casual/images/numericPrev.jpg) no-repeat;
    width:21px;
    height:21px;
    display:block;
    text-decoration:none;
    margin-left:5px;
}
.numericNext
{
    background:url(/App_Themes/Casual/images/numericNext.jpg) no-repeat;
    width:21px;
    height:21px;
    display:block;
    text-decoration:none;
    margin-left:5px;
}
/****************** End Pager *********************/
/****************** Edit Zone ********************/
.EditZoneTable
{
    width:100%;
    color:White;
    background-color:#5a87cd;
    font:11px Tahoma;
}
.EditZoneTable input
{
    font:11px Tahoma;
     outline:none; 
}
.EditZoneTable input.btn
{
    display:inline;
}
.EditZoneTableError
{
    color:Yellow !important;
}
/**************** End Edit Zone ******************/

/******************* GOD Game ********************/
.GodInf
{
    text-align:left;
    padding:20px 20px 0px 20px;
}
.GodInf .New
{
    position:absolute;
    display:inline-table;
    background:url(/App_Themes/Casual/images/new.png);
    background-repeat:no-repeat;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/new.png', sizingMethod='crop');
    margin-left:0px;
    margin-top:5px;
    width:24px;
    height:24px;
    position:absolute;
}
@-moz-document url-prefix() { .GodInf .New { position:relative; } }

.GodInf .inf
{
    text-align:left;
    vertical-align:top;
    padding-left:20px;
}
.GodInf .thumb
{
    width:175px;
    height:225px;
    vertical-align:top;
}
.GodInf .thumb div
{
    width:165px;
    height:195px;
    overflow:hidden;
    border:2px solid #336ec8;
}
.GodInf .thumb div img
{
    width:165px;
    height:195px;
}
.GodInf .Name
{
    font:Bold 28px Arial;
    color:#0c3980;
}
.GodInf .CategoryName
{
    font:Bold 14px Arial;
    color:#0547ae;
    margin-bottom:10px;
}
.GodInf .Star
{
    background:url(/App_Themes/Casual/images/ttnO_bgTitlStar.gif);
    background-position:top left;
    width:125px;
    height:25px;
    text-align:left;
    margin-bottom:10px;
}
.GodInf .Star div
{
    background:url(/App_Themes/Casual/images/ttnO_bgTitlStar.gif);
    background-position:bottom left;
    height:25px;
}
.GodInf .btnLnk
{
    margin-bottom:10px;
}
.GodInf .Ozet
{
    font:Bold 15px Arial;
    color:#21519e;
}
.EditorPan
{
    padding:0px 20px 20px 20px;
    font:12px Arial;
}
/**************** END GOD Game *******************/
/***************** Flash Game ********************/
.FlashOyun
{
    text-align:left;
}
.FlashOyun .Star
{
    background:url(/App_Themes/Casual/images/ttnO_bgTitlStar.gif);
    background-position:top left;
    width:125px;
    height:25px;
    text-align:left;
    margin-left:10px;
}
.FlashOyun .Star div
{
    background:url(/App_Themes/Casual/images/ttnO_bgTitlStar.gif);
    background-position:bottom left;
    height:25px;
}
.FlashOyun .New
{
    display:block;
    background:url(/App_Themes/Casual/images/new.png);
    background-repeat:no-repeat;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/new.png', sizingMethod='crop');
    width:24px;
    height:24px;
    z-index:2;
}
.FlashOyun .GameListItem .Star
{
    float:none;
}
.FlashOyun .CategoryName
{
    font:Bold 14px Arial;
    color:#0547ae;
    margin-bottom:10px;
}
.FlashOyun #divFlashContainer
{
    width:655px;
    overflow:hidden;
    text-align:center;
    margin:4px 4px 4px 3px;
}
.FlashOyun .FlashError
{
    margin:150px auto 150px auto;
    position:relative;
}
.OyunInf
{
    padding:10px;
}
.FlashOyun .OyunInf .Tus
{
    position:relative;
    background:url(/App_Themes/Casual/images/ttnO_bgOyunInfTus.gif) no-repeat;
    display:inline-block;
    width:30px;
    -padding-left:1px;
    height:30px;
    line-height:30px;
    text-align:center;
    font-weight:bold;
    color:#0744a2;
}

/*************** End Flash Game ******************/
/**************** Oyun Künyesi *******************/
.OyunKunyesi
{
    padding:15px;
    text-align:left;
    font:11px arial;
    color:#1c4c8a;
}
.OyunKunyesi div
{
    margin-bottom:10px;
}
.KKlavuzu
{
    background:url(/App_Themes/Casual/images/disket.gif) no-repeat;
    padding-left:20px;
    text-decoration:none;
}
/**************** END Oyun Künyesi *******************/
/********************** Oy Ver ***********************/
.ratingGive
{
    padding:10px 10px 5px 10px;
}
.OyVerD .Star
{
    background:url(/App_Themes/Casual/images/ttnO_imgOyVerStarSaveD.gif);
    background-position:top left;
    width:100px;
    height:20px;
    text-align:left;
    margin-bottom:10px;
}
.OyVerD .Star div
{
    background:url(/App_Themes/Casual/images/ttnO_imgOyVerStarSave.gif);
    background-position:top left;
    height:20px;
}
.OyVer
{
    background:url(/App_Themes/Casual/images/ttnO_bgOyVerStar.gif) repeat-x;
    height:20px;
    width:100px;
    font:10px arial;
    float:left;
}
.hasRate
{
    font:10px arial;
    line-height:18px;
    margin-left:8px;
}
.OyVer .filledRatingStar
{
    background-image:url(/App_Themes/Casual/images/ttnO_imgOyVerStar.gif);
}

.OyVer .emptyRatingStar
{
    background-image:url(/App_Themes/Casual/images/ttnO_bgOyVerStar.gif);
}

.OyVer .savedRatingStar
{
    background-image:url(/App_Themes/Casual/images/ttnO_imgOyVerStarSave.gif);
}
.OyVer .ratingStar
{
    font-size:0pt;
    width:20px;
    height:20px;
    margin:0px;
    padding:0px;
    cursor:pointer;
    display:block;
    background-repeat:no-repeat;
}

/********************* End Oy Ver *********************/
/********************** Paylas ************************/
.Paylas
{
    width:104px;
    height:22px;
    background-image:url(/App_Themes/Casual/images/share.jpg);
    margin:10px 10px 5px 10px;
}
.Paylas a
{
    position:relative;
    display:inline-table;
    width:22px;
    height:22px;
    margin-left:4px;
    float:left;
}
/******************** End Paylas **********************/
/***************** Favorilere Ekle ********************/
.AddToFavoritesDiv
{
    margin:12px 10px 0px 10px;
}
.AddToFavorites
{
    margin-bottom:3px;
    position:relative;
    display:block;
    float:left;
    height:22px;
    width:100px;
    background:url(/App_Themes/Casual/images/heart.gif) no-repeat top left;
    padding-left:27px;
    font:11px Tahoma;
    color:#21519e;
    text-decoration:none;
}
.AddToFavoritesD
{
    margin-bottom:3px;
    position:relative;
    display:block;
    height:22px;
    width:100px;
    background:url(/App_Themes/Casual/images/heartD.gif) no-repeat top left;
    padding-left:27px;
    font:11px Tahoma;
    color:#21519e;
    text-decoration:none;
}
.favNotice
{
    font:10px arial;
}
/*************** End Favorilere Ekle ********************/
/******************* İlgili Oyunlar *********************/
.relatedGameList
{
    margin:10px 2px 5px 2px;
}

.relatedGameList a
{
    display:block;
    width:100%;    
    height:19px;
    font:11px arial;
    color:#0a46a3;
    text-decoration:none;
    background:white url(/App_Themes/Casual/images/relatedGameListBg.gif) repeat-x top left;
    padding-top:3px;
    cursor:pointer;
}
.relatedGameList a span
{
    float:left;
    margin-top:1px;
}
.relatedGameList a b
{
    float:left;
    width:16px;
    height:16px;
    text-align:center;
    margin-left:3px;
    margin-right:3px;
    color:White;
}
.relatedGameList a b span
{
    position:relative;
    float:left;
    background:url(/App_Themes/Casual/images/puanBg.png);
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/puanBg.png', sizingMethod='crop');
    width:16px;
    height:15px;
    z-index:2;
    margin-top:0px;
    padding-top:1px;
}
.relatedGameList .NickName
{
    width:160px;
    overflow:hidden;
    float:left;
}
.relatedGameList .Score
{
    width:60px;
    overflow:hidden;
    float:right;
    height:21px;
    text-align:right;
    padding-right:5px;
}
.relatedGameList .Star
{
    background:url(/App_Themes/Casual/images/relatedGameListStar.gif);
    background-position:top left;
    width:65px;
    height:13px;
    margin-right:5px;
    margin-top:1px;
    float:right;
}
.relatedGameList .Star div
{
    background:url(/App_Themes/Casual/images/relatedGameListStar.gif);
    background-position:bottom left;
    height:13px;
    float:left;
}
.relatedGameList a:hover
{
}
b.darkblue {background-color:#075296;}
b.grassgreen {background-color:#17ce46;}
b.gray {background-color:#8f8f8f;}
b.lightorange {background-color:#ecb952;}
b.purple {background-color:#a860f5;}
b.magenta {background-color:#db52e5;}
b.pink {background-color:#ff655d;}
b.red {background-color:#d61d00;}
b.black {background-color:#000000;}
b.orange {background-color:#daa731;}
b.turquoise {background-color:#00a885;}
b.darkgreen {background-color:#5b7400;}
b.blue {background-color:#001acf;}
b.brown {background-color:#d61d00;}
b.navy {background-color:#2e5ac4;}

.minuser
{
    height:150px;
    text-align:center;
}
.relatedGameList .currentUserScore
{
    float:left;
    height:15px;
    text-align:center;
    margin:1px 3px 0px 3px;
    padding:0px 3px 0px 3px;
    font-weight:bold;
}
/******************* End Oyunlar Ekle ********************/
/****************** Arkadaşıma Gönder ********************/
.sendToFriend
{
    padding:10px;
    font:11px Arial;
}
.sendToFriend table
{
    width:100%;
}
.sendToFriend .textBoxHolder
{
    background:url(/App_Themes/Casual/images/textBoxBgLeft.gif) no-repeat left top;
    height:27px;
}
.sendToFriend .textBoxHolder div
{
    background:url(/App_Themes/Casual/images/textBoxBgRight.gif) no-repeat right top;
    padding:3px 0px 0px 4px;
    height:24px;
}
.sendToFriend .textAreaHolder
{
    background:url(/App_Themes/Casual/images/textboxAreaBgLeft.gif) no-repeat left top;
    height:75px;
}
.sendToFriend .textAreaHolder div
{
    background:url(/App_Themes/Casual/images/textboxAreaBgRight.gif) no-repeat right top;
    height:73px;
    padding:2px 0px 0px 4px;
}
.sendToFriend input
{
    border:none;
    background:transparent;
    width:100%;
    font:11px Arial;
    color:#000000;
    margin-top:2px;
     outline:none; 
}
.sendToFriend textArea
{
    border:none;
    background:transparent;
    width:100%;
    height:67px;
    overflow:hidden;
    font:12px Arial;
    color:#000000;
    outline:none; 
}

/**************** End Arkadaşıma Gönder ******************/
/****************** Avatar Değiştir Gönder ********************/
.changeAvatar
{
    padding:10px;
    font:11px Arial;
}
.changeAvatar table
{
    /*width:100%;*/
}


.changeAvatar .textBoxHolder .filepc
{
    width:100%;
    border:none;
}

/****************** Yorum ********************/
.comment
{
    padding:9px;
    font:12px Arial;
}

.comment .textAreaHolder
{
    background:url(/App_Themes/Casual/images/textboxAreaBgLeft.gif) no-repeat left top;
    height:75px;
    width:98%;
}
.comment .textAreaHolder div
{
    background:url(/App_Themes/Casual/images/textboxAreaBgRight.gif) no-repeat right top;
    height:73px;
    padding:2px 0px 0px 4px;
}
.comment textArea
{
    border:none;
    background:transparent;
    width:99%;
    height:67px;
    overflow:auto;
    font:12px Arial;
    color:#000000;
     outline:none; 
     resize: none;
}
.comment .commentItem
{
    width:100%;
    color:#18498e;
    margin-bottom:5px;
}
.comment .commentItem .tl
{
    height:9px;
    background:url(/App_Themes/Casual/images/commentItemTL.gif) no-repeat left top;
    font:1px arial;
}
.comment .commentItem .tr
{
    height:9px;
    background:url(/App_Themes/Casual/images/commentItemTR.gif) no-repeat right top;
    font:1px arial;
}
.comment .commentItem .bl
{
    height:11px;
    background:url(/App_Themes/Casual/images/commentItemBL.gif) no-repeat left bottom;
    font:1px arial;
}
.comment .commentItem .br
{
    height:11px;
    background:url(/App_Themes/Casual/images/commentItemBr.gif) no-repeat right bottom;
    font:1px arial;
}
.comment .commentItem .l
{
    background:url(/App_Themes/Casual/images/commentItemL.gif) repeat-y left top;
}
.comment .commentItem .r
{
    background:#cfd8e8 url(/App_Themes/Casual/images/commentItemR.gif) repeat-y right top;
    margin:0px 0px 0px 10px;
    padding:0px 10px 0px 0px;
    height:1%;
}
.comment .commentItem img
{
    margin-right:10px;
}
.comment .commentItem a
{
    color:#18498e;
    font:normal normal bold 12px arial;
    float:left;
}
.comment .commentItem a:hover
{
    text-decoration:underline;
}

.comment .commentItem .date
{
    float:right;
    font-weight:bold;
}

/********************** Galeriler ************************/
.lnkGaleri
{
    width:97px;
    height:97px;
    position:relative;
    float:left;
    margin:0px 6px 10px 0px;
    overflow:hidden;
}
.lnkGaleri div
{
    display:inline-table;
    position:absolute;
    left:0px;
    top:0px;
    width:97px;
    height:97px;
    z-index:1;
    background:url(/App_Themes/Casual/images/galerilerThumbFame.gif) no-repeat;
    cursor:pointer;
}
/********************* End Galeriler **********************/
/******************** İlgili Yazılar **********************/
.relatedArticles
{
    text-align:left;
    padding:10px;
}
.relatedArticles .article
{
    padding-left:15px;
    background:url(/App_Themes/Casual/images/bullet.gif) no-repeat;
    background-position:0px 5px;
    text-align:justify;
    margin-bottom:15px;
}
.relatedArticles .article a
{
    font:12px arial;
    color:#18498e;
    text-decoration:none;
}
/******************** End İlgili Yazılar *****************/
/************************** Login ************************/
.login
{
    text-align:left;
    padding:1px 20px 20px 20px;
}
.login h1
{
    font:bold 32px Arial;
    color:#0c3980;
}
.login table
{
    font:bold 12px Arial;
}
.login .textboxHolder
{
    width:269px;
    height:27px;
    background:url(/App_Themes/Casual/images/loginInputBg.gif);
    background-position:0px 0px;
    background-repeat:no-repeat;
    vertical-align:top;
    padding-top:3px;
}
.login .textboxHolder input
{
    font:12px Arial;
    border:none;
    width:250px;
    margin-left:5px;
    background:transparent;
    color:black;
    display:block;
     outline:none; 
}
.login .textboxHolderD
{
    width:264px;
    height:27px;
    background:url(/App_Themes/Casual/images/loginInputBgD.gif);
    background-position:0px 0px;
    background-repeat:no-repeat;
    vertical-align:top;
    padding-top:3px;
}
.login .textboxHolderD input
{
    display:none;
     outline:none; 
}
.login label
{
    font:bold 11px Arial;
}
.login .notice
{
    width:20px;
    text-align:center;
}
.login .description
{
    font:bold 10px Arial;
}
.login .chkBox
{
    position:relative;
    float:left;
    width:100px;
}
.btnSifreHatirlat
{
    position:relative;
    width:95px;
    height:24px;
    background:url(/App_Themes/Casual/images/btnSifreHatirlat.gif);
    background-position:0px 0px;
    display:block;
    text-decoration:none;
    text-align:center;
    color:#999999;
    font:bold 10px Arial;
    line-height:24px;
    border:none;
    cursor:pointer;
    float:left;
}
.btnSifreHatirlat:hover
{
    background-position:-95px 0px;
    color:#000000;
}
.btnSifreHatirlat2
{
    position:relative;
    width:200px;
    height:24px;
    background:url(/App_Themes/Casual/images/btnSifreHatirlat2.gif);
    background-position:0px 0px;
    display:block;
    text-decoration:none;
    text-align:center;
    color:#999999;
    font:bold 10px Arial;
    line-height:24px;
    border:none;
    cursor:pointer;
    float:left;
}
.btnSifreHatirlat2:hover
{
    background-position:-200px 0px;
    color:#000000;
}

/********************* End Login **********************/
/****************** Aktüel Liste **********************/
a.aktuelList
{
    width:635px;
    height:151px;
    background:url(/App_Themes/Casual/images/aktuelListeBg.png);
    background-position:top left;
    background-repeat:no-repeat;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/aktuelListeBg.png', sizingMethod='crop');
    overflow:hidden;
    font:12px Arial;
    color:#0c3980;
    display:inline-table;
    float:left;
    cursor:pointer;
    margin-bottom:10px;
    text-decoration:none;
}
a.aktuelList .thumb
{
    width:110px;
    height:130px;
    position:relative;
    overflow:hidden;
    margin:10px;
    float:left;
    border:1px solid #8295b3;
}
a.aktuelList .thumb div
{
    display:inline-table;
    position:absolute;
    left:0px;
    top:0px;
    width:110px;
    height:130px;
    z-index:1;
    background:url(/App_Themes/Casual/images/GameListFlashGameThumbFrame.png);
    background-repeat:no-repeat;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/GameListFlashGameThumbFrame.png', sizingMethod='crop');
}
a.aktuelList .New
{
    position:absolute;
    display:inline-table;
    z-index:2;
    width:24px;
    height:24px;
    background:url(/App_Themes/Casual/images/new.png);
    background-repeat:no-repeat;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/new.png', sizingMethod='crop');
}
a.aktuelList b
{
    margin-top:10px;
    margin-bottom:5px;
    font:bold 16px Arial;
    color:#0c3980;
    line-height:20px;
    display:block;
}
a.aktuelList .text
{
    font:normal 11px Arial;
    color:#0c3980;
    margin-right:10px;    
}
a.aktuelList .date
{
    font:normal 11px Arial;
    color:#0c3980;
    float:right;
    width:65px;
    padding-top:10px;
}
/***************** End Aktüel Liste *******************/
/****************** Favori Oyunlar ********************/
.favotiteGameList
{
    margin:10px 10px 5px 10px;
}
.favotiteGameList .favotiteGame
{
    height:19px;
    font:11px arial;
    text-decoration:none;
    background:white url(/App_Themes/Casual/images/relatedGameListBg.gif) repeat-x top left;
    margin-bottom:1px;
    padding-top:3px;
}
.favotiteGameList .favotiteGame b
{
    float:left;
    width:16px;
    height:16px;
    text-align:center;
    margin-left:3px;
    margin-right:3px;
    color:White;
}
.favotiteGameList .favotiteGame b span
{
    position:relative;
    float:left;
    background:url(/App_Themes/Casual/images/puanBg.png);
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/puanBg.png', sizingMethod='crop');
    width:16px;
    height:15px;
    z-index:2;
    margin-top:0px;
    padding-top:1px;
}
.favotiteGameList a
{
    font:11px arial;
    color:#0a46a3;
    text-decoration:none;
    display:block;
}
.favotiteGameList a:hover;
{
    text-decoration:underline;
}
.favotiteGameList .Star
{
    background:url(/App_Themes/Casual/images/relatedGameListStar.gif);
    background-position:top left;
    width:65px;
    height:13px;
    margin-right:5px;
    margin-top:2px;
    float:right;
}
.favotiteGameList .Star div
{
    background:url(/App_Themes/Casual/images/relatedGameListStar.gif);
    background-position:bottom left;
    height:13px;
    float:left;
}
.favotiteGameList .Sil
{
    background-image:url(/App_Themes/Casual/images/ttnO_bgSil1.png);
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/ttnO_bgSil1.png', sizingMethod='crop');
    float:right;
    width:15px;
    height:15px;
    margin-top:-2;
}

/**************** End Favori Oyunlar *******************/
/********************** Profil  ************************/
.profileHeader
{
    margin:10px;
}
.avatar
{
    width:140px;
    height:140px;
    margin-right:20px;
    padding:2px;
}
.nickName
{
    font:bold 25px Arial;
    color:#0a2a5c;
    vertical-align:top;
    height:15px;
}
.avatarContainer
{
    width:306px;
    margin-bottom:10px;
}
.avatarContainer input
{
    position:relative;
    float:left;
    margin:0px 5px 10px 5px;
    border:solid 1px #0a306b;
     outline:none; 
}
.profileStatus
{
    font:12px Arial;
    color:#0a2a5c;
    vertical-align:top;
}
.profileRightZone
{
    padding-top:70px;
}
.profileWatermarkCssClass
{
    color:#5e8bb7;
}
/******************** End Profil  **********************/
.publicProfileHeader
{
    width:630px;
    margin:15px;
}
.publicProfileHeader .Avatar
{
    width:140px;
    margin:160px;
    overflow:hidden;
}
.publicProfileHeader .NickName
{
    font:bold 35px arial;
    color:#0c3980;
    padding-left:20px;
    text-align:left;
}
.publicProfileHeader .About
{
    font:bold 12px arial;
    color:#0c3980;
    padding-left:20px;
    text-align:left;
    height:66px;
    vertical-align:top;
}
.publicProfileHeader .Online
{
    width:114px;
    height:39px;
    display:block;
    background:url(/App_Themes/Casual/images/online.jpg) no-repeat top left;
}
.publicProfileHeader .Offline
{
    width:114px;
    height:39px;
    display:block;
    background:url(/App_Themes/Casual/images/offline.jpg) no-repeat top left;
}
.publicProfileHeader .btnMemberInfo
{
    width:288px;
    height:55px;
    display:block;
    margin-left:20px;
    background:url(/App_Themes/Casual/images/btnMemberInfo.jpg) no-repeat top left;
}
/*********************** Form  *************************/
.formTable
{
    margin:0px 7px 0px 7px;
}
.formTable input
{
    font:12px arial;
     outline:none; 
}
.formTable select
{
    font:12px arial;
}
.formTable label
{
    font:bold 11px arial;
}
.formLabel
{
    background:url(/App_Themes/Casual/images/formBgLeft.gif) no-repeat top left;
    width:205px;
    height:33px;
    vertical-align:top;
    font:bold 12px arial;
    color:#0a2a5c;
    padding:5px;
}
.formText
{
    background:url(/App_Themes/Casual/images/formBgRight.gif) no-repeat top right;
    width:450px;
    height:33px;
    vertical-align:top;
    font:12px arial;
    color:#0c3980;
    padding:5px 5px 3px 5px;
}
.formSingleLine
{
    background:url(/App_Themes/Casual/images/formBgLeft.gif) no-repeat top left;
    padding-left:5px;
}
.formSingleLine div
{
    background:#e7f1fd url(/App_Themes/Casual/images/formBgRight.gif) no-repeat top right;
    height:45px;
    vertical-align:top;
    font:14px arial;
    color:#0c3980;
    padding:8px 8px 3px 3px;
}
/********************* End Form  ***********************/
/********************** Filtre  ************************/
.Filter
{
    padding:0px 1px 5px 1px;
}
.cloud
{
    height:25px;
    width:150px;
    background:url(/App_Themes/Casual/images/filterTabs.jpg);
    cursor:pointer;
    clear:left;
    display:inline-block;
}
.list
{
    height:25px;
    width:150px;
    background:url(/App_Themes/Casual/images/filterTabs.jpg);
    cursor:pointer;
    clear:left;
    display:inline-block;
}
.FilterTabs_Filter
{
    margin: 0px auto 10px auto;
    position:relative;
    width:303px;
}
.FilterTabs_Filter .cloud
{
    background-position:0px 0px;
}
.FilterTabs_Filter .list
{
    background-position:-150px -25px;
}
.FilterTabs_Cloud 
{
    margin: 0px auto 10px auto;
    position:relative;
    width:303px;
}
.FilterTabs_Cloud .cloud
{
    background-position:0px -25px;
}
.FilterTabs_Cloud .list
{
    background-position:-150px 0px;
}
.tagCloud
{
    padding:20px;
}
.tagCloud a
{
    font-family:Arial;
    font-weight:bold;
    color:#0a306b;
    text-decoration:none;
    white-space:nowrap;
}
.tagCloud a:hover
{
    color:#3366b8;
}
.tagCloud .Select
{
    font-family:Arial;
    font-weight:bold;
    color:#FF6600;
    text-decoration:none;
    white-space:nowrap;
}
a.pasifSelect
{
    font-family:Arial;
    font-weight:bold;
    color:gray;
    text-decoration:none;
    white-space:nowrap;
}
.tagCloud .Select:hover
{
    color:#3366b8;
}
.F_List .title
{
    height:32px;
    font:bold 12px Arial;
    background:url(/App_Themes/Casual/images/filterTitleBgLeft.jpg) no-repeat left top;
    color:White;
    display:block;
    line-height:32px;
    padding-left:12px;
    cursor:pointer;
}
.F_List img
{
    float:right;
}
.filterHiddenZone
{
    padding:5px 5px 15px 5px;
    font:12px arial;
}
/******************** End Filtre  **********************/
/******************* CatalogZone  **********************/
.catalogZone
{
    color:#0a306b;
    font:11px arial;
    width:320px;
}
.catalogZone .btn
{
    position:relative;
    margin:20px auto 10px auto;
}
.catalogZone .btn:hover
{
    background-position:0px 0px;
    color:#0a306b;
}
.catalogZone select
{
    color:#0a306b;
    font:11px arial;
}
.catalogZoneChrome
{
    font:bold 16px arial;
    color:#70a0e2;
}
.catalogZone label
{
    font:12px arial;
    color:#0a306b;
}
/**************** End CatalogZone  ********************/
/********************* Alert  ************************/
.updateProgress
{
    position:relative;
    height:100%;
    margin:0px;
}
.updateProgressBg
{
    position:absolute;
    z-index:999998;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:#fff;
    opacity:.40;
    filter:alpha(opacity=40);
    -ms-filter:"alpha(opacity=40)";
    -khtml-opacity:.40;
    -moz-opacity:.40;
    margin:0px;
}
.updateProgressItem
{
    position:absolute;
    z-index:999999;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}

.PopMsg {
	position:relative;
	z-index:99999999;
}
.apDivBg
{
    position:fixed;
    -position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background:#000;
    z-index:999998;
    opacity:.40;
    filter:alpha(opacity=40);
    -ms-filter:"alpha(opacity=40)";
    -khtml-opacity:.40;
    -moz-opacity:.40;
}
.apDivIt
{
    position:fixed;
    -position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:999999;
}
/******************* End Alert ***********************/
/**************** UpdateProgress  ********************/
.TransparentGrayBackground
{
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    min-height:100%;
    min-width:100%;
}
.MainUpdateProgress
{
    text-align:left;
    z-index:1000;
    position:relative;
}
/************** End UpdateProgress  ******************/
/**********************  Search  ***********************/
.searchSummary
{
    font:13px Arial;
    color:#0547ae;
}
.searchSummary span
{
    margin-bottom:15px;
}
.search
{
    position:relative;
}
.search .Tabs
{
    display:inline-table;
    position:absolute;
    top:0px;
    left:0px;
    z-index:2;
}
.TabBtn 
{
    display:block;
    background:url(/App_Themes/Casual/images/searchTab.gif) no-repeat;
	background-position:0px 0px;
	color:#ffffff;
	width:135px;
    height:40px;
    text-decoration:none;
	font:bold 13px Arial;
	line-height:39px;
	padding-left:40px;
}
.TabBtn:hover
{
    color:White;
}
.TabBtnS 
{
	display:block;
    background:url(/App_Themes/Casual/images/searchTab.gif) no-repeat;
	background-position:0px -39px;
	color:#0c3980;
	width:135px;
    height:40px;
    text-decoration:none;
	font:bold 13px Arial;
	line-height:39px;
	padding-left:40px;
}
/******************* ShowCase *****************/
.searchShowCase
{
    text-align:left;
    padding:18px 0px 18px 18px;
}
.searchShowCase .data
{
    padding-left:5px;
}
.searchShowCase table
{
    width:100%;
}
.searchShowCase .thumbTd
{
    width:10%;
    vertical-align:top;
    background:url(/App_Themes/Casual/images/searchTdBottom.gif) no-repeat left bottom;
    
}
.searchShowCase .thumbTd div
{
    background:url(/App_Themes/Casual/images/searchTdTop.gif)  no-repeat left top;
    padding:10px 10px 10px 10px;
}
.searchShowCase .thumbTd img
{
    width:110px;
    height:130px;
    cursor:pointer;
    border:1px solid white;
}
.searchShowCase .Name
{
    font:bold 13px Arial;
    color:#124c98;
}
.searchShowCase .New
{
    position:absolute;
    display:inline-table;
    z-index:2;
    width:24px;
    height:15px;
    background:url(/App_Themes/Casual/images/new2.gif);
    background-repeat:no-repeat;
  
}
.searchShowCase .publisherName
{
    position:absolute;
    top:-15px;
    right:1px;
    -right:1px;
    font:normal 11px Arial;
    color:#002b64;
}

.showcase
{
    padding:5px 10px 10px 10px;
    cursor:pointer;
    background:url(/App_Themes/Casual/images/searchResultItemBg.gif) no-repeat left top;
    width:470px;
    height:60px;
}
.showcaseD
{
    padding:5px 10px 5px 10px;
    cursor:pointer;
    width:490px;
}
.showcase .detail
{
    position:relative;
    text-align:left;
}
.showcase .Name
{
    color:White;
}
.showcaseD .detail
{
    display:none;
    position:relative;
    text-align:left;
}
.searchShowCase .Star
{
    background:url(/App_Themes/Casual/images/ttnO_bgStar.png);
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/ttnO_bgStar.png', sizingMethod='crop');

    width:65px;
    height:13px;
    margin:3px 0px 6px 0px;
    text-align:left;
}
.searchShowCase .Star div
{
    background:url(/App_Themes/Casual/images/ttnO_imgStar2.gif);
    height:13px;
}
.searchShowCase .description
{
    font:11px Arial;
    overflow:hidden;
    white-space:nowrap;
    height:20px;
    color:White;
}
.searchShowCase a
{
    width:196px;
    height:38px;
    background:url(/App_Themes/Casual/images/btn196.png);
    background-repeat:no-repeat;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/btn196.png', sizingMethod='crop');
    background-position:0px 0px;
    display:inline-block;
    text-decoration:none;
    text-align:center;
    color:#18498e;
    font:11px Arial;
    line-height:33px;
    border:none;
    cursor:pointer;
    float:right;
    margin-right:17px;
}
/******************* end ShowCase *****************/
.searchResult
{
    position:relative;
    padding:0px 0px 25px 10px;
    left:0px;
    width:655px;
    z-index:0;
    margin-bottom:20px;
    display:inline-block;
}

.searchResult .SrcIt
{
    position:relative;
    width:635px;
    height:151px;
    background:url(/App_Themes/Casual/images/aktuelListeBg.png);
    background-position:top left;
    background-repeat:no-repeat;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/aktuelListeBg.png', sizingMethod='crop');
    overflow:hidden;
    font:12px Arial;
    color:#0c3980;
    display:inline-table;
    cursor:pointer;
    margin-bottom:10px;
     margin-left:7px;
    text-decoration:none;
}
.searchResult .SrcIt .thumbTd
{
    height:130px;
    vertical-align:top;
}
.searchResult .SrcIt .thumb
{
    width:110px;
    height:130px;
    position:relative;
    overflow:hidden;
    margin:10px;
    float:left;
}
.searchResult .SrcIt .thumb div
{
    display:inline-table;
    position:absolute;
    left:0px;
    top:0px;
    width:110px;
    height:130px;
    z-index:1;
}
.searchResult .SrcIt .Name
{
    font:bold 18px Arial;
    color:#082d66;
    float:Left;
    line-height:20px;
    margin-top:6px;
    width:350px;
    height:20px;
    white-space:nowrap;
    overflow:hidden;
}
.searchResult .SrcIt .Publisher
{
    font:12px Arial;
    color:#082d66;
    float:right;
    margin-top:6px;
}
.searchResult .SrcIt .Category
{
    font:bold 12px Arial;
    color:#2a65b6;
}
.searchResult .SrcIt .Summary
{
    font:11px Arial;
    color:#2a65b6;
    width:410px;
    -width:390px;
    height:50px;
    padding:7px 20px 0px 0px;
    overflow:hidden;
    vertical-align:top;
}
.searchResult .SrcIt .Paket
{
    position:relative;
    width:65px;
    height:17px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font:9px tahoma;
    color:#fff;
}
.searchResult .SrcIt .Paket div
{
    background:url(/App_Themes/Casual/images/GamePackBgColor.png);
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/GamePackBgColor.png', sizingMethod='crop');
    width:65px;
    height:17px;
    line-height:17px;
}
.searchResult .SrcIt .Star
{
    position:relative;
    background:url(/App_Themes/Casual/images/ttnO_bgStar.gif);
    width:65px;
    height:13px;
    margin:3px auto 6px auto;
    text-align:left;
}
.searchResult .SrcIt .Star div
{
    position:relative;
    background:url(/App_Themes/Casual/images/ttnO_imgStar.gif);
    height:13px;
}
.searchResult .SrcIt .New
{
    position:absolute;
    display:inline-table;
    z-index:2;
    width:24px;
    height:24px;
    background:url(/App_Themes/Casual/images/new.png);
    background-repeat:no-repeat;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/new.png', sizingMethod='crop');
}
/******************** End  Search  **********************/
/******************** Change Theme **********************/
.changeTheme
{
    padding:10px;
}
.changeTheme table
{
    width:100%;
}
/****************** End Change Theme  *******************/
.UyeOlDescription
{
    width:320px;
    height:197px;
    background:url(/App_Themes/Casual/images/uyeol_01.gif);
}

.InputBg60
{
    width:60px;
    height:27px;
    background:url(/App_Themes/Casual/images/InputBg60.gif);
    background-position:0px 0px;
    background-repeat:no-repeat;
    vertical-align:top;
    padding-top:3px;
}
.InputBg60 input
{
    font:11px Arial;
    border:none;
    width:50px;
    margin-left:2px;
    background:transparent;
    color:#000000;
    display:block;
     outline:none; 
}
/****************** accordion  *******************/
.accordionContainer
{
   font:10px arial;
   padding:0px 3px 0px 3px;
}
.accordionBtn
{
    height:39px;
    margin:1px;
    background:url(/App_Themes/Casual/images/accordionBtn.gif) no-repeat 0px 0px;
    cursor:hand;
}
.accordionBtn table
{
    width:100%;
    height:37px;
}
.accordionBtn .index
{
    font:bold 18px arial;
    color:#3d73ce;
    width:41px;
    text-align:center;
}
.accordionBtn .name
{
    font:bold 12px arial;
    color:#ffffff;
}
.accordionBtn .package
{
    width:60px;
    font:bold 10px arial;
    text-align:right;
    padding-right:5px;
}
.accordionContainer .accordionContent
{
    background-color:#d2ddf0;
}
.accordionContainer .img
{
   width:55px;
   height:65px;
   border:1px solid white;
}
.accordionContainer .Star
{
    background:url(/App_Themes/Casual/images/ttnO_bgStar.gif);
    width:65px;
    height:13px;
    text-align:left;
}
.accordionContainer .Star div
{
    background:url(/App_Themes/Casual/images/ttnO_imgStar.gif);
    height:13px;
}
.accordionContainer .categoryName
{
    float:right;
}

.accordionContainer .btnPlay
{
    float:left;
    background:url(/App_Themes/Casual/images/btnplay.gif) no-repeat 0px 0px;
    height:15px;
    width:39px;
}
.accordionContainer .btnPlay:hover
{
    background-position:-39px 0px;
}
.accordionContainer .accordionContent table
{
    width:100%;
}
.packageInfo
{
    background:url(/App_Themes/Casual/images/packageInfo.jpg);
    width:214px;
    height:60px;
    margin:4px
}
/****************** newsletter  *******************/
.newsletter
{
    width:214px;
    margin:0px 4px 0px 4px;
}

.newsletter .textBoxHolder
{
    width:196px;
    height:21px;
    background:url(/App_Themes/Casual/images/InputBg.gif);
    padding:4px 0px 4px 5px;
    margin-bottom:5px;
}
.newsletter .textBoxHolder input
{
    width:95%;
    border:none;
    color:black;
    background:transparent;
     outline:none; 
}
.newsletter table 
{
    border-collapse:collapse;
    margin:auto;
}
.newsletter .text 
{
    font:10px arial;
    padding:0px 0px 7px 5px;
}
/****************** lastAction  *******************/
.lastActionItem
{
    height:31px;
   background:url(/App_Themes/Casual/images/lastActionLeft.gif) no-repeat left top;
   margin:1px 5px 1px 5px;
}
.lastActionItem div
{
   height:31px;
   background:url(/App_Themes/Casual/images/lastActionRight.gif) no-repeat right top;
   padding:5px 5px 0px 5px;
}
.lastActionItem img
{
    float:left;
}
.lastActionItem .Name
{
    float:left;
    margin:3px 5px 0px 5px;
    font-weight:bold;
}
.lastActionItem .Name:hover
{
    text-decoration:underline;
}
.lastActionItem .Text
{
    float:left;
    margin:3px 5px 0px 5px;
}
.lastActionItem .Date
{
    float:right;
    margin:3px 5px 0px 5px;
}
/****************** Statistic  *******************/
.Statistic 
{
    padding:10px 5px 10px 4px;
}
.Statistic .Subject
{
    font:bold 17px Arial;
    color:#1c3f75;
}
.Statistic .StatHolder
{
    width:217px;
    font:12px Arial;
    color:white;
    background:url(/App_Themes/Casual/images/statisticTop.gif) no-repeat left top;
    overflow:hidden;
    margin-right:1px;
}
.Statistic .StatHolder div
{

    background:url(/App_Themes/Casual/images/statisticBottom.gif) no-repeat left bottom;
    position:relative;
    padding:10px;
    min-height:170px;
}
.Statistic .Name
{
    font:bold 18px Arial;
    color:White;
    display:block;
    margin:0px 0px 10px 5px;
    width:160px;
    height:21px;
    overflow:hidden;
}  
.Statistic .Name:hover
{
    text-decoration:underline;
}  
.Statistic .index
{
    font:bold 18px Arial;
    color:#135cb3;
    background-color:#2d80e2;
    padding:3px;
    margin-right:5px;
    width:15px;
    height:15px;
    line-height:15px;
    display:block;
    float:left;
    text-align:center;
}  
.Statistic .Stat
{
    font:12px Arial;
    color:White;
    display:block;
    border-bottom:1px solid #4887d5;
    padding:3px 3px 3px 22px;
    background:url(/App_Themes/Casual/images/statBullet.gif) no-repeat left center;
    
}    
/****************** Paketler  *******************/
.paketler
{
    width:972px;
    margin:auto;
}
.paketler td
{
    text-align:left;
    vertical-align:top;
}
.paketler td div
{
    width:280px;
    height:110px;
    margin:185px 0px 0px 15px;
    overflow:hidden;
}
.paketler div span a
{
    font:10px arial;
    color:White;
}
.btn_hemen_uye_ol
{
    width:185px;
    height:50px;
    background:url(/App_Themes/Casual/images/btn_hemen_uye_ol.png);
    background-repeat:no-repeat;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/btn_hemen_uye_ol.png', sizingMethod='crop');
    background-position:0px 0px;
    display:block;
    text-decoration:none;
    text-align:center;
    line-height:46px;
    border:none;
    cursor:pointer;
    margin:100px auto 0px auto;
}
.btn_webden_satin_al
{
    width:195px;
    height:50px;
    background:url(/App_Themes/Casual/images/btn_webden_satin_al.png);
    background-repeat:no-repeat;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/btn_webden_satin_al.png', sizingMethod='crop');
    background-position:0px 0px;
    display:block;
    text-decoration:none;
    text-align:center;
    line-height:46px;
    border:none;
    cursor:pointer;
    margin:100px  0px 0px 90px; ;
}
.btn_cepten_satin_al
{
    width:195px;
    height:50px;
    background:url(/App_Themes/Casual/images/btn_cepten_satin_al.png);
    background-repeat:no-repeat;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/btn_cepten_satin_al.png', sizingMethod='crop');
    background-position:0px 0px;
    display:block;
    text-decoration:none;
    text-align:center;
    line-height:46px;
    border:none;
    cursor:pointer;
    float:right;
    margin-right:10px;
}



.btn_webden_satin_al_mini
{
    width:147px;
    height:39px;
    background:url(/App_Themes/Casual/images/btn_webden_satinal_mini.png);
    background-repeat:no-repeat;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/btn_webden_satinal_mini.png', sizingMethod='crop');
    background-position:0px 0px;
    display:inline-block;
    text-decoration:none;
    line-height:46px;
    border:none;
    cursor:pointer;
}
.btn_cepten_satin_al_mini
{
    width:147px;
    height:39px;
    background:url(/App_Themes/Casual/images/btn_cepten_satinal_mini.png);
    background-repeat:no-repeat;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/btn_cepten_satinal_mini.png', sizingMethod='crop');
    background-position:0px 0px;
    display:inline-block;
    text-decoration:none;
    line-height:46px;
    border:none;
    cursor:pointer;
}




.paketler td span
{
    display:block;
    width:90px;
    height:110px;
    float:left;
    overflow:hidden;
    white-space:nowrap;
    text-align:center;
}
.paketler_standart
{
    background:url(/App_Themes/Casual/images/Paketler_standart.jpg) no-repeat left top;
    width:297px;
    height:655px;
}
.paketler_gold
{
    background:url(/App_Themes/Casual/images/Paketler_gold.jpg) no-repeat left top;
    width:297px;
    height:655px;
}
.paketler_platinum
{
    background:url(/App_Themes/Casual/images/Paketler_platinum.jpg) no-repeat left top;
    width:297px;
    height:655px;
}

.paketTextTop
{
    background:#f9fafb url(/App_Themes/Casual/images/paketler_text_top.gif) no-repeat left top;
    width:933px;
    margin-bottom:30px;
}
.paketTextBotttom
{
    background:url(/App_Themes/Casual/images/paketler_text_bottom.gif) no-repeat left bottom;
    width:933px;
}
.paketTextBotttom td
{
    vertical-align:top;
    text-align:left;
}
.paketTextBotttom ul
{
    margin-top:20px;
    text-align:justify;
    width:370px;
}
.paketTextBotttom ul li
{
    font:12px arial;
    color:#858585;
    list-style-image: url(/App_Themes/Casual/images/bullet_star.gif);
    margin-left:-15px;
    margin-bottom:10px;
    padding-top:0px;
}
.paketTextBotttom h1
{
    font:bold 18px arial;
}
/****************** En son Beğenenler  *******************/
.lastRated 
{
    margin:auto;
}
.lastRated a
{
    width:100px;
    height:135px;
    display:block;
    float:left;
    padding:15px 5px 5px 5px;
    font:11px arial;
    color:#0744a2;
    white-space:nowrap;
    overflow:hidden;
    text-align:center;
}
.lastRated a img
{
    width:100px;
    height:115px;
}
.mobilOdeme
{
}
.mobilOdeme .mobilePhone
{
    background:url(/App_Themes/Casual/images/mobilePhone.jpg) no-repeat left bottom;
    width:200px;
    height:288px;
}
.mobilOdeme .text
{
    font:12px arial;
    color:#13418c;
    text-align:left;
    vertical-align:top;
    width:250px;
}
.mobilOdeme .uyari
{
    font:10px arial;
    color:#5d5d5d;
    text-align:left;
    vertical-align:top;
}
.mobilTextTop
{
    background:#f8f9f9 url(/App_Themes/Casual/images/mobil_text_top.gif) no-repeat left top;
    width:429px;
}
.mobilTextBottom
{
    background:url(/App_Themes/Casual/images/mobil_text_bottom.gif) no-repeat left bottom;
    width:429px;
    min-height:50px;
    text-align:left;
    padding-bottom:10px;
    padding-top:10px;
}

.mobilTextBottom div 
{
    width:407;
    height:66px;
    padding-top:40px;
}
.mobilTextBottom div span
{
    background:url(/App_Themes/Casual/images/mobil_item.png);
    background-repeat:no-repeat;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/mobil_item.png', sizingMethod='crop');
    width:379px;
    height:22px;
    display:block;
    float:left;
    margin-left:12px;
    font:11px arial;
    color:White;
    padding-top:5px;
    text-align:left;
}
.mobilTextBottom div span b
{
    margin-right:5px;
    margin-left:7px;
    font:bold 14px arial;
    color:White;
}
.mobilTextBottom .gold
{
    background:url(/App_Themes/Casual/images/mobil_gold.jpg) no-repeat left bottom;
    margin:11px 0px 5px 11px;
}
.mobilTextBottom .platinum
{
   
    background:url(/App_Themes/Casual/images/mobil_platinum.jpg) no-repeat left bottom;
    margin:0px 0px 5px 11px;
}
.mobilTextBottom .ikv
{
    background:url(/App_Themes/Casual/images/mobil_ikv.jpg) no-repeat left bottom;
    margin:0px 0px 5px 11px;
}
.mobilTextBottom .icf
{
    background:url(/App_Themes/Casual/images/mobil_icf.jpg) no-repeat left bottom;
    margin:0px 0px 5px 11px;
}
.mobilTextBottom .wrb
{
    background:url(/App_Themes/Casual/images/mobil_wrb.jpg) no-repeat left bottom;
    margin:0px 0px 11px 11px;
}
.mobilTextBottom a
{
    background:url(/App_Themes/Casual/images/btn_mobile_detail.png);
    background-repeat:no-repeat;
    -background:transparent;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/btn_mobile_detail.png', sizingMethod='crop');
    width:378px;
    height:35px;
    display:block;
    position:relative;
    margin-left:25px;
    font:bold 12px arial;
    color:Black;
    text-decoration:none;
    padding-top:15px;
    text-align:center;
}
.devasaikv
{
    width:304px;
    height:523px;
    background:url(/App_Themes/Casual/images/ikv.jpg);
    display:block;
    float:left;
    text-decoration:none;
    margin:15px 15px 30px 15px;
}
.devasaicf
{
    width:304px;
    height:523px;
    background:url(/App_Themes/Casual/images/icf.jpg);
    display:block;
    float:left;
    text-decoration:none;
    margin:15px 0px 30px 0px;
}

.CompletionList
{
    font:12px arial;
    border:1px solid #84acdb;
    margin:2px 0px 0px -10px;
    color:#808080;
    background-color:White;
    float:left;
    display:block;
    text-align:left;
    padding:2px 0px 2px 0px;
    min-width:302px;
    width:302px;
}
.CompletionListItem
{
    float:left;
    display:block;
    min-width:297px;
    width:297px;
    text-align:left;
    padding-left:5px;
}
.CompletionListHighlightedItem
{
    float:left;
    display:block;
    min-width:297px;
    width:297px;
    background-color:Blue;
    color:White;
    cursor:pointer;
    padding-left:5px;
}
.CompletionListHighlightedText
{
    font-weight:bold;
}

/* Avatar Change Modal
mserpek@innova.com.tr - 02.06.2010
-----------------------------------*/
div.avatar-modal-container {
	width: 471px;
}
div.avatar-modal-container div.modal-header {
    background: transparent url(/App_Themes/Casual/images/avatar-modal-top.gif) no-repeat scroll 0 0;
    height:30px;
    position: relative;
}
div.avatar-modal-container div.modal-content {
    background: transparent url(/App_Themes/Casual/images/avatar-modal-bg.gif) repeat-y scroll 0 0;
    text-align: center;
    padding: 10px;
}
div.avatar-modal-container div.avatar-modal-bot{
    background: transparent url(/App_Themes/Casual/images/avatar-modal-bot.gif) no-repeat scroll 0 0;
    height:30px;
}
div.avatar-modal-container div.modal-header h3 {
	line-height: 30px;
	font-size: 12px;
	padding: 0 15px;
	display: none;
}
div.avatar-modal-container div.modal-header input {
	position: absolute;
	top : 15px;
	right: 15px;
}
div.avatar-item a {
	position: relative;
	display: block;
	width: 101px;
	height: 101px;
}
div.avatar-item img {
	position: relative;
	display: block;
	width: 101px;
	height: 101px;
	}
span.avatar-mask {
    background: transparent url(/App_Themes/Casual/images/avatar-mask.gif) no-repeat scroll 0 0;
	position: absolute;
	width: 101px;
	height: 101px;
	top: 0;
	left: 0;
	z-index: 2;
	cursor: pointer;
}
span.avatar-mask:hover {
    background: transparent url(/App_Themes/Casual/images/avatar-mask-hover.png) no-repeat scroll 0 0;
}
*html span.avatar-mask:hover {
    background-repeat: no-repeat;
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/App_Themes/Casual/images/avatar-mask-hover.png');
}

div.listViewPager {
	padding-top: 10px;	
}
div.listViewPager span {
	color: #7e9db9;
}
div.listViewPager a {
	color: #065dc6;
}
div.listViewPager span, div.listViewPager a {
	vertical-align: top;	
	font-size: 12px;
	font-weight: bold;
}
/* RSS Link Added
mserpek@innova.com.tr - 07.06.2010
-----------------------------------*/
#headerTopBar a { display: inline-block; line-height: 23px; padding: 0; }
#btn_headerAddPromotion { width: 115px; text-align:center; }
#btn_headerTopBarBuySevice { width: 130px; text-align:center; }
#btn_headerTopBarRssLink { width: 135px; text-align:center; background: transparent url('/App_Themes/Casual/images/rss-icon.gif') no-repeat scroll 30px center;}

#headerLogoBar { margin-top: -5px;}
#lblActivationCode { background:#feffc0 url('/App_Themes/Casual/images/info.png') no-repeat scroll 50px center; margin: 5px; padding: 10px; text-align: center; font-size: 15px; font-weight: bold; color: #ff6b08; border: solid 1px #ff6b08; }

.StepStyle { text-align: center;}
.StepStyle table { width: 100%; border-collapse: collapse; border-spacing: 0; text-align: left; }
table.survey-tbl { width: 100%; }
.wzrdSurvey { width: 100%;}
input.textBoxInput { width: 90%; }
.survey-question { background: #dbe4f0 none; vertical-align:top; font: bold 12px arial; color:#0a2a5c; padding:5px; }
.survey-question span {  }
.NavigationStyle table { width: 90%; margin: 0 auto;}
.StepStyle { padding-top: 10px;}
.StepStyle .textBoxTable { width: 250px; margin: 0 auto; text-align: left;}
.StepStyle .textBoxHolder{ background:url(/App_Themes/Casual/images/textBoxBgLeft.gif) no-repeat left top; height:27px; vertical-align: top;}
.StepStyle .textBoxHolder div{ background:url(/App_Themes/Casual/images/textBoxBgRight.gif) no-repeat right top; padding:3px 0px 0px 4px; height:24px; margin-top: -1px; }
.StepStyle input { border:none; background:transparent; font:11px Arial; color:#000000; margin-top:2px; outline:none; }
.other-textbox { border: solid 1px #ccc!important; background: #fff!important; font-size: 12px; line-height: 12px; width: 200px; padding: 2px; }
.wizardFinish { display:none; } 
.lblError { padding: 10px; display: block; text-align: center; }
div#warband { position: relative; background: url(/App_Themes/Casual/images/warband_bg.jpg) no-repeat 0 0; width: 975px; height: 568px; margin: 0 auto; }
div#warband div.warband-content { position: absolute; right: 10px; top: 125px; width: 390px; height: 400px; padding: 0 10px; overflow: auto; overflow-x: hidden; color: #fff; font-weight: bold; }
div#warband div.warband-content h1 { font-size: 18px;}
div#warband a.nowplay { display: block; position: absolute; width: 205px; height: 70px; top: 195px; right: 25px; z-index: 1; }
div#warband a.gosite { display: block; position: absolute; width: 201px; height: 66px; top: 280px; right: 25px; z-index: 1; }
/*************Silinecek*************/
.divModalPopupMain { border: 1px solid Black; background-color: #5D7B9D; }
.divModalPopupHeaderText { float: left; color: White; font-size: 14px; padding-left: 7px; font-weight: bold; }

.divModalPopupCloseButton { text-align: right; }
.divModalPopupContent { margin: 5px; padding: 5px; background-color: White; }
/* Change Background - 'Son Hava Bükücü'
mserpek@innova.com.tr - 09.07.2010
-----------------------------------*/
#header, #content, #Footer { background: transparent none;}
html, body, form { background: transparent none;}
form { background: #fff url('/App_Themes/Casual/images/form_bg.jpg') no-repeat 50% 0;  }

td.textBoxArea { background-color: #fff!important; background-image: none!important; }
/*
#footerHolder {background: #000 url('/App_Themes/Casual/images/footerBg_last.gif') no-repeat 0 0; padding-left: 0; width:993px;}
#footerHolder .selected { color: #6595d0!important;}
*/
div#divFooterMenuItem { width: 140px!important;}
/*
#login span { color: #fff!important; }
#settingsMenu a { color: #fff!important; }
*/
.StepNextButtonStyle { width: 90px; height: 38px; background: url(/App_Themes/Casual/images/btn90.png); background-repeat: no-repeat; -background: transparent; -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Casual/images/btn90.png', sizingMethod='crop'); background-position: 0px 0px; display: inline-block; text-decoration: none; text-align: center; color: #18498e; font: bold 11px Arial; line-height: 33px; border: none; cursor: pointer; }
.StepNextButtonStyle:hover { background-position: 0px -38px; }

/* 20.08.2010 'Global float clear fix' */
.clearfix:after { content: ".";	display: block;	clear: both; visibility: hidden;	line-height: 0;	height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix {	display: block; }
* html .clearfix { height: 1%; }

/* 20.08.2010 'Layout altı hizalama' */
*:first-child+html .ad { margin-bottom: 6px; } /* only IE 7 */
html>/**/body .ad, x:-moz-any-link, x:default { margin-bottom: 4px; } /* only FF 3 */

