/* Изначачально необходимые классы стилей */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

form {
	margin:				0 0 0 0;
	padding:			0 0 0 0;
}


.popup {
	visibility: 		visible; 
	position: 			absolute; 
	background-color: 	#F0F0F0;
	width: 				auto; 
	height: 			auto; 
	top: 				0; 
	left: 				0;
	z-index: 			20;
	border:				outset 2px #999999;
	color:				#333333;

	filter: progid:DXImageTransform.Microsoft.Fade(duration=0.2)progid:DXImageTransform.Microsoft.Shadow(color=003366, Direction=135, Strength=4);
}

.popupTitleBG {
	background-color: 	#0066CC;
	padding-left:		3;
	padding-right:		3;
}

.form3D {
	border: 			outset 1px;
}

.popupTitle {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#FFFFFF;
	font-weight:		bold;
}

.mainDocument {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	
}

.transparent {
	visibility:			hidden; 
	position: 			absolute; 
	left: 				0; 
	top: 				0;
	width: 				100%; 
	height: 			100%; 
	background-image: 	url('/<?=$config->dir["img"];?>/transparent.png');
	filter: 			alpha(Opacity=0); 
	opacity: 			0; 
	background-color: 	transparent; 
}

.treeSection {
	text-decoration:	none;
	font-weight:		bold;
	font-family:		Verdana;
	font-size:			12px;
	color:				#6699FF;
}

.arrow {
	padding-left:		5;
	padding-top:		1;
}


.button1 {
	border-style: 		solid; 
	border-color: 		#003399; 
	border-width: 		1;
 	font-family: 		Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	color: 				#003399; 
	font-size: 			11px;
	width: 				100%;
	padding-left: 		2px;
	padding-right: 		2px;
 	background-color: 	#EEEEEE;
	}

.shadow {
	border: 			outset 2px; 
	padding:			0px; 
	font-weight:		bold; 
	background-color: 	#cccccc; 
	width:				18px; 
	height:				14px;
	}

.ftpFolder {
	font-weight:		bold;
	color:				#333333;
	font-size:			11px;
	text-decoration:	none;
	}

.ftpFile {
	color:				#CC0000;
	font-size:			11px;
	text-decoration:	none;
	}

.attributes {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	
	
}

.inputLogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	font-weight: bold;
}


.textField1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	font-weight: bold;
	width: 100%;
}


.textField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	width: 100%;
}


/* ССЫЛКИ */

.controlPanelActive {

	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	color: 				#333333;
	text-decoration: 	none;
	padding:			0 5 0 5;

}

.controlPanelDisactive {

	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	color: 				#999999;
	text-decoration: 	none;		
	cursor:				default;
	padding:			0 5 0 5;

}

.catalogPathActive {

	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	color: 				#CC0000;
	font-weight:		bold;
	text-decoration: 	none;

}

.catalogPathDisactive {

	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	color: 				#333333;
	font-weight:		bold;
	text-decoration: 	none;
	cursor:				default;

}

/* // ССЫЛКИ */




/* DRAG-DROP ОБЪЕКТЫ */

.window {
	visibility: 		visible; 
	position: 			absolute; 
	background-color: 	#F0F0F0;
	width: 				auto; 
	height: 			auto; 
	top: 				0; 
	left: 				0;
	z-index: 			20;
	border:				outset 2px #999999;

	filter: progid:DXImageTransform.Microsoft.Fade(duration=0.2)progid:DXImageTransform.Microsoft.Shadow(color=003366, Direction=135, Strength=4);
}

.windowTitleBG {
	background-color: 	#0066CC;
	padding-left:		3;
	padding-right:		3;
}

.windowTitle {
	font-family:		"Times New Roman", Times, serif;
	font-size:			14px;
	color:				#FFFFFF;
	font-weight:		bold;
}


.dragcontainer {

	visibility: 		visible; 
	position: 			absolute; 
	z-index: 			2;
	border:				none;

}

.contextMenu {

	visiblity:			visible;
	position: 			absolute;
	padding:			2;
	z-index: 			200;
	background-color:	#EEEEEE;
	border:				solid 1px #AAAAAA;

}

.cmCellActive {

	font-family: 		Tahoma, Helvetica, sans-serif;
	font-size: 			11px;
	color: 				#CC0000;
	text-decoration: 	none;
	
}

.cmCellInactive {

	font-family: 		Tahoma, Helvetica, sans-serif;
	font-size: 			11px;
	color: 				#999999;
	text-decoration: 	none;
	cursor:				default;

}

/* MULTIPLE-СПИСКИ */

.list {
	
	
	
}

.list ul {

	border: 0pt none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 4px 5px;
	padding: 0pt;
	z-index: 10;

}

.list li {
	
	font-size: 12px;
	line-height: 1.3em;
	
}

.list li a {
	
	text-decoration: none;
	color: #666666;
	
}

.list li a.selected {
	
	text-decoration: none;
	color: #FF9933;
	
}

#box {
	
	height: 112px;
	margin: 0px;
	overflow-y: scroll;
	overflow-x: none;
	width: auto;
	
}

/* /MULTIPLE-СПИСКИ */

/* // DRAG-DROP ОБЪЕКТЫ */


/* TABS */

.tabs {
	float: left;
	width: 100%;
	line-height: normal;
	background-image: url("../_img/tabs_bg.gif");
}

.tabs ul {
	margin: 0;
	padding: 0px 0px 0;
	list-style: none;
}

.tabs li {
	float: left;
	background: url("../_img/tab_bg.gif") no-repeat left top;
	margin: 0;
	margin-left: 0px;
	margin-right: 2px;
	padding: 0 0 0 10px;
	line-height: 18px;
}

.tabs li.current {
	background: url("../_img/tab_sel_bg.gif") no-repeat left top;
	margin-right: 2px;
}

.tabs span {
	float: left;
	display: block;
	background: url("../_img/tab_end.gif") no-repeat right top;
	padding: 0px 10px 0px 0px;
}

.tabs .current span {
	background: url("../_img/tab_sel_end.gif") no-repeat right top;
}

.tabs a {
	text-decoration: none;
	font-family: Verdana, Arial;
	font-size: 10px;
}

.tabs a:link, .tabs a:visited, .tabs a:hover {
	color: black;
}

.tabs a:hover {
}

.tabs .current {
}

.tabs .current a, .tabs .current a:link, .tabs .current a:visited {
}

.panel_wrapper {
	border: 1px solid #919B9C;
	border-top: 0px;
	padding: 10px;
	padding-top: 10px;
	clear: both;
	background-color: white;
}

.wrapper {
	border: 1px solid #919B9C;
	padding: 10px;
	clear: both;
	background-color: white;
}

.input_noborder {
	border: 0px solid #808080;
}

#button {

   font-weight: 										bold;
   width: 												90px;
   height: 												21px;
   border: 												0px;
   background-image: 									url("../_img/button_bg.gif");
   cursor: 												pointer;

}

#cancel {
   font-weight: 										bold;
   width: 												90px;
   height: 												21px;
   border: 												0px;
   background-image:									url("../_img/cancel_bg.gif");
   cursor: 												pointer;
}

fieldset {

	border: 											1px solid #919B9C;
	font-family: 										Verdana, Arial;
	font-size: 											10px;
	padding: 											0px;
	margin: 											0px;
	padding: 											4px;

}

legend {

	color: 												#2B6FB6;
	font-weight: 										bold;

}

input.checkbox {

	border: 											0px none #000000;
	padding:											0;
	background-color: 									transparent;
	vertical-align:										middle;

}

input.radio {

	border: 											1px none #000000;
	background-color: 									transparent;
	vertical-align: 									middle;

}

.checkbox {

	border: 											0px none #000000;
	background-color: 									transparent;
	vertical-align: 									middle;

}

.radio {

	border: 											1px none #000000;
	background-color: 									transparent;
	vertical-align: 									middle;

}

/* Mozilla only style */
html>body #button, html>body #cancel {

	padding-bottom: 2px;

}


/* // TABS */




/* CATALOG */

.catalogitemtitle {

	text-decoration: 									none;
	font-family: 										Verdana, Arial;
	font-size: 											14px;
	font-weight:										bold;
	padding:											0 0 20 0;

}


.catalogitemactive {
	
	text-decoration: 									none;
	font-family: 										Verdana, Arial;
	font-size: 											11px;
	font-weight:										bold;
	color:												#0066CC;	
	
}

/* // CATALOG */

.hiddenborder {

	border: dashed 1px #666666;

}

/* // ВИЗУАЛЬНЫЙ РЕДАКТОР */



/* <ОШИБКИ> */

.error {
	
	text-decoration: 									none;
	font-family: 										Arial;
	font-size: 											20px;
	font-weight:										bold;
	padding:											0 0 5 0;	
	
}

.errornumber {
	
	color:												#CC0000;
	
}

.errormessage {

	text-decoration: 									none;
	font-family: 										Arial;
	font-size: 											12px;
	font-weight:										normal;
	padding:											0 0 10 0;		
	
}

/* </ОШИБКИ> */


/* ОБЩИЕ */

a img {
	
	border: 0;
	
}

.hidden {
	
	visibility:											hidden;
	display:											none;	
	
}

.visible {
	
	visibility:											visible;
	display:											block;
	
}

.medika_table td {
	
	padding:											.5em 1em;
	
}

.medika_table .first td {
	
	font-weight:										bold;
	
}

.medika_table .e {
	
	background-color:									#eee;
	
}