body, input, select, textarea, td, div, a {
    font-family:"Lucida Sans Unicode", Arial;
    font-size:11px;
    font-weight:normal;
    color:#404040;
    line-height: 1.3em;    
}

.f10n { font-size:10px; font-weight:normal; }
.f11n { font-size:11px; font-weight:normal; }
.f11b { font-size:11px; font-weight:bold; }
.f14n { font-size:14px; font-weight:normal; }
.f14b { font-size:14px; font-weight:bold; }

.cTx {color:#404040;}
.cTxRed {color:#ff3300;}

.locationBlock a, .locationInline a {
    text-decoration:none;
    outline:none;
}

.locationBlock a {
    display:block;
    padding: 0px 0px 2px 0px;
}

.locationBlock a:hover, .locationInline a:hover {
    color:#353535;
    text-decoration:underline;
}

.arrowInline, .arrowNewline {
    background-image: url(../images/general/arrow.gif);
    background-repeat: no-repeat;
    padding-left:8px;
    line-height:10px;
    height:14px;
}

.arrowInline {
    float:left;
    width:48%;
}

.img60x60 {
    width:60px;
    height:60px;
    border:1px solid #efefef;
}

.bigImageBorder {
    border:1px solid #aaaaaa;
}

.bottomLine {
    border-bottom:1px dotted #dadada;
}

.rate {
    color:#56a100;
    font-weight:bold;
}

.aLN { outline:none; }
.aLN:link { text-decoration:none; }
.aLN:visited { text-decoration:none; }
.aLN:hover { text-decoration:underline; }

.ul, .ur, .dl, .dr {
    width:4px;
    height:4px;
    background-repeat:no-repeat;
}

.smallStar {
    float:left;
    background-image:url(../images/general/star_small.gif);
    background-repeat:repeat-x;
    background-position:top left;
    display:inline-table;
    margin:3px 0px 0px 4px;
}

.largeStar {
    background-image:url(../images/general/star_large.gif);
    background-repeat:repeat-x;
    background-position:top left;
    display:inline-table;
    height:21px;
    margin:0px 0px 0px 4px;
}

.ul { float:left; line-height:4px; background-image:url(../images/general/rounded_ul.gif); }
.ur { float:right; line-height:4px; background-image:url(../images/general/rounded_ur.gif); }
.dl { float:left; line-height:4px; background-image:url(../images/general/rounded_dl.gif); }
.dr { float:right; line-height:4px; background-image:url(../images/general/rounded_dr.gif); }

.divider { clear:both; font-size:1px; }
.divider div { height:1px; background-color:#e8e8e8; }

/* AutoSuggest */

div.dropdown {
    position:absolute;
    width:285px;
    border:1px solid #d0d0d0;
    text-align:left;
    overflow:hidden;
    visibility:hidden;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
}

div.suggestion-normal,
div.suggestion-selected  {
    width:100%;
    padding:1px 0px 1px 3px;
    cursor:pointer;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
}

div.suggestion-normal {
    background-color:#ffffff;
}

div.suggestion-selected {
    background-color:#c9e1f4;
}

/* Calendar */

div.calendar {
    padding: 10px;
    width: 250px;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
}

table.calendar-header {
    width: 100%;
    height: 20px;
    margin-bottom: 18px;
}

td.calendar-header-button-left {
    width: 30px;
    cursor: pointer;
    background-image: url("../images/general/left.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

td.calendar-header-title {
    font-family: "Lucida Sans Unicode", Arial;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #404040;
    vertical-align: middle;
}

td.calendar-header-button-right {
    width: 30px;
    cursor: pointer;
    background-image: url("../images/general/right.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

table.calendar-grid {
    font-family: "Lucida Sans Unicode", Arial;
    font-size: 11px;
    width: 100%;
}

table.calendar-grid tr td {
    text-align: center;
    width: 14.2%;
    padding-bottom:1px;
}

td.calendar-grid-cell-header {
    color: #4040d0;
    border-bottom:1px solid #d0d0d0;
}

td.calendar-grid-cell-normal {
    color: #404040;
    cursor: pointer;
}

td.calendar-grid-cell-today {
    color: #404040;
    background-color: #efefef;
    cursor: pointer;
}

td.calendar-grid-cell-normal:hover, td.calendar-grid-cell-today:hover {
    color: #ffffff;
    background-color: #d0d0d0;
}

td.calendar-grid-cell-grayed {
    color: #d0d0d0
}


