@CHARSET "UTF-8";

a {
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

th {
	font-weight: bold;
	/*text-align: center;*/
}

table.annotation {
    /*visibility: hidden;*/
    border-top: 2px ridge #AAAAAA;
    border-left: 2px ridge #AAAAAA;
    border-bottom: 3px groove #AAAAAA;
    border-right: 3px groove #AAAAAA;
    border-spacing: 0;
    border-collapse: separate;
}

table.annotation td {
    height: 28px;
}

table.annotation-fixed {
    position: absolute;
    border-right: 0;
    border-bottom: 0;
}

table.annotation-fixed td {
    height: 28px;
}

table.annotation-fixed td.hmorphgloss {
    padding-bottom: 3px;
}

table.annotation-proper > tbody > tr > td:first-child {
    visibility: hidden;
}

td.pos, td.latinised, td.baseform, td.morphgloss, tr.sense td {
    border-left: 1px solid #AAAAAA;
    border-right: none;
    border-top: 1px solid #AAAAAA;
    border-bottom: none;
    padding: 0;
    white-space: nowrap;
}


td.pos, td.latinised, td.baseform, tr.sense td {
    padding-right: 2px;
    height: 28px;
    /* font-size: 14px; */
}

td.latinised {
	border-top: none;
}

table.morphgloss {
    border: none;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

td.mg_morph, td.mg_base, td.mg_meaning, td.mg_gloss {
    /* font-size: 14px; */
    border-left: 1px solid #AAAAAA;
    border-top: 1px solid #AAAAAA;
    border-right: none;
    border-bottom: none;
    padding: 0;
    padding-right: 2px;
    height: 28px;
    white-space: nowrap;
}

td.mg_morph:first-child, td.mg_base:first-child, td.mg_meaning:first-child, td.mg_gloss:first-child {
	border-left: none;
}

td.mg_morph {
	border-top: none;
}

table.aheading {
    border: none;
    border-collapse: separate;
    border-spacing: 0;
}

td.aheading {
    height: 28px;
}

td.hmorphgloss {
    border: none;
    border-left: 1px solid #AAAAAA;
    border-top: 1px solid #AAAAAA;
    padding: 0;
    background-color: #CCFFCC;
    font-weight: bold;
}

td.hlatinised, td.hbaseform, td.hpos {
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-bottom: none;
	border-right: none;
    background-color: #B8E6B8;
    font-weight: bold;
}



a:hover {
    color: #606060
}


div.mg_meaning {
    font-style: italic;
}

input {
    font-style: normal;
}

div.list {
    cursor: default;
    position: absolute;
    visibility: hidden;
    z-index: 20;
    border: 1px solid #A0A0A0;
    background-color: #F0F0F0;
    min-width: 150px;
    max-width: 300px;
    display: table-cell;
    font-size: 90%;
}

div.listitem, div.listitemh {
    margin: 2px;
}

div.listitem:hover, div.listitemh {
    background-color: #6374AB;
    color: white;
}

.validtag {
    color: green;
}

.invalidtag {
    color: red;
}

.newtag {
    color: #CD0000;
}

img.ctx_menu {
    vertical-align: middle;
}

p#debug {
    visibility: visible;
}

.language_edit {
    visibility: hidden;
}

div.message, div.ok_message, div.err_message {
    /*position: fixed;
    left: 10px;
    top: 10px;*/
    color: black;
    font-size: 150%;
    padding: 3px;
    display: table-cell;
}

div.message {
    background-color: yellow;
}

div.ok_message {
    background-color: green;
}

div.err_message {
    background-color: red;
}

/* search form */
table.search {
    border: none;
}

td.search_heading {
    width: 150px;
}

span#construction {
    font-size: 90%;
}

span.link {
    color: blue;
    cursor: pointer;
}

span.link:hover {
    text-decoration: underline;
}

span.linkEmpty {
    color: green;
    cursor: pointer;
}

span.linkEmpty:hover {
    text-decoration: underline;
}

#textmenubar, #phrasemenubar, #commonmenubar {
	visibility: visible;
}

#menubar {
	/*position: fixed;
	top: 0px;*/
	/*left: 0px;*/
}

body {
    /*background-color: #6495ED;*/ /*#dfb8df;*/
    text-align: left;
}        

#confirmphrdialog .bd {
	/*background-color: #6495ed;*/
	height: 150px;
	/*overflow: auto;*/
}

/*#promptdialog .bd {
	overflow: auto;
}*/

#phraseeditor {
	padding: 5px;
}

#phrctxmenu {
	font-weight: normal;
}

ol li {
	list-style: decimal inside;
}

#plaintext {
	width: 375px;
	height: 350px;
}

#phrase_module {
	width: 375px;
	height: 350px;
	overflow: auto;
}

#phrase_tbl {
	padding-right: 2px;
    font-size: 90%;
}

.maxw {
	width: 100%;
}

input.language {
	width: 100%;
}

.fit {
	width: 15%;
}

.maxwtbl {
	width: 100%;
}

.compllist {
    cursor: default;
    position: fixed;
    visibility: hidden;
    border: 1px solid #A0A0A0;
    background-color: #F0F0F0;
    min-width: 150px;
    max-width: 300px;
    display: table-cell;
    font-size: 90%;
}

.caretfix {
	overflow: auto;
}

.spaced {
	margin-bottom: 1.5em;
}

.spaced2 {
	padding-bottom: 1.5em;
}

.srchphrcol1 {
	padding-right: 0.2em;
}

.srchphrcol2 {
	padding-right: 1em;
}

.srchphrcol3 {
	padding-right: 1em;
}

.srchphrcol4 {
	padding-right: 1em;
}

.srchphrcol5 {
	padding-right: 1em;
    font-size: 70%;
}

.srchphrcol6 {
    font-size: 70%;
}

.padding1em {
	padding-right: 1em;
}

.hint {
	font-size: 75%;
}

.closex img {
}

/* Make radio inputs come on new line*/
#export_as label {
    display: block;
}


