@CHARSET "UTF-8";

/** CSS stylesheet for LemonPages
  * (c) Lemonline 2006
  * Author: Matti Teräslahti
  */

/* Hack for IE's hover pseudo class*/

button, tr, td { 
	behavior: url(assets/styles/hover.htc);
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
}

img {
	border: 0;
}

form {
	display: inline;
	padding: 0;
	margin: 0;
	text-indent: 0;
}

fieldset {
	border: 1px solid #cccccc;
}

label {
	font-weight: bold;
}

table {
	border-collapse: collapse;
}

button {
	border: 2px solid #5b91c9;
	/* background-color: white; */
	background-repeat: no-repeat;
	background-position: 2px 50%;
	color: #1a6299;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 9pt;
	/* margin: 2px; */
} 

#content_muut {
	background-color: white;
}

#page_admin_inner h1 {
    text-align: center;
}


/* Buttons, icons etc. */

input.lemonpages_button, button.lemonpages_button {
	background-color: white;
	border: 2px solid #5b91c9;
}

input.lemonpages_button:hover, button.lemonpages_button:hover {
	background-color: #5b91c9;
	border: 2px solid #5b91c9;
	color: white;
}

.lemonpages_helpIcon {
	cursor: help;
}

.lemonpages_clickIcon {
	cursor: pointer;
	border: 0;
}

.lemonpages_editLink {
    color: blue;
    cursor: pointer;
}
.lemonpages_editLink:hover {
    text-decoration: underline;
}
.lemonpages_editLink a:hover {
    color: inherit;
}


/* Forms */

.lemonpages_clickableTableHeader, .lemonpages_clickableTableHeader_open {
	cursor: pointer;
	text-align: left;
	text-weight: bold;
	color: #ffffff;
	background-color: #3366ff;
	border: 1px solid #000099;	
	padding: 4px;
	text-indent: 22px;
	background-position: 4px 4px;
	background-repeat: no-repeat;
	margin-bottom: 8px;
	margin-top: 4px;
	display: block;
}

.lemonpages_clickableTableHeader {
	background-image: url(../images/icons/actions/1rightarrow.png);	
}

.lemonpages_clickableTableHeader_open {
	background-image: url(../images/icons/actions/1downarrow.png);	
}

table.lemonpages_formTable {
    width: 100%;
    background-color: white;
    /*margin: auto;*/
}

.lemonpages_formLeftColumn {
	 width: 15%;
	 vertical-align: top;
	 text-align: right;
}

.lemonpages_formTable td.help {
    width: 50%;
}

.lemonpages_formTable p {
    padding: 0;
    margin: 0;
    width: 100%;
}

.lemonpages_formTable td {
    vertical-align: top;
	border-bottom: 1px solid #cccccc;	
	padding: 5px;
}

.lemonpages_formTable th {
    text-align: center;
    font-family: Georgia, times, serif;
    font-size: 1.5em;
    font-weight: normal;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    padding-top: 40px;
}

img.lemonpages_editModule {
	border: 2px solid #97B94F;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

img.lemonpages_editModule:hover {
	border: 2px solid #ffeb00;
}

.categories_layer {
    position: absolute;
}

/* Edit toolbar, admin bar */

.lemonpages_editToolbar, .lemonpages_adminbar, .lemonpages_pageToolbar {
	/*background-color: #d4e1f0;*/
	background-image: url(../images/adminbar_bg.png);
	background-repeat: repeat-x;
	background-color: #EDF3F9;
	border: 1px solid #5b91c9;
	padding-left: 20px;
	margin-bottom: 0;
	height: 47px;
	clear: both;
}

.lemonpages_editToolbar {
	padding-left: 0;
	
}

.lemonpages_pageToolbar { 
	margin-bottom: 20px;
	padding-left: 0;	
}

.lemonpages_editToolbar button, .lemonpages_adminbar ul li a, .lemonpages_pageToolbar button, .lemonpages_pageToolbar ul li a{
	background-color: transparent;
	/*background-image: url(../images/adminbar_bg.png);
	background-repeat: repeat-x; */
	background-image: none;
	border: none;
	color: #1e5894;
	float: left;
	height: 37px;
	line-height: 37px;
	margin-right: 5px;
	position: relative;
	padding: 5px;
	text-decoration: none;	
}

.lemonpages_editToolbar button, .lemonpages_pageToolbar button {
	cursor: pointer;
	height: 47px;
	margin: 0;
	width: 1;
   	overflow: visible;
}

.lemonpages_editToolbar button:hover, .lemonpages_editToolbar button.hover, .lemonpages_adminbar ul li a:hover, .lemonpages_pageToolbar button:hover, .lemonpages_pageToolbar button.hover, .lemonpages_pageToolbar ul li a:hover {
	background-color: white;
	background-image: url(../images/adminbar_bg_hover.png);
	background-repeat: repeat-x; 
	border-left: 1px solid #5b91c9;
	border-right: 1px solid #5b91c9;
	padding-left: 4px;
	padding-right: 4px;
}

.lemonpages_editToolbar button img, .lemonpages_adminbar ul li img, .lemonpages_pageToolbar button img, .lemonpages_pageToolbar ul li img {
	vertical-align: middle; 
}

.lemonpages_adminbar ul, .lemonpages_pageToolbar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.lemonpages_adminbar ul li, .lemonpages_pageToolbar ul li {
	float: left;
	position: relative;
}

/** Module toolbar */

.lemonpages_moduleToolbar {
    position: relative;
    z-index: 1000;
    clear: both;
	background-image: url(../images/adminbar_bg.png);
	background-repeat: repeat-x;
	border: 1px solid #5b91c9;
	height: 24px;
	margin-top: 10px;
	/*border: 1px dashed #5b91c9;*/
	/*margin-bottom: -10px;*/
}

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

.lemonpages_moduleToolbar ul li {
	float: left;
	position: relative;
}

.lemonpages_moduleToolbar ul li a, .lemonpages_moduleToolbar button {
	background-color: transparent;
	background-image: none;
	border: none;
	color: #1e5894;
	float: left;
	height: 14px;
	line-height: 14px;
	margin-right: 10px;
	position: relative;
	padding: 5px;
	text-decoration: none;	
}

.lemonpages_moduleToolbar ul li a:hover, .lemonpages_moduleToolbar button:hover, .lemonpages_moduleToolbar button.hover {
	background-color: white;
	background-image: url(../images/adminbar_bg_hover.png);
	background-repeat: repeat-x; 
	border-left: 1px solid #5b91c9;
	border-right: 1px solid #5b91c9;
	padding-left: 4px;
	padding-right: 4px;
}

.lemonpages_moduleToolbar button {
	cursor: pointer;
	height: 24px;
	margin: 0;
	width: 1;
   	overflow: visible;
   	padding-top: 2px;
}

.lemonpages_moduleToolbar ul li img, .lemonpages_moduleToolbar button img {
	vertical-align: middle;
}

/* User info */

.lemonpages_userinfo {
	color: #1e5894;
	font-size: 8pt;
	text-align: right;
	padding: 5px;
	margin: 0;
}

.lemonpages_userinfo a{
	color: #1e5894;
	font-weight: bold;		
}

/* FileBrowser */

.lemonpages_fileBrowser {
	background-color: white;
}

#fileBrowser #error_div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3em;
    padding-top: 1em;
    padding-bottom: 1em;
    display: block;
}

div.lemonpages_fileBrowserList {
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 5px;
	top: 7em;
	overflow: auto;
	border: 1px solid lightgray;
}

table.lemonpages_fileBrowser {
	border-collapse: collapse;
	width: 820px;
}

tr.lemonpages_fileBrowser {
	border-bottom: 1px solid #eeeeee;
	cursor: pointer;
}

tr.lemonpages_fileBrowser:hover {
	background-color: #dde1ff;
	border-bottom: 1px solid #ffffff;
}

tr.lemonpages_fileBrowser_chosen {
	color: #ffffff;
	background-color: #3366ff;
	border-bottom: 1px solid #000099;
}

tr.lemonpages_fileBrowser td, tr.lemonpages_fileBrowser_chosen td {
	height: 72px;
}

table.lemonpages_fileBrowser th {
	text-align: left;
	padding: 3px;
}

tr.lemonpages_fileBrowser_titlerow {
	border-bottom: 1px solid #eeeeee;
}

table.lemonpages_fileBrowser td {
	padding: 3px;
}

iframe.lemonpages_fileBrowser {
	width: 860px;
	height: 640px;
	border: 0;
}


/* HTML editor */
.lemonpages_HTMLEditor {

}

#htmlEditor___Frame {
	height: 500px;
	width: 825px;
}


/* Login/Logout */
#lemonpages_userinfo {
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
}

.lemonpages_login {
	margin: 25px;
	width: 250px;
}

/* Error */

.error {
    color: red;
	font-weight: bold;
}
div.error {
    position: relative;
    /*background-image: url(../images/icons/actions/stop.png);*/
    background-color: #FFDFDF;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    padding: 5px;
    border: 2px solid red;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

/* Notice */

.notice {
	color: #5b91c9;
	font-weight: bold; 
}
div.notice {
    position: relative;
    /*background-image: url(../images/icons/actions/info.png);*/
    background-color: #BFDFFF;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    padding: 5px;
    border: 2px solid #5b91c9;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

/* Help */
.help {
    background-color: #D3E0EF;
}

td.help {
}

/* Calendar */

.calendar {
	position: absolute;
	background-color: white;
	border: 2px solid #3366ff;
}

table.calendar td {
	padding: 4px;
	border: 1px solid lightgray;	
}

.calendar_previous, .calendar_next {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;	
}

.calendar_previous {
	background-image: url(../images/icons/actions/1leftarrow.png);
}

.calendar_next {
	background-image: url(../images/icons/actions/1rightarrow.png);
}

input.calendarButton {
	width: 16px;
	height: 16px;
	/*visibility: hidden;*/
	/* opacity: 0; */
}
div.calendarButton {
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/apps/date.png);
}

/* Edit group & user */

button.add {
	background-image: url(../images/icons/actions/edit_add.png);
	padding-left: 20px;
}

table.gridTable {
	border: 1px solid #5b91c9;
	clear: both;
	width: 100%;
}

/*table.gridTable tr {
	border-bottom: 1px solid #5b91c9;
}*/

table.gridTable tr.clickableRow:hover, table.gridTable tr.clickableRowHover {
	background-color: #d4f0df;
	cursor: pointer;	
}

table.gridTable tr.clickableRow {
	height: 50px;
}

table.gridTable tr.selectAll {
	background-color: #d4e1f0;
	color: white;
}

table.gridTable tr.selectAll button {
	background-color: #d4e1f0;
	border: none;
	font-size: 8.5pt;
	height: 22px;
	line-height: 22px;
	padding-left: 0;
}

table.gridTable tr.selectAll button:hover {
	background-color: white;
	border: none;
}

table.gridTable tr.selectAll button img {
	vertical-align: middle;
	margin-bottom: 5px;	
}

table.gridTable th {
	text-align: left;
	background-color: #5b91c9;
	color: white; 
}

table.gridTable td {
	padding: 5px;
	border-bottom: 1px solid #5b91c9;
}

/** Users 2 */
#groups_container {
    position: absolute;
    left: 10px;
    top: 60px;
    bottom: 10px;
    width: 200px;
    border: 1px solid #cccccc;
    overflow: auto;
}
#groups_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#groups_list li {
    padding: 10px;
    margin: 2px;
    border: 1px solid #5B91C9;
    background-color: #EEF3F8;
    color: #1E5894;
}

#users_list {
    background-color: white;
    position: absolute;
    left: 220px;
    top: 60px;
    bottom: 10px;
    width: 400px;
    border: 1px solid #cccccc;
    overflow: auto;
}

#users_list table {
    width: 100%;
}
#users_list table th {
    text-align: left;
    
}
#users_list table td {
    border-top: 1px solid #cccccc;
    padding: 2px;
}

#user_details {
    position: absolute;
    left: 630px;
    top: 60px;
    bottom: 10px;
    right: 10px;
    border: 1px solid #cccccc;
    overflow: auto;
}

/** Loading */

.loading {
	color: black;
	position: relative;	
}

#notifyDiv {
	width: 200px;
	height: 70px;
}

/** Separator rule */

hr.separator {
	border: 0;
	border-bottom: 1px dashed #5b91c9;
	margin-bottom: 20px;
	margin-top: 20px;	
}

/** Period table */

table.periodTable {
	background-color: #E7EAFE;
	border: 1px solid #cccccc;
	color: #444444;
	position: relative;
	z-index: 10;
}

table.periodTable td, th {
	padding: 5px;
}

table.periodTable th {
	text-align: left;
}

table.periodTable td, button{
	font-size: 8.5pt;	
}

table.periodTable label {
	text-decoration: none;
}

/** Flash-objects*/
object.flash_dateChart {
	position: relative;
	z-index: 0;	
}



/** Admin UI */

ul.interleaf_bar {
    position: absolute;
    top: 5em;
    left: 1em;
    z-index: 10;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.interleaf_bar  li {
    display: inline;
}
ul.interleaf_bar li a {
    display: block;
    float: left;
    padding-left: 5px;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: -1px;
    height: 2em;
    font-size: 0.85em;
    line-height: 2em;
    border: 1px solid #888888;
    border-bottom: 0;
    background-color: #999999;
    color: inherit;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
}
ul.interleaf_bar  li strong a {
    border: 1px solid #cccccc;
    border-bottom: 1px solid #ffffff;
    background-color: #ffffff;
    font-weight: normal;
}
ul.interleaf_bar  li a img {
    vertical-align: middle;
    margin-bottom: 0.2em;
}

td.top_center {
    text-align: center;
    vertical-align: top;
}
td.top_left {
    text-align: left;
    vertical-align: top;
}
td.top_right {
    text-align: right;
    vertical-align: top;
}

.wide_layout_item {
    clear: both;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
    width: 97%;
    line-height: 1em;
    background-color: #ffffff;
}
table.wide_layout_item {
    border-collapse: collapse;
    width: 100%;
}
table.wide_layout_item th,
table.wide_layout_item td {
    border: 1px solid #cccccc;
    vertical-align: middle;
    font-size: 0.85em;
    line-height: 1.4em;
}
table.wide_layout_item td input,
table.wide_layout_item th input {
    font-size: inherit;
}

table.wide_layout_item th {
    background-color: #E3ECF6;
    background-image: url(../../../images/adminbar_bg.png);
    background-repeat: repeat-x;
    background-position: top left;
    color: #000000;
    height: 2em;
    line-height: 2em;
}
table.wide_layout_item th img {
    vertical-align: middle;
    margin-bottom: 0.2em;
}
.align_center {
    text-align: center;
}
.align_left {
    text-align: left;
}
.align_right {
    text-align: right;
}
a.sort_asc, a.sort_desc, a.sort {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
a.sort_asc {
    background-image: url(../images/sort_arrow_asc.png);
}
a.sort_desc {
    background-image: url(../images/sort_arrow_desc.png);
}
a.sort {
    background-image: url(../images/sort_arrow.png);
}

tr.odd td {
    background-color: #ffffff;
}
tr.even td {
    background-color: #E3ECF6;
}
tr.selected td {
    background-color: #3355ff;
    color: white;
}
.cursor_pointer {
    cursor: pointer;
}

body.fullsrceen {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
}
#page.fullscreen {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #eeeeee;
    background-image: none;
}
div.main_list {
    position: absolute;
    top: 8.55em;
    bottom: 1em;
    left: 1em;
    width: 43em;
    overflow: auto;
    padding: 0;
}
div.main_list table {
    position: relative;
    left: 1em;
    width: 41em;
    top: 2em;
    bottom: 1em;
}
div.main_list table thead th {
    height: 2em;
}
div.main_list_tools {
    position: absolute;
    top: 6.75em;
    height: 1.85em;
    width: 43em;
    padding: 0;
    left: 1em;
    margin: 0;
}
fieldset.admin_search_bar {
    position: absolute;
    display: block;
    margin: 0;
    right: 1em;
    top: 4em;
    border: 0;
    width: 220px;
    height: 24px;
    background-image: url(../images/search_field.png);
    background-repeat: no-repeat;
}
fieldset.admin_search_bar input {
    position: relative;
    left: 18px;
    width: 180px;
    border: 0;
    font-size: 13px;
    height: 14px;
    top: 1px;
}

div.admin_details {
    position: absolute;
    left: 45em;
    right: 1em;
    top: 6.75em;
    bottom: 1em;
    width: auto;
    overflow: auto;
}
div.admin_details table {
    table-layout: fixed;
}
div.admin_details table td {
    padding: 2px;
    vertical-align: top;
}

div.admin_details table td textarea {
    width: 99%;
}

div.admin_details_tools {
    position: relative;
    left: 0;
    right: 1em;
    top: 0;
    padding: 0;
    margin-bottom: 10px;
    text-align: right;
}

ul.checkbox_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.checkbox_list li input {
    vertical-align: middle;
    height: 1.1em;
    width: 1.1em;
    margin-bottom: 0.5em;
}

div.dropdown_menu {
    position: absolute;
    background-color: white;
    border: 1px solid #5b91c9;
    padding: 4px;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    width: 14.5em;
}
label.dropdown_menu {
    display: block;
    padding: 4px;
    padding-right: 20px;
    width: auto;
    background-color: white;
    border: 1px solid #5b91c9;
    background-image: url(../images/icons/actions/1downarrow1.png);
    background-repeat: no-repeat;
    background-position: 95% 48%;
}

div.admin_notice {
    position: absolute;
    padding: 0.7em;
    height: 0.7em;
    top: 4em;
    left: 1em;
    right: 270px;
    background-color: #C9EFC2;
    color: #188F00;
    font-weight: bold;
    text-align: center;
    border: 2px solid #188F00;
    /*background-image: url(../images/notice_box_bg.png);
    background-repeat: no-repeat;*/
    z-index: 10000;
    display: none;
    cursor: pointer;
}
div.admin_notice img {
    position: absolute;
    left: 20px;
    top: -2px;
}
div.admin_notice_warning {
    background-color: #FFFF93;
    border-color: #DD7000;
    color: #DD7000;
}