@import 'defaults.css';

/****************************************/
/*					COMMON				*/
/****************************************/

html, body {
	background-color: #f3f3ef;
	font: normal 11px "lucida grande",arial,sans-serif;
	text-align: center;
	color: #303030;
}
table {
	color: #303030;
}

div.shadow {
	background-color: #dacfbd;
	width: 720px;
	text-align: center;
	margin: 0px auto;
	height: 100%;
}
div.page {
	height: 100%;
	text-align: left;
	margin: 0px 10px 0px 10px;
	padding: 0px 30px;
}
label{
	font-size: 11px;
}
select, input {
	color: #3f6f8d;
	font-size: 12px;
}


/******************************************/
/*				HEADER				*/
/******************************************/

div#header {
	height: 120px;
	text-align: center;
}
div#header div.page{
	background-color: #45483f;
}
div#header div.top{
	height: 38px;
}
div#header ul.languages {
	color: #f3f3ef;
	float: left;
	margin-top: 16px;
	padding-left: 6px;
	height: 20px;
}
div#header ul.languages  li{
	float: left;
	margin-right: 3px;
}
div#header div.how-to {
	color: #f3f3ef;
	float: right;
	margin-top: 16px;
	padding-right: 6px;
}
div#header a {
	color: #bebfba;
}
div#header a:hover {
	color: #ff3e6b;
}


/******************************************/
/*				LOGO				*/
/******************************************/

div#logo{
	width: 100%;
	text-align: center;
	height: 61px;
	display: block;
}
div#logo a, div#logo a span{
	display: block;
	width: 292px;
	height: 100%;
	margin: 0px auto;
}
div#logo a{
	position: relative;
	cursor: pointer;
}
div#logo a span{
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
}
div#logo a span.russian{
	background: url(../images/logo_russian.png) no-repeat;
}
div#logo a span.english{
	background: url(../images/logo_english.png) no-repeat;
}
div#logo a span.latvian{
	background: url(../images/logo_latvian.png) no-repeat;
}

/******************************************/
/*			    SEARCH BAR				*/
/******************************************/

div#searchbar {
	background-color: #bebfba;
	height: 99px;
	text-align: center;
	color: #fff;
}
div#searchbar div.shadow {
	background-color: #a59b88;
}
div#searchbar div.page {
	background: #737473 url(../images/panel_bg.png);
}

/*				SELECT				*/
div#searchbar div.direction{
	width: 190px;
	float: left;
	padding: 24px 0px 0px 0px;
}
div#searchbar div.direction label{
	padding-left: 8px;
}
div#searchbar div.direction select{
	margin-top: 10px;
	width: 160px;
}
div#searchbar div.direction select[disabled=disabled]{
	color: #939490;
}

/*				INPUT				*/
div#searchbar div.word{
	width: 380px;
	float: left;
	padding: 24px 0px 0px 0px;
}
div#searchbar div.word label{
	padding-left: 8px;
}
div#searchbar div.word input{
	margin-top: 9px;
	width: 350px;
}

div#searchbar div.word_add{
	width: 185px;
	float: left;
	padding: 24px 0px 0px 0px;
}
div#searchbar div.word_add label{
	padding-left: 8px;
}
div#searchbar div.word_add input{
	margin-top: 9px;
	width: 155px;
}
div#searchbar div.word_add input[readonly=readonly]{
	color: #939490;
}

div#searchbar div.trans_add{
	width: 185px;
	float: left;
	padding: 24px 0px 0px 0px;
}
div#searchbar div.trans_add label{
	padding-left: 8px;
}
div#searchbar div.trans_add input{
	margin-top: 9px;
	width: 155px;
}


/*				LOGIN				*/
div#searchbar div.login{
	width: 285px;
	float: left;
	padding: 24px 0px 28px 0px;
}
div#searchbar div.login label{
	padding-left: 8px;
}
div#searchbar div.login input{
	margin-top: 10px;
	width: 255px;
}

/*				PASSWORD				*/
div#searchbar div.password{
	width: 285px;
	float: left;
	padding: 24px 0px 0px 0px;
}
div#searchbar div.password label{
	padding-left: 8px;
}
div#searchbar div.password input{
	margin-top: 9px;
	width: 255px;
}

/*				SUBMIT				*/
div#searchbar div.submit{
	
	float: left;
	padding: 45px 0px 0px 0px;
}
div#searchbar div.submit input{
	width: 70px;
	padding: 1px 0px;
}
div#searchbar div.submit_new_word{
	width: 80px;
	float: left;
	padding: 45px 0px 0px 0px;
}
div#searchbar div.submit_new_word input{
	width: 80px;
	padding: 1px 0px;
}


/******************************************/
/*				ADMIN				*/
/******************************************/

div#searchbar div.page a.admin_menu{
    color: #fff;
	font-size: 13px;
	display: block;
	float: left;
	padding: 45px 15px 39px 15px;
	background-color: transparent
}
div#searchbar div.page a.admin_menu:hover {
    background-color: #BEBFBA;
	color: #45483F;
}

div#content div.admin textarea{
	width: 624px;
	display: block;
}
div#content div.admin span.submit{
	display: block;
	height: 50px;
}
div#content div.admin span.submit input{
	float: right;
	color: #000;
	height: 30px;
	margin-top: 10px;
}

div#content div.admin table{
	background-color: #ccc;
	width: 100%;
	border-spacing: 2px;
	border-collapse: separate;
	font-size: 10px;
}
div#content div.admin table th{
	background-color: #45483F;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}
div#content div.admin table td{
	background-color: #fff;
}
/******************************************/
/*				CONTENT				*/
/******************************************/

div#content strong{
	font-weight: bold;
}
div#content div.page{
	background: #fff url(../../images/content_bg.png) repeat-x top;

}
div#content div.header{
	padding: 24px 0px 0px 0px;
	width: 280px;
	font-size: 18px;
}
div#content div.error{
	padding: 0px 0px 0px 6px;
	width: 100%;
	font-size: 17px;
	color: #ff3e6b;
}
div#content div.error div{
	padding: 20px 0;
}
div#content div.body{
	padding: 20px 0px 20px 0px;
}
div#content div.body a{
	color: #3f6f8d;
}
div#content div.body a:hover{
	color: #ff3e6b;
}
div#content .info p{
	padding: 10px 0;
	line-height: 20px;
}
div#content .info .img{
	text-align: center;
}
div#content .info .img img{
	border: solid #45483F 1px;
	margin: 10px auto;
}
div#content .info ul{
	list-style-type: disc;
}
div#content .info ol{
	list-style-type: decimal;
}

div#content .info ul li, div#content .info ol li{
	margin: 0 30px;
	text-indent: 0;
}
div#content .info small{
	font-size: 11px;
	display: block;
	padding: 2px;
}
div#content .info h3{
	font-weight: bold;
	font-size: 14px;
	margin: 15px 0 5px 0;
}
div#content .info h4{
	font-weight: bold;
	font-size: 12px;
	margin: 15px 0px;
}

/******************************************/
/*				WORD				*/
/******************************************/
div#content dl h1{
	font-size: 17px;
	color: #ff3e6b;
	line-height: 12px;
	margin-top: 10px;
	margin-left: 6px;
}
div#content span{
	font-size: 10px;
	color: #6c6c6c;
}
div#content dl span{
	margin-left: 6px;
}
div#content dd{
	margin-left: 50px;
	font-size: 14px;
	margin-top: 10px;
}

div#content h2{
	font-weight: bold;
	font-size: 16px;
	color: #415558;
	margin-top: 20px;
	margin-bottom: 10px;
}
div#content li{
	line-height: 16px;
	margin: 4px 0px;
	text-indent: -22px;
}
div#content em{
	font-style: italic;
	color: #777;
}

div#content div.col1{
	width: 90px;
	float: left;
}
div#content div.col1 label{
	padding-left: 8px;
}
div#content div.col1 select{
	margin-top: 10px;
	width: 160px;
}


div#content div.col4{
	margin-left: 585px;
	width: 50px;
	height: 50px;
}

/******************************************/
/*			DERIVATIVE WORDS			*/
/******************************************/

div#content table{
	border-bottom: solid #f3f3ef 1px;
	font-size: 12px;
}
div#content table tr.first td{
	background-color: #f3f3ef;
}
div#content table td{
	vertical-align: top;
	padding: 3px 6px;
}
div#content .num{
	padding-bottom: 15px;
	text-align: right;
	background-color: #fff;
	font-size: 11px;
	color: #303030;
}
div#content table td.dword{
	white-space: nowrap;
}
div#content table h3{
	font-weight: bold;
	font-size: 12px;
}
div#content table h3 span.highlight{
	font-weight: bold;
	font-size: 12px;
	color: #ff3e6b;
}


/******************************************/
/*				ADD NEW				*/
/******************************************/

div#content div.edit{
	margin-left: 5px;
}
div#content div.edit{
	display: inline;
	font-size: 9px;
}
div#content div.addnew, div#content div.add_new{
	font-size: 11px;
}
div#content div.addnew a, div#content div.addnew a img, div#content div.add_new a, div#content div.add_new a img{
	width: 14px;
	height: 13px;
}
div#content div.edit a, div#content div.edit a img{
	width: 12px;
	height: 12px;
}
div#content div.edit a{
	background: url(../images/edit.png);
}
div#content div.addnew a{
	background: url(../images/add.png);
}
div#content div.add_new a{
	background: url(../images/add_new.png);
}


div#content div.addnew a:link, div#content div.add_new a:link {
    background-position: 0 0
}
div#content div.addnew a:hover, div#content div.add_new a:hover {
    background-position: 0 -13px
}
div#content div.edit a:link {
    background-position: 0 0
}
div#content div.edit a:hover {
    background-position: 0 -12px
}

div#content div.info {
	font-size: 13px;
	text-align: justify;
}

/******************************************/
/*				FOOTER				*/
/******************************************/

div#footer {
	height: 50px;
	text-align: center;
	color: #bebfba;

}
div#footer div.page{
	background-color: #45483f;
}
div#footer div.copyright {
	float: left;
	margin-top: 16px;
}
div#footer div.links {
	float: right;
	margin-top: 16px;
}
div#footer a {
	color: #bebfba;
}
div#footer a:hover {
	color: #ff3e6b;
}
div#bottom_shadow{
	background-color: #dacfbd;
	height: 10px;
	width: 720px;
	margin: 0px auto;
}