/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
/* End of Reset CSS */
/* fonts */
@font-face {
    font-family: Font1;
    font-weight: normal;
    font-style: normal;
    src: url('Nork_U.ttf');
}

@font-face {
    font-family: Hirak;
    font-weight: normal;
    font-style: normal;
    src: url('HMPro.ttf');
}

@font-face {
    font-family: Arian;
    font-weight: normal;
    font-style: normal;
    src: url('arlamu.ttf');
}
/* End of fonts */

body {
    font-family: Font1;
    background: #fff url(../img/gradientfromtop_orange1.gif) repeat-x;
    overflow-y: scroll;
}

#container {
    margin: auto;
}

#header {
    position: relative;
}

#logo {
    float: left;
    margin: 0 20px 14px 5px;
}

#logo img {
    float: left;
    margin-top: 35px;
}

#ankyunac {
    color: #4040FF;
    font-weight: bold;
    font-family: "Arian";
    margin: 35px 0 0 20px;
    letter-spacing: 1px;
    font-size: 2em;
    float: left;
}

#logo #small_header {
    font-size: .75em;
}

#mnubar {
    float: right;
    font-size: 12pt;
    margin-top: 10pt;
    padding-top: 1px !important;
    text-align: left;
}

#mnubar a {
    font-size: 11pt;
    font-family: Font1;
    color: #CC0000;
}

.mnu_item {
    font-size: 12px;
    text-decoration: none !important;
    border-bottom: none;
    color: #404040;
    padding: 2px 3px;

}

.mnu_item:hover {
    background: #36c;
    color: #fff !important;
}

#main {
    position: relative;
    padding-top: 35px;
    position: relative;
}

#column_left {
    float: left;
    width: 580px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 50px;
    border-right: 3px solid grey;
    min-height: 800px;
}

#column_right {
    display: inline;
}

#column_right .info_item {
    float: left;
    display: inline-block;
    margin-right: 6px;
    margin-left: 6px;
    min-width: 150px;
    min-height: 300px;
    border-bottom: 1px solid grey;
    text-align: center;
}


#dict {
    font-family: Arian;
}

#translation{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#text_box {
    font-size: 20pt;
    font-family: Times;
    font-style: italic;
}

.ds {
    margin: 3px 4px;
}

. inline_button {
    display: inline-block;
    vertical-align: top;
    opacity: 0;
    border: 1px solid #bbb;
}

.input-text {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 5px 5px 3pt 6px;
    background: none repeat scroll 0% 0% #FFFFFF;
    border: 1px solid #bbb;
    /*color: #3C3D3D;*/
    text-align: left;
    vertical-align: middle;
}

.input-text:hover {
    border-color: #999 !important;
}

.input-text:focus {
    border-color: #498BF4 !important;
}

#word {
    padding-right: 54px;
}

#word, #ajax_listOfOptions {
    font-size: 16px;
    font-weight: bold;
}

.input-submit {
    background-image: url("../img/Search.png");
    background-repeat: no-repeat;
    background-position: center;
    border: 0px solid #bbb;
    cursor: pointer;
    width: 60px;
    height: 28px;
    vertical-align: middle;
    outline: none;
}

.td0 {
    vertical-align: middle;
}

.watermark_container {
    display: block !important;
}

.watermark_container .watermark {
    color: #ccc !important;
    font-style: italic;
    font-weight: bold;
}

.clear {
    clear:both;
}
#footer a{
    color: #4682B4;
    text-decoration: none;
    font-family: Tahoma;
    text-align: right;
    font-size: 0.8em;
}

#ajax_listOfOptions {
    position: absolute;
    width: 175px;
    height: 250px;
    overflow: auto;
    border: 1px solid #498BF4;
    border-top: 0px;
    background-color: #FFF;
    text-align: left;
    z-index: 100;
}

#ajax_listOfOptions div {
    margin: 0px;
    padding: 2px 7px;
    cursor: pointer;
    font-weight: normal;
}

#ajax_listOfOptions .optionDivSelected {
    background-color: #3399FF;
    color: #FFF;
}

#ajax_listOfOptions_iframe {
    background-color: #F00;
    position: absolute;
    z-index: 5;
}






/* styles for translation*/
p {
    line-height: 120%;
    margin-top: 3px;
    margin-bottom: 3px;
}

.pron {
    font-family: Hirak;
}

.headword {
    font-family: Arial;
    font-weight: bold;
    font-size: 14pt;
}

.partOfSpeech {
    font-style: italic;
    font-family: Times;
}

.SBnum {
    font-weight: bold;
    font-family: Tahoma;
}

.Ntf {
    font-family: Tahoma;
}

.clar {
    font-family: Sylfaen;
    font-style: italic;
}

.v {
    font-family: Times;
    font-weight: bold;
    font-style: italic;
}

.ex {
    font-style: italic;
}

.regLab {
    font-style: italic;
}

.tes {
    font-style: italic;
}

.x {
    font-family: Tahoma;
    font-weight: bold;
}

.Ref {
    font-family: Tahoma;
}

.trans {
    font-family: Font1;
    color: blue;
}

.def {
    font-family: Font1;
    font-style: italic;
}

.plain {
    font-family: Font1;
    font-style: normal;
}

.l_ex {
    font-family: Times;
    font-weight: bold;
    font-size: 12pt;
}

.l_phr {
    font-family: Arial;
    font-weight: bold;
    font-size: 12pt;
}

.phrases {
    font-family: Arial;
    font-size: 11pt;
    font-style: normal;
    background-color: #d7d7d7;
}

.phrasal_verbs {
    font-family: Arial;
    font-size: 11pt;
    font-style: italic;
    background-color: #d7d7d7;
}

.l_v {
    font-family: Times;
    font-weight: bold;
    font-style: italic;
    font-size: 12pt;
}

.inf {
    font-family: Tahoma;
}

.bara {
    font-family: Arial;
    text-decoration: none;
!important;
    border-bottom: none;
    text-align: right;
    color: #fff;
    background-color: #B2CAF6;
    line-height: 1em;
}

.bara:hover {
    color: blue;
}
