/* ATT: it needs a black background as body */
#tab_2, #tab_3, #tab_4, #tab_5, #tab_6, #tab_7, #tab_8 {
	display: none;
}

.tabs {
	float: left;
	width: 877px;
	background: url(/images/bg_tour_head.gif) repeat-x;
	height: 30px;
	padding-left: 30px;
}

.tabs a {
	float: left;
	background: #36364c url(/images/tabRightCorner.gif) right no-repeat;
	padding: 4px 12px 0px 5px;
	color: white;
	font-size: 11px;
	text-decoration: none;
	/*height: 17px;*/
	margin-top: 5px;
	margin-right:5px;
	padding-bottom: 4px;
}

.tabs div {
	float: left;
	background: url(/images/tabLeftCorner.gif) 0px 5px no-repeat;
	padding-left: 10px;
}

.tabs div.over a {
	background: #69698e url(/images/tabRightCorner_on.gif) right no-repeat;
}

.tabs div.over {
	background: url(/images/tabLeftCorner_on.gif) 0px 5px no-repeat;
}

/* start part used by nik_usermenu */
.nikHeadTable{
	background-image:url(/images/bg_tour_table_head.gif);
	width: 907px;
	background-repeat: repeat-x; 
	text-align: left; 
	align: left;
}

.nikTableLeft {
        width: 100%;
        border: 0px;
        border-collapse: collapse;
        text-align: left;
	    align: left;
}

.nikTableLeft th, .nikTableLeft td {
        text-align: left;
        border: 0px;
        font-size: 11px;
        padding-right: 5px;
        padding-top: 1px;
}

.nikTableLeft th {
        padding-bottom: 10px;
}

.nikCheckBoxSmall {
	height: 11px;
	width: 10px;
	font-size:11px; 
}

input {
	width: 305px;
}

.nikEvenTd td {
        background: #545050; 
}

.nikEvenTr {
       background-color: #1b1b1b; 
}

select {
	width: 305px;
}

.checkbox {
	width: auto;
}

.nikActResult, a.nikActResult:visited, a.nikActResult:link, a.nikActResult:active {
 color: #44a700;
}

a.nikActResult:hover {
 text-decoration: none;
}

a.linknikActResult:hover, a.linknikActResult:visited, a.linknikActResult:link, a.linknikActResult:active {
 color: #44a700;
 text-decoration: none;
}


/* stop part used by nik_usermenu */


