ul.rounded {
color: black;
background: white;
border: 1px solid #B4B4B4;
font: bold 17px Helvetica;
padding: 0;
margin: 10px 15px 15px 10px;
-webkit-border-radius: 8px;
}


li.pressed:first-child{
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
}

.pressed{
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.68, rgb(255,255,255)),
    color-stop(0.36, rgb(241,242,208))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(255,255,255) 68%,
		rgb(241,242,208) 36%
	);
	color: #666;
	list-style-type: none;
	padding: 17px 12px 17px 12px;
	border-top: 1px solid #B4B4B4;
}

ul.rounded li.arrow {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.35, rgb(221,232,240)),
		color-stop(0.81, rgb(255,255,255))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(221,232,240) 35%,
		rgb(255,255,255) 81%
	);
}

ul.rounded li.arrow {
	color: #666;
	list-style-type: none;
	padding: 12px 12px 12px 12px;
	border-top: 1px solid #B4B4B4;
}

li.arrow:first-child, li:first-child a {
border-top: 0;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
border-top-left-radius: 8px 8px;
border-top-right-radius: 8px 8px;
}


user agent stylesheet
li.arrow {
display: list-item;
}

ul.rounded li.arrow a, li.img a + a {
color: black;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
padding: 15px 10px 15px 10px;
margin: -10px;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tarihKutusu{
	width:90%;
	float:center;
	border:0px;
	color:#333;
	height:25px;
	font-weight:bold;
	margin-left:10px;
}

.veritipi{
	font-size:15px;
	font-weight:bold;
}
.listCaption{
	padding-top:5px;
	padding-left:15px;
	padding-bottom:10px;
	clear:both;
	font-size:20px;
	font-weight:bold;
	font-color:#333;
}

.grafikKutusu{
	color:#333;
	height:25px;
	width:120px;
	font-size:15px;
	text-decoration:none;
}

.horizontalCaption{
	border-right:1px solid;
	font-weight:bold;
}

.dateText{
	float:right;
	padding-right:5px;
	padding-top:5px;
	font-weight:bold;
	font-size:11px;
	clear:right;
}

.chartSelector{
	padding-left:5px;
	padding-top:5px;
	font-size:11px;
	color:#333;
	font-weight:bold;
}

.infoLink{
	color:#FFFFFF;
	text-decoration:none;
	font-family: arial, sans-serif;
	font-size:13px;
	cursor:hand;
	cursor:pointer;
}.pasif
{
	display:none;
}

body{
	overflow:hidden;
	margin:0;
	padding:0;
	background:#FCFCFC;
	font-family: Helvetica,Arial,sans-serif;
}
.left{
	width:20%;
	padding-left:5px;
	text-align: left;
}
.right{
	width:20%;
	padding-right:5px;
	text-align: right;
}
.container{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	padding:0;
	margin:0;
	-moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; user-select: none;
}

.blue_button{
	padding:0px;
	width:76px;
	height:33px;
	background:url('images/blue_button.png') no-repeat;
	text-align:center;
	color:white;
	font-family:Helvetica,Arial,sans-serif;
	position:absolute;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	padding-top:3px;
	line-height:40px;
	right:1px;
	top:0px;
}

.top-bg-blue{
	background:url('images/blue_headerbg.png') repeat-x;
	color:#FFF;
	font-family:Helvetica,Arial,sans-serif;
}

.bottom-menu-blue{
	background-color:#333;
	background:url('images/blue_headerbg.png') repeat-x;
	color:white;
	font-weight:bold;
}

.top-bg{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#111));
	background-image:-moz-linear-gradient(top, #333, #111 1%, #000);
	background-image:-o-linear-gradient(top, #333, #222 1%, #000);
	background-color:#000;
	color:#FFF;
	font-family:Helvetica,Arial,sans-serif;
}

.top-table{
	text-align:center;
	padding:0;
	margin:auto;
	color:#FFF;
	font-family:Helvetica,Arial,sans-serif;
	width:100%;
	line-height:100%;
	font-size:16px;
	font-weight:bold;
	height:100%;
}

.bottom-menu{
	background-color:#000;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #444), color-stop(0.01, #222), color-stop(1, #000));
	background-image:-moz-linear-gradient(top, #444, #222 1%, #000);
	background-image:-o-linear-gradient(top, #444, #222 1%, #000);
	color:white;
	font-weight:bold;
}

.normalTab
{
	opacity: 0.4;
	filter: alpha(opacity=40);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #444), color-stop(0.01, #222), color-stop(1, #000));
}


.yellow{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FCEDA7), to(#FADB4E));
	background-color: #FADB4E;
	color:#333;
}
.blue{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#81A8CE), to(#5E87B0));
	background: #5E87B0;
	color: white;
}
.black{
	background: #000;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #444), color-stop(0.01, #222), color-stop(1, #000));
	color: white;
}

.list-divider
{
	border: 1px solid #456F9A;
	display: block;
	margin: 0;
	position: relative;
	overflow: visible;
	text-align: left;
	border-width: 0;
	border-top-width: 1px;
	padding: .5em 15px;
	font-size: 14px;
	font-weight: bold;
	width:100%;
	clear:both;
}

.btn-rct
{
	height:35px;
	padding:5px;
	line-height:20px;
	color:white;
	border-radius:5px;
	border:1px solid #000;
	font-size:12px;);
}

.slide.in {
    -webkit-transform: translateX(0);
    -webkit-animation-name: slideinfromright;
}

.slide.out {
    -webkit-transform: translateX(-100%);
    -webkit-animation-name: slideouttoleft;
}

@-webkit-keyframes slideinfromright {
    from { -webkit-transform: translateX(100%); }
    to { -webkit-transform: translateX(0); }
}
@-webkit-keyframes slideouttoleft {
    from { -webkit-transform: translateX(0); }
    to { -webkit-transform: translateX(-100%); }
}
.slide.in.reverse {
    -webkit-transform: translateX(0);
    -webkit-animation-name: slideinfromleft;
}

.slide.out.reverse {
    -webkit-transform: translateX(100%);
    -webkit-animation-name: slideouttoright;
}

@-webkit-keyframes slideinfromleft {
    from { -webkit-transform: translateX(-100%); }
    to { -webkit-transform: translateX(0); }
}

@-webkit-keyframes slideouttoright {
    from { -webkit-transform: translateX(0); }
    to { -webkit-transform: translateX(100%); }
}
.in, .out {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 350ms;
}

.backButton
{
	background:url('../images/back.png') no-repeat;
	text-align:left;
	padding-left:20px;
}

.loadingContent{
	margin:20% auto auto auto;
	width:160px;
	height:80px;
	background:#111;
	text-align:center;
	color:white;
	border:1px solid organge;
	border-radius:8px;
}

.unselectable { -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; user-select: none; }html { -webkit-text-size-adjust:none; }


/**
 *
 * Main container
 *
 */
#addToHomeScreen {
	z-index:9999;
	-webkit-user-select:none;
	-webkit-box-sizing:border-box;
	width:208px;
	font-size:13px;
	padding:10px;
	text-align:left;
	font-family:helvetica;
	background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(0,#fff),color-stop(0.02,#eee),color-stop(0.98,#ccc),color-stop(1,#a3a3a3));
	border:1px solid #505050;
	-webkit-border-radius:8px;
	-webkit-background-clip:padding-box;
	color:#333;
	text-shadow:0 1px 0 rgba(255,255,255,0.75);
	line-height:130%;
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.5);
}


/**
 *
 * The 'wide' class is added when the popup contains the touch icon
 *
 */
#addToHomeScreen.wide {
	width:240px;
}


/**
 *
 * The balloon arrow
 *
 */
#addToHomeScreen .arrow {
	position:absolute;
	background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(0,rgba(204,204,204,0)),color-stop(0.4,rgba(204,204,204,0)),color-stop(0.4,#ccc));
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#505050;
	width:16px; height:16px;
	-webkit-transform:rotateZ(45deg);
	bottom:-9px; left:50%;
	margin-left:-8px;
	-webkit-box-shadow:inset -1px -1px 0 #a9a9a9;
	-webkit-border-bottom-right-radius:2px;
}


/**
 *
 * The balloon arrow for iPad
 *
 */
#addToHomeScreen.ipad .arrow {
	-webkit-transform:rotateZ(-135deg);
	background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(0,rgba(238,238,238,0)),color-stop(0.4,rgba(238,238,238,0)),color-stop(0.4,#eee));
	-webkit-box-shadow:inset -1px -1px 0 #fff;
	top:-9px; bottom:auto; left:50%;
}


/**
 *
 * Close button
 *
 */
#addToHomeScreen .close {
	-webkit-box-sizing:border-box;
	position:absolute;
	right:2px;
	top:2px;
	width:14px;
	height:14px; line-height:10px;
	text-align:center;
	text-indent:1px;
	font-size:14px;
	-webkit-border-radius:7px;
	background:rgba(0,0,0,0.12);
	color:#707070;
	-webkit-box-shadow:0 1px 0 #fff;
	font-size:13px;
}


/**
 *
 * The '+' icon, displayed only on iOS < 4.2
 *
 */
#addToHomeScreen .plus {
	font-weight:bold;
	font-size:1.3em;
}


/**
 *
 * The 'share' icon, displayed only on iOS >= 4.2
 *
 */
#addToHomeScreen .share {
	display:inline-block;
	width:18px;
	height:15px;
	background-repeat:no-repeat;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAQAAABDj1eZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUdJREFUKFNtkLtLw1AYxS/qJLhXVKr2ZRulUNtiqgSb3CziICI6ucTFVYcOnaQOFRwUnNTRwUWXgpP/QdHNUEQUHGxofYBTlRs83iZNjKTncOGe7/vx3QchXUWn6FL3jhfKUdCCr5zuifV5oDiHQM+c+CIhiiCSWNu08iq9oHXKLAiqrgR4UXqlOEYZt++ExEL0wW7+OW0G10muLv9gmqfe5FAWKmTMYQYiFL7PYwyLOD8lSjNh2gdnPzMII4QUBxc4OothbAF7GCBKQ0YbSWyPQsIhqvetS+y0ygGMo/KFZfviDvR4AhwgZU9dGYnA0J/6ndc15i3ouYIMcVVUcEXIoOxCeRCfwP8sXBSdjtpUv/1QW+K16kCCIUC4id9Fa0JtkluwVkSfqPL6RwfSDA0aNlx7k/bWgViB7bMS2/1vk5sdsZLN/ALSuL3tylO4RAAAAABJRU5ErkJggg==);
	background-size:18px 15px;
	text-indent:-9999em;
	overflow:hidden;
}


/**
 *
 * The touch icon (if available)
 *
 */
#addToHomeScreen .touchIcon {
	display:block;
	float:left;
	-webkit-border-radius:8px;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5),
		inset 0 0 2px rgba(255,255,255,0.9);
	background-repeat:none;
	width:44px; height:44px;
	-webkit-background-size:44px 44px;
	margin:0 10px 5px 0;
	border:1px solid #333;
	-webkit-background-clip:padding-box;
}


/**
 *
 * The 'share' icon for retina display
 *
 */
@media all and (-webkit-min-device-pixel-ratio: 2) {
	#addToHomeScreen .share {
		background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAeCAQAAADu6HTYAAADPElEQVR4Xq3TX2gcRRzA8e/M7mVv2+TSNpc/TZtrY6jUGqgaSAmEChKLrYK0YH0RFC2CSCkEfCghiKU04J8qNigq6os+iQV98MHWFwVBrQQRWs21lBw5cw3NNb1/udu72RGG5Y77IzXW77D7sAwf5scyYoL6BGXSDKFZwaGpLvIUaeoCkvX1MmsM0Ny6oRSQYOLuIS+YZOpfQdqslpUxcZrzTVAz4qPwW2O3CeIwC/RSzeY6Ow1QhUrkr+YOWfEKDkEP8Rij7CHKJmrFSDHBdwGEE5wiGChPN+PnT8VdRtEIl1d4gRj/1EVe5ZSBKGh8iqQpo/Fo5+3C/gz0MYg4zgwbqday1/Q4B8BGQ45d/Hi54lakCrU5obOcidJpu1+Lg9whjabyaOYLnrIBFFaRD+xe2ybMDWY66GmP/WA9cGfGp0CWhy0wkMN8inepFiH2rV1j0NQSNQbFLRQnS8/8YSDBBpadfv4CYDub2fmeHDNAsL1MBWUel0iA+Xik6eHcyvD3vAMSU1TGuA/YRS+dD7ovCQN43GKRFCU20Kd3V/avDVVyAZ5niTEuLA5/zBGWg9EEEhfJKN200Tat8CmRAQb9+wv7soPlHt2tQorsz1uPbr0HTY4sJwrH47zJZwABBAKLMBoQXepwgTwdHCo+fXMkQ4lrxEmQ5AaXipPqDY9V2vn09tgvTPI71EEGYxM+/uMJLJ4svpgaWGKOi/xKgmqLSUGSUd5f2vIVJ/CgBaTIUsZ7ZBsn0+NzfMOXLFCXQyTcybN6ep5ZZgUOHn7jpfUpsZshdugPGf+E5zjbyHTSRyQ8xfRPPM/s63RHeuknSoT22mjmmnAOIMkUZ6D1xSfPPAfd1WFKM3sO2CMaHx8M1NjnXKHaAGGkOW0C02WeYHUz4qMtx+w5gUDS8NckYe5lHsMYwCZEPyEEmjLDZFmAS7CDviMdxyTkMNVBKEmYLvbiQQBIBBbCQG04bGQvFWz6CfsCQLWCigILFwcfkGYBiOpbYuOizTAyYyDdCtrGaRG1LCkIgMYEFhI0WqQZoSlbGRyHKe4qOx7iv2bVQW9dp4dlM/x6kmwnWQcd/Q3FCqwTEiT5s+6D5v/pb0SSHyg7uhMWAAAAAElFTkSuQmCC);
	}
}
#sw-wrapper {
	position:absolute; z-index:1000;
	left:0;
	width:100%;
	font-family:helvetica, sans-serif;
	background:rgba(0,0,0,0.7);
	text-align:left;
	color:#000000;
}

#sw-header {
	position:relative;
	width:100%; height:43px;
	border-top:1px solid #000; border-bottom:1px solid #000;
	background:url(images/sw-header.png) 0 0 repeat-x;
	opacity: 0.9;
	color:#000000;
}

#sw-cancel, #sw-done {
	position:absolute;
	top:7px;
	height:20px; line-height:20px;
	padding:0 5px; margin:0;
	border-width:5px;
	font-size:12px; font-weight:bold;
	text-shadow:rgba(0,0,0,0.8) 0 -1px 0;
	color:#fff;
}

#sw-cancel {
	left:7px;
	float:left;
	-webkit-border-image:url(images/sw-button-cancel.png) 5;
}

#sw-done {
	right:7px;
	float:right;
	-webkit-border-image:url(images/sw-button-done.png) 5;
}

.sw-pressed { opacity:0.4; }

#sw-slots-wrapper {
	position:relative; z-index:999;
	display:block;
	height:215px;
	padding:0 11px;
	overflow:hidden;
	color:#000000;
}

#sw-slots {
	display:table;
	width:100%;
	background:#fcfcfc;
	color:#000000;
}

#sw-slots div {
	display:table-cell;
	height:100%;
	padding-top:86px;
	border-left:2px solid #0d0e0f;
	background-color:#fcfcfc;
	background-image: url(images/sw-slot-border.png);
	background-position: 0 0, 100% 0;
	background-repeat: repeat-y;
	color:#000000;
}

#sw-slots div:first-child { border:0; }

#sw-slots ul {
	padding:0 0 85px 0; margin:0;
	list-style:none;
	color:#000000;
}

#sw-slots .sw-right { text-align:right; }
#sw-slots .sw-shrink { width:1%; }
#sw-slots .sw-readonly { background:#ddd; }

#sw-slots li {
	padding:0 8px;
	height:44px;
	overflow:hidden;
	font:bold 24px/44px Helvetica,sans-serif;
	color:#000000;
}

#sw-frame {
	position:absolute; z-index:1000;
	left:0; right:0; bottom:0;
	height:183px;
	border-width:16px;
	-webkit-border-image:url(images/sw-alpha.png) 16;
	color:#000000;
}