﻿@charset "utf-8";
/* CSS Document */

.translate_menu {
	z-index: 100;
    vertical-align: middle;
    clear:none;
    position: relative;
}
.translate_link_revert
{
    font-size: 12px;
    color: #999999;
    font-weight: bold;
    margin-right: 20px;
    padding-right: 16px;
	text-decoration:none;
}
.translate_link_revert:hover
{
    text-decoration:none;
}

.translate_menu a.translate_link {
    background: url("/Content/images/header/down_arrow.png") no-repeat scroll right center transparent;
    color: #999999;
    font-weight: lighter;
    margin-right: 20px;
    padding-right: 16px;
	text-decoration:none;
	font-size: 12px;
}
.translate_menu a.translate_link2 {
	color:#557eb9;
	background: url("/Content/images/blue_envelope.gif") no-repeat scroll right center transparent;
    padding-right: 16px;
	text-decoration:none;
}
.translate_menu sup 
{
    display:inline-block;
    font-size:7px;
    padding-bottom:5px;
}
.translate_menu_items {    
    display: none;
    position: absolute;
    z-index: 150;
    width: 420px;
    background: #e9e9e9;
    color: #525051;
    padding: 6px;
    left:0px;
    clear:both;
}

.translate_menu_items ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #e9e9e9;
	width:130px;
	float:left;
}

.translate_menu_items ul li {
    /*float: left;*/
    padding: 2px;
	margin:1px 0;
}

.translate_menu_items ul li a {
    color: #525051;
    text-decoration: none;
	display:block;
    padding:4px 6px;
}

.translate_menu_items ul li a:hover {
    background: #d4d4d4;
}


/* translate popup section */

.mst-popup 
{
	z-index: 14000;
 	min-width: 240px;
 	max-width: 500px;
	padding: 5px;
	border: solid 1px #777;
	color: #666;
	background-color: #ffffff;
	text-align: left
}
.mst-popup-container
{
    margin: 5px;
    word-wrap: break-word;
}
.mst-has-translator-rights {
    color: red;
    font-size:xx-small; 
    vertical-align:top;
}
.mst-popup-container a, .mst-popup-container a:link, .mst-popup-container a:hover, .mst-popup-container  a:active
{
    color: #557eb9;
    text-decoration: none;
}
.mst-popup-container a:hover
{
    color: #557eb9;
    text-decoration: none;
    cursor: pointer;
}
.mst-popup .btncasing
{
        margin-top: 5px;
}
.mst-popup .btncasing a, .mst-popup .btncasing a:link, .mst-popup .btncasing a:hover, .mst-popup .btncasing a:active
{
	color: #ffffff;
    text-decoration: none;
}
.mst-popup .btncasing a:hover
{
    text-decoration: none;
    cursor: pointer;
}
.mst-popup-header
{
    vertical-align:top; 
}
.mst-popup-header h2
{
    font-size:12px;
    padding-left:12px;
    color: #eb7c00;
    float:left;
    vertical-align:top; 
}
.mst-from-language
{
    float:left;
    vertical-align:bottom; 
    display:none;
} 
.mst-to-language 
{
    vertical-align:bottom; 
    display:none;
} 
.mst-popup-header .mst-from-language
{
    float:left;
    vertical-align:bottom; 
}
.mst-popup-header-right
{
    vertical-align:top; 
    float:right;
}
.mst-logo 
{
    vertical-align:top; 
    padding-top:5px;
    padding-right:14px;
}
.mst-hide 
{
    display:none;
}
.mst-source 
{
    display:block;
    clear:both;
    padding: 0px 12px 10px 12px;
}
.mst-suggest-translation
{
    cursor:pointer;
    padding-left:12px;
    
}
.mst-suggest-translation img
{
    vertical-align:middle;
    margin-right:5px;
}
.mst-suggest-area
{
    display: none;
    min-width: 200px;
    margin: 10px 10px 10px 10px;
}

.mst-suggest-area .btncasing 
{
    padding-left:2px;
}
.mst-suggest-area a.primarybtn
{
    height: inherit;
    line-height: inherit;
}

.mst-suggest-area textarea
{
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden; 
    min-width: 400px;
    min-height: 200px;
}
.mst-improve-area .positiveVotes
{
    float:left;
    font-size: 10px;
    font-weight:bold;
}
.mst-improve-area .mst-translated-text
{
   font-size: 12px;
}
.mst-improve-area .mst-btn-approve
{
    float:right;
}
.mst-alternate-translations
{
   font-size: 12px;
   font-weight: bold;
   color: #eb7c00;
   margin-top: 20px;
   display: block;
   clear: both;
}
.mst-improve-translation
{
    cursor:pointer;
    padding-left:12px;
    
}
.mst-improve-translation img
{
    vertical-align:middle;
    margin-right:5px;
}
.mst-improve-area
{
    min-width: 200px;
    margin-left: 10px;
    margin-right: 10px;
}
.mst-improve-area ul
{
    margin: 0;
    padding: 0;
    overflow-y: auto;
    max-height: 400px;
}
.mst-improve-area li
{
    width: 99%;
    display: block;
    clear: both;
}

.mst-improve-area .btncasing 
{
    padding-left:2px;
}

.mst-improve-area textarea
{
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden; 
}
