﻿body 
{
	font-family: Arial;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

table 
{
	border-collapse: collapse;
}

td 
{
	vertical-align: top;
}

input 
{
}

h1
{
	font-family: Arial;
	font-size: 12pt;
}

h2
{
	font-family: Arial;
	font-size: 11pt;
}

p
{
/*	margin-bottom: 0;*/
/*	line-height: 20px;*/
}

a, a:active, a:hover
{
	color: #0066cc;
}
a:visited
{
	color: #0033cc;
}



/* *************************************  */
/* *************************************  */
/* *************************************  */

input.number 
{
	text-align: right;
}

table.main 
{
	background-color: #66B9D7;
}

table.translation 
{
	background-color: #E0EEF1;
	color: #0099CC;
	width: 519px; /*380px;*/
}

#TranslationOfferBlock 
{
	height: 400px;
	border: 1px solid #3890AC;
	background-color: #FFFFFF;
}

#TranslationOfferContent
{
	height: 390px;
	background-color: #FFFFFF;
	padding: 0px;
/*	padding: 5px;*/
}

#TranslationOfferHeader 
{
	background-color: #EAF5F6;
	padding: 7px 10px 7px 10px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
/*	overflow: auto;*/
/*	height: 15px;*/
}

#TranslationHistoryBlock
{
	background-color: #E2EEF1;
	border: 1px solid #67BBD7;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000003;
	position: absolute;
	display: none;
	left: 320px; /*181px;*/
	top: 120px;
}

#TranslationOfferResults 
{
/*	background-color: #ffFAE6;*/
	padding: 10px;
	height: 351px;
	overflow: auto;
}

#eKeyboard
{
	border: 0px;
	position: absolute;
	top: 92px;
	left: 174px;
}

select.languagesDropdown 
{
	font-family: Arial;
	font-size: 11px;
	width: 123px;
	margin-top: 1px;
}

input.wordInput 
{
	font-family: Arial;
	font-size: 11px;
	width: 154px;
}

input.button, .button 
{
	font-family: Arial;
	font-size: 11px;
	border: 1px solid #269DC1;
	background-color: #65BAD7;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 1px;
}


/* LOGIN */
.LoginInstruction
{
	padding: 15px 0px 25px 0px;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
}

.LoginTitle
{
	font-family: Arial;
	font-size: 11px;
	background-color: #ffffff;
	color: #65BAD7;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #65BAD7;
	text-align: left;
}

.LoginBlock
{
	border: 0px solid #269DC1;
	padding: 0px;
}

.LoginLabel
{
	padding: 5px 10px 0px 0px;
}

.LoginButton
{
	margin: 10px 20px;
}

.LoginErrMessage
{
	padding: 15px 0px 5px 0px;
}

img.logo 
{
	margin: 5px;
}


div.ErrorMessage
{
	color: red;
	padding: 10px;
}

a.wordBookmark 
{
	text-decoration: none;
	font-weight: normal;
}

a.wordBookmark:hover
{
	text-decoration: underline;
	font-weight: normal;
}

a.wordBookmark:visited
{
	text-decoration: none;
	font-weight: normal;
	color: #7db4e7;
}
