/* Common stuff ================*/

h3, h2,h1
{
    margin-bottom: 2px;
}


.background1{
    background-color: #E1FFE1;
}


.background2{
    background-color: #F0F0C7;
}

.background3{
    background-color: #ada;
}



.admin_sidebar {
    background-color: #F0F0C7;
    float: right;
    width:15em;
    padding: 20px;
    margin: 10px;
    font-family: arial, helvetica, sans-serif;
}


.listRowOdd{
}

.listRowEven{
    background-color: #F0F0C7;
}


.fuzzyResult, .fuzzyResult a{
    background-color: #CdCdCd;
    color:#888 !important;         
}

.fuzzyResult1, .fuzzyResult1 a{
    color:#AAA !important;         
}


.needsReview{
    color:#F55 !important;         
}


.info {
  font-size: small;
  margin: 0;
  padding-left: 5px;
  color: #888;
}

.languageHint
{
    color:#555;
}

.userActionRect
{
    margin: 2px;
    padding: 2px;
    background-color:#e0e0e0;
    display:table;
}



.actionText
{
    text-decoration: none;
    font-style: italic;
    color:#555;
    background-color:#E4E4FF;
    cursor:pointer;
}

.actionText:hover
{
    text-decoration: none;
    font-style: italic;
    background-color:#DDD;
    color:#000;
    cursor:pointer;
}

.actionTextPlain:hover
{
    text-decoration: none;
    font-style: italic;
    background-color:#DDD;
    color:#000;
    cursor:pointer;
}

.conceptNameBig, .conceptNameBig:hover
{
    text-decoration: none;
    color:#060;
    cursor:pointer;
 }


.clickableText
{
    text-decoration: none;
    color:#666;
    cursor:pointer;
}

 .grayed-item, .grayed-item:visited, .grayed-item:link
 {
    color:#777;
    text-decoration: none;
}

.message
{
    color:#333;
}

.errorMessage
{
    color:red;
}



/* comments ======================*/


.discussion{
    padding:5px;
    margin-left:5em;
}


.commentTitle{
 background-color: #e0e0e0;
  font-size: small;
}

.comment{
    background-color: white;
}

.comment P{
    margin:0px;
}


.detailsPage {
    width: 700px;
    margin-left:auto;
    margin-right:auto;
}



.translationsColumn
{
  vertical-align:top;
  width:350px;
  padding:0px;
}

/* login bar */

.loginform {
    font-size: small;
    text-align:left;
    padding: 2px;
}


.loginField {
	width: 100px;
	height: 14px;
	font-size: small;
}

.loginButton {
	width: 80px;
	height: 24px;
	font-size: small;
}

/* First page =====================*/

.middle_content {
    display:table;
    text-align: center;
    margin-top:150px;
}

.middle_content p {
    font-size: small;
}


.middle_settings_main {
    visibility: hidden;
    }

.main_recent{
    width:500px;
    #border-width: 1px;
    #border-style:solid;
    #border-color:#ccc;
    text-align:left;
    padding:10px;
}

.main_recent_entry{
    cursor:pointer;
}

.main_recent_entry:hover{
    background-color: #F0F0C7;
}

/** Main page elements ====================*/

.top_menu {
	text-align: right;
	font-size: small;
	font-family: arial, helvetica, sans-serif;
}

.small_logo {
	margin: 10px;
	border: 0px;
}


.search_bar {
}

.search_bar h1 {
	margin: 2px;
	margin-bottom: 10px;
	font-family: arial, helvetica, sans-serif;
}

.search_bar td {
	vertical-align: middle;
}


.separator_bar {
    margin-top: 0;
    padding: 0.1em;
    border-top: 1px solid #30582b;
    font-family: arial, helvetica, sans-serif;
}

.separator_bar_left {
    float: left;
    padding: 4px 0.5em 0 4px;
    font-family: arial, helvetica, sans-serif;
}

.separator_bar p {
    margin:0.1em 0;
    padding:0.2em;
    text-align:right;
    white-space:nowrap;
}


.footer
{
    margin-top: 5em;
    padding-top:0px;
    border-top: 1px solid black;
    clear:both;
    width:100%;

}


.errorBar
{
    clear:both;
    width:100%;
    background-color:red;

    position:fixed;
    bottom: 0px;
    width: 100%;
}



.lanugageDivider{
    width: 100%;
}



/** Search results ===================== */


.tagFilterBar {
    /* margin: 10px; */
    font-family: arial, helvetica, sans-serif;
    font-size: medium;
}


.searchResultsByLang{
    padding-left:10px;
}

.searchResultsTranslations{
    padding-left:1.75em;
}


.word_list_view {
	font-family: arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

.word_list_view_first_column {
	border-style: none;
    border-width: 2px;
}

.word_list_view_second_column {
	border-style: none;
    border-width: 2px;
    width: 500px;
}

.word_list_fuzzy_part{
    background:#f3f3f3;
    width: 800px;
}

.word_list_good_part{
    width: 800px;
}


.word_list_words_part{
    vertical-align:top;
    width:500px;
}

.word_list_description_part{
    vertical-align:top;
    width:300px;
}

.word_list_view_word {
	font-weight: bold;
	font-size: 150%;
	text-decoration: none;
	color: black;
}

.word_list_view_language_iso_code {
	font-weight: normal;
	font-size: small;
	color: #B1B1B1;
}

.word_list_view_translations {
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
    margin: 0px;
}

.word_list_view_translation {
    font-size: 110%;
	font-weight: bold;
    text-decoration: none;
    color: #666;
}

.word_list_view_entities {
    font-size: small;
    white-space: nowrap;
}


.dictViewMainWord{
    font-size: 150%;
    font-weight: bold;
}

.dictViewLink, .dictViewLink:hover{
    text-decoration: none;
    color:#222;
    font-weight: bold;
}


.dictViewGrammarType{
   font-size: 70%;
   font-weight: normal;
   font-style: italic;
}

.dictViewTranslation{
    font-weight: normal;
    font-style: normal;
}

.star-off {
    display:-moz-inline-stack;
    display:inline-block;
    width:16px;
    height:16px;
    background-image : url('/wordy_media/star_disabled.png');
}

.star-on {
    display:-moz-inline-stack;
    display:inline-block;

    width:16px;
    height:16px;
    background-image : url('/wordy_media/star.png');
}

.tagRow{
    vertical-align:top;
    width:200px;
}


.errorlist
{
    color:red;
    padding:0px;
    margin: 0px;
}

.errorlist ul
{
    padding:0px;
}
