/*
 * Global ULOD styles
 */

/* Styles for dictionary results */
.red {  
    color: red;
}

.term {
    margin-top: 8px;
}

.term + .term {
	margin-bottom: 1em;
}

.ultext, .partofspeech, .tone, .derivation, .dialect, .ontology, 
.clarification, .grammarusage, .pronunciation {
    display: inline
}

.example, .synonym, .antonym, .homonym, .alternatespelling {
    display: block;
    margin: 3px 0 3px 0px;
}

.example {
    display: block;
    margin: 0px 0px 8px 0px;
    font-style: oblique;
    font-style: italic;
}

.example .translation {
    display: block;
    font-style: normal;
    margin: 0px 0px 0px 20px
}

div.examples {
    margin: 10px 0px 15px 0px;
}

div.term>div.features {
    display: block;
    margin: 20px 5px 20px 15px;
}

.term ol.definitions li:not(:only-child) div.features {
    display: block;
    margin: 8px 5px 0px 20px;
}

.partofspeech {
	font-family: Baskerville, Georgia, Times, serif;
	font-style: oblique;
	font-style: italic;
	color: #707070;
}

.term .headword .ultext {
	font-weight: normal;
	color: #CE002C;
}

.term ol {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
	list-style: none;
	counter-reset: definitions;
}

ol.definitions, ol.expressions {
    list-style: none;
    margin-left: 0;
    padding-left: 20px;
}

.term ol.definitions li {
	margin-top: 8px;
    list-style-type:none;
}

.term ol.expressions li {
	margin-top: 1px;
    list-style-type:circle;
    list-style-position: inside;
}


.term ol.definitions li:not(:only-child):before {
	content: counter(definitions) ".\0000a0"; /* \0000a0 = non-breaking space */
	counter-increment: definitions;
	font-weight: bold;
}

.term .usage, .term .etymology {
    margin-right: 3px;
    margin-top: 15px;
    background-color: #ededed;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    padding: 3px 5px 3px 5px;
}

.etymology .heading, .usage .heading {
    font-variant: small-caps;
}

.tone, .derivation, .dialect, .ontology {
	font-family: Baskerville, Georgia, Times, serif;
	color: #707070;
}

div.features div:not(.examples) {
	font-family: Baskerville, Georgia, Times, serif;
}

.homonym .heading, .synonym .heading, .antonym .heading, 
.alternatespelling .heading{
	font-family: Baskerville, Georgia, Times, serif;
	color: #707070;
	font-weight: bold;	
    font-variant: small-caps;
}


.term>ol .synonym, .term>ol .homonym,
.term>ol .antonym, .term>ol .alternatespelling {
	font-style: normal;
}

.clarification, .grammarusage, .pronunciation {
    font-family: Baskerville, Georgia, Times, serif;
}

.clarification.source,
.grammarusage {
	font-style: oblique;
	font-style: italic;
}

div.suggestions ul li {
    margin-left: 30px;
    list-style: circle;
}

/* Styles for verb tool results */
div.verbTable { border: solid 1px #757575; -webkit-border-radius: 4px; -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); background-color: whiteSmoke; margin-top: 5px; margin-left: 10px; margin-right: 3px; padding-bottom: 3px; margin-bottom: 10px; }
div.verbTable table { -webkit-border-bottom-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; width: 100%; }
div.verbTable table tr, div.verbTable table tr td { margin:0; padding:0; background-color: transparent; font-family: Helvetica, Arial, sans-serif; }
div.verbTable > div:first-child { -webkit-border-top-right-radius: 4px; -webkit-border-top-left-radius: 4px; border-bottom: solid 1px #757575; text-align: center; font-weight: bold; overflow: auto; color: #3b3b3b; margin: 0; padding: 0; }
div.verbTable > div:first-child p { padding 0; font-variant: small-caps; }
div.verbTable > div:first-child p:first-child { float: left; margin: 0 0 2px 6px; }
div.verbTable > div:first-child p:last-child { float: right; margin: 0 6px 2px 0; }
div.verbTable > table.details { border-top: solid 1px #757575; }
div.verbTable.placemat th { display:table-cell; padding: 2px 0 2px 8px; border-width: 1px 0; border-style: solid; border-color: #757575; font-family: Helvetica, Arial, sans-serif; font-size: 11px; line-height: 18px; text-transform: uppercase; color: #3B3B3B; background: #d9d9d9 url("images/section-header-bg.png") bottom repeat-x; }
div.verbTable.placemat div.tenseList table:first-child tr th { border-top: 0px }
div.verbTable.placemat div.tenseList tr:first-child + tr td { padding-top: 3px; }
div.verbTable.placemat { -webkit-box-shadow: none; margin: 0px; padding: 0px; }
div.verbTable.placemat { border-width: 1px; }
div.verbTable.placemat table { border-width: 0px; }
div.verbTable.placemat > div:first-child { border-width: 0px; }
div.verbTable.placemat > table.details { border-width: 0px; }
div.verbTable.placemat div.tenseList { overflow: auto; }
div.verbTable.placemat div.tenseList table { margin-bottom: 9px; }
div.verbTable.placemat > table:last-child { background-color: #d9d9d9;  border-top: solid 1px #898989; }
div.verbTable.placemat > table:last-child td { padding-top: 3px; padding-bottom: 3px; }
div.verbTable td.pronoun,
div.verbTable td.detailLabel { width: 147px; vertical-align: top; text-align: right; padding-right: 5px; font-weight: bold; }
div.verbTable td.verbForm { width: 265px; vertical-align: top; text-align: left; color: #000091; padding-left: 6px; font-weight: bold; }

#ULToolDictionary .Collins .defbody div.verbTable { text-indent: 0px; }

/*
 * Body styles
 */

.results, .results a { color: black }

/* Dictionary styles */
div.tool.dictionary .term .headword .ultext a { color: #CE002C; }

