﻿/* GENERIC */

/* background color for the content part of the pages */
Body
{
	font-size: 11px;
	line-height: 15px;
	font-family: Tahoma, Helvetica, sans-serif;
  background-image: url(/skins/kexpress/images/zemin.png);
  background-repeat: repeat-x;
  background-color: #f7f9ea;
}
 a.vadiilogo {
    display: block;
    width: 200px;
    height: 70px;
    background: url('/skins/kexpress/images/vadiilogo.png') 0 0 no-repeat;
    text-decoration: none;
    text-indent:-999px;
    margin-left:5px;
    margin-bottom:5px;
    margin-top:7px;
}
.altmenu{
  background-image:url(/skins/kexpress/images/vadii1.gif);
  background-repeat: repeat;
  font-family: Arial;
  padding-top:10px;
  padding-bottom:5px;
  padding-left: 0px;
  color:#AAAAAA;
  font-size:12px;

}

.baslik{
  color: #cbdb2a;
  font-size: 13px;
  font-weight: bold;
  padding-left:10px;
  padding-bottom:8px;
  text-decoration:none;
  line-height: 20px;
}
.altbaslik{
  color: #cbdb2a;
  font-size: 11px;
  font-weight: bold;
  padding-left:15px;
  padding-bottom:8px;
  text-decoration:none;
  line-height: 20px;
  background: transparent url(/skins/kexpress/images/vadii1.png) no-repeat scroll 0 0;
  margin-left:10px;
}
.altbaslik:hover{
  color:#fff;
}

.altmenuler{
  color: #fff;
  font-size: 11px;
  padding-left:10px;
  text-decoration:none;
  padding-top:5px;
  line-height: 14px;
}

.altmenuler:hover{
  color: #fff;
  text-decoration:underline;
}
#alt_menu_alt{
  background-image:url(/skins/kexpress/images/vadii1.gif);
  background-repeat: no-repeat;
  height: 10px;
  background-color: #FFFFFF;
}
a:hover.vadiilogo {
    background-position: -200px 0;
}


/*Modal Popup*/
.ModalBackground
{
	background-color: #C0C0C0;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.ModalPopup
{
	background-color: #FFFFFF;
	border-width: 3px;
	border-style: solid;
	border-color: #C0C0C0;
	padding: 3px;
	width: 250px;
}

.ModalPopup p {
    padding: 5px;
}



A.BtnImage
{
	border: darkgray 1px solid;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	font-size: 10px;
	background: #fefefe url(/images/_btn_back.gif) repeat-x;
	color: #5b5b85;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c0c0dc;
	text-decoration: none;
	height: 10;
}

A.BtnImage:link, A.BtnImage:active, A.BtnImage:visited
{
	border: darkgray 1px solid;
	padding: 2px 5px 2px 5px;
	color: #555555;
	background-color: #ceceea;
	text-decoration: none;
}

A.BtnImage:hover
{
	border: #bebebe 1px solid;
	padding: 2px 5px 2px 5px;
	background: url(/images/btn_back.gif) #dcdcdc repeat-x;
	color: #303030;
	text-decoration: none;
}

/* Main MENU */

#MainMenu{
width: 100%; /*leave this value as is in most cases*/
margin-left: 25px;
}

#MainMenu ul{
margin: 0px;
padding: 0px;
/*float: left; */
width: 100%; /*width of menu*/
border: none; /*dark purple border*/
/* background: black url(media/indentbg.gif) center center repeat-x; */
background:none;
}

#MainMenu ul li{
display: inline;
}

#MainMenu ul li a{
float: left;
color: #3e403f; /*text color*/
padding: 15px 0px;
text-decoration: none;
font-family: Verdana, Tahoma, Arial;
font-size: 11px;

}

#MainMenu ul li a:visited{
color: #3e403f;
}

#MainMenu ul li a:hover, #MainMenu ul li .current{
color: #222828; !important; /*text color of selected and active item*/
text-decoration: underline;
}

#MainMenu #MenuSep{
margin-top:0px;
margin-left:20px; margin-right:20px;
float:left;
background-image: url(images/menu_sep.gif); 
background-repeat:no-repeat;
height:44px;
width:1px;
}

/* TABLAR */

#TabContainer{
width: 100%;
text-align:center;
}



#TabContainer ul{
list-style: none;
padding: 0; 
margin:0px auto;
padding-top: 0px;
}

#TabContainer ul li{
display: inline;
float:left;
padding-bottom:0px;
}

.TabSpacer{
width:0px;
}

.TabItem {
cursor:pointer;
text-decoration: none;
padding-right:1px;
}

.TabTitle {
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
font-weight: bold;
color: #6390d3;
background-image: url(images/tablar/tabbg.gif);
background-repeat: repeat-x;
display: block;
float: left;
padding: 7px 5px 7px 5px;
}

.TabLeft {
background-image: url(images/tablar/tabac.gif);
background-repeat: no-repeat;
display: block;
float: left;
width: 6px;
height: 26px;
}

.TabRight {
background-image: url(images/tablar/tabkapat.gif);
background-repeat: no-repeat;
display: block;
float: left;
width: 6px;
height: 26px;
}

#TabContainer A:hover {
text-decoration: none;
}

.TabItem:hover .TabLeft {
background-image: url(images/tablar/tabac.gif);
background-repeat: no-repeat;
}
.TabItem:hover .TabTitle {
background-image: url(images/tablar/tabbg.gif);
background-repeat: repeat-x;
text-decoration:none;
color: #569221;
}
.TabItem:hover .TabRight {
background-image: url(images/tablar/tabkapat.gif);
background-repeat: no-repeat;
}

.ModuleContent
{
	padding: 5px;
	border:#e0e0e0 1px solid;
		
			
}
.ModuleContent1
{
	padding: 5px;
	border-right:#e0e0e0 1px solid;
		border-left:#e0e0e0 1px solid;
			border-bottom:#e0e0e0 1px solid;
			border-top: 0px;

}
ul.megamenu {
  background-color: #888;
  border-top: 1px solid #888;
  border-bottom: 1px solid #666;
  margin: 10px 0 0 0;
  padding: 2px 10px 2px 10px;
  list-style: none;
  display: none;
}

ul.megamenu {
background-image: url(/images/ust_menu/menu-background.gif);
background-repeat: repeat-x;
background-position: 0px 0px;
}

li.mm-item {
background-attachment: scroll;
background-image: url("/images/ust_menu/menubar-sep.gif");
background-position: right top;
background-repeat: no-repeat;
float: left;

}

ul.megamenu li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.megamenu li.clear-fix {
  float: none;
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

ul.megamenu a.mm-item-link:link, ul.megamenu a.mm-item-link:visited {
  position: relative;
  display: inline-block;
  color: #FFF;
  padding: 8px 28px 8px 11px;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  z-index: 10;
  font-size: 14px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  background-attachment:scroll;
  background-color: transparent;
  background-image: url("/images/ust_menu/mmenu-1.gif");
  background-position: right center;
  background-repeat: no-repeat;

}
*html ul.megamenu a.mm-item-link:link, *html ul.megamenu a.mm-item-link:visited {
  border-color: pink;
  filter: chroma(color=pink);
}

ul.megamenu a.mm-item-link-hover:link, ul.megamenu a.mm-item-link-hover:visited {
  color: #444;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  background-attachment:scroll;
  background-color: #FFF;
  background-image: url("/images/ust_menu/mmenu-2.gif");
  background-position: right center;
  background-repeat: no-repeat;
}

ul.megamenu div.mm-item-content {
  background: #FFF;
  padding: 0px 0px 10px 0px;
  position: absolute;
  border: 1px solid #777;
  z-index: 9;
}

.mm-content-base {
  background: #FFF;
  position: relative;
  z-index: 11;
  padding: 10px;
}
.mm-js-shadow {
  background: #555;
  position: absolute;
  z-index: 10;
}
.mmgrup {
  float: left;
  margin-bottom:0px;
  margin-left:10px;
  margin-right:0px;
  margin-top:10px;
  padding-top:0px;
}
a.mmustlink:link, a.mmustlink:active, a.mmustlink:visited {
color:#2A94BD;
font-family:Tahoma,Verdana,Arial;
font-size:12px;
font-size-adjust:none;
font-weight:bold;
padding-bottom:5px;
}
a.mmustlink:hover {
  color:#0033FF;
}
.mmustlink {
  display:block;
  margin-top:2px;
}

a.mmlink:link, a.mmlink:active, a.mmlink:visited {
color:#666666;
font-family:Verdana,Arial,Tahoma;
font-size:12px;
text-decoration:none;
}
.mmlink{
background-attachment:scroll;
background-color:transparent;
background-image:url("/images/ust_menu/cat-arr.gif");
background-position:left 4px;
background-repeat:no-repeat;
display:block;
margin-top:2px;
padding-left:10px;

}
a.mmlink:hover {
background: url(/images/ust_menu/cat-arr-over.gif) left 4px no-repeat;
color: #333;
text-decoration:underline;
}
