* {
	padding: 0;
	margin: 0;
}

body {
	width: auto;
	background: #EAE8E8;
	font-size: 80%;
	font-family: 'cambria', verdana, helvetica, arial, sans-serif;
	line-height: 1.5em;
}

.tooltip {
	display: inline;
	position: relative;
}

.tooltip:hover:after {
	background: #333;
	background: rgba(0, 0, 0, .8);
	border-radius: 5px;
	bottom: 26px;
	color: #fff;
	content: attr(title);
	left: 20%;
	padding: 5px 15px;
	position: absolute;
	z-index: 98;
	width: 210px;
}
/* content: attr(title); */
.tooltip:hover:before {
	border: solid;
	border-color: #333 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 20px;
	content: "";
	left: 50%;
	position: absolute;
	z-index: 99;
}

a {
	color: #3B6EBF;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	color: red;
}

a img {
	border: none;
}

ul, li {
	margin: 0 24px;
	padding-bottom: 10px;
}

h1, h2, h3, h4 {
	color: #3a6496;
	font-weight: normal;
	font-family: 'Gill Sans', 'lucida grande', helvetica, arial, sans-serif;
	margin-bottom: 0.5em;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 17pt;
}

h3 {
	font-size: 20pt;
}

h4 {
	font-weight: normal;
}

p {
	margin: 0 0 1em 0;
}

#wrap {
	margin: 0px auto;
	width: 1000px;
	background: #fff url('images/midd.jpg');
	background-repeat: repeat-y;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}

#top {
	background: #fff url('images/topp.jpg');
	height: 0px;
}

#content {
	padding: 0 0 0 0;
	margin: 0px 0 0px 0;
}

#bottom {
	background: #fff url('images/bott.jpg');
	height: 20px;
}

.header {
	height: 146px;
	background: url('../img/header_orelc.png') no-repeat left;
}

.portal_selection {
	width: 50%;
	margin: 0 auto;
	text-align: center;
	/* 	background: red; */
}

.portal_selection td {
	vertical-align: middle;
	border: none;
	/* 	text-align: center; */
	font-size: 12pt;
	padding-top: 5px;
	padding-bottom: 5px;
	/* 	margin: 5px; */
	color: #3a6496;
}

.portal_selection td div:HOVER {
	cursor: pointer;
	color: red;
}

.portalGrammar {
	width: 242px;
	padding: 0px;
	margin: 10px;
	background-color: #3a6496;
}

.portalResource {
	width: 272px;
	padding: 0px;
	margin: 0px;
	background-color: #3a6496;
}

.portalOrelc {
	width: 272px;
	padding: 0px;
	margin: 0px;
	/* 	background-color:#3a6496; */
}

.portalKm {
	display: block;
	width: 130px;;
	height: 126px;;
	background: url('../img/portalKm.png') no-repeat left bottom;
	text-indent: -99999px;
}

.portalKm:hover {
	background-position: 0 0;
}

.portalKm_small {
	display: block;
	width: 32px;
	height: 32px;
	background: url('../img/portalKm_small.png') no-repeat left bottom;
	text-indent: -99999px;
}

.portalKm_small:hover {
	background-position: 0 -3px;
}

.portalFr {
	display: block;
	width: 130px;;
	height: 126px;;
	background: url('../img/portalFr.png') no-repeat left bottom;
	text-indent: -99999px;
}

.portalFr:hover {
	background-position: 0 0;
}

.portalFr_small {
	display: block;
	width: 32px;
	height: 32px;
	background: url('../img/portalFr_small.png') no-repeat left bottom;
	text-indent: -99999px;
}

.portalFr_small:hover {
	background-position: 0 0;
}

.portalName {
	display: block;
	width: 130px;;
	height: 127px;;
	background: url('../img/portalName.png') no-repeat left bottom;
	text-indent: -99999px;
}

.portalName:hover {
	background-position: 0 0;
}

.portalName_small {
	display: block;
	width: 32px;
	height: 32px;
	background: url('../img/portalName_small.png') no-repeat left bottom;
	text-indent: -99999px;
}

.portalName_small:hover {
	background-position: 0 0;
}

.portalVerb {
	display: block;
	width: 130px;;
	height: 126px;;
	background: url('../img/portalVerb.png') no-repeat left bottom;
	text-indent: -99999px;
}

.portalVerb:hover {
	background-position: 0 0;
}

.portalVerb_small:hover {
	background-position: 0 0;
}

.portalVerb_small {
	display: block;
	width: 32px;
	height: 32px;
	background: url('../img/portalVerb_small.png') no-repeat left bottom;
	text-indent: -99999px;
	vertical-align: middle;
}

.exit_portal {
	display: block;
	width: 36px;
	height: 36px;
	background: url('../img/exit_portal.png') no-repeat left top;
	vertical-align: middle;
}

.exit_grammar {
	display: block;
	width: 36px;
	height: 36px;
	background: url('../img/exit_book.png') no-repeat left top;
	vertical-align: middle;
	text-align: right;
}

.exit {
	display: block;
	width: 36px;
	height: 36px;
	background: url('../img/out.png') no-repeat left top;
	vertical-align: middle;
	text-align: right;
}

.exit:HOVER {
	display: block;
	width: 36px;
	height: 36px;
	background: url('../img/out_selected.png') no-repeat left top;
	vertical-align: middle;
	text-align: right;
}

.exit_certificate {
	display: block;
	width: 36px;
	height: 36px;
	background: url('../img/exit_certificate.png') no-repeat left top;
	vertical-align: middle;
	text-align: right;
}

/* .exit_grammar:HOVER{ */
/* 	background: url('../img/exit_book_selected.png'); */
/* } */
.arrow_box_right {
	position: relative;
	border-radius: 5px;
	padding: 5px;
	min-width: 220px;
	min-height: 26px;
	text-align: center;
	background-color: rgba(34, 83, 122, 0.3);
	border-color: rgba(34, 83, 122, 0.3);
	border-style: solid;
	border-width: 1px;
	color: #3a6496;
	margin-left: 20px;
}

.arrow_box_right_selected {
	position: relative;
	border-radius: 5px;
	padding: 5px;
	min-width: 220px;
	min-height: 26px;
	text-align: center;
	background-color: white;
	color: #3a6496;
	border-color: #3a6496;
	border-style: solid;
	border-width: 1px;
	margin-left: 20px;
}

.arrow_box_right:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 8px;
	margin-top: -8px;
	border-right-color: rgba(34, 83, 122, 0.3);
}

.arrow_box_right_selected:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #3a6496;
	border-style: solid;
	border-width: 8px;
	margin-top: -8px;
}

.arrow_box_left {
	position: relative;
	border-radius: 5px;
	padding: 5px;
	min-width: 220px;
	min-height: 26px;
	text-align: center;
	background-color: rgba(34, 83, 122, 0.3);
	border-color: rgba(34, 83, 122, 0.3);
	border-style: solid;
	border-width: 1px;
	color: #3a6496;
	margin-right: 20px;
}

.arrow_box_left_selected {
	position: relative;
	border-radius: 5px;
	padding: 5px;
	min-width: 220px;
	min-height: 26px;
	text-align: center;
	background-color: white;
	color: #3a6496;
	border-color: #3a6496;
	border-style: solid;
	border-width: 1px;
	margin-right: 20px;
}

.arrow_box_left:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: rgba(34, 83, 122, 0.3);
	border-style: solid;
	border-width: 8px;
	margin-top: -8px;
	margin-left: 1px;
}

.arrow_box_left_selected:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #3a6496;
	border-style: solid;
	border-width: 8px;
	margin-top: -8px;
	margin-left: 1px;
}

.logo {
	background: url('../img/logo.png') no-repeat left;
	width: 64px;
	height: 64px;
	margin-top: 23px;
	margin-left: 10px;
}

.flying_books {
	position: absolute;
	float: right;
	background: url('../img/flying_books.png') no-repeat left;
	width: 148px;
	height: 148px;
	margin-top: -138px;
	margin-left: 842px;
}

.flying_children {
	position: absolute;
	float: right;
	background: url('../img/children_united.png') no-repeat left;
	width: 148px;
	height: 148px;
	margin-top: -148px;
	margin-left: 872px;
}

.project_name {
	position: absolute;
	margin-top: 38px;
	margin-left: 120px;
	padding: 5px;
	font-size: 76pt;
	color: #3a6496;
}

.header_site_name {
	color: white;
	margin-left: 10px;
}

.header_tab_name {
	position: relative;
	color: white;
	margin-left: 20px;
	margin-top: 18px;
	font-size: 10pt;
}

.header_tab_name2 {
	color: #3a6496;
	margin-left: 120px;
	margin-top: -22px;
	font-size: 11pt;
}

.header h1 {
	padding-left: 17px;
	padding-top: 22px;
	font-size: 22px;
	color: #FFF;
}

.header h1 a {
	font-size: 22px;
	color: #FFF;
	text-decoration: none;
}

.header h2 {
	padding-left: 17px;
	padding-top: 0px;
	font-size: 17px;
	color: #FFF;
}

.breadcrumbs {
	font-size: 16px;
	background: #F6F9FB;
	border-bottom: 1px solid #E1E1E1;
	/* 	padding-top: 5px; */
	/* 	padding-bottom: 5px; */
	/* 	padding-left: 15px; */
	width: 100%;
	/* 	height: 32px; */
}

.middle {
	float: left;
	width: 74%;
	margin: 0 0px;
	padding: 0% 0%;
	text-align: justify;
}

.middle_home {
	/* 	float: noneleft; */
	width: 95%;
	margin: 0 auto;
	padding: 0% 0%;
	text-align: justify;
	margin-top: 5px;
	min-height: 550px;
	text-align: center;
}

.middle_home h2 {
	color: #3B6EBF;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.chapter {
	color: #18475d;
	font-weight: normal;
}

.menuLesson {
	color: black;
	font-weight: normal;
	font-size: 11pt;
	padding-left: 10px;
}

.selectedMenuLesson {
	color: #3B6EBF;
	font-weight: normal;
	font-size: 11pt;
	padding-left: 10px;
}

.kamusi_explanation {
	color: #000;
	background: #ffff00;
	display: inline;
	font-weight: normal;
}

.kamusi_example_shikomori {
	color: #000;
	background: #c0ffc0;
	display: inline;
	font-weight: normal;
}

.kamusi_word_translated {
	color: #000;
	font-style: italic;
	font-weight: normal;
}

.alphabet_word {
	color: #18475d;
	font-weight: bold;
	font-size: 14px;
	list-style-type: none;
	text-decoration: none;
}

.title {
	color: #008ab8;
}

.paginator {
	text-align: center;
	color: #18475d;
}

.right {
	float: right;
	width: 25%;
	margin: 0 0px;
	/* 	padding: 0% 0%; */
	padding-right: 10px;
}

.right ul {
	padding: 0px 0 0px 0px;
	margin: 0;
}

.right li {
	margin-bottom: 5px;
	list-style-type: none;
	color: #3B6EBF;
}

.middle h2 {
	color: #3B6EBF;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.right h2 {
	color: #3B6EBF;
	font-size: 14px;
	margin-top: 15px;
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

#footer {
	text-align: center;
	color: #666;
	padding: 5px;
}

.footer {
	width: 94%;
	margin: 0 auto;
	border-top: 1px solid #E1E1E1;
	padding-top: 5px;
}

/** Tables **/
table {
	border: none;
	clear: both;
	color: black;
	margin-bottom: 0px;
/* 	width: 100%; */
}

th {
	border: 0;
	border-bottom: 2px solid #555;
	text-align: left;
	padding: 4px;
}

th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

th a.asc:after {
	content: ' ?';
}

th a.desc:after {
	content: ' ?';
}

table tr td {
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}

td.actions {
	text-align: center;
	white-space: nowrap;
}

table td.actions a {
	margin: 0px 0px;
	padding: 2px 5px;
}

img {
	vertical-align: middle;
}

p {
	font-size: 12pt;
}

.info {
	background-color: #A3C4CF;
	padding: 5px;
	border-radius: 5px;
}

.siteMessageHeader1 {
	width: 100%;
	margin-right: 20px;
	text-align: center;
	background-color: #ffea00;
	color: gray;
	font-style: italic;
	font-size: 11pt;
	/* 	padding-right: 10px; */
	/* 	margin-right: 10px; */
}

.siteMessageHeaderIndependance {
	border-collapse: collapse;
	border-spacing: 0px 0px;
	/* 	padding: 3px; */
	vertical-align: middle;
	border-style: none;
	margin: 0px;
	padding: 0px;
	border-top-style: inset;
	border-top-width: 1px;
	border-bottom-style: dashed;
	border-bottom-width: 0px;
	border-color: #e1e6ea;
	border-right-style: none;
	border-left-style: none;
	
}

.siteMessageHeader2 {
	position: relative;
	float: right;
	background-color: blue;
	opacity: .2;
}

.siteMessageHeader3 {
	position: relative;
	float: right;
	background-color: yellow;
	opacity: .2;
}

.siteMessageHeader4 {
	width: 100%;
	position: relative;
	float: right;
	background-color: red;
	opacity: .2;
	position: relative;
}

.siteMessageHeader5 {
	position: relative;
	float: right;
	background-color: maroon;
	opacity: .2;
}

.info_day_word {
	margin: 0px auto;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 5px;
	border-radius: 5px;
	color: #3B6EBF;
}

#wrapper {
	overflow: hidden; /* will contain if #first is longer than #second */
}

#first {
	width: auto;
	float: left; /* add this */
	margin-right: 5px;
}

#second {
	overflow: hidden; /* if you don't want #second to wrap below #first */
}

.table_menu_home {
	border-collapse: collapse;
	border-style: none;
	margin: 0px auto;
	width: 100%;
}

.table_menu_home td {
	text-align: center;
	vertical-align: middle;
	font-size: 12pt;
	padding: 5px;
	width: 10%;
}

.table_menu_home td :HOVER {
	/* 	cursor: pointer; */
	
}

.table_menu_home p {
	text-align: left;
}

.table_home {
	border-collapse: collapse;
	/* 	border-spacing: 0px 0px; */
	/* 	border-height: 0px; */
	vertical-align: middle;
	border-style: none;
	margin: 1px;
}

.table_home td {
	/* 	border-bottom: 1px solid #E1E1E1; */
	vertical-align: top;
	border: none;
}

.table_home td a {
	vertical-align: middle;
	color: black;
}

td.table_home_on {
	background: #B2C9D1;
	border-radius: 5px;
}

.table_title {
	position: relative;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	vertical-align: middle;
	border-style: none;
	margin: 15px auto;
	width: auto;
}

.table_title tr td {
	vertical-align: middle;
	border-style: none;
	text-align: center;
}

.table_none {
	border-collapse: collapse;
	border-spacing: 0px 0px;
	/* 	padding: 3px; */
	border-height: 0px;
	vertical-align: middle;
	border-style: none;
	margin: 0px;
	padding: 0px;
}

.table_none tr td {
	vertical-align: super;
	border-style: none;
}

.table_edit_word {
	background: #efefef;
	border-style: none;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	padding-left: 10px;
	margin: 5px;
	border-height: 0px;
	vertical-align: middle;
	border-radius: 5px 5px 5px 5px;
}

.table_edit_word tr td {
	vertical-align: super;
	border-style: none;
}

.menu_table_none {
	text-align: center;
	width: 94%;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	padding: 0px;
	border-height: 0px;
	vertical-align: middle;
}

.menu_table_none tr td {
	text-align: center;
	padding: 0px, 0px, 0px, 0px;
	font-size: 14px;
	text-decoration: none;
	border: none;
	color: black;
	vertical-align: middle;
}

.table_alphabet_inf {
	width: auto;
	margin-top: 0px;
	margin-left: 10px;
	border: 1px solid #f6f9fb;
	border-spacing: 2px;
	text-decoration: none;
	padding: 0px;
}

td.alphabet_inf_off {
	background: #A7D1D6;
	padding: 2px;
	border-radius: 2px;
	text-align: center;
}

td.alphabet_inf_on {
	padding: 2px;
	color: #534f51;
	text-align: center;
	background: #ffc2c2;
}

td.alphabet_inf_on a {
	color: white;
	font-weight: bold;
	color: #534f51;
	text-align: center;
}

.table_alphabet_name {
	width: auto;
	margin-top: 0px;
	margin-left: 10px;
	border: 1px solid #f6f9fb;
	border-spacing: 2px;
	text-decoration: none;
	padding: 0px;
	width: 100%;
}

td.alphabet_name_off {
	background: #A7D1D6;
	padding: 2px;
	border-radius: 2px;
	text-align: center;
}

td.alphabet_name_on {
	padding: 2px;
	color: #534f51;
	text-align: center;
	background: #ffe700;
}

td.alphabet_name_on a {
	color: white;
	font-weight: bold;
	color: #534f51;
	text-align: center;
}

.table_alphabet {
	margin-top: 0px;
	border: 1px solid #f6f9fb;
	border-spacing: 2px;
	text-decoration: none;
	width: 100%;
}

.table_alphabet_fr tr td {
	text-align: center;
	vertical-align: top;
	border-radius: 3px 3px 3px 3px;
	min-width: 22px;
	padding: 1px;
}

.table_alphabet_fr {
	margin-top: 0px;
	border: 1px solid #f6f9fb;
	border-spacing: 2px;
	text-decoration: none;
	width: 100%;
}

a.table_alphabet_fr {
	text-decoration: none;
	font-weight: bold;
	color: #534f51;
	border-style: none;
	padding: 5px;
}

.table_alphabet tr td {
	text-align: center;
	vertical-align: top;
	border-radius: 3px 3px 3px 3px;
	min-width: 22px;
	padding: 1px;
}

.table_alphabet td.actions a {
	margin: 0px 0px;
	padding: 0px 0px;
}

a.table_alphabet {
	text-decoration: none;
	font-weight: bold;
	color: #534f51;
	border-style: none;
	padding: 5px;
}

.alphabet_off {
	background: #A7D1D6;
	padding: 5px;
	/* 	border-style: inset; */
	/* 	border-width: 0.5px; */
	/* 	border-color: gray; */
}

td.alphabet_fr_off {
	background: #EDEDED;
	padding: 5px;
	color: blue;
}

.alphabet_km_on {
	font-weight: bold;
	color: #534f51;
	background: #c0ffc0;
}

td.alphabet_fr_on {
	background: white;
	border-radius: 3px 3px 3px 3px;
}

td.alphabet_fr_on a {
	color: white;
	font-weight: bold;
	color: #534f51;
}

td.menu_off {
	background: #cccccc;
}

td.menu_on {
	background: #999999;
}

.title_menu_right {
	width: 100%;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	color: #9E9E9E;
	margin-left: 0px;
	margin-bottom: 5px;
	font-size: 12pt;
}

.title_result {
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	color: #9E9E9E;
	margin-left: 0px;
	margin-bottom: 0px;
	font-size: 11pt;
}

.right_menu_lesson {
	border-collapse: collapse;
	border-spacing: 0px 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-height: 0px;
	text-align: left;
	font-size: 12pt;
	border-radius: 5px;
	color: black;
	margin-top: 5px;
}

.right_menu_lesson a.chapter {
	color: #3a6496;
	cursor: default;
}

.right_menu_lesson  a:HOVER {
	margin-left: 0px;
	cursor: pointer;
	text-decoration: none;
	color: red;
}

.right_menu_km_fr {
	/* 	width: 95%; */
	border-collapse: collapse;
	border-spacing: 0px 0px;
	padding-left: 15px;
	padding-right: 10px;
	border-height: 0px;
	text-align: left;
	font-size: 12pt;
	border-radius: 5px;
}

.right_menu_km_fr a:HOVER {
	margin-left: 0px;
	cursor: pointer;
	text-decoration: none;
	color: red;
}

.right_menu_name {
	/* 	width: 95%; */
	border-collapse: collapse;
	border-spacing: 0px 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-height: 0px;
	text-align: left;
	font-size: 12pt;
	border-radius: 5px;
}

.right_menu_name a:HOVER {
	margin-left: 0px;
	cursor: pointer;
	text-decoration: none;
	color: red;
}

.letter_km {
	width: 200px;
	position: static;
	float: left;
	margin-left: 570px;
	margin-top: -50px;
}

.letter_km a {
	font-weight: bold;
	color: #5EACB5;
	font-size: 18pt;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #A7D1D6;
	text-align: center;
}

.letter_km a:HOVER {
	color: white;
	background: #A7D1D6;
}

.letter_fr {
	width: 200px;
	position: static;
	float: left;
	margin-left: 570px;
	margin-top: -50px;
}

.letter_fr a {
	font-weight: bold;
	color: #3a6496;
	font-size: 18pt;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #336699;
	text-align: center;
}

.letter_fr a:HOVER {
	color: white;
	background: #3a6496;
}

.anchor_up {
	/* 	width: 32px; */
	/* 	position: absolute; */
	font-weight: bold;
	float: right;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #A7D1D6;
	text-align: center;
	float: right;
}

.anchor_up a {
	color: #5EACB5;
	font-size: 18pt;
}

.anchor_up a::HOVER {
	color: white;
	background: #5EACB5;
}

.logo_smiley {
	vertical-align: middle;
	padding: 10px;
}

.result_km {
	font-weight: normal;
	color: gray;
	font-size: 14pt;
	padding: 5px;
	margin: 5px auto;
	width: auto;
	text-align: center;
}

.zone_result_0 {
	font-weight: normal;
	color: gray;
	font-size: 14pt;
	margin-top: 20px;
	width: auto;
	text-align: center;
}

.infos_examples {
	position: relative;
	border-radius: 5px;
	padding: 5px;
	margin-right: 0px;
	min-width: 180px;
	min-height: 26px;
	text-align: left;
	color: #534f51;
	background: #EBEBEB;
	font-size: 11pt;
	/* 	border: 1px solid #EBEBEB; */
}

.infos_verbs {
	position: relative;
	border-radius: 5px;
	padding: 5px;
	margin-right: 0px;
	min-width: 220px;
	min-height: 26px;
	text-align: left;
	color: #534f51;
	background: #EBEBEB;
	margin: 10px auto;
	font-size: 8pt;
	width: 95%;
}

.infos_example_dark {
	position: relative;
	border-radius: 5px;
	padding: 5px;
	margin-right: 0px;
	min-width: 220px;
	min-height: 26px;
	text-align: left;
	background-color: #A7D1D6;
	background: #A7D1D6;
	color: #534f51;
	font-size: 11pt;
}

.infos_frame {
	background-color: #EBEBEB;
	padding: 5px;
	border-radius: 5px;
	border: none;
	color: #534f51;
}

.search_zone {
	border-radius: 5px;
	border-color: #B2C9D1;
	border-style: solid;
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px auto;
}

.table_search {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	vertical-align: middle;
	padding: 0px;
}

.table_search  td {
	border-style: none;
	text-align: left;
	padding-left: 5px;
	margin: 0 auto;
}

.verbExample {
	position: relative;
	border-radius: 5px;
	padding: 5px;
	margin: 10px auto;
	border-radius: 5px;
	border-color: #B2C9D1;
	border-style: solid;
	border-width: 1px;
	text-align: left;
	font-size: 10pt;
	width: 94.5%;
}

.wordOfDay {
	position: relative;
	border-radius: 5px;
	padding: 5px;
	margin-right: 0px;
	border-radius: 5px;
	border-color: #B2C9D1;
	border-style: solid;
	border-width: 1px;
	text-align: left;
	 width: 100%;
}

.wordOfDay td {
	border: none;
	font-size: 12pt;
	vertical-align: middle;
	text-align: left;
}

.infinitiveZone {
	position: relative;
	border-radius: 5px;
	padding: 5px;
	margin-right: 0px;
	border-radius: 5px;
	border-color: #B2C9D1;
	border-style: solid;
	border-width: 1px;
	text-align: left;
	width: 96%;
	margin: 0px auto;
}

.infinitiveZone td {
	border: none;
}

.login {
	position: relative;
	border-radius: 5px;
	margin-right: 0px;
	border-radius: 5px;
	border-color: #B2C9D1;
	border-style: solid;
	border-width: 1px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 60%;
	margin: 0px auto;
	padding: 10px;
}

.lesson {
	position: relative;
	border-radius: 5px;
	margin-right: 0px;
	border-radius: 5px;
	border-color: #B2C9D1;
	border-style: solid;
	border-width: 1px;
	text-align: left top;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.lesson td {
	border: none;
	font-size: 12pt;
	vertical-align: top;
	text-align: left;
}

.menuButtons {
	position: relative;
	padding: 0px;
	margin: 0px;
	border-radius: 5px;
	border-radius: 5px;
	border-color: #B2C9D1;
	border-style: solid;
	border-width: 1px;
	text-align: left;
}

.menuButtons td {
	padding: 5px;
	border-radius: 5px;
	border-radius: 5px;
	border-color: #B2C9D1;
	border-style: solid;
	vertical-align: middle;
	text-align: center;
	font-size: 12pt;
}

.menuButtons td.buttonLink {
	vertical-align: middle;
	cursor: pointer;
}

.menuButtons td.buttonLink:HOVER {
	background-color: #B2C9D1;
	color: #ffffff;
}

.menuButtons td.buttonLinkSelected {
	vertical-align: middle;
	cursor: pointer;
	background-color: #B2C9D1;
	color: black;
}

.wordsOfWeek {
	position: relative;
	border-radius: 5px;
	padding: 5px;
	margin-right: 0px;
	border-radius: 5px;
	border-color: #B2C9D1;
	border-style: solid;
	border-width: 1px;
	text-align: left;
	width: 100%;
	/* 	background-color: #EBEBEB; */
}

.wordsOfWeek td {
	border: none;
	font-size: 12pt;
}

a.buttonLink {
	border-color: #3a6496;
	border-style: none;
	text-align: center;
	color: #3a6496;
	font-weight: normal;
	/* 	margin: 5px; */
	/* 	padding-left: 5px; */
	margin-right: 5px;
}

a:hover.buttonLink {
	background-color: #3a6496;
	color: white;
}

.tableLinks {
	border-radius: 5px;
	width: 70%;
	margin: 5px auto;
	margin-top: 20px;
	border-collapse: separate;
	border-spacing: 10px;
}

.tableLinks td {
	width: 50%;
	padding: 10px;
	border: none;
	border-radius: 5px;
	border-color: #3a6496;
	border-style: solid;
	border-width: 2px;
	text-align: center;
	font-size: 13pt;
	color: #3a6496;
	cursor: pointer;
	font-weight: normal;
	margin: 5px;
}

.tableLinks td:HOVER {
	background-color: #3a6496;
	color: white;
}

.tableLinks a:HOVER {
	color: white;
}

.info_text {
	/* 	position: relative; */
	/* 	border-radius: 5px; */
	/* 	padding: 5px; */
	/* 	margin-right: 0px; */
	/* 	min-width: 220px; */
	/* 	min-height: 26px; */
	/* 	text-align: left; */
	/* 	color: black; */
	/* 	background: #f2f2f2; */
	/* 	text-align: left; */
	
}

.info_form {
	position: relative;
	border-radius: 5px;
	padding: 5px;
	margin-right: 0px;
	min-width: 220px;
	min-height: 26px;
	text-align: left;
	color: black;
	background: #f2f2f2;
	text-align: center;
}

.info_text {
	position: relative;
	border-radius: 5px;
	padding: 5px;
	margin-right: 0px;
	min-width: 220px;
	min-height: 26px;
	text-align: left;
	color: black;
	background: #f2f2f2;
	text-align: left;
}

.word_infinitive {
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.shikomori_name {
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.title_infinitive {
	border-radius: 2px;
	padding: 2px;
	margin-right: 0px;
	min-width: 220px;
	min-height: 26px;
	color: black;
	background: #EBEBEB;
	text-align: center;
	font-size: 12pt;
	/* 	border: 1px solid #EBEBEB; */
}

.table_infinitive_header {
	border-height: 0px;
	vertical-align: middle;
	font-size: 11pt;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-spacing: 0;
	border-collapse: collapse;
}

.table_infinitive {
	border-height: 0px;
	vertical-align: middle;
	font-size: 11pt;
}

.table_personne {
	border-height: 0px;
	vertical-align: middle;
	font-size: 9pt;
	color: gray;
	/* 	width: 10px; */
}

.table_personne td {
	width: 30px;
}

.table_infinitive td {
	border-bottom-style: 1px;
}

.infos_read_km {
	border-radius: 5px;
	padding: 5px;
	margin: 40px;
	margin-left: 15px;
	margin-right: 15px;
	min-width: 220px;
	min-height: 26px;
	text-align: left;
	color: black;
	background: #EBEBEB;
	font-size: 12pt;
	/* 	width: 95%; */
	/* 	border: 1px solid #EBEBEB; */
}

.examples_km {
	color: gray;
	/* 	background: #C0FFC0; */
}

.examples_fr {
	color: gray;
	font-style: italic;
}

.infos_km {
	position: relative;
	border-radius: 5px;
	padding: 5px;
	margin-right: 0px;
	min-width: 220px;
	min-height: 26px;
	text-align: left;
	background-color: #A7D1D6;
	background: #A7D1D6;
	color: #534f51;
}

.infos_km:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 8px;
	margin-top: -8px;
	border-right-color: #A7D1D6;
}

.title_login {
	float: right;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

.title_menu_header2 {
	display: inline-block;
	width: 120px;
	/* 	height: 32px; */
	border-radius: 3px;
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	/* 	margin-right: 5px; */
	margin-left: 5px;
	font-size: 12.5pt;
}

a:hover.title_menu_header2 {
	background: white;
	color: #3a6496;
	text-decoration: none;
	-moz-box-shadow: inset 1px 1px 1px 0px #343434;
	-webkit-box-shadow: inset 1px 1px 1px 0px #343434;
	-o-box-shadow: inset 1px 1px 1px 0px #343434;
	box-shadow: inset 1px 1px 1px 0px #343434;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#343434,
		Direction=134, Strength=1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.title_menu_header {
	display: inline-block;
	width: 12%;
	height: 27px;
	text-align: center;
	-webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
	clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
	text-decoration: none;
	padding-left: 0.7%;
	padding-right: 0.7%;
	padding-top: 5px;
/* 	margin-right: -1%; */
/* 	margin-left: 1%; */
	padding-bottom: 0px;
	font-size: 12.5pt;
}

a:hover.title_menu_header {
	/* 	-webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%); */
	/* 	clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%); */
	/* 	text-decoration: none; */
	color: white;
	/* 	cursor: pointer; */
	/* 	cursor: hand; */
	background: #3a6496;
	font-weight: normal;
	padding-left: 0.7%;
	padding-right: 0.7%;
	padding-top: 5px;
/* 	margin-right: -1%; */
/* 	margin-left: 1%; */
}

.title_menu_header_selected {
	display: inline-block;
	width: 12%;
	height: 27px;
	background: #3a6496;
	text-align: center;
	-webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
	clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
	text-decoration: none;
	/* 	padding-left: 20px; */
	/* 	padding-right: 25px; */
	/* 	padding-top: 5px; */
	/* 	margin-right: -14px; */
	/* 	margin-left: 10px; */
	padding-bottom: 0px;
	font-size: 12.5pt;
	color: #fff;
	text-decoration: none;
}

a.title_menu_header_selected {
	text-decoration: none;
	padding-left: 0.7%;
	padding-right: 0.7%;
	padding-top: 5px;
/* 	margin-right: -1%; */
/* 	margin-left: 1%; */
	color: white;
}

a:hover.title_login {
	text-decoration: none;
	color: black;
	border-style: none;
	cursor: pointer;
	/* 	cursor: hand; */
}

.kamusi_view table {
	border-collapse: collapse;
	border-spacing: 0px 0px;
	padding: 0px;
	border: none;
	border-height: 0px;
}

.kamusi_view tr td {
	padding: 2px;
	font-size: 16px;
	text-decoration: none;
	border: none;
	color: #000000;
}

td.kamusi_view_off {
	background: none;
}

td.kamusi_view_on {
	background: #92d440;
	border-radius: 20px;
}

/** SEARCH **/
.kamusi_search table {
	border-collapse: collapse;
	border-spacing: 0px 0px;
	padding: 0px;
	border-height: 0px;
	border: none;
	cursor: default;
}

.kamusi_search tr td {
	padding: 2px;
	font-size: 16px;
	text-decoration: none;
	border: none;
	color: #000000;
	cursor: default;
}

td.comorian_search_off {
	
}

td.comorian_search_on {
	background: #f1f1f1;
}

.search_word {
	padding-right: 5px;
	text-decoration: none;
	color: #008000;
	font-size: 20px;
	font-weight: bold;
}

a.search_word {
	text-decoration: none;
	color: #548040;
}

a:hover.search_word {
	color: #92bf40;
}

a.search_text {
	text-decoration: none;
	color: green;
}

a:hover.search_text {
	text-decoration: underline;
	color: red;
}

.trad {
	/* color:gray; */
	font-style: italic;
}

/** PLURALS **/
a.word {
	text-decoration: none;
	font-size: 13pt;
	font-weight: bold;
}

a:hover.word {
	text-decoration: none;
	color: blue;
}

a.word_plural {
	text-decoration: none;
}

a:hover.word_plural {
	text-decoration: none;
	color: blue;
}

a:hover.word_plural2 {
	text-decoration: none;
	color: blue;
}

a:hover.word_plural4 {
	text-decoration: none;
	color: blue;
}

a:hover.word_plural6 {
	text-decoration: none;
	color: blue;
}

a:hover.word_plural8 {
	text-decoration: none;
	color: blue;
}

a:hover.word_plural10 {
	text-decoration: none;
	color: blue;
}

a.word_translated {
	text-decoration: none;
}

a:hover.word_translated {
	text-decoration: none;
	color: blue;
}

.origin_word {
	padding-left: 0px;
	padding-right: 5px;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: normal;
}

.word {
	padding-left: 10px;
	padding-right: 0px;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.wordTitle {
	font-size: 12pt;
	font-weight: bold;
	color: #3B6EBF;
}

.wordDefinition {
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	color: black;
	color: #3B6EBF;
}

.keyBordOff {
	color: black;
	padding-left: 6px;
	padding-right: 6px;
	margin: 1px;
	background-color: #A7D1D6;
	cursor: pointer;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

.keyBordOn {
	color: white;
	padding-left: 6px;
	padding-right: 6px;
	margin: 1px;
	background-color: #577a7e;
	cursor: pointer;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

.wordDefinition :HOVER {
	color: red;
}

a:hover.wordDefinitionSmall {
	text-decoration: none;
	color: red;
}

a.amelioration {
	cursor: pointer;
	font-size: 10pt;
}

.word_plural2 {
	padding-left: 0px;
	text-decoration: none;
	color: #0060a5;
	font-size: 16px;
	font-weight: normal;
}

.word_plural4 {
	padding-left: 0px;
	text-decoration: none;
	color: #026800;
	font-size: 16px;
	font-weight: normal;
}

.word_plural6 {
	padding-left: 0px;
	text-decoration: none;
	color: #0000ff;
	font-size: 16px;
	font-weight: normal;
}

.word_plural8 {
	padding-left: 0px;
	text-decoration: none;
	color: #8b0000;
	font-size: 16px;
	font-weight: normal;
}

.word_plural10 {
	padding-left: 0px;
	text-decoration: none;
	color: #bc4f00;
	font-size: 16px;
	font-weight: normal;
}

.word_plural {
	padding-left: 0px;
	text-decoration: none;
	color: #4584ef;
	font-size: 16px;
	font-weight: normal;
}

.word_translated {
	padding-left: 0px;
	padding-right: 5px;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: normal;
}

/** IMAGE **/
.action_edit {
	margin: 10px;
	padding: 4px;
	text-decoration: none;
}

a:hover.action_edit {
	margin: 10px;
	padding: 4px;
	text-decoration: none;
	border-radius: 50px;
	background: #fbc433;
}

/** FLASH **/
.succes {
	border-radius: 5px;
	margin: 10px;
	padding: 10px;
	text-decoration: none;
	color: white;
	font-size: 18px;
	font-weight: bold;
	background-color: #7fba00;
	opacity: .80;
}

.alert {
	border-radius: 5px;
	margin: 10px;
	padding: 10px;
	text-decoration: none;
	color: white;
	font-size: 18px;
	font-weight: bold;
	background-color: #ffb700;
	opacity: .80;
}

.error {
	margin: 10px auto;
	padding: 10px;
	text-decoration: none;
	color: white;
	font-size: 16px;
	font-weight: bold;
	background-color: #b11a00;
	opacity: .80;
	border-radius: 5px;
	width: 90%;
}

/* SQL log */
.cake-sql-log {
	background: #fff;
}

.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}

.cake-sql-log caption {
	color: #fff;
}

/** Paging **/
.paging {
	background: #fff;
	color: #ccc;
	margin-top: 1em;
	clear: both;
}

.paging .current, .paging .disabled, .paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}

.paging>span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}

.paging>span:hover {
	background: #efefef;
}

.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.paging .disabled {
	color: #ddd;
}

.paging .disabled:hover {
	background: transparent;
}

.paging .current {
	background: #efefef;
	color: #c73e14;
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}

dl dd:nth-child(4n+2), dl dt:nth-child(4n+1) {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width: 10em;
}

dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/** Forms **/
form {
	clear: both;
	margin-right: 0px;
	padding: 0;
	width: 100%;
}

fieldset {
	border: none;
	margin-bottom: 1em;
	padding: 16px 10px;
}

fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}

fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}

fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}

fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

form div {
	clear: both;
	margin-bottom: 0em;
	padding: .2em;
	vertical-align: text-top;
}

form .input {
	color: #444;
}

form .required {
	font-weight: bold;
}

form .required label:after {
	color: #e32;
	content: '*';
	display: inline;
}

form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}

label {
	display: block;
	font-size: 110%;
	margin-bottom: 0px;
}

input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 1%;
	width: 98%;
}

select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}

select[multiple=multiple] {
	width: 100%;
}

option {
	font-size: 120%;
	padding: 0 3px;
}

input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}

div.checkbox label {
	display: inline;
}

input[type=radio] {
	float: left;
	width: auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}

.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}

input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}

form .submit input[type=submit] {
	background: #62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B),
		to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	border-color: #2d6324;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
}

form .submit input[type=submit]:hover {
	background: #5BA150;
}
/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}

form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}

form .error, form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success, .message, .cake-error, .cake-debug, .notice, p.error,
	.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00),
		to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.success, .message, .cake-error, p.error, .error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b),
		to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B),
		to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}

p.error em {
	font-weight: normal;
	line-height: 140%;
}

.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}

.success {
	color: #fff;
}

/**  Actions  **/
.actions ul {
	margin: 0;
	padding: 0;
}

.actions li {
	margin: 0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}

.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}

/* Buttons and button links */
input[type=submit], .actions ul li a, .actions a {
	background-color: #599bb3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	/* 	margin-top: 8px; */
	height: 32px;
	min-width: 52px;
}

input[type=submit]:hover {
	background-color: #408c99;
}

.myButton:active {
	position: relative;
	top: 1px;
}

.actions ul li a:hover, .actions a:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
}

input[type=submit]:active, .actions ul li a:active, .actions a:active {
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf),
		to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #aaa;
	text-decoration: none;
	color: black;
}

}

/** Related **/
.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.cake-debug-output {
	padding: 0;
	position: relative;
}

.cake-debug-output>span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0
		rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0
		rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0
		rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}

.cake-debug, .cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}

.cake-error>a {
	text-shadow: none;
}

.cake-error {
	white-space: normal;
}

.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}

.cake-code-dump pre {
	position: relative;
	overflow: auto;
}

.cake-context {
	margin-bottom: 10px;
}

.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}

.cake-stack-trace li {
	padding: 10px 5px 0px;
	margin: 0 0 4px 0;
	font-family: monospace;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-wekbkit-border-radius: 4px;
	border-radius: 4px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe),
		to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre, .cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}

.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}

.code-coverage-results div.code-line {
	padding-left: 5px;
	display: block;
	margin-left: 10px;
}

.code-coverage-results div.uncovered span.content {
	background: #ecc;
}

.code-coverage-results div.covered span.content {
	background: #cec;
}

.code-coverage-results div.ignored span.content {
	color: #aaa;
}

.code-coverage-results span.line-num {
	color: #666;
	display: block;
	float: left;
	width: 20px;
	text-align: right;
	margin-right: 5px;
}

.code-coverage-results span.line-num strong {
	color: #666;
}

.code-coverage-results div.start {
	border: 1px solid #aaa;
	border-width: 1px 1px 0px 1px;
	margin-top: 30px;
	padding-top: 5px;
}

.code-coverage-results div.end {
	border: 1px solid #aaa;
	border-width: 0px 1px 1px 1px;
	margin-bottom: 30px;
	padding-bottom: 5px;
}

.code-coverage-results div.realstart {
	margin-top: 0px;
}

.code-coverage-results p.note {
	color: #bbb;
	padding: 5px;
	margin: 5px 0 10px;
	font-size: 10px;
}

.code-coverage-results span.result-bad {
	color: #a00;
}

.code-coverage-results span.result-ok {
	color: #fa0;
}

.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
	display: none;
}