﻿
.bigBox
{
	width:100%;
	background-color:#f2f2f2;	
	border-style:solid;
	border-width:1px;
	border-color:#7f7f7f;
}

.bigBox a
{
	padding-right:5px;
	padding-left:10px;
	text-decoration: none;
	color:#2e93e4;
	font-size:11px;
	background-image: url(/images/translation/link_bg.gif);
	background-repeat:no-repeat;	
}

.bigBox a:hover
{
	background-image: url(/images/translation/link_bg_hover.gif);
}

.bigBox #top
{
	padding:3px;
	font-weight:bold;
	background-color:#7f7f7f;
	color:White;
}

.bigBox #boxContent
{
	padding:3px;
}

.bigBox #error
{
	padding:3px;
	color:Red;	
}

.bigBox #bottom
{
	padding:3px;	
	text-align:right;	
}


.box
{
	width:100%;
	background-color:#f2f2f2;	
	border-style:solid;
	border-width:1px;
	border-color:#7f7f7f;
}

.box a
{
	padding-right:5px;
	padding-left:10px;
	text-decoration: none;
	color:#2e93e4;
	font-size:11px;
	background-image: url(/images/translation/link_bg.gif);
	background-repeat:no-repeat;	
}

.box a:hover
{
	background-image: url(/images/translation/link_bg_hover.gif);
}

.box #top
{
	padding:3px;
	font-weight:bold;
	background-color:#7f7f7f;
	color:White;
}

.box #boxContent
{
	padding:3px;
}

.box #error
{
	padding:3px;
	color:Red;	
}

.box #bottom
{
	padding:3px;	
	text-align:right;	
}

.textboxReadOnly
{
	border: 0px;
	border-bottom: 1px dotted #7f7f7f;
	margin-top: 2px;
	margin-bottom: 4px;
	width: 100%;
	font-size:11px;
	background-color:#f2f2f2;	
	font-family:Arial;
}

.translation-container {
	max-width: none;
}
