﻿@media projection, screen { 
    .tabs-hide {
        display: none;
    }
}
@media print {
    .tabs-nav {
        display: none;
    }
}
.tabs-nav a {
}
.tabs-nav .tabs-selected a {
	background: #844E98;
	color: #fff;
}

.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav .tabs-selected a .small, .tabs-nav a:hover  .small, .tabs-nav a:focus, .tabs-nav a:active  .small{color: #fff}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

ul.hafta-hafta-hamilelik {
	list-style-type:none;
}
ul.hafta-hafta-hamilelik li {
	display: block;
	margin: 0;
	border: solid 1px #d7d7d7;
	height: 27px;
	margin: 0 5px 5px 0;
	float: left;

}
ul.hafta-hafta-hamilelik li a {
	display: block;
	color: #844E98;
	font-size: 13px;
	width: 17px;
	height: 20px;
	line-height: 18px;
	padding-top: 3px;
	background: #FAEFFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	border: solid 2px #fff;
}
ul.hafta-hafta-hamilelik li a .small {
    color: #844E98;
    font-size: 9px;}
ul.hafta-hafta-hamilelik li a:hover .small {
    color: #fff;}
ul.hafta-hafta-hamilelik li a:hover
{
	background: #844E98;
	color: #fff;
	
}

