﻿/* GENERIC */

/* background color for the content part of the pages */
Body
{
	font-size: 11px;
	line-height: 10px;
	font-family: Tahoma, Helvetica, sans-serif;
}


/* Main MENU */

#MainMenu{
width: 100%; /*leave this value as is in most cases*/
margin-left: 25px;
}



#MainMenu A.MenuLink:link, A.MenuLink:visited {
display:inline-block;
color: #3e403f; /*text color*/
text-decoration: none;
font-family: Tahoma, Verdana,Arial;
font-size: 13px;
padding-bottom: 2px;
}


#MainMenu A.MenuLink:hover {
color: #222828; !important; /*text color of selected and active item*/
text-decoration: underline;
}

#MainMenu .MenuSep{
display:inline-block;
margin: 0 15px;
background-repeat:no-repeat;
width:1px;
border-left: dotted 1px #aaa;
line-height:15px;
}

/* 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;
}

