/* user profile */
.selectBirthdateDd, .selectDd {
	width:			40px !important;
	margin:			0px 6px 0px 0px !important;
}
.selectBirthdateMm, .selectMm {
	width:			40px !important;
	margin:			0px 6px 0px 0px !important;
}
.selectBirthdateYyyy, .selectYyyy {
	width:			55px !important;
}
.profileContainerEditItems input[type=checkbox] {
	width:			15px;
}
.profileContainerEditItems textarea {
	width:			153px;
	height:			20px;
}

/* Suchfeld */
.naviTopButton input {
	width:			169px;
	margin:			0px 0px 0px 20px;
}

/* Pagination */
div.paginationIpp, div.paginationPages {
	float:			right;
}
div.paginationPages {
	float:			left;
}

/* header.html */
#loginUsername {
	width:			121px;
}
#loginPassword {
	width:			77px;
}
.login input[type=submit] {
	width:			41px;
}
#avatar {
	float:			right;
}
#profileNotificationsIcons {
	text-align:		right;
	float:			right;
	margin:			10px 0px 0px 0px;
}
#profileNotificationsIcons .imgNotification {
	padding:		0px 5px 0px 5px;
}
.imgNotification {
	display:		none;
}
#profileNotificationsIcons .imgLogout {
	padding:		0px 5px 0px 10px;
}
.indexContainerLeft {
	width:			464px;
	overflow:		hidden;
	margin:			0px 10px 0px 0px;
	float:			left;
}
.indexContainerRight {
	width:			464px;
	overflow:		hidden;
	float:			left;
}

/* profile albums images[media] */
#albumVideoFlashContainer {
	background-color:	#000;
}
.albumMediaPreview {
	background-color:	#000;
}

div.albumMediaNavigation {
	width:				342px;
	float:				left;
}
div.albumMediaNavigationVideo {
	width:				304px;
	float:				left;
}
.generalImageContainer {
	width:				104px;
	height:				80px;
}
.generalVideoContainer {
	width:				142px;
	height:				80px;
}
div.commentsProfileImage {
	float:				left;
	margin:				0px 10px 0px 0px;
}
div.commentsProfileUsername {
	margin:				0px 0px 7px 0px;
}
div.friendsPreviewContainer {
	width:				466px;
}

/* MEDIEN-NAVIGATION */
#mediaNavigationProfileLinkLeft {
	position:			absolute;
	background:			url(../graphic/blank.gif) no-repeat center center;
	width:				40px;
	height:				400px;
	display:			block;
}
#mediaNavigationProfileLinkRight {
	position:			absolute;
	background:			url(../graphic/blank.gif) no-repeat center center;
	width:				40px;
	height:				400px;
	margin-left:		405px;
	display:			block;
}
#mediaNavigationImagesLinkLeft {
	position:			absolute;
	background:			url(../graphic/blank.gif) no-repeat center center;
	width:				40px;
	height:				400px;
	display:			block;
}
#mediaNavigationImagesLinkRight {
	position:			absolute;
	background:			url(../graphic/blank.gif) no-repeat center center;
	width:				40px;
	height:				400px;
	margin-left:		540px;
	display:			block;
}
#mediaNavigationVideosLinkLeft {
	position:			absolute;
	background:			url(../graphic/blank.gif) no-repeat center center;
	width:				40px;
	height:				400px;
	display:			block;
	padding-top:		20px;
}
#mediaNavigationVideosLinkRight {
	position:			absolute;
	background:			url(../graphic/blank.gif) no-repeat center center;
	width:				40px;
	height:				400px;
	margin-left:		580px;
	display:			block;
	padding-top:		20px;
}

/* User Dashboard News */
span.dashboardNews_CommentLink {
	color:				#B2B2B2;
}
span.dashboardNews_CommentLink a {
	color:				#B2B2B2;
}
span.dashboardNews_CommentLink a:hover {
	color:				#f5780c;
}
span.userDashboardNews_Date {
	color:				#B2B2B2;
}

li.sortableLiProfileImages {
	width:				76px;
	height:				120px;
	float:				left;
	margin:				0px;
	padding:			1px;
}
li.sortableLiAlbumsImages {
	width:				114px;
	height:				120px;
	float:				left;
	margin:				0px;
	padding:			1px;
}
li.sortableLiAlbumsVideos {
	width:				152px;
	height:				120px;
	float:				left;
	margin:				0px;
	padding:			1px;
}

div#coreLayerShader {
	background-color:	rgb(0,0,0);
	opacity:			0.5;
	width:				100%;
	height:				100%;
	filter:				alpha(opacity=50); 
	position:			fixed;
	top:				0;
	left:				0;
	z-index:			80000;
}

.coreLayerBox {
	z-index:			99000;
	position: 			fixed;
	margin:				auto auto;
	display:			none;
	padding-left:		10px;
}
.layoutBoxContent {
	position:			fixed;
	margin-left:		10px;
	margin-right:		10px;
}
.coreLayerBox, .fixed { position: fixed; }


