body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 14 px;
	font-family: tahoma;
	font-weight: normal;
	
	
}
/*tabs*/

.title {
   background-color: #DDEDFF;
	border-bottom: 1px dotted #999999;
	font-size:13px;
	color:#333333;
}

.usualTab {
    background-image: url(/img/interface/usualTab.png);
	 background-repeat:repeat-x;
	 border-left: 1px solid #CCCCCC;
	 border-right: 1px solid #CCCCCC;
	 height:28px;
	 text-align:center;
	 font-size:13px;
	 color:#333333;
	padding-right: 5px;
	padding-left: 5px;
}
.activeTab { 
    background-image: url(/img/interface/activeElement.png);
	 border-left: 1px solid #99ccff;
	 border-right: 1px solid #99ccff;
	 background-repeat: repeat-x;
	 height:28px;
	 text-align:center;
	 font-size:15px;
	 color:#000066;
	padding-left: 5px;
	padding-right: 5px;
}

.accentedBlock {
	padding-left: 20px;
	border-bottom: 1px solid #99ccff;
	font-family: Tahoma;
	font-size: 11px;
	color:#666600;
	border-right:1px solid #99ccff;
	background-color: #F3F3F3;
	background-repeat: repeat-x;
}
.leftTabElement {
   background-image: url(/img/interface/leftTabElement_08.png);
	background-repeat:no-repeat;
	width:9px;
	height:28px;
}

.listHeader {
	background-image: url(/img/interface/listHeaderUsual.png);
	border-bottom: 1px solid #99ccff;
	border-right: 1px solid #99ccff;
	background-repeat: repeat-x;
	height: 22px;
	text-align:center;
	font-size: 13px;
	color:#333333;
}
.listHeaderActive {
	background-image: url(/img/interface/listHeaderActive.png);
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #99ccff;
	background-repeat: repeat-x;
	height: 22px;
	text-align:center;
	font-size: 15px;
	color:#000066;
}
/*background panels and blocks*/

.contentBlock {
    margin:5px 20px 5px 20px;	
	 border-top:2px solid #cccccc;
	 border-bottom: 3px solid #cccccc;
	 background-color:#FFFFFF;
	 overflow:scroll;
	text-indent: 5px;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
}
  

.specialBlock {
	border:1px solid #cccccc;
	border-top:1px solid #999900;
	background-image: url(/img/interface/stripes1_01.png);
	background-repeat:repeat; 
}

.blockPanel {
	border-bottom:1px dotted #999999;
	background-image: url(/img/interface/grad.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.navigationPanel {
	background-image: url(/img/interface/grad_blue_08.gif);
	background-repeat: repeat-x;
	font-size:13px; color:#333333;
   font-family:Tahoma;
}

.highlightedPanel {
	
	border-bottom:1px dotted #999999;
	font-size:13px; color:#333333;
	background: url(/img/interface/grad_blue_08.gif);
}

.accentedPanel {
	background-image: url(/img/interface/step_and_other_51.png);
	background-repeat:repeat-x;
	height:25px;
	text-indent:7px;
}

.specialInputArea {
   border:1px solid #c5d256;	
   background-color:#FFFFFF;
   font-size:11px; color:#333333;
   font-family:Tahoma;
}
  
.agreedArea {
	border:1px solid #c5d256;
	background-image: url(/img/style/button_green.jpg);
	background-repeat:repeat-x;
	font-size:13px;
	color:#333333;
	font-family:Tahoma;
}
.snowPanel {
	background: url(/img/interface/back_office_menu_03.png) no-repeat;
	color: #000000;
	height: 32px;
	font-family: "Century Gothic";
	font-size:14px;
	padding-left:85px;
	margin: 2px 2px 2px 2px;
}
.snowTab {
	background: url(/img/interface/back_office_menu_06.png) no-repeat;
	height: 33px;
	font-family: Tahoma;
	font-size:13px;
	padding-left:85px;
	
	margin: 1px 1px 1px 1px;
	color: #2072B2;
}
