﻿@charset "utf-8";
@import "predefined.css";






/* ------------------------------------
Generic & Defaults
------------------------------------ */
body {
	font:1.2em Arial;
	text-align:center;
	background:#e0e0e0;
	color:#555;
}
a {
	color:#00f;
}
a:visited {
	color:#3577FF;
}
a:hover {
	text-decoration:none;
}
h1, h2, h3, h4, h5 {
	color:#000;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
p {
	margin:0 0 1em 0;
}
.clear-both {
	clear:both;
}
.small-font {
	font-size:0.8em;
}
.small-font {
	font-size:0.8em;
}






/* ------------------------------------
Layout
------------------------------------ */
#laminator {
	background:url(../image/bg-top.png);
}
#page {
	background:#e0e0e0 url(../image/bg-body.png) repeat-x 0 0;
}
#header, #body {
	width:982px;
	text-align:left;
	margin:0 auto;
}
#header {
	background:url(../image/bg-header.png) no-repeat 50% 100%;
}
#body {
	background:#fff url(../image/bg-primary.gif) no-repeat 50% 100%;
	padding:0 0 8px 0;
	margin-top:3px;
}
#body .top {
	background:url(../image/bg-primary-top.png) repeat-x 50% 0;
	height:6px;
	overflow:hidden;
}
#body .main {
	border-color:#d4d4d4;
	border-style:solid;
	border-width:0 1px;
	min-height:470px;
	height:auto !important; /* ie6 doesn't support !important */
	height:470px; /* for ie6 */
	overflow:hidden !important; /* ie6 doesn't support !important */
	overflow:visible; /* for ie6 */
}

#footer {
	padding:0 0 8px 24px;
	font:0.9em Verdana;
}










/* ------------------------------------
Header
------------------------------------ */
#header {
	height:122px;
	position:relative;
}
#header a {
	color: #99CC00;
	text-decoration:none;
}
#header h2 {
	width:600px;
}
#header h2 a {
	color:#fff;
	font:4em Trebuchet MS;
	text-decoration:none;
	padding:20px 0 0 10px;
	height:61px;
	display:block;
}
#header ul {
	float:left;
}
#header li {
	float:left;
}
#header li a {
	float:left;
	padding:12px 20px;
	font:1.2em Verdana;
}
#header li a:hover {
	color:#669900;
	background:url(../image/dot-menu.png) no-repeat 50% 100%;
	text-decoration:underline;
}
#header form {
	position:absolute;
	top:36px;
	right:0;
	width:400px;
}
#header fieldset * {
	float:left;
}
#header option {
	float:none;
}
#header .textbox {
	width:190px;
	font:1em Georgia;
	color:#999966;
}
#header select {
	width:120px;
	margin:0 0 0 6px;
}
#header .button {
	background:url(../image/button-go.png) no-repeat 0 0;
	border:none;
	border-width:0;
	width:33px;
	height:19px;
	text-indent:-1000em;
	overflow:hidden;
	margin:2px 0 0 6px;
}
* html #header .button {
	padding:1000em 0 0 0;
}






/* ------------------------------------
Primary
------------------------------------ */
#body .main {
}
#body .content, #body .sidebar {
	float:right;
	display:inline;
}
#body .sidebar {
	width:220px;
	overflow:hidden;
	padding:0 0 20px 0;
}
#body .content {
	width:730px;
	padding:0 20px 60px 10px;
}











/* ------------------------------------
Primary - Content
------------------------------------ */
#body .content {
	font:1.1em/1.6 Verdana;
}
h1, .content h2 {
	margin:10px 0;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	margin-left:-4px;
}
h1 {
	font:2em Times New Roman;
}
.content h2 {
	font:bold 1.6em Tahoma;
}
h1 strong {
	font-style:italic;
	color:#CC3300;
}
.error {
	font-size:1.2em;
	color:red;
}
.note {
	font-size:1.2em;
	color:green;
}









.pagination {
	font:bold 0.9em Tahoma, Arial;
	padding:3px 2px;
}
.pagination span {
	color:red;
}






ul.general {
	list-style:square;
	margin:0 0 1em 0;
}
ol.general {
	list-style:decimal;
	margin:0 0 1em 0;
}
ul.general li, ol.general li {
	margin:0 0 3px 34px;
}







.alphabet {
	border-color:#ddd;
	border-style:dashed;
	border-width:1px 0;
	margin:4px 0 12px 0;
	padding:10px 0 12px 10px;
	height:1%;
	overflow:hidden;
	font:bold 1.1em/1.5 Verdana;
	clear:both;

}
.alphabet li {
	float:left;
}
.alphabet li a {
	float:left;
	width:1.35em;
	/*width:1.55em;  /*with # */
	height:1.8em;
	text-align:center;
}
.alphabet li a:hover {
}
.alphabet .current {
	background: #99CCFF;
}


.alphabet.sub li a {
	font-size:0.85em;
	width:2.1em;
}




.phrase_list {
	margin:1em;
}
.phrase_list li {
	/*float:left;
	width:350px;*/
}


.folded li {
	float:left;
	width:300px;
}


.phrase_list strong {
	font-weight:bold;
	font-family:Tahoma, Arial;
}



#phrases p {
	font:1em Verdana;
}


.symbols {
	width:100%;
	overflow:auto;
	overflow-y:hidden;
}




h6 {
	font:bold 0.8em Tahoma, Arial;
	color:#bbb;
	clear:both;
}




h3 {
	font:bold 1.2em Verdana;
	margin:0 0 5px 0;
}



/* ------------------------------------
Primary - Sidebar
------------------------------------ */
#body .sidebar {

}











/* ------------------------------------
Footer
------------------------------------ */











