@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif; 
	letter-spacing: 0.08em;
}



html {
	scrollbar-base-color: #0b0250;
	scrollbar-track-color: #dedee4;
	scrollbar-arrow-color: white;
	width: 100%;
	height: 100%;
}



.left {
	text-align: left;
}



textarea {
	color: #1e3f58;
	font-size: 13px;
	line-height: 14px;
	letter-spacing: inherit;
	resize: none;
	box-shadow: 0 0 5px #999999;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
}

select {
	width: 150px;
}

h1 {
	color: #1e3f58;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	line-height: 40px;
	letter-spacing: inherit;
}

h2 {
	color: #1e3f58;
	font-size: 0.9em;
	line-height: 30px;
	letter-spacing: inherit;
}


p {
	color: #464646;
	font-size: 0.8em;
	line-height: 21px;
	margin-top: 10px;
	letter-spacing: normal;
}


a:link {
	color: #0210cb;
	text-decoration: none;
	letter-spacing: inherit;
}

a:visited {
	color: #0210cb;
	text-decoration: none;
}

a:hover {
	color: #0210cb;
	text-decoration: underline;
}

a:active {
	color: #0210cb;
}

.menu-container a:link {
	font-size: 12px;
	color: #0A1F30;
	line-height: 30px;
	text-decoration: none;
	margin: 0 6px 0 6px;
	letter-spacing: 0.1em;
}

.menu-container a:visited {
	color: #1d3e58;
	line-height: 30px;
	text-decoration: none;
	margin: 0 6px 0 6px;
}

.menu-container a:hover {
	color: #F5A001;
	line-height: 30px;
	text-decoration: none;
	margin: 0 6px 0 6px;
}

.menu-container a:active {
	color: #F5A001;
	line-height: 30px;
	text-decoration: none;
	margin: 0 6px 0 6px;
}

.menu-container a.selected {
	color: #FFF;
}


.padded {
	padding: 10px;
}

.white-bg {
	background-color: #fff;
}


.button {
	width: 61px;
	height: 25px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	cursor: hand;
	cursor: pointer;
	letter-spacing: inherit;
	overflow: hidden;
}

.button:hover {
	background-position: 0 -25px;
	cursor: hand;
	cursor: pointer;
}

.save-button {
	width: 61px;
	height: 25px;
	background: url('/images/buttons/button.png') no-repeat;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	cursor: hand;
	cursor: pointer;
	letter-spacing: inherit;
	overflow: hidden;
	background-position: 0 -25px;
}

.save-button:hover {
	background-position: 0 0px;
	cursor: hand;
	cursor: pointer;
}



.add-phrase-button {
	float: right;
	margin: 10px 10px 0 0;
}



.learn {
	background: url('/images/buttons/learn-button.png') no-repeat;
	float: right;
	margin-right: 10px;
}



.arrows {
	margin-top: 10px;
	float: right;
	width: auto;
}

.up-arrow {
	float: left;
	background: url('/images/up-arrow.png') no-repeat;
	width: 17px;
	height: 9px;
	cursor: hand;
	cursor: pointer;
}

.down-arrow {
	float: left;
	background: url('/images/down-arrow.png') no-repeat;
	width: 17px;
	height: 9px;
	margin-right: 5px;
	cursor: hand;
	cursor: pointer;
}

#screencontainer {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url('/images/trans.png');
	display: none;
	z-index: 5;
}

.screen {
	position: relative;
	top: 50%;
	left: 50%;
	border: 10px solid #fff;
	display: none;
}

#close {
	position: absolute;
	top: 50%;
	left: 50%;
	background: url('/images/buttons/close.png') no-repeat;
	width: 36px;
	height: 36px;
	z-index: 6;
}

.notes {
	height: auto;
	background-color: #fff;
	position: relative;
	top: 50%;
	left: 50%;
	border: 10px solid #fff;
	display: none;
}

#output {
	color: #1e3f58;
	margin-top: 20px;
	width: 100%;
	height: auto;
	font-size: 12px;
	letter-spacing: inherit;
}


#slide-container {
	width: 610px;
	height: 280px;
	overflow: hidden;
}

#sliderpics {
	height: 245px;
	width: 1830px;
}

#sliderpics img {
	float: left;
	z-index: 10;
}


.slider-control {
	position: relative;
	bottom: 30px;
	left: 0px;
	width: 610px;
	height: 30px;
	text-align: right;
/*	z-index: 10;
	background: url('/images/light-trans.png'); */
}

.slider-button1 {
	width: 10px;
	height: 10px;
	background-color: #fff;
	float: right;
	margin: 10px 10px 0 0;
	cursor: hand;
	cursor: pointer;
}

.slider-button2 {
	width: 10px;
	height: 10px;
	background-color: #fff;
	float: right;
	margin: 10px 10px 0 0;
	cursor: hand;
	cursor: pointer;
}


.slider-button3 {
	width: 10px;
	height: 10px;
	background-color: #fff;
	float: right;
	margin: 10px 10px 0 0;
	cursor: hand;
	cursor: pointer;
}

.active {
	background-color: #13588a;
}


#compiler-window, #compiler-window-spanish, #compiler-window-german, #compiler-window-dutch, #compiler-window-french  {
	background-color: #fff;
}

#compiler-heading {
	color: #1E3F58;
	font-size: 1em;
	letter-spacing: inherit;
	font-weight: bold;
	font-style: italic;
	line-height: 35px;
	padding-left: 10px;
}

#compiler-heading span {
	color: #1E3F58;
	font-size: 0.8em;
	letter-spacing: inherit;
	font-weight: bold;
	font-style: italic;
	line-height: 35px;
	float: right;
	margin-right: 10px;
}


#phrase-heading {
	color: #1E3F58;
	font-size: 16px;
	letter-spacing: inherit;
	font-weight: bold;
	background-color: #f6fcff;
	line-height: 35px;
	width: 515px;
	padding-left: 10px;
}

#phrase-tool {
	color: #666;
	font-size: 0.75em;
	line-height: 19px;
	margin-top: 10px;
	letter-spacing: normal;
}

#phrase-tool table tr {
	height: 25px;
	line-height: 35px;
}


#phrase-tool table tr:nth-child(4n-1) {
	background-color: #f2f4f5;
}


.GoButton {
	width: 56px;
	height: 34px;
	background: url('/images/buttons/go-button.png') no-repeat;
	cursor: hand;
	cursor: pointer;
	overflow: hidden;
}


#search-area {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000224;
	font-size: 0.75em;
	line-height: 19px;
	letter-spacing: normal;
}

ul {
	margin-left: 20px;
}

ul li {
	color: #666;
	font-size: 0.75em;
	letter-spacing: normal;
	line-height: 19px;
}

table tr {
	height: 25px;
	line-height: 35px;
}

.search tr {
	line-height: 20px;
}

.search tr td {
	margin: 10px;
}


th {
	border: 1px solid #666;
	border-width: 1px 0;
	color: #666;
	font-size: 0.75em;
	font-weight: bold;
	margin-top: 10px;
	letter-spacing: normal;
	text-align: left;
}


.update span {
	width: 180px;
	display: block;
	float: left;
}


.search-body {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	background-color: #F2F4F5;
	font-family: Arial, Helvetica, sans-serif;
}

.search-body-container {
	height:485px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	background-color: #fff;
	border: 1px solid #888;
	overflow:auto;
}


.search-checkbox {
	height: 18px;
	width: 20px;
	float: left;
	margin: 0 0 0 10px;
	text-align: right;
	display: block;
}

.search-result {
	line-height: 18px;
	float: left;
	width: 310px;
	text-align: left;
	margin: 0 0 0 10px;
	font-size: 10px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}

.search-pagination {
	float: left;
	width: 270px;
	margin-top: 5px;
	height: 40px;
	overflow: hidden;
}

.search-pagination a {
	height: 13px;
	font-size: 12px;
}

#admin-table table tr:nth-child(even) {
	background-color: #f2f4f5;
}

#admin-table {
	color: #666;
	font-size: 0.75em;
	line-height: 19px;
	margin-top: 10px;
	letter-spacing: normal;
}

#admin-table tr {
	line-height: 19px;
}

#admin-table td {
	text-align: left;
}

#user-table {
	color: #666;
	font-size: 0.75em;
	line-height: 19px;
	margin-top: 10px;
	letter-spacing: normal;
	text-align: left;
}

#user-table tr {
	line-height: 19px;
}

#user-table td {
	border-bottom: 1px solid #666;
} 

.legend th {
	text-align: center;
}

.legend a {
	color: #444;
}

.paragraph-head {
	margin-top: 15px;
	font-weight: bold;
}


/* start slider bar styles */

#slide-container {
	width: 610px;
	height: 280px;
	overflow: hidden;
}

#sliderpics {
	height: 245px;
	width: 1830px;
}

#sliderpics img {
	float: left;
	z-index: 10;
}


.slider-control {
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 610px;
	height: 35px;
	text-align: right;
/*	border: 1px solid #000;
	z-index: 10;  */
	background: url('/images/light-trans.png');
}

/*
.slider-button1 {
	position: absolute;
	bottom: 10px;
	right: 45px;
	width: 10px;
	height: 10px;
	background-color: #fff;
	float: right;
	margin: 10px 10px 0 0;
	cursor: hand;
	cursor: pointer;
}
*/

.slider-button1 {
	position: absolute;
	bottom: 10px;
	right: 25px;
	width: 10px;
	height: 10px;
	background-color: #fff;
	float: right;
	margin: 10px 10px 0 0;
	cursor: hand;
	cursor: pointer;
}


.slider-button2 {
	position: absolute;
	bottom: 10px;
	right: 5px;
	width: 10px;
	height: 10px;
	background-color: #fff;
	float: right;
	margin: 10px 10px 0 0;
	cursor: hand;
	cursor: pointer;
}

.slider-copy {
	font-style: italic;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 5px;
	float: left;
	margin-left: 10px;
	line-height: 35px;
}

.active {
	background-color: #13588a;
}

/* end slider bar styles */




ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#search-area.search-body.search-checkbox {
    float: left !important;
	line-height: 25px !important;
}
.search-result {
    line-height: 25px !important;
}

