.tabs td, .tabs th, .functnbar {
	background-image: url(../../../images/tigris/nw_maj_rond.gif);
	background-repeat: no-repeat;
}

.tabs th {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border-right: 1px solid #333;
	background-color: #ddd;
	color: #fff;
	border-left: 1px solid #fff;
	padding-left: 10px;
	padding-right: 10px;
}

.tabs td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #999;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding-left: 10px;
	padding-right: 10px;
}

.tabs {
	border-bottom: 6px #ddd solid;
}

.tabs th, .tabs th a:link, .tabs th a:visited {
	color: #555;
}

.tabs td, .tabs td a:link, .tabs td a:visited {
	color: #fff;
}

.tabs a {
	text-decoration: none;
}

.errormessage, .warningmessage, .donemessage, .infomessage {
	border-top: 5px solid #900;
	border-left: 1px solid #900;
	border-right: 1px solid #900;
	border-bottom: 1px solid #900;
	background-image: url(../../../images/tigris/icon_error_lrg.gif);
	background-repeat: no-repeat;
	background-position: 5px 1.33em;
}

.warningmessage {
	background-image: url(../../../images/tigris/icon_warning_lrg.gif);
	border-color: #c60;
}

.donemessage {
	background-image: url(../../../images/tigris/icon_success_lrg.gif);
	border-color: #090;
}

.infomessage {
	background-image: url(../../../images/tigris/icon_info_lrg.gif);
	border-color: #069;
}

.errormessage, .warningmessage, .donemessage, .infomessage, .docinfo, .dirinfo, .memberinfo, .usergroupinfo {
	margin: .67em 0;
	padding: .33em 0 .67em 42px;
	min-height: 32px;
}

.errormark, .warningmark, .donemark, .infomark {
	padding-left: 20px;
	min-height: 15px;
}

img {
	border:0;
}

panel {
	text-align:right;
}

.btn_arw_right {
   	background-color:#666666;
	background-image: url(../../../images/portal/arrow_r.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 1 groove black;
	border-right: 1 groove black;
	}
.btn_arw_left {
   	background-color:#666666;
	background-image: url(../../../images/portal/arrow_l.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 1 groove black;
	border-right: 1 groove black;
	}
.btn_arw_up {
   	background-color:#666666;
	background-image: url(../../../images/portal/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 1 groove black;
	border-right: 1 groove black;
	}
.btn_arw_down {
   	background-color:#666666;
	background-image: url(../../../images/portal/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 1 groove black;
	border-right: 1 groove black;
	}
.btn_d-arrow_left {
   	background-color:#666666;
	background-image: url(../../../images/portal/d-arrow_left.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 1 groove black;
	border-right: 1 groove black;
	}
.btn_d-arrow_right {
   	background-color:#666666;
	background-image: url(../../../images/portal/d-arrow_right.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 1 groove black;
	border-right: 1 groove black;
	}
