/* special element styles */

/*links with arrow to right*/
a.arrow
{
  
	/*arrow image*/
	background:url(/img/site/el/arrow.gif) right  no-repeat;
	padding-right:20px;
}
/*links with arrow to left*/
a.arrow-left,  ul li ul li a, li.page_item a
{
	/*arrow image*/
	background:url(/img/site/el/arrow.gif) left no-repeat;
	padding-left:20px;
}




/*special coloring for 'naIWE' text*/
em.iwe
{
	color:#006600;
}
em.iwe-light
{
	color:#009900;
}
em.na-light
{
	color:#CCCCCC;
}

/*bold links w/arrow*/
strong a, strong input
{
	/*font-size:180%;
	font-weight:bold;
	text-decoration:underline;*/
}



h3.alert
{
  font-size:120.9%;
  color:#aa2222;
}



ul.dashboard-icons
{
  margin:0;
  padding:10px;
  
  font-size:118%;
  font-weight:bold;
  text-transform:uppercase;
  
  text-align:center;
}
ul.dashboard-icons li
{
  list-style-type:none;
  display:inline;
  
  padding:0px;
}
ul.dashboard-icons li img
{
  margin-right: 3px;
}
ul.dashboard-icons li a
{
  color:#030;
  padding:10px;
  line-height:100%;
}
ul.dashboard-icons li a.current
{
  color:#fff;
  background-color:#007700;
}
.box div.all-info div
{ display:none; }
.box div.all-info div.current
{ display:block; }

.box div.all-info
{
  position:relative;
  top:-1px;
}
.box div.icon-board
{ background-color:#ffc; }
.icon-board .info
{
  margin:0;
  padding:8px;
  font-size:100%;
  color:#fff;
  
  background-color:#007700;
}

