﻿
.style-tabs {
    background: none;
    width: 100%;
    height: 270px;
}
.style-tabs,
.style-tabs .ui-tabs-nav li a,
.style-tabs .ui-tabs-nav {
    padding: 0;
}
.style-tabs .ui-tabs-panel {
    padding: 5px;
}
.style-tabs .ui-widget-header {
    border: none;
    background: url(/css/Images/TabMenu.png) repeat;
    height: 40px;
    width: 100%;
}
.style-tabs .ui-corner-all {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.style-tabs .ui-tabs-nav li {
    position: relative;
    height: 100%;
    cursor: pointer;
    margin: 0;
    top: -10;
}
.style-tabs .ui-widget-header .ui-state-default {
    background: none;
    border: none;
}
.style-tabs .ui-tabs-nav li.ui-tabs-active {
    background: url(/css/Images/SelectedMiddle.png) repeat;
}
.style-tabs .ui-tabs-nav li:hover {
    background: url(/css/Images/SelectedMiddle2.png) repeat;

}

.style-tabs .ui-tabs-nav li.ui-tabs-active .icon1 .icon,
.style-tabs .ui-tabs-nav li:hover .icon1 .icon {
    color: #000;

}
.style-tabs .ui-tabs-nav li .icon {
    color: #010f77;
    background-position: center 3px;
    padding-top: 12px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
	width: 95px;
	display: block;

}
.style-tabs .ui-tabs-nav li .icon1 {
    color: #010f77;
    background-position: center 3px;
    padding-top: 12px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
	width: 190px;
	display: block;
}

.style-tabs .ui-tabs-nav li.ui-tabs-active .icon1:before .icon:before,
.style-tabs .ui-tabs-nav li:hover .icon1:before .icon:before {
    content: url(/css/Images/SelectedSides.png);
    position: absolute;
    right: 0;
    top: 0;
}
.style-tabs .ui-tabs-nav li.ui-tabs-active .icon1:after .icon:after,
.style-tabs .ui-tabs-nav li:hover .icon:after .icon:after {
    content: url(/css/Images/SelectedSides.png);
    position: absolute;
    left: 0;
    top: 0;
}
.style-tabs .ui-tabs-nav li a {
    outline: none;
}
.style-tabs .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
}
div .archivefix {
    position: absolute;
    font-family:tahoma;
    font-size:12;
    bottom: -1px;
    left: 13px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 4px 13px;
    border:solid;
    border-width: 0px 0px 1px 0px;
    border-color: #aaa;
    -webkit-border-radius: 9px 9px 0px 0px;
border-radius: 9px 9px 0px 0px;
-webkit-box-shadow: 0px 0px 5px 2px #CBD6B2;
box-shadow: 0px 0px 5px 2px #CBD6B2;
}
div .archivefix:hover {
    background-color: rgba(203, 203, 203, 0.44);
        padding: 5px 15px;
		position: absolute;
left: 11px;
    }
.blur {
	-webkit-box-shadow: 0px 0px 10px 10px #CBD6B2;
	box-shadow: 0px 0px 10px 10px #CBD6B2;
}

.button3{
font-family: 'Afont2';
position: relative;
color: rgb(50, 50, 50);
font-size: 12px;
padding: 7px;
text-shadow: 0px -1px 0px rgba(192, 192, 192, 0.8);
-webkit-border-radius: 8.108108108108109px;
-moz-border-radius: 8.108108108108109px;
border-radius: 8.108108108108109px;
background: rgb(219, 235, 196);
background: -moz-linear-gradient(90deg, rgba(219, 235, 196, 0) 8%, rgb(34, 78, 1) 94%);
background: -webkit-linear-gradient(90deg, rgba(219, 235, 196, 0) 8%, rgb(34, 78, 1) 94%);
background: -o-linear-gradient(90deg, rgba(219, 235, 196, 0) 8%, rgb(34, 78, 1) 94%);
background: -ms-linear-gradient(90deg, rgba(219, 235, 196, 0) 8%, rgb(34, 78, 1) 94%);
background: linear-gradient(0deg, rgba(219, 235, 196, 0) 8%, rgb(34, 78, 1) 94%);
-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.76);
-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.76);
box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.76);
}

.button3:hover {
   background: rgba(67, 107, 10, 0.5);
   color: rgb(0, 0, 0);
   }
.button3:active {
   background: rgb(57, 89, 10);
   }
div.button2{
z-index:999px;
}
.search1 {
	top: 1px;
	left:31px;
	z-index: 1000;
	position: fixed !important;
}

/* Apple-like Search Box */


#apple {
height: 39px;
position: relative;
top: -33px;
left: 0px;
z-index: 999;
}

#apple #search {

}

#apple #search input[type="text"] {
    background: url(/css/Images/search-white.png) no-repeat 10px 6px #4e800d;
    border: 0 none;
    font: 12px tahoma;
    color: #fff;
    width:150px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;

    }
    
#apple #search input[type="text"]:focus {
    background: url(/css/Images/search-dark.png) no-repeat 10px 6px #ffffff;
    outline-color: transparent;
  outline-style: none;
    color: #6a6f75;
    width: 190px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    
    }
.titrtolidi {
Font-family: 'Afont';
font-size: 14pt;
color: #fff;
background-color: rgba(36, 80, 2, 0.51);
position: relative;
top: -10px;
display: block;
padding:2px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
 border-radius: 50px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px
}
.titrtolidi2:hover{
color:rgba(255, 255, 255, 0.71);
cursor: default;
}
.titrkhabar {
Font-family: 'Afont';
font-size: 14pt;
color: #fff;
background-color: rgba(36, 80, 2, 0.51);
display: block;
padding:2px;
-moz-border-radius-topleft: 40px;
-webkit-border-top-left-radius: 40px;
 border-top-left-radius: 40px;
-moz-border-radius-topright: 40px;
-webkit-border-top-right-radius: 40px;
border-top-right-radius: 40px
}
.titrkhabar2:hover{
color:rgba(255, 255, 255, 0.71);
cursor: default;
}
		#aicon1 {
		background: url('/css/images/icon/1.png');
		height: 35px;
		width: 35px; 
		display: block;
		position: absolute;
		top: 1px;
		left: 165px;
		}
		#aicon1:hover {
		background: url('/css/images/icon/1s.png');
		height: 35px;
		width: 35px;
		}
		#aicon1:active {
		opacity:0.5;
		}
		#aicon2 {
		background: url('/css/images/icon/2.png');
		height: 35px;
		width: 35px; 
		display: block;
		position: absolute;
		top: 1px;
		left: 115px;

		}
		#aicon2:hover {
		background: url('/css/images/icon/2s.png');
		}
		#aicon2:active {
		opacity:0.5;
		}
				#aicon3 {
		background: url('/css/images/icon/3.png');
		height: 35px;
		width: 35px; 
		display: block;
		position: absolute;
		top: 1px;
		left: 65px;

		}
		#aicon3:hover {
		background: url('/css/images/icon/3s.png');
		}
		#aicon3:active {
		opacity:0.5;
		}
				#aicon4 {
		background: url('/css/images/icon/4.png');
		height: 35px;
		width: 35px; 
		display: block;
		position: absolute;
		top: 1px;
		left: 15px;

		}
		#aicon4:hover {
		background: url('/css/images/icon/4s.png');
		}
		#aicon4:active {
		opacity:0.5;
		}				#aicon5 {
		background: url('/css/images/icon/5.png');
		height: 35px;
		width: 35px; 
		display: block;
		position: absolute;
		top: 45px;
		left: 165px;

		}
		#aicon5:hover {
		background: url('/css/images/icon/5s.png');
		}
		#aicon5:active {
		opacity:0.5;
		}				#aicon6 {
		background: url('/css/images/icon/6.png');
		height: 35px;
		width: 35px; 
		display: block;
		position: absolute;
		top: 45px;
		left: 115px;
		}
		#aicon6:hover {
		background: url('/css/images/icon/6s.png');
		}
		#aicon6:active {
		opacity:0.5;
		}
				#aicon7 {
		background: url('/css/images/icon/7.png');
		height: 35px;
		width: 35px; 
		display: block;
		position: absolute;
		top: 45px;
		left: 65px;
		}
		#aicon7:hover {
		background: url('/css/images/icon/7s.png');
		}
		#aicon7:active {
		opacity:0.5;
		}
				#aicon8 {
		background: url('/css/images/icon/8.png');
		height: 35px;
		width: 35px; 
		display: block;
		position: absolute;
		top: 45px;
		left: 15px;
		}
		#aicon8:hover {
		background: url('/css/images/icon/8s.png');
		}
		#aicon8:active {
		opacity:0.5;
		}

		
		.tooltip {
			display:none;
			position:absolute;
			border:1px solid rgba(33, 33, 33, 0.4);
			background-color: rgba(13, 57, 20, 0.8);
			border-radius:5px;
			padding:6px;
			color:#fff;
			font-size:12px afont;
			z-index:800;}