/* main styles */
body, td, tr, table, div {
    font-family: Verdana, Timok, Arial, sans-serif;
    font-size: 12px;
    color: #000000;
}

/* header styles */
.grey_bg {
    background-color: #f4f4f4;
    height: 28px;
}

.head_slogan {
    font-style: italic;
    font-size: 14px;
    padding-left: 10px;
}

a {
    font-family: Verdana, Timok, Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
}

a:hover {
   text-decoration: none;
}

a.head_link {
    font-size: 9px;
    font-weight: bold;
}

td.head_links {
    padding-right: 10px;
    text-align: right;
}

/* menu styles */
.menu_root {
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    cursor: default;
}

a.menu_link {
    text-decoration: none;
    font-weight: bold;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
}

.float_l {
    float: left;
}

.menu_holder {
    height: 25px;
    width: 765px;
    border: 1px solid black;
    background-image: url('../images/menu_back.jpg');
    background-repeat: repeat-x;
    text-align: left;
}

.menu_drop {
    border-top: 1px solid black;
}

.menu_drop_item {
    background-image: url('../images/menu_item_back.jpg');
    background-repeat: repeat-x;
    height: 24px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
}

.orange_line {
    background-image: url('../images/orange_line_back.jpg');
    background-repeat: repeat-x;
    margin: auto;
    width: 765px;
    height: 23px;
}

/* footer styles */
.grey_line {
    height: 3px;
    background-image: url('../images/grey_line.jpg');
    background-repeat: repeat-x;
}

.footer {
    width: 765px;
    height: 52px;
    background-image: url('../images/footer_back.jpg');
    background-repeat: repeat-x;
}

.pad_left {
    padding-left: 10px;
}

.pad_right {
    padding-right: 10px;
}

.footer_txt {
    font-size: 9px;
}

a.foot_link {
    font-size: 9px;
    font-weight: bold;
}

div.hidden {
    display:none;
}

div.visible {
    display: block;
    z-index: 100;
}


/* content styles */
div.content {
    margin: auto;
    width: 740px;
    min-height: 350px;
    text-align: justify;
    padding-bottom: 25px;
    padding-top: 20px;
}

.float_r {
    float: right;
    clear: both;
}

div.title_underline {
    background-image: url('../images/title_underline.jpg');
    background-repeat: repeat-x;
    height: 2px;
    width: 200px;
    float: left;
    clear: both;
    margin-left: 10px;
}

.title_txt {
    font-family: Verdana, Timok, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #f58220;
    float: left;
    clear: right;
}

.raquo {
    margin-top: 3px;
    margin-right: 4px;
    margin-left: 10px;
    float: left;
}

div.pad {
    margin-right: 10px;
}

.grey {
    color: #cccccc;
}

table.doctor {
    background-image: url('../images/bottom_shadow.jpg');
    background-repeat: repeat-x;
    background-position: bottom center;
    border: 1px solid #b6b6b6;
}

td.doctor {
    text-align: justify;
}