/* Исполнитель Сортировка 
   ---------------------- */
#sort
{
  width:732px;
  margin:1em auto;
}
/* Заголовок 
   ---------------------- */
#sort_title
{
  height:40px;
  background: url(../pic/title.png) no-repeat right top;
}
/* Рабочая область 
   ---------------------- */
#sort_work
{
  position:relative;
  padding:0;
  margin:0;
  border:1px solid black;
  width:730px;
  \width:732px;  
  w\idth:730px; 
  height:600px;
  \height:602px;
  he\ight:600px;
  background: url(../pic/fon.png) repeat-y;
}
/* Область с сортируемыми объектами 
   ---------------------- */
#sort_area_objects
{
  position:absolute; 
  left:10px; 
  top:10px;
  border: 1px solid black;
  width:550px;
  \width:552px;  
  w\idth:550px; 
  height:480px;
  \height:482px;
  he\ight:480px;
  background:white;
}
#sort_area_objects IMG
{
  position:absolute; 
}

/* Область с ящиками для сортировки  
   ---------------------- */
#sort_area_boxes
{
  position:absolute; 
  left:10px; 
  bottom:10px;
  width:550px;
  height:80px;
}
/* Ящик для сортировки */
#sort_area_boxes DIV
{
  position:absolute; 
  bottom:0;
  border:1px solid black;
  background:#ebf7fb;
  font: 18px Arial, sans-serif; 
  text-align: center;
}

/* Вид ящика, когда над ним объект */
#sort_area_boxes DIV.boxhover      
{
  background-color: #008100;
  border:1px solid white;
  color:white;
}

/* Кнопка Сброс  
   ---------------------- */
#sort_clear
{
  position:absolute; 
  right:10px; 
  top:20px;
}
/* Обдасть показа оценки  
   ---------------------- */
#sort_z
{
  position:absolute; 
  width:142px;
  height:152px;
  padding:0; margin:0;
  background:white;
  right:10px;
  bottom:10px;
}
/* Постановка задачи  
   ---------------------- */
#sort_mess
{
  position:absolute; 
  right:10px;
  padding:0; margin:0;
  top:80px;
  text-align:right;
  font: 20px Arial, sans-serif; 
  color:#4d4d4d;
}
/* Когда задача решена  
   ---------------------- */
#sort_mess SPAN
{
  color:red;
}
/* Число решенных задач  
   ---------------------- */
#sort_ntask
{
  position:absolute; 
  right:10px;
  padding:0; margin:0;
  bottom:178px;
  text-align:right;
  font: 20px Arial, sans-serif; 
  color:#4d4d4d;
}
#sort_ntask SPAN
{
  color:red;
  color: #009900;
  font-size:40px;
}
