* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background: #e0e0e0;
	font-family: Arial;
	font-size: 13px;
	color: #222;
}

a {
	color: #666;
}

a:hover {
	color: #222;
}

img.middle {
	vertical-align: middle;
}

br.clear {
	clear: both;
}

/* wrapper */

#wrapper {
	margin: auto;
	width: 980px;
}

#container {
	float: left;
	width: 980px;
}

/* title */

#title {
	float: left;
	width: 980px;
	padding-top: 20px;
	height: 50px;
}

#title h1 {
	float: left;
	font-size: 26px;
}

#title h1 a {
	color: #222;
	text-decoration: none;
}

#title div {
	float: right;
	width: 300px;
	text-align: right;
	color: #333;
}

/* navigation */

#navigation {
	float: left;
	width: 980px;
	height: 36px;
	overflow: hidden;
	background: url('../_grafix/ccc.gif') bottom left repeat-x;
}

#navigation ul {
	float: left;
	list-style-type: none;
	height: 36px;
	overflow: hidden;
}

#navigation ul li {
	float: left;
	height: 36px;
	margin-right: 3px;
	line-height: 1em;
}

#navigation ul li a {
	float: left;
	background: #fff;
	border: 1px solid #ccc;
	height: 16px;
	padding: 9px 35px 7px 35px;
	font-size: 13px;
	line-height: 1em;
	font-weight: bold;
	color: #666;
	margin-top: 2px;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #333;
	background: #f5f5f5;
}

#navigation ul li a.selected {
	color: #222;
	background: #f5f5f5;
	border-bottom: 0;
	margin-top: 0;
	height: 20px;
}

/* main */

#main {
	float: left;
	width: 978px;
	background: #f5f5f5;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#main .gutter {
	float: left;
	width: 938px;
	padding: 20px;
}

/* footer */

#footer {
	float: left;
	width: 980px;
}

#footer .gutter {
	float: left;
	width: 980px;
	padding: 15px 0 25px 0;
	text-align: center;
	font-size: 12px;
	color: #666;
}

#footer img {
	margin-bottom: 2px;
	vertical-align: middle;
}

/* login */

#login_wrapper {
	margin: auto;
	width: 550px;
}

#login_container {
	float: left;
	width: 550px;
	padding-top: 50px;
}

#login_container img {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

#login_block {
	float: left;
	width: 548px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

#login_block .gutter {
	float: left;
	width: 410px;
	padding: 34px 69px 34px 69px;
}

#login_block table {
	width: 100%;
}

#login_block table td.label {
	width: 95px;
	padding: 10px 15px 13px 0;
	text-align: right;
	vertical-align: middle;
	font-size: 15px;
}

#login_block table td.field {
	width: 300px;
	padding-bottom: 3px;
	vertical-align: middle;
}

#login_block input.text {
	float: left;
	width: 288px; /* min 2 px because of inset emboss on button */
	height: 25px;
	padding: 2px 4px 2px 4px;
	border-top: 1px solid #999; 
	border-left: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	color: #222;
	font-size: 15px;
	font-family: Arial, sans-serif;
}

#login_block table td.button {
	padding-top: 5px;
	text-align: right;
}

#login_block table td.button button {
	float: right !important;
}

#login_footer {
	float: left;
	width: 548px;
	text-align: center;
	padding-bottom: 25px;
	font-size: 12px;
	color: #666;
}

/* sidebar */

#sidebar_container {
	float: left;
	width: 210px;
}

#sidebar {
	float: left;
	width: 208px;
	background: #fff;
	border: 1px solid #ddd;
}

/* sub navigation */

#sidebar ul {
	float: left;
	width: 202px;
	padding: 3px 0 3px 3px;
	list-style-type: none;
}

#sidebar ul li {
	float: left;
	margin-bottom: 3px;
}

#sidebar ul li.last {
	margin-bottom: 0;
}

#sidebar ul li a {
	float: left;
	width: 190px;
	padding: 6px;
	background: #eee;
	vertical-align: top;
	text-decoration: none;
}

#sidebar ul li a:hover {
	color: #222;
	background: #e0e0e0;
}

#sidebar ul li a.selected, 
#sidebar ul li a.selected:hover {
	color: #222;
	font-weight: bold;
	background: #ccc;
}

/* child navigation */

#sidebar ul li ul {
	float: left;
	width: 202px;
	padding: 3px 0 10px 0;
	list-style-type: none;
	background: #fff;
}

#sidebar ul li ul li {
	float: left;
	margin-bottom: 2px;
}

#sidebar ul li ul li.last {
	margin-bottom: 0;
}

#sidebar ul li ul li a {
	float: left;
	width: 172px;
	padding: 5px;
	padding-left: 26px;
	background: #fff url('../_grafix/bg_child_navigation_item.gif') center left no-repeat;
	vertical-align: top;
	text-decoration: none;
	border-bottom: 1px solid #eee;
}

#sidebar ul li ul li a:hover {
	color: #222;
	background: #f5f5f5 url('../_grafix/bg_child_navigation_item.gif') center left no-repeat;
}

#sidebar ul li ul li a.selected, 
#sidebar ul li ul li a.selected:hover {
	color: #222;
	font-weight: bold;
	background: url('../_grafix/bg_child_navigation_item_active.gif') center left no-repeat;
}

/* baby navigation */

#sidebar ul li ul li ul {
	float: left;
	width: 202px;
	padding: 3px 0 10px 0;
	list-style-type: none;
	background: #fff;
}

#sidebar ul li ul li ul li {
	float: left;
	margin-bottom: 2px;
	font-size: 12px;
}

#sidebar ul li ul li ul li.last {
	margin-bottom: 0;
}

#sidebar ul li ul li ul li a {
	float: left;
	width: 152px;
	padding: 5px;
	padding-left: 46px;
	background: #fff url('../_grafix/bg_baby_navigation_item.gif') center left no-repeat;
	vertical-align: top;
	text-decoration: none;
	border-bottom: 1px solid #eee;
}

#sidebar ul li ul li ul li a:hover {
	color: #222;
	background: #f5f5f5 url('../_grafix/bg_baby_navigation_item.gif') center left no-repeat;
}

#sidebar ul li ul li ul li a.selected, 
#sidebar ul li ul li ul li a.selected:hover {
	color: #222;
	font-weight: bold;
	background: url('../_grafix/bg_baby_navigation_item_active.gif') center left no-repeat;
}

/* treeview */

#treeview_container {
	float: left;
	width: 208px;
	background: #fff;
	border: 1px solid #ddd;
}

#treeview {
	float: left;
	width: 192px;
	padding: 5px 5px 10px 5px;
	overflow: hidden;	
	font-size: 12px;
}

#treeview ul {
	width: 400px;
}

#treeview a {
	color: #222;
	text-decoration: none;
}

#treeview a:hover {
	text-decoration: underline;
}

/* treeview select */

#treeview select {
	width: 195px;
	padding: 0;
	border-top: 1px solid #999; 
	border-left: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	color: #222;
	font-size: 14px;
	font-family: Arial, sans-serif;
	margin-top: 3px;
	margin-bottom: 12px;
}

#treeview select option {
	padding-left: 3px;
}

/* content container */

#content_container {
	float: right;
	width: 700px;
}

h2 {
	font-size: 18px;
}

/* page url block */

#page_url {
	float: left;
	width: 700px;
	margin-top: 6px;
	font-size: 12px;
}

#page_url a {
	text-decoration: none;
	color: #999;
}

#page_url a:hover {
	color: #333;
	text-decoration: underline;
}

/* page title */ 

#page_title {
	float: left;
	width: 700px;
}

#page_title .left {
	float: left;
	width: 595px;
	overflow: hidden;
	white-space: nowrap;
}

#page_title .right {
	float: right;
	width: 105px;
}

#page_title .right a.button {
	margin-top: 0 !important;
}

/* module title */ 

#module_title {
	float: left;
	width: 700px;
	height: 28px;
	overflow: hidden;
}

#module_title .left {
	float: left;
	width: 200px;
	overflow: hidden;
	white-space: nowrap;
}

#module_title .right {
	float: right;
	width: 500px;
	text-align: right;
}

/* module search */

#search {
	float: right;
	width: 200px;
	height: 28px;
	background: url('../_grafix/bg_search.gif') top left no-repeat;
}

form.search_form {
	float: right;
	padding: 2px 30px 0 0;
}

form.search_form input.search_text {
	width: 158px;
	height: 24px;
	font-family: Arial;
	font-size: 14px;
	background: none;
}

a.reset_search {
	float: right;
	font-size: 11px;
	padding-top: 6px;
	padding-right: 10px;
}

/* module search filter */

#search_filter {
	float: right;
	width: 200px;
	height: 28px;
}

#search_filter select {
	float: left;
	width: 185px;
	padding: 3px 0 3px 3px;
	border-top: 1px solid #999; 
	border-left: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	color: #222;
	font-size: 14px;
	font-family: Arial, sans-serif;
	margin-top: 0px;
}

#search_filter select option {
	padding: 0 3px;
	background: #fff;
}

/* line */

img.line {
	float: left;
	width: 700px;
	height: 2px;
	margin-top: 9px;
	margin-bottom: 19px;
}

/* module buttons */

#module_buttons {
	float: left;
	width: 700px;
	margin-bottom: 19px;
}

#module_buttons .left {
	float: left;
	width: 175px;
}

#module_buttons .right {
	float: right;
	width: 525px;
	text-align: right;
}

/* module option list */

ul.module_option_list {
	float: right;
	list-style-type: none;
	padding-top: 12px;
}

ul.module_option_list li {
	float: right;
	margin-left: 15px;
}

ul.module_option_list li img {
	vertical-align: middle;
}

/* content */

div.content {
	float: right;
	width: 698px;
	background: #fff;
	border: 1px solid #ddd;
}

div.content_gutter {
	float: left;
	width: 678px;
	padding: 10px;
	overflow: hidden;
}

div.content p {
	line-height: 1.5em;
}

label {
	cursor: pointer;
}

/* data table */

#data_table {
	width: 698px;
	background: #fff;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin-bottom: 15px;
}

#data_table th {
	text-align: left;
	background: #e0e0e0;
	padding: 6px 6px 6px 6px;
	cursor: pointer;
	color: #666;
}

#data_table th.active {
	background: #ccc;
	color: #222;
}

#data_table td {
	padding: 6px;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	vertical-align: middle;
	cursor: pointer;
}

#data_table td.total {
	background: #eee; 
	font-weight: bold; 
	font-size: 13px; 
	cursor: default;
}

#data_table td img.thumb {
	max-width: 100px;
	max-height: 100px;
	margin: 5px 0 2px 0;
	border: 1px solid #ccc;
}

/* table bottom */

#table_bottom {
	float: left;
	width: 700px;
	color: #666;
	font-size: 12px;
}

#table_bottom .left {
	float: left;
	width: 210px;
}

#table_bottom .right {
	float: right;
	width: 490px;
	text-align: right;
}

#table_bottom .right a {
	text-decoration: none;
}

#table_bottom .right a:hover {
	text-decoration: underline;
}

#table_bottom .right b {
	font-weight: normal;
	padding: 2px 1px;
}

#table_bottom .right b.active_page {
	font-weight: bold;
	padding: 2px 5px;
	background: #ccc;
	color: #222;
}

/* external_stock */

table#external_stock {
	background: #eee;
}

table#external_stock td {
	border-bottom: 1px solid #ccc;
	vertical-align: middle !important;
}

/* feedback */

#feedback {
	float: left;
	width: 700px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

#feedback.ok {
	background: #6c0;
}

#feedback.error {
	background: #c00;
}

#feedback div.gutter {
	float: left;
	width: 660px;
	padding: 10px 20px 10px 20px;
	text-align: center;
}

#feedback img {
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 2px;
}

/* speech form */

table#form {
	width: 100%;
}

table#form tr {
}

table#form td {
	padding: 10px 12px 12px 4px;
	vertical-align: top;
}

table#form td.mandatory {
	font-weight: bold;
}

table#form td.mandatory_error {
	font-weight: bold;
	color: #c00;
}

table#form td.not_mandatory_error {
	color: #c00;
}

table#form td.form_field {
	padding: 4px;
	width: 98%;
}

.form_field div.status {
	color: #999;
	font-size: 12px;
	text-align: right;
}

table#form input.text {
	width: 98%;
	height: 23px;
	padding: 2px 4px 2px 4px;
	border-top: 1px solid #999; 
	border-left: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	color: #222;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

table#form textarea.text {
	width: 98%;
	height: 75px;
	padding: 2px 4px 2px 4px;
	border-top: 1px solid #999; 
	border-left: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	color: #222;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

table#form textarea.notification {
	border-top: 1px solid #c00; 
	border-left: 1px solid #c00;
	border-right: 1px solid #c00;
	border-bottom: 1px solid #c00;
	background: #f3e9e9;
}

table#form select {
	width: 99%;
	padding: 3px 0 3px 3px;
	border-top: 1px solid #999; 
	border-left: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	color: #222;
	font-size: 14px;
	font-family: Arial, sans-serif;
	margin-top: 3px;
}

table#form select option {
	padding: 0 3px;
}

table#form td.form_spacer {
	width: 678px;
	padding: 5px 0 5px 0 !important;
}

table#form td.form_small_spacer {
	padding: 0 !important;
}

table#form td.form_subtitle {
	padding: 5px 5px 5px 10px !important;
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
}

/* ckeditor */

table#form td.form_field td {
	padding: 0 !important;
}

/* move page dropdown */

select.move_page {
	width: 694px;
	padding: 3px 0 3px 3px;
	border-top: 1px solid #999; 
	border-left: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	color: #222;
	font-size: 14px;
	font-family: Arial, sans-serif;
	margin-bottom: 8px;
}

/* image / file */

div.form_image {
	float: left;
	width: 100%;
}

div.form_image img.preview {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	max-width: 450px;
	border: 1px solid #ccc;
}

div.form_file {
	float: left;
	width: 100%;
}

div.form_file a.link {
	float: left;
	margin-right: 10px; 
	font-size: 14px;
}

/* iframe newsletter preview */

#newsletter_preview {
	width: 700px;
	height: 450px;
}

/* speech form buttons */

#form_buttons {
	float: left;
	width: 700px;
	margin-top: 2px;
}

#form_buttons .left {
	float: left;
	padding-top: 10px;
}

#form_buttons .right {
	float: right;
	text-align: right;
}

#form_buttons a.delete {
	font-size: 12px;
	color: #c00;
}

#form_buttons a.delete:hover {
	color: #6f0000;
}

#form_buttons a.move {
	font-size: 12px;
	color: #666;
}

#form_buttons a.move:hover {
	color: #222;
}

/* buttons */

button {
	float: left;
	background: none;
	cursor: pointer;
	width: auto !important;
	height: 40px;
	overflow: visible;
}

button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

button div {
	float: left;
	height: 30px;
	width: auto !important;
	white-space: nowrap;
	background: url('../_grafix/bg_form_button.png') top left no-repeat;
	margin-top: 10px;
	padding: 0 0 0 15px;
	line-height: 1.5em;
	overflow: visible;
}

button span {
	float: left;
	display: block;
	height: 30px;
	line-height: 24px;
	font-weight: bold;
	font-size: 13px;
	color: #333;
	background: url('../_grafix/bg_form_button.png') top right no-repeat;
	padding: 0 15px 0 0;
	width: auto !important;
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	overflow: visible;
}

button:hover div,
button:active div {
	background-position: 0 -30px;
}

button:hover span,
button:active span {
	color: #000;
	background-position: right -30px;
}

/* link button */

a.button {
	float: left;
	height: 30px;
	width: auto;
	white-space: nowrap;
	background: url('../_grafix/bg_form_button.png') top left no-repeat;	
	margin-top: 10px;
	padding: 0 0 0 15px;
	text-decoration: none !important;
	border: 0 !important;
	line-height: 1.5em; 
	cursor: pointer;
	overflow: visible;
}

a.button span {
	float: left;
	display: block;
	height: 30px;
	line-height: 24px;
	font-weight: bold;
	font-size: 13px;
	color: #333;
	background: url('../_grafix/bg_form_button.png') top right no-repeat;
	padding: 0 30px 0 0;
}

a.button:hover,
a.button:active {
	background-position: 0 -30px;
}

a.button:hover span,
a.button:active span {
	color: #000;
	background-position: right -30px;
}

/* ckfinder file upload button */

input.button {
	height: 28px;
	width: auto;
	white-space: nowrap;
	background: #eee; 
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 0 15px 0 15px;
	text-decoration: none !important;
	line-height: 1.5em; 
	cursor: pointer;
	overflow: visible;
	font-weight: bold;
}

/* move up  / down buttons */

#page_title div.right a.button span {
	padding-right: 15px !important;
}

/* sidebar link button */

a.sidebar_button {
	float: left;
	height: 30px;
	width: 195px;
	white-space: nowrap;
	background: url('../_grafix/bg_form_button.png') top left no-repeat;
	padding: 0 0 0 10px;
	text-decoration: none !important;
	border: 0 !important;
	line-height: 1.5em;
	cursor: pointer;
	overflow: visible;
}

a.sidebar_button span {
	float: left;
	display: block;
	height: 30px;
	width: 168px;
	line-height: 24px;
	font-weight: bold;
	font-size: 13px;
	color: #333;
	background: url('../_grafix/bg_form_button.png') top right no-repeat;
	padding: 0 15px 0 20px;
}

a.sidebar_button:hover,
a.sidebar_button:active {
	background-position: 0 -30px;
}

a.sidebar_button:hover span,
a.sidebar_button:active span {
	color: #000;
	background-position: right -30px;
}

img.button_image {
	float: left;
	padding-top: 4px;
}

/* page blocks */

table#page_blocks {
	width: 100%;
}

table#page_blocks tr th {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: 3px;
	text-align: left;
}

span.page_block_connection {
	float: left;
	width: 94%;
	padding: 4px;
	border: 1px solid #ccc;
	background: #eee;
	margin-bottom: 5px;
}

/* reports */

#report_header {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

#report_header div.options {
	float: left;
	padding: 15px 0 0 15px;
}

#report_header div.options img {
	vertical-align: middle;
}

#report_table {
	background: #fff;
	border: 1px solid #999;
	padding: 0px;
	margin: 0px;
	border-bottom: 0px;
	border-right: 0px;
}

#report_table td {
	padding: 0px;
	margin: 0px;
	border: 1px solid #999;
	border-left: 0px;
	border-top: 0px;
	padding: 4px 6px;
}

#report_table td.end {
	border: 0px;
}

#report_table thead div.filter {
	height: 40px;
}

#report_table thead div.title {
	background-color: #999;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
}

#report_table input.text {
	height: 23px;
	padding: 2px 4px 2px 4px;
	border-top: 1px solid #999; 
	border-left: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	color: #222;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

#report_table select {
	padding: 3px 0 3px 3px;
	border-top: 1px solid #999; 
	border-left: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	color: #222;
	font-size: 14px;
	font-family: Arial, sans-serif;
	margin-top: 3px;
}

/* edugo user access */

#edugo_user_access {
	list-style-type: none;
}

#edugo_user_access li {
	margin-bottom: 6px;
	font-weight: bold;
}

#edugo_user_access li span {
	cursor: pointer;
}

#edugo_user_access li ul {
	margin-top: 5px;
	margin-left: 24px;
	margin-bottom: 12px;
	list-style-type: none;
}

#edugo_user_access li ul li {
	font-size: 11px;
	margin-bottom: 3px;
	font-weight: normal;
}

/* edugo albums */

div.album_thumb {
	float: left;
	width: 100px;
	margin: 0 10px 10px 0;
	text-align: center;
}

div.album_thumb div.image {
	float: left;
	width: 100px;
	height: 100px;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}