body
{
    font-family: Tahoma;
    font-size: 14px;
    
}
p, ol, ul, td 
{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 20px;
}

input 
{
	margin: 2px 0px;
	border: 1px solid #b5b5b5;
	border-left: 2px solid #791514;
	padding-left: 3px;
         background: #FF9900;
	width: 139px;
}

select
{
  background-color: #FF9900; 
  font-size:   13px;
  color: #000; 
  border-left: 2px solid #791514;
  padding-left: 3px;
}

option
{
  background-color: #fff; 
  font-size:   13px;
  color: #000; 
  border-top: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  border-left: 2px solid #791514;
  padding-left: 5px;
}

textarea
{
  border-top: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  border-left: 2px solid #791514;
	width: 460px;
	height: 250px;
	
}

h1
{
  font-size:   13px;
  font-weight: bold;
  color: #791514; 
}

h2
{
  font-size:   16px;
  font-weight: normal;
  color: #791514;
}
h3
{
  font-size:   18px;
  font-weight: bold;
  color:#FF9900;
}
h3.header
{
  color:#FF9900;
  font-family:Verdana;
  font-size:28px;
  font-weight:normal;
  line-height:28px;
  text-align:center;
  width: 450px;
}

a.toolbar {
  width:79px;
  display: block;
	padding-left: 4px;
	padding-right: 4px;
  font-size:   11px;
  font-family: arial,verdana,helvetica,sans-serif;
  text-decoration: none;
  padding-bottom: 4px;
  color: #000;
}
a.toolbar:link, a.toolbar:visited{
  background: #ebebeb;
  color: #000;

}

a.toolbar:hover, a.toolbar:focus{
  background: black;
    color: #FDBE11;
}

.icon .icone
{
top: 3px;
border: none;
}
a, a:visited, a:link
{
    text-decoration: none;
    color: black;
}
a:hover, a:focus
{
    text-decoration: none;
    color: #FDBD13;
}
a img
{
    background:transparent;
    vertical-align: bottom;
    border: none;
}
a:hover img, a:focus img
{
	background: transparent;
         border: none;
}
.bottom_line
{
	/*border-bottom: 2px solid #EAD15A;*/
	background: url(../images/red_dot.gif) left top repeat-x;
	line-height: 1px;
	height: 2px;
}

.footer { background: transparent; color: #676767; font-size: 11px; text-decoration: none}
.footer a{ background: transparent; color: #676767; font-size: 11px; text-decoration: none}
.footer a:link{ background: transparent; color: #676767; font-size: 11px; text-decoration: none}
.footer a:focus, .footer a:hover{ color: white; text-decoration: none}

tr.cycle_high td
{
	background: #E4E4E4;
	
}

tr.cycle_low td
{
	background: #DADADA;
	
}
ul#addon_list
{
/*  background: #B2E39E;*/
  padding: 5px;
  height: 58px;
  margin: 3px;
  padding-left: 10px;
  overflow-y: auto;
  width: 100%;
}
