﻿body
{
	margin: 30px;
	padding: 0;
	font-size: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #E6E6DC;

}


.header
{
	width:100%;
	background-color:#F8F8F5;
	border:solid 1px #943654;
	height:30px;
}

.logo
{
	position:absolute;
	left:60px;
	top:14px;
	border:0px;
}

.leftTop
{
	float:left;
	background-image:url('img/curve1.gif');
	background-repeat:no-repeat;
	width:5px;
	height:5px;
	left:-1px;
	top:-1px;
	position:relative;
	font-size:0px;
	
}
	
.rightTop
{
	float:right;
	background-image:url('img/curve2.gif');
	background-repeat:no-repeat;
	width:5px;
	padding-bottom:0px;
	margin-bottom:0px;
	height:	5px;
	left:1px;
	top:-1px;
	position:relative;	
	font-size:0px;
}

.leftBtm
{
	float:left;
	background-image:url('img/curve4.gif');
	background-repeat:no-repeat;
	width:5px;
	height:5px;
	left:-1px;
	top:1px;
	position:relative;
	font-size:0px;
}
	
.rightBtm
{
	float:right;
	background-image:url('img/curve3.gif');
	background-repeat:no-repeat;
	width:5px;
	height:5px;
	left:1px;
	top:1px;
	position:relative;
	font-size:0px;
	
}

.header_content
{
	padding-left:130px;
	height:20px;
	vertical-align:middle;	
	color:#943654;
	font-weight:bold;
	font-size:13pt;
}

#beta
{
	font-weight:normal;			
	float:right;
	display:block;	
	font-size:9pt;
	color: #842B2B;
	padding: 2px 5px 0 0;
	
}
#product_title
{
	display:block;	
	float:left
}

.languages
{
	width:99%;
	text-align:right;
	margin-top:5px;	
}
	
.languages a
{
	color:#3167D5;
	font-size:9pt;
	text-decoration:none;
	padding-left:5px;
}
.currentLang
{
	color:black !important;
	cursor:default;
}
	
#ctl00_langLT
{
	display:none;
	}
.controlsContainer
{
	background-color:#F8F8F5;
	border:solid 1px #943654;
	width:100%;
	border-bottom:none;
	margin-top:5px;	
}
.contentContainer
{
	width:100%;
	background-color:#F8F8F5;
	border:solid 1px #943654;	
	border-top:none;
	border-bottom:none;		
}
.aboutContainer
{

	background-color:white;	
	border:solid 1px #943654;	
	width:100%;
	border-top:none;
}

.ta_container
{
	float:left;
	width:47%;
	padding:0px 1% 0px 2%;		
}

.paddTop
{
	margin-top:15px;
	}

.content
{
	height:100%;
	padding:5px;

}
.footer
{
	clear:both;
	width:97%;
	text-align:center;	
	padding:10px;
	color:#555553;
	font-size:9pt;
}

/*pogas*/
.button  
{
	 background-image:url('img/bt_c.png');
	 background-repeat:repeat-x;
	 height:21px;
	 width:80px;	
	 text-align:center;
	 cursor:pointer;
	 cursor:hand;	
	 font-weight:bold;
	 font-size:12px;	
	 float:right;		
}
.hr
{
	width:100%;
	height:1px;
	margin: 5px 0 10px 0;
	background-image:url('img/hr2.png');
	background-repeat:repeat-x;
	}

#translDirectionList
{
	margin:0 4px 0 4px;
	color:#842B2B;
	font-weight:bold;
}
#translationDirectionLabel
{
	padding-top:3px;
	}

.buttonON
{
	 background-image:url('img/bt_c_on.png');
	 background-repeat:repeat-x;
	 height:21px;
	 width:80px;	
	 text-align:center;
	 cursor:pointer;
	 cursor:hand;	
	 font-weight:bold;
	 font-size:12px;
	 float:right;
}
.buttonHover
{	
	 background-image:url('img/bt_c_hover.png');
	 background-repeat:repeat-x;
	 height:21px;
	 width:80px;	
	 text-align:center;
	 cursor:pointer;
	 cursor:hand;	
	 font-weight:bold;
	 font-size:12px; 	
	 float:right;
}

.buttonText
{
	line-height:20px;
	
	}

.button .left { 
	background-image:url('img/bt_l.png');
	background-repeat:no-repeat;
	width:3px;
	float:left;	
	height:21px;
}
.buttonON .left { 
	background-image:url('img/bt_l_on.png');
	background-repeat:no-repeat;
	width:3px;
	float:left;	
	height:21px;
}
.buttonHover .left { 
	background-image:url('img/bt_l_hover.png');
	background-repeat:no-repeat;
	width:3px;
	float:left;	
	height:21px;
}

.button .right { 
	 background-image:url('img/bt_r.png');
	 background-repeat:no-repeat;
	 width:3px;
	 float:right;
	 height:21px;
}
.buttonON .right { 
	 background-image:url('img/bt_r_on.png');
	 background-repeat:no-repeat;
	 width:3px;
	 float:right;
	 height:21px;
}
.buttonHover .right { 
	 background-image:url('img/bt_r_hover.png');
	 background-repeat:no-repeat;
	 width:3px;
	 float:right;
	 height:21px;
}



#translating
{
	display:none;
	color: Gray;
	font-weight:bold;
	float:right;
	}
	
#translationComplete
{
	display:none;
	color: Gray;
	font-weight:bold;
	float:right;
}



textarea
{
	font-family: Verdana;
	font-size: 9pt;
	border: solid 1px #B0B0B0;	
	overflow-y: auto;
	padding: 5px;
	background-color:White;
	width:98%;
	height:250px;
	margin-bottom:10px;
}

#resultBox
{
	font-family: Verdana;
	font-size: 9pt;
	border: solid 1px #B0B0B0;	
	overflow-y: auto;
	
	background-color:White;
	width:98%;
	height:250px;
	padding-bottom:10px;
	padding: 5px;
}

.controlsContainer a
{
	color:black;	
}

.leftSide
{
	/*padding-left:10px;*/
}

#directionText
{
	color: #842B2B;
	font-weight:bold;
	padding-left:5px;
}


#ajaxLoader
{
	display:none;
	padding-right:10px;	
	float:right;
}

.left
{
	float:left;
}

.tempText
{
	font-style: italic;
	color: #5D5D5D;
}

.sectionHeader
{
	color: #842B2B;
	font-size:11pt;
	}

.rss_feed
{
	
	font-family: Verdana, Helvetica, sans-serif;
	}
.blog
{
	padding-top:15px;
	font-size:9pt;
	}
.blog a
{
	padding-left:5px;	
	
	}
.blogFooter
{
	color: #972F2F;
	
	}
.blogFooter b
{
	color: #010180;
	font-weight:normal;
	
	}
.descriptionLinks img
{
	margin-left:10px;
	top:2px;
	position:relative;
	}
.descriptionLinks
{
	vertical-align:middle;
	
}
	
.subscribe
{
		padding:5px;
		display:block;
}
.subscribe img
{
		top:5px;
		padding-right:5px;
		position:relative;
}

/* Dictionary entry */

.entries
{
	padding-top: 3px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 11px;
}

.entries hr
{
	border-width: 0px;
	/*border-top: 1px dashed #DADADA;*/
	margin-top: 6px;
	height: 1px;
	background-image: url(img/line.png); background-repeat: repeat-x; 
}

.highlightEntry
{
	/*background-color: #f9dcaa;*/
}

.title
{
	font-weight: bold;
	color: #842B2B;
	background-color: transparent;
	font-size:10pt;
	margin-bottom: 16px;
}

.linkToOther a:hover
{
	
}
.linkToOther a
{	
	color: #005aa9;
	text-decoration:none;
}

.linkToOther a:visited
{
	color: #005aa9;
	text-decoration:none;
	
}

.linkToOther a img
{	
	border-width:0;
}

.bold
{
	font-weight:bold;
}

.EntryTitle
{
	/*padding:5px 0 5px 0;*/
	font-size: 11px;
	font-weight:	bold;
	font-family: Verdana, Helvetica, Sans-Serif;
	
}
.space5px
{
	margin: 15px 0 0 0;
}
.fromSample
{
	color:black;
	font-size: 11px;
}
.EntryText
{
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
}
.EntryItalic
{
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-style: italic;
}
.EntryExpression
{
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #3e5515;
	
}

.skatitPilnu
{
	margin-top: 10px;
	text-align: right;
	font-style: italic;
}

.skatitPilnu img
{
	border-width: 0px;
}

.skatitPilnu a
{
	font-weight:normal;
	color: #005aa9;
	font-size: 11px;
}

.pronunc
{
}
.comments
{
	color: #628985;	
}
.author
{
	color: #628985;	
	margin-top: 10px;
}
.resName
{
	
	color: #8c946f;
	font-size: 10px;	
}

.sectionForbidden
{
	margin: 5px 0px 5px 0px;
	padding: 2px 10px 2px 0px;
	color: #000000;
	background-position: left center;
	background-image: url(groups/pictures/key.PNG);
	background-repeat: no-repeat;
	border-right: #ffe1bb 1pt solid;
	border-top: #ffe1bb 1pt solid;
	border-left: #ffe1bb 1pt solid;
	direction: ltr;
	border-bottom: #ffe1bb 1pt solid;
}

.sectionForbidden p
{
	margin: 5px 0px 7px 50px;
	padding: 0px 0px 0px 0px;
}