/* CSS Document */

ul.sort
{
	margin: 0;
	padding: 0;
}

ul.sort li
{
	padding: 0;
	margin: 0;
	list-style: none;
}

a.menu:link,a.menu:visited
{
 color:#000000;
 text-decoration:none;
 border:0;
 outline-style:none;
 font-family:tahoma;
 font-size:12px;
 font-weight:bold;
}

a.menu:hover,a.menu:active
{
 color:#000000;
 text-decoration:underline;
 border:0;
 outline-style:none;
 font-family:tahoma;
 font-size:12px;
 font-weight:bold;
}

a.simple:hover,a.simple:active
{
 text-decoration:underline;
}

a.simple:link,a.simple:visited
{
 text-decoration:none;
}


div.trans {
width: 100%; 
background-color: #FFFFFF;
opacity:0.5;
filter: alpha(opacity=50); 
-moz-opacity: 0.5;
border:0px solid black;
border-bottom-style:none;
outline-style:none;
}

div.full {
width: 100%; 
background-color: #FFFFFF;
opacity:1.0;
filter: alpha(opacity=100); 
-moz-opacity: 1.0;
border:0px solid black;
border-bottom-style:none;
outline-style:none;
}

font.deff
{
  font-size:13px;
  font-family:tahoma;
  color:#FFFFFF;
  text-align:justify;
  line-height:16px;
}

font.about
{
  font-size:13px;
  font-family:tahoma;
  color:#000000;
  text-align:justify;
  line-height:16px;
}

font.headings
{
  font-size:14px;
  font-family:tahoma;
  color:#000000;
  text-align:justify;
  line-height:16px;
  font-weight:bold;
}

font.category
{
  font-size:14px;
  font-family:tahoma;
  color:#333333;
  text-align:justify;
  line-height:16px;
  font-weight:bold;
  margin-right:5px;
}

font.sub-category
{
  font-size:13px;
  font-family:tahoma;
  color:#333333;
  text-align:justify;
  line-height:16px;
  margin-right:6px;
}

font.warning
{
  font-size:12px;
  font-family:tahoma;
  color:#FF0000;
  text-align:justify;
  line-height:16px;
  font-weight:bold;
  margin-right:5px;
}

select
{
   background:#CCCCCC;
   color:#000000;
   border:solid 1px #CCCCCC ;
   margin:0;
   font-family:tahoma;
}

input.text
{
   background:#CCCCCC;
   color:#000000;
   border:solid 1px #CCCCCC ;
   margin:0;
   font-family:tahoma;
}

input.button
{
   background:#5A5A5A;
   color:#FFFFFF;
   border:solid 1px #CCCCCC ;
   font-family:tahoma;
   height:20px;
   width:50px;
}