/**********************************************
 *         ADMIN/reseller MENY                *
 **********************************************/
	/* ensure that all the rows has the pointer... */
.menu2 a{
	color: #555555;
}

.menu2 a:hover{
	color: #555555;
}

.menu2 div {
	width: 160px;
	cursor: pointer;
	margin:0 0 0 10px;
}

.menu2Common {
	border-right: medium none;
	padding-left: 4px;
	padding-bottom: 4px;
	border-left: medium none;
	width: 160px;
	padding-top: 4px;
	border-bottom: #666666 1px dotted
}

	/* this and menuLevel2 is used at the same time (class="menuLevel2 menuLevel2Selected")
	   this is overridden in advertiser.css, publisher.css etc) */
.menu2Level1 {
	padding-left: 0px; text-transform: uppercase
}

.menu2Level1Selected {
	padding-left: 0px;
	background: red
}

.menu2Level2 {
	padding-left: 0px
}

.menu2Level2Selected a {
	font-weight: bold
}

div.menu2Level2 div {
	padding-left: 16px;
	width: 144px
}

span.menu2 a {
	text-decoration: none

}

.menu2Header {
	font-weight: bold;
	background: #FFFFFF
}

/**********************************************
 *         TAB MENY                           *
 **********************************************/
.tabMenyArea {
	width: 100%
}

.tabMenyTabs {

}

a.tabMenyTab {
	border-right: #bed6e0 1px solid;
	padding-right: 10px;
	border-top: #bed6e0 1px solid;
	padding-left: 10px; font-size: 12px;
	padding-bottom: 1px;
	border-left: #bed6e0 1px solid;
	line-height: 130%;
	padding-top: 2px;
	border-bottom: #bed6e0 1px solid;
	white-space: nowrap;
	position: relative;
	background-color: #e2e9f0;
	text-decoration: none;
	color:#006796;
}

div.tabMenyLinkWindow {
	border-right: #bed6e0 1px solid;
	border-top: #bed6e0 1px solid;
    padding: 6px;
	border-left: #bed6e0 1px solid;
	border-bottom: #bed6e0 1px solid;
	background-color: #f7f8fa;
}

a.activeTab {
	padding-right: 10px;
	background-color: #c4d2e0;
    padding-left: 10px;
	border-bottom-width: 0px;
	padding-bottom: 2px;
    color: #006796;
	padding-top: 2px;
    background:url(/pan/images/activeTab_back.gif)
}

.tabMenyLink a {
}
.tabMenyLink {
    border-width: 0;
    border-right: #bed6e0 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
    background-color:transparent;
    color:#006796;
}

.tabMenyLinkSelected {
	background-color: red
}
