/*----------------------------------------------------------------------------*/
/*Created by Szijártó József - szijartoj@mvm-informatika.hu*/

#doktar_container {
	float: left;
	width: 540px;
	font-size: 11px;
	min-height: 88px;
}

#doktar_container .breadcrumbs {
	width: 530px;
	padding: 3px 5px 5px 5px;
	border-bottom: 1px solid #CCC;
}

	.breadcrumbs, .breadcrumbs span {
		font-weight: normal;
		padding-left: 5px;
		color: #f79828;
	}
	
	.breadcrumbs a {
		font-weight: bold;
		padding: 0 5px 0 5px;
		color: #f79828;
	}
	
		.breadcrumbs a:hover {
			font-weight: bold;
			padding-left: 5px;
			color: #00acdc;
		}

.items_list {
	width: 540px;
}

	.doc_item {
		float: left;
		width:535px;
		/*height: 20px;*/
		border-bottom: 1px solid #CCC;
		padding-left: 5px;
		line-height: 17px;
		/*background: url(../img/doktar_desc_bg.png) repeat-x bottom;*/
	}
		.doc_item:hover {
			background: #CFEFFF;
		}
		
		.doc_item div {
			display: inline-block;
			/float: left;
		}

	.items_list .folders .doc_item .filename {
		float: left;
		font-weight: bold; 
	}
		
		.doc_item .icn {
			float: left;
			width: 20px;
			height: 20px;
			padding-top: 7px;
		}
		
		.doc_item .filename {
			width: 400px;
			height: 20px;
		}
			.doc_item .filename a {
				float: left;
				color: #333;
				padding-top: 7px;
			}
			
		.doc_item span.desc {
			display: block;
			float: left;
			width: 518px;
			padding: 0 0 5px 18px;
			margin: 0;
			color: #858585;
		}
		
		#colum_right #doktar_container p {margin:0;}

/*DOKTAR MSGS*/
#loading {
	/* display: none; */
	float: none;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #6DB457;
	border: 1px solid white;
	width: 350px;
	height: 20px;
	margin: 0;
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-align: center;
	display: block;
}

#error {
	float: none;
	position: absolute;
	left: 50%;
	top: 0px;
	background: #C73530;
	border: 2px solid white;
	border-top: 0;
	width:350px;
	height:20px;
	margin: 0;
	margin-left: -175px;
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	display: block;
}

#error a {cursor: pointer;}

#msg {
	float: none;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #29598B;
	border: 1px solid white;	
	width:200px;
	height:85px;
	margin: 0;
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-align: center;
	display: block;
}

#msg .dottermiddle {
	display: block;
	float: left;
	padding-top: 1px;
	padding-left: 19px;
	background: url(../img/document/ajax-loader.gif) no-repeat;
}

#document_ajax_loading_container {
	display: block;
	float: left;
	height: 32px;
	width:32px;
	padding: 20px 0 0 10px;
}

/*	#document_ajax_loading_container img {
		width: 32px;
		height: 32px;
	}*/
