﻿/**************************************************************************************************************/
/***********************************************[ toolbar ]****************************************************/
/**************************************************************************************************************/
.toolbar
   {
   text-shadow:            0px -1px 0px rgb(0,0,0);	   
   font:                  10px verdana;
   margin:                0 0 20px 0;
   padding:               14px 0
   }
.toolbar a
   {
   color:                 rgb(242,177,6);
   text-decoration:       none
   }
.toolbar a:hover
   {
   color:                 rgb(199,199,199)
   }
.toolbar ul
   {
   display:               inline
   }
.toolbar ul a
   {
   padding:               0 0 0 0;
   text-decoration:       none
   }
.toolbar ul li
   {
   border-right:          1px dotted rgb(87,87,87);
   padding:               0 10px 0 10px;
   display:               inline
   }
.toolbar ul li:last-child
   {
   text-decoration:       none;
   border-right:          none
   }
.toolbar .left
   {
   float:                 left
   }
.toolbar .right
   {
   float:                 right
   }
.toolbar .right img
   {
   border:                1px solid rgb(255,255,255);
   margin:                0 0 0 10px
   }
.top-links li
   {
   border-right:          1px solid rgb(119,119,119);
   }
.top-links li.last
   {
   border-right:          none
   }
.toolbar #jflanguageselection
   {
   float:                 right
   }
  
/*
.status 
   {
   border:                0
   } 
.status-report
   {
   font:                  11px arial, verdana;
   width:                 184px;   
   display:               none;
   border:                0
   }     
.status-report ul li
   {
   margin:               5px 0;
   list-style:           none;
   padding:              0   
   }
.status-report li
   {
   border-bottom:        #transparent;
   margin:               0 0 2px 0
   }
.status-report li.alt
   {
   background:           #362f2d
   }
.status-report li a
   {
   color:                rgb(255,255,255);
   display:              block;   
   text-decoration:      none;
   padding:              10px
   }
.status-report li a:hover
   {
   padding:              10px 0 10px 0
   }
.status-report li .subscribers
   {
   background: rgb(105,148,47)
   }
.status-report li .management
   {
   background: rgb(105,148,47)
   }
.status-report li .domains
   {
   background: rgb(105,148,47)
   }
.status-report li .store
   {
   background: rgb(105,148,47)
   }
.status-report li .divisions {background: rgb(229,139,6)}   
.status-report li .board {background: rgb(105,148,47)}   
.status-report li .network {background: rgb(105,148,47)}
.status-report li .development {
	background: rgb(242,177,6)
}
   
*/   
/**************************************************************************************************************/