
a:link    {
text-decoration: underline;
color: #0D4F96;
font-size:10px; FONT-FAMILY: verdana, sans-serif;
font-weight: bold;
}
a:visited {
text-decoration: underline;
color: #0D4F96;
font-size:10px; FONT-FAMILY: verdana, sans-serif;
font-weight: bold;
}
a:hover   {
text-decoration: none;
color: #2D4464;
font-size:10px; FONT-FAMILY: verdana, sans-serif;
font-weight: bold;
}
a:active  {
text-decoration: underline;
color: #0D4F96;
font-size:10px; FONT-FAMILY: verdana, sans-serif;
font-weight: bold;
}


TABLE,tr,td {
FONT-SIZE: 11px;  FONT-FAMILY: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
}

INPUT {
FONT-SIZE: 11px;  FONT-FAMILY: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
}
SELECT {
FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.listing-titlu { 
FONT-SIZE: 15px; 
COLOR: "#999933"; 
FONT-FAMILY: Arial, Helvetica, sans-serif
}
.head-page{
FONT-WEIGHT: bold; FONT-SIZE: 12px; VERTICAL-ALIGN: middle; COLOR: #959595; BORDER: #cccccc 1px solid; FONT-FAMILY: Arial, Helvetica, sans-serif; HEIGHT: 20px
}
.specialprice{
COLOR: red;
FONT-WEIGHT: bold;
}

.listing-tabel-mic {

        BORDER-RIGHT: #dee0e0 1px solid; BORDER-TOP: #dee0e0 1px solid; BORDER-LEFT: #dee0e0 1px solid; BORDER-BOTTOM: #dee0e0 1px solid

}

.hand {
 cursor:pointer; cursor:hand;
 border: 1px solid #000000;
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 0px;
 padding-bottom: 0px

}

.hand2 {
 cursor:pointer; cursor:hand;
 border: 1px solid #000000;
 padding-left: 1px;
 padding-right: 1px;
 padding-top: 1px;
 padding-bottom: 1px;
 background-color:black;
 color="White";
}
 
.soldsmall{
        COLOR: red;
        FONT-WEIGHT: bold;
}
.sold{
        COLOR: red;
        FONT-WEIGHT: bold;
        FONT-SIZE: 50px;
}

.listing1{
background: #F3F3F8;

BORDER: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid
}
.listing0{
background: #Ffffff;
BORDER: #e5e5e5 1px solid; BORDER-TOP: #e5e5e5 1px solid; BORDER-LEFT: #e5e5e5 1px solid; BORDER-BOTTOM: #e5e5e5 1px solid
}

.titulo{
        background: #ffffff;
				border-bottom: 1px solid #D0D0D0;
				border-top: 1px solid #D0D0D0;
				color: red;
}

.menu{
        background: #B1D08C;
        border: 1px solid #D0D0D0;
}
.gohome{
        font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #0000CC;
}
.textGray {
        COLOR: #888888
}
.selected:link    {
text-decoration: underline;
color: #000000;
font-size:10px; FONT-FAMILY: verdana, sans-serif;
font-weight: bold;
}
.selected:visited {
text-decoration: underline;
color: #000000;
font-size:10px; FONT-FAMILY: verdana, sans-serif;
font-weight: bold;
}
.selected:hover   {
text-decoration: none;
color: #999999;
font-size:10px; FONT-FAMILY: verdana, sans-serif;
font-weight: bold;
}
.selected:active  {
text-decoration: underline;
color: #000000;
font-size:10px; FONT-FAMILY: verdana, sans-serif;
}

.noselected:link    {
text-decoration: underline;
color: #999999;
font-size:10px; FONT-FAMILY: verdana, sans-serif;
}
.noselected:visited {
text-decoration: underline;
color: #999999;
font-size:10px; FONT-FAMILY: verdana, sans-serif;
}
.noselected:hover   {
text-decoration: none;
color: #000000;
font-size:10px; FONT-FAMILY: verdana, sans-serif;
font-weight: bold;
}
.noselected:active  {
text-decoration: underline;
color: #999999;
font-size:10px; FONT-FAMILY: verdana, sans-serif;
}


/**************************************************************************************
  htmlDatePicker CSS file
  
  Feel Free to change the fonts, sizes, borders, and colours of any of these elements
***************************************************************************************/
/* The containing DIV element for the Calendar */
#dpCalendar {
  display: none;          /* Important, do not change */
  position: absolute;        /* Important, do not change */
  background-color: #eeeeee;
  color: black;
  font-size: xx-small;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  width: 150px;
}
/* The table of the Calendar */
#dpCalendar table {
  border: 1px solid black;
  background-color: #eeeeee;
  color: black;
  font-size: xx-small;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  width: 100%;
}
/* The Next/Previous buttons */
#dpCalendar .cellButton {
  background-color: #ddddff;
  color: black;
}
/* The Month/Year title cell */
#dpCalendar .cellMonth {
  background-color: #ddddff;
  color: black;
  text-align: center;
}
/* Any regular day of the month cell */
#dpCalendar .cellDay {
  background-color: #ddddff;
  color: black;
  text-align: center;
}
/* The day of the month cell that is selected */
#dpCalendar .cellSelected {
  border: 1px solid red;
  background-color: #ffdddd;
  color: black;
  text-align: center;
}
/* The day of the month cell that is Today */
#dpCalendar .cellToday {
  background-color: #ddffdd;
  color: black;
  text-align: center;
}
/* Any cell in a month that is unused (ie: Not a Day in that month) */
#dpCalendar .unused {
  background-color: transparent;
  color: black;
}
/* The cancel button */
#dpCalendar .cellCancel {
  background-color: #cccccc;
  color: black;
  border: 1px solid black;
  text-align: center;
}
/* The clickable text inside the calendar */
#dpCalendar a {
  text-decoration: none;
  background-color: transparent;
  color: blue;
}