@charset "UTF-8";

a:link { color: #990000; }
a:visited { color: #000000; }
a:hover { color: #FF0000; }
a:active { color: #FFFFFF; }

.white a:link {  color: #FFFFFF; }
.white a:visited { color: #FFFFFF; }
.white a:hover { color: #666666; }
.white a:active { color: #666666; }

.plain a:link {  color: #000000; }
.plain a:visited { color: #000000; }
.plain a:hover { color: #000000; }
.plain a:active { color: #000000; }

.correct a:link {  color: #009900; }
.correct a:visited { color: #009900; }
.correct a:hover { color: #009900; }
.correct a:active { color: #009900; }

.wrong a:link {  color: #FF0000; }
.wrong a:visited { color: #FF0000; }
.wrong a:hover { color: #FF0000; }
.wrong a:active { color: #FF0000; }

.wrongAny {
	color: #FF0000;;
}
.correctAny {
	color: #009900;
}

.woodbg {
        background-image:url(../Images/Backgrounds/wood_texture_segment.jpg);
        background-repeat:repeat;
}

.bodyIntroduction {
	position:absolute;
	left: 50%;
	width:1200px;
	height: 700px;
	margin-left: -600px;
}

.headerbg {
	background-image: url(../Images/Dictionary%20Heading/PNGS/dic_pg_head_bg.png);
	background-repeat: repeat-x;
	
}
.headershadow {
	position: absolute;
	height: 20px;
	width: 100%;
	background-image: url(../Images/drop_shadow.png);
	background-repeat: repeat-x;
	top: 150px;
	left: 0px;
}
.headerbody {
	position: absolute;
	left: 0px;
	top: 0px;
}
.textLinks {
	position: absolute;
	left: 66px;
	top: 227px;
	line-height: 0px;
}
.mainSection {
	position: absolute;
	width: 780px;
	left: 119px;
	min-height:520px;
	top: 200px;
	margin-right:40px;
	padding-bottom:40px;
	display:block;
}
.innerMainSection {
	padding:1px;
	min-width:610px;
	min-height:520px;
}
.displayName {
	position: absolute;
	left: 6px;
	top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: white;
	padding: 2px;
}

.logoutButton {
	position: absolute;
	right: 6px;
	top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: white;
	padding: 2px;
}

.translucent {
	filter:alpha(Opacity = 80);
	opacity:0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.80;
}
.errorBox {
	background-color:yellow;
	padding: 8px;
	width: 200px;
	margin: 0 auto;
	margin-top: 15px;
	display: block;
}
.nosel {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.let {
	position:relative;
}
.acc {
	font-weight: bold;
	position: absolute;
	left: 0.10em;
	top: -0.08em;
}
.defaultText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14pt;
}


.headingDropShadow {
	position:absolute;
	left:50%;
	width:1200px;
	height:auto;
	margin-left:-600px;
	top:150px;
}

.indexPageBackground {
	position:absolute;
	left:50%;
	height:750px;
	width:1200px;
	background-image:url(../Images/Backgrounds/index_background_birch.jpg);
	margin-left: -600px;
	margin-top:0px;
}

.indexPageHeading {
	position:absolute;
	left:50%;
	height:100px;
	width:1200px;
	background:#990000;
	margin-left: -600px;
	margin-top:0px;
}

.indexPageBottom {
	position:absolute;
	left:50%;
	height:50px;
	width:1200px;
	background:#990000;
	margin-left:-600px;
	margin-top: 700px;
}

.headingDropShadow2 {
	position:absolute;
	left:50%;
	width:1200px;
	margin-left:-600px;
	margin-top: 100px;
}

.bottomDropShadow {
	position:absolute;
	left: 50%;
	width:1200px;
	height:20px;
	margin-left:-600px;
	margin-top:690px;
}

.indexPageText {
	position:absolute;
	left: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36pt;
	color: #FFFFFF;
	height:50px;
	width:700px;
	margin-left: -320px;
	margin-top: -30px;
}

.troyka {
	position:absolute;
	left:50%;
	height:600px;
	width:600px;
	margin-left: -300px;
	margin-top: 100px;
}

.enterLink {
	position:absolute;
	left: 50%;
	width: 150px;
	height: 75px;
	margin-left: -75px;
	margin-top: 450px;
}

.troyka_logo {
	position:absolute;
	left: 50%;
	height:auto;
	width: 150px;
	margin-left: 360px;
	margin-top: 5px;
}

.wordInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	padding: 3px;
	letter-spacing: 2px
}

.keyboard {
	position: relative;
	
	margin-left: auto;
    margin-right: auto;
    width: 550px;
}

.overlayResults {
	background-color: white;
	
	filter:alpha(Opacity = 70);
	opacity:0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.70;
}

.resultsText {
	font-weight: bold;
	padding-top: 1px;
	margin-top: 50px;
	padding-left: 3.0em;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}

.resultsHeading {
	font-size: 40pt;
		height: 1em;
}

.resultsSubheading {
	font-size: 26pt;
		height: 1em;
}

.glossaryTable {
	width: 100%;
	padding: 2px
}

.helpText {
	font-size: smaller;
}
.clickToRevealDiv {
	cursor:pointer;cursor:hand;
}


th.glossaryTableColumnHeader {
	padding: 2px;
	border-spacing: 5px;
	text-align: center;
	background-color: silver;
}

td.glossaryRussianWordCell {
	text-align: center;
}	
	
td.glossaryEnglishWordCell {
	text-align: center;
	width: auto;
}

td.glossaryAudioLinkCell {
	text-align: center;
}

td.glossaryImagesCell {
	text-align: left;
}