/* Author: mcl */

/* Login Panel */

.loggedContent {
	width: 86px;
	height: 35px;
	margin: 0px;
	padding: 0px;	
}

.loggedBookmark {
	height: 35px;
	width: auto;
	background: transparent;
	margin: 0px 0px 0px 10px;
}

.loggedBookmarkLeft {
	width: 15px;
	height: 35px;
	background: url(../../img/loginBookmarks/loggedBookmarkLeft.png);
	background-repeat: no-repeat;
	background-position: right top;	
}

.loggedBookmarkMiddle {
	width: auto;
	height: 35px;
	background: url(../../img/loginBookmarks/loggedBookmarkGrad.png);
	background-repeat: repeat-x;
	background-position: right top;	
}

.loggedBookmarkRight {
	width: 15px;
	height: 35px;
	background: url(../../img/loginBookmarks/loggedBookmarkRight.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.loginBookmarkLeftYellow {
	width: 15px;
	height: 35px;
	background: transparent url(../../img/general/leftYellowTab.png);
	background-repeat: no-repeat;
	background-position: right top;	
}

.loginBookmarkMiddleYellow {
	width: 56px;
	height: 35px;
	background: url(../../img/general/centerYellowTab.png);
	background-repeat: repeat-x;
	background-position: right top;	
}

.loginBookmarkRightYellow {
	width: 15px;
	height: 35px;
	background: url(../../img/general/rightYellowTab.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.logoutBookmark {
	height: 35px;
	width: 86px;
	background: url(../../img/general/yellowTabInactive.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px 0px 9px 0px;
	border: 0px;
	cursor: pointer;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	color: #000000;
}

.loginBookmarkContent {
	height: 35px;
	position: absolute;
	top: 0;
	left: 603px;
	width:86px;
	z-index: 3;
	}

.loginBookmark {
	height: 35px;
	width: 86px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	cursor: pointer;
	text-decoration: none;
	display: none;
	background: url(../../img/general/yellowTabInactive.png);
	background-repeat: no-repeat;
	background-position: right top;
	}

.loginBookmarkYellow {
	height: 35px;
	width: 86px;
	background: url(../../img/general/yellowTab.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	cursor: pointer;
	text-decoration: none;
	display: none;
	}

.loginLogoutBookmarkVisible {
	display: block;
}

.loginField {
	top: 30px;
}

.passwordField {
	top: 72px;
}

.loggedBookmarkMain {
	position: absolute;
	top: 0px;
	left: 604px;
	z-index: 3;
}

.loggedBookmarkMainLeft {
	position: absolute;
	top: 0px;
	left: 165px;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	color: white;
	z-index: -1;
}

.loggedBookmarkMainLeftEditMode {
	position: absolute;
	top: 0px;
	left: 30px;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	color: white;
	z-index: -1;
}

/* Logged Administration Panel */

.loggedAdmContent {
	width: 835px;
  	height: 35px;
  	position: relative;
 	z-index: 0;
 	margin: auto;
 	clear: both;
 	top: 67px;
}

.loggedAdmContentForm {
	width: 127px;
	height: 35px;
	margin: 0px;
	padding: 0px;	
}
.loggedAdmBookmarkLeft {
	width: 86px;
	height: 35px;
	background: #FFC20E url(../../img/generalAdministration/loggedAdmBookmarkLeft.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 41px 0px 0px;
}

.loggedAdmBookmarkRight {
	width: 86px;
	height: 35px;
	background: transparent url(../../img/generalAdministration/loggedAdmBookmarkRight.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.loginAdmFont {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 35px;
	text-align: left;
	height: 35px;
	margin-right: 20px;
}







