.text {font-size: 85%; text-align: justify}
* {font-family: Tahoma}
.menuHeader {color: #277B9D; font-size: 110%; font-weight: bold; margin-bottom: 3px}
A.menu {display: block; text-decoration: none; font-size: 85%}
A:link {color: #277B9D}
A:visited {color: #277B9D}
A:active {color: #277B9D}
A:hover {color: #35ACDC}
H1 {color: #277B9D; font-size: 135%; font-weight: normal; margin-bottom: 10px}

IMG {border: 0px}

/* Vertical multilevel menu*/
.menu_selected {font-weight: bold;}

TABLE.data TD {background-color: #F4F4F4; font-size: 90%}
TABLE.data TD.header {font-weight: bold; font-size: 90%}

TABLE.quotes TD {font-size: 70%}
TABLE.quotes TD.name {}
TABLE.quotes TD.value {padding-left: 14px}
TABLE.quotes TD.dynamic {padding-left: 14px; text-align:left}
TABLE.quotes TD.mindynamic {padding-left: 10px; text-align:left}

TABLE.weather TD {font-size: 70%}
TABLE.weather TD.name {}
TABLE.weather TD.value {padding-left: 14px}

.requiredStar {color: red}
.starrequired {color: red}
TEXTAREA.questionnaire {
    width: 350px;
    height: 100px;
    font-size: 115%;
}

INPUT.questionnaire{
    width: 350px;
}
INPUT.questionnaireSmall{
    width: 200px;
}

INPUT.questionnaireDate{
    width: 80px;
}

INPUT.dijitReset{
width: 100px; !important;
}


TD.questionnaireExperienceBlock {
    border: 1px dashed black;
    font-size: 85%;
}

TD.questionnaireExperienceBlock table.innerTable {
    font-size: 85%;
}
TD.questionnaireExperienceBlock table.innerTable table {
    font-size: 85%;
}


TABLE.data-table {
   width: 600px;
   font-size: 85%
}

TD.small-text {
    font-size: 85%;
}

TABLE.generalFormEdit {font-size: 85%;}
TABLE.generalFormEdit TD {padding-top: 10px;}
TABLE.generalFormEdit table.recommendationTable {font-size: 100%;}

TD.fieldName {
    vertical-align: top;
    width: 250px;
}

TD.field {
    vertical-align: top;
    text-align: left;
}

UL.errors LI {
    color: red;
}

div.vacanciesBlock {
    display: none;
}

input.dijitReset {
    font-size: 105% !important;
}

a.dash  {
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dashed;
}


input.questionnaireDatTextBox {
    font-size: 120%;
}


