@charset "UTF-8";
body {
    margin: 0px;
    padding: 0px;
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/sand.gif');
    background-repeat: repeat;
}

a:link {
    color: #000000;
}

a:visited {
    color: #000000;
}

a:hover {
    color: #ff0000;
}

a:active {
    color: #ff0000;
}

.hometop {
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/water.gif');
    background-repeat: no-repeat;
    background-position: center top;
    height: 365px;
}
.nav {
    height: 57px;
    width: 534px;
    padding-right: 254px;
}
.homepic {
    height: 150px;
    width: 790px;
}

.bottom_wrap {
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/footer_wave.gif');
    background-position: bottom left;
    background-repeat: no-repeat;
}

.homecontent {
    width: 790px;
}
.hcright {
    width: 232px;
}

.hcleft_fill {

}

.hcleft_min_height {
    height: 450px;
    width: 1px;
}

.hcleft td {
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 13px;
    color: #000000;
}

.hcleft {
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/homemain_03.gif');
    background-repeat: no-repeat;
    background-position: right top;
    width: 528px;
    padding-top: 5px;
    padding-left: 10px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    text-align: left;
    padding-right: 20px;
}

h2 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 25px;
    color: #0b66b0;
}

h4 {
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    font-weight: bold;
}

.place {
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/homemain_04.gif');
    height: 106px;
    width: 231px;
}

.footer {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/footer_bar.gif');
    background-repeat: no-repeat;
    background-position: center top;
    height: 35px;
    width: 790px;
    padding-top: 7px;
    text-align: center;
}

.footer a:link {
    color: #000000;
    text-decoration: none;
}

.footer a:visited {
    color: #000000;
    text-decoration: none;
}

.footer a:hover {
    color: #880000;
    text-decoration: none;
}

.footer a:active {
    color: #ff0000;
    text-decoration: none;
}

.bg_one {
    width: 100%;
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/footer_wave.gif');
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.innertop {
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/water_inner.gif');
    background-repeat: no-repeat;
    background-position: center top;
    height: 251px;
}
.innerpic {
    height: 163px;
    width: 790px;
}

.copyright {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
    height: 40px;
    width: 100%;
}

.gallery_block_outer {
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/side_box_08.gif');
    background-repeat: repeat-y;
    width: 231px;
}

.gallery_block_inner {
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/side_box_07.gif');
    background-repeat: no-repeat;
    background-position: top center;
    width: 231px;
}

.gallery_block_content {
    padding-left: 24px;
    padding-right: 15px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 13px;
    color: #000000;
}

.gallery_block_content a:link {
    color: #000000;
    font-size: 10pt;
    font-family: Tahoma, Arial, default;
    text-decoration: none;
}

.gallery_block_content a:visited {
    color: #000000;
    font-size: 10pt;
    font-family: Tahoma, Arial, default;
    text-decoration: none;
}

.gallery_block_content a:hover {
    color: #880000;
    font-size: 10pt;
    font-family: Tahoma, Arial, default;
    text-decoration: underline;
}

.gallery_block_content a:active {
    color: #ff0000;
    font-size: 10pt;
    font-family: Tahoma, Arial, default;
    text-decoration: underline;
}

.req {
    color: #ff0000;
}

.contact_form td {
    font-size: 12px;
    font-family: Trebuchet MS;
}

.contact_form th {
    font-size: 13px;
    font-family: Trebuchet MS;
}

.message-error {
    color: #ff0000;
}

.message-info {
    color: #008800;
}

.error {
    color: #ff0000;
}

.faqs div {
    padding-bottom: 4px;
}/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
====================Default Block Styling=====================*/
.block {
    margin-bottom: 1.5em;
}
.block .header {
    margin: 0 0.4em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #0099CC;
    color: #0099CC;
    font-weight: bold;
}
.block .header h2 {
    font-size: 1.1em;
    font-family: arial;
}
.block .content {
    padding: 0.4em;
    font-size: 0.9em;
}

/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

/*
====================Top Navigation Block======================*/
#top-nav {
    position: relative;
    background: #EEF7D4;
    border: 2px solid #FFFFFF;
    border-top: none;
}
#top-nav .inner {
    height: 2.2em;
    padding-left: 180px;
    border: 1px solid #BBBBBB;
}
#top-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#top-nav li {
    float: left;
    padding-left: 0;
}
#top-nav li a {
    display: block;
    padding: 0.5em 1em;
    border-right: 1px solid #FFFFFF;
    font-weight: bold;
    color: #66A326;
}
#top-nav li a:hover, #top-nav li.current a {
    background-color: #99CC00;
    color: #FFFFFF;
    text-decoration: none;
}
#nav {
    height: 50px;
    font-size: 0.75em;
}
#nav ul {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #99CC00;
}
#nav ul li {
    float: left;
    display: inline;
    margin: 0;
}
#nav ul li a {
    display: block;
    position: relative;
    padding: 0.2em 1.5em;
    background-color: #0099CC;
    font-size: 1.3em;
    font-weight: bold;
    color: #EEF7D4;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-right: 1px solid #99CC00;
}
#nav ul li a:hover {
    color: #2666A3;
    text-decoration: underline;
}
#nav ul li.current a {
    color: #2666A3;
    background-color: #E5F8FF;
}
#nav ul li.current a:visited {
    color: #2666A3;
}
/* hide the sublevels */
#nav ul ul {
    display: none;
}
#nav ul li.current ul {
    position: absolute;
    left: 0;
    display: block;
    /* use max-width emulation hack from
     * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic
     * properties syntax, see
     * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */
        padding: 0;
    background-color: #E5F8FF;
}
#nav ul li.current li {
    padding: 0.4em 0;
}
#nav ul li.current li a {
    /* hide first pipe */
    left: -1px;
    padding: 0 1em;
    font-weight: normal;
    font-size: 1.1em;
    color: #2666A3;
    border-right: none;
    border-left: 1px solid #2666A3;
}
/* hide 3rd or more levels */
#nav ul ul ul li {
    display: none;
}
/************************************/
/*            CMS MODULE            */
/************************************/
#ajaxIndicator {
    padding: 2px 4px;
    background: #ff3300;
    color: #fff;
    font-size: 0.9em;
}
dt {
    color: #666666;
}
dt .required {
    color: #66A326;
}
dt .required:after {
    content: " *";
    color: #ff0000;
}
dt label {
    padding-right: 20px;
}
dt.onSide, dl.onSide dt {
    float: left;
    width: 110px;
    padding-right: 0;
    text-align: left;
}
dd.onSide, dl.onSide dd {
    margin-left: 110px;
    margin-bottom: 0.5em;
}
dt.onTop, dl.onTop dt {
    margin-bottom: 4px;
    font-size: 0.9em;
    font-weight: bold;
}
dd.onTop, dl.onTop dd {
    margin-left: 0;
    margin-bottom: 1em;
}
input[type="text"], input[type="password"] {
    font-size: 1em;
}
input.mediumButton {
    width: 8em;
}
.manager-actions {
    padding: 4px 2px;
    /*background: #EEF7D4;*/
}
.button {
    /*padding: 2px;
    background: #e5e5e5;
    border: 1px solid #999;
    border-width: 1px 2px 2px 1px;*/
    font-size: 12px;
}
button.combox {
    padding-right: 20px;
    background-image: url('http://www.ourlittleplanet.org//cms/images/combox-arrow.gif');
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
.cmsBox {
    margin: 0 0 1em;
    padding: 8px 8px 4px;
    background: #f2f2f2;
    border: 1px solid #ccc;
    border-width: 1px 2px 2px 1px;
}

/*--------------------------------------
LAYOUT
--------------------------------------*/
.moduleContainer {
    position: relative;
    padding-top: 10px;
}
/** Only one column */
.moduleContent.full {
    width: 100%;
}
/** With two columns */
.moduleContent.left {
    float: left;
    width: 75%;
}
.moduleContent.left .wrap {
    margin-right: 20px;
}
.moduleInfobar.right {
    float: right;
    width: 25%;
}
.moduleInfobar.right .wrap {
    margin-top: 25px;
    margin-left: 10px;
}

/*--------------------------------------
GENERAL
--------------------------------------*/
.moduleContainer * {
    font-family: "Lucida Grande", Verdana;
    color: #333;
}
.moduleContainer a {
    font-size: 11px;
    padding: 1px;
    text-decoration: underline;
}
.moduleContainer a:link, .moduleContainer a:visited {
    color: #999;
}
.moduleContainer a:hover, .moduleContainer a:active {
    background: #999;
    color: #fff;
    text-decoration: none;
}
.moduleContainer a.action, .moduleContainer a.actionAlt {
    font-size: 11px;
    padding: 1px;
}
.moduleContainer a.action:link, .moduleContainer a.action:visited {
    color: #99CC00;
}
.moduleContainer a.action:hover, .moduleContainer a.action:active {
    background: #99CC00;
    color: #fff;
    text-decoration: none;
}
.moduleContainer a.actionAlt:link, .moduleContainer a.actionAlt:visited {
    color: #0099CC;
}
.moduleContainer a.actionAlt:hover, .moduleContainer a.actionAlt:active {
    background: #0099CC;
    color: #fff;
    text-decoration: none;
}
.moduleContainer a.actionDone:link, .moduleContainer a.actionDone:visited,
.moduleContainer a.actionDone:hover, .moduleContainer a.actionDone:active {
    background: #666666;
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
}
#cmsContainer .moduleContent h1 {
    position: relative;
    margin: 10px 0 10px;
    padding: 0;
    border: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
#cmsContainer .moduleContent h2 {
    margin: 5px 0 20px;
    padding: 0;
    font-family: inherit;
    font-size: 14px;
    color: #99CC00;
}
#cmsContainer .moduleContent h2 span { /*the content name*/
    font-size: 18px;
    color: #000;
}
#cmsContainer .moduleContent p {
    padding: 0 0 0.4em;
    font-size: 1em;
    line-height: 1.6;
    color: #333;
}
#cmsContainer .moduleToolbar {

}
#moduleToolbarHeader {
    padding: 0 7px 2px;
    text-align: right;
}
#cmsContainer .moduleInfobar {
    text-align: left;
}
#cmsContainer .moduleInfobar h2 {
    margin: 10px 0 10px;
    padding: 4px 0 2px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    font-family: inherit;
    color: inherit;
    border-bottom: 1px solid #666;
}
#cmsContainer .moduleInfobar p {
    font-size: 11px;
    line-height: 1.6;
    color: #333;
}
.moduleInfobar select {
    display: block;
}

#cmsContainer ul.inline {
    display: inline;
    margin: 0;
    padding: 0;
}
#cmsContainer ul.inline li {
    display: inline;
    margin: 0;
    padding: 0;
}
.full {
    width: 100%;
}

.moduleContent table {
    width: 100%;
    margin: 10px 0;
    border: none;
    border-collapse: collapse;
    font-family: "Lucida Grande", Verdana;
    font-size: 11px;
}
.moduleContent .thead th {
    padding: 4px 8px 3px;
    border: none;
    border-bottom: 1px solid #666;
}
.moduleContent tbody td {
    padding: 5px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}
.moduleContent .tfoot td {
    border: none;
    border-top: 2px solid #666;
}
.moduleContent table a {
    display: inline;
    background: none;
    font-size: inherit;
}
.moduleContent table thead a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
}
.moduleContent tr {

}
.moduleContent th {

}
.moduleContent tr.alternateRow td {
    background: none;
}
.moduleContent tr:hover td, .moduleContent tr.rowHover td {
    background: #e5e5e5;
}

#cmsContainer input.text, #cmsContainer textarea.textarea, #cmsContainer select {
    font-size: 1em;
}
#cmsContainer .error {
    color: #f30;
}
#cmsContainer p.warning {
    padding-left: 4px;
    background: #f7f7f7;
    border-top: 2px solid #f90;
}

#contentFilterBox select {
    width: 100px;
}
#contentFilterBox select#contentFilter_typeId {
    width: 200px;
}
#contentFilterBox select#contentFilter_categoryId {
    width: 150px;
}


/*========================================*/

a#contentType-combox {
    position: relative;
}

ul.combox-menu {
    position: absolute;
    margin: 0;
    padding: 5px 0;
    background: #EEEEEE;
    border: 1px solid #666666;;
}
ul.combox-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.combox-menu li a {
    display: block;
    min-width: 120px;
    padding: 4px 5px;
    text-decoration: none;
    color: #000000;
}
ul.combox-menu li a:hover {
    background: #99CC00;
    color: #FFFFFF;
}

/* Include ContentTypeMgr stylesheet */

p.submit {
    margin: 5px 0 0;
    padding: 4px 0 0 !important;
    border-top: 1px solid #ddd;
}
p.submit input {
    vertical-align: middle;
}

/************************************/
/*        CONTENT TYPE LIST         */
/************************************/
#cmsContainer .moduleToolbar {
    position: relative;
}
.contentTypeEditForm li label {
    vertical-align: middle;
}
.contentTypeEditForm input.contentType_name {
    padding: 3px;
    font-size: 16px;
    font-weight: bold;
}
#newContentTypeForm {
    margin-bottom: 10px;
    padding-top: 5px;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
}
#newContentTypeForm input {
    vertical-align: middle;
}

/************************************/
/*        CONTENT TYPE VIEW         */
/************************************/
.contentType {
    margin-bottom: 10px;
    border: 1px solid #ddd;
}
.contentType h2 {
    margin: 0 !important;
    padding: 5px !important;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: 4px 6px;
}
#cmsContainer .contentType h2 span {
    font-size: 16px !important;
    font-weight: normal;
    cursor: pointer;
}
.contentType.closed h2 {
    text-indent: 16px;
    background-image: url('http://www.ourlittleplanet.org//cms/images/arrow_closed.gif');
}
.contentType.opened h2 {
    text-indent: 16px;
    background-image: url('http://www.ourlittleplanet.org//cms/images/arrow_opened.gif');
}
.contentType.loading h2 {
    text-indent: 16px;
    background-image: url('http://www.ourlittleplanet.org//cms/images/ajax-indicator-s.gif') !important;
}
.contentType ol {
    padding-left: 30px;
    padding-right: 15px;
}
.contentType ol li {
    margin: 5px 0;
}
.contentType ol li.newAttribute {
    list-style: none;
}
.contentType a img {
    vertical-align: middle;
}
.contentType a.deleteLink {
    text-decoration: none;
}
.contentType a.deleteLink:hover, .contentType a.deleteLink:active {
    background: none;
}
.contentType form {
    padding: 5px;
    background: #f2f2f2;
}
.contentType .attributeEditForm label {
    float: left;
    width: 75px;
    font-size: 0.9em;
    font-weight: normal;
}
.contentType .attributeEditForm input {
    vertical-align: middle;
}
.contentType li.attributeParams {
    background: #fff;
    border: 1px solid #666;
}
.contentType li.attributeParams label {
    width: 120px;
}


/* Include ContentMgr stylesheet */

/************************************/
/*           CONTENT LIST           */
/************************************/
#contentFilterBox {
    font-size: 11px;
}
#contentFilterBox select {
    margin: 0 5px 0 2px;
    font-size: 11px;
}
#newContent {
    margin: 10px 0;
    padding-left: 5px;
    border-left: 4px solid #ccc;
}
#cmsContainer .moduleContent .help {
    padding: 4px 0;
    line-height: 1;
    font-size: 10px;
}
#cmsContainer .moduleContent .help a {
    font-size: 10px;
}
#contentList-items td a {
    /* If content name is too long it's table can be wider
       than it supposed to be */
    /* white-space: nowrap; */
}


/************************************/
/*           CONTENT EDIT           */
/************************************/
#contentEditForm input.medium, #contentEditForm textarea.medium {
    width: 70%;
}
#contentEditForm textarea.medium {
    height: 5em;
}
#contentEditForm input.large, #contentEditForm textarea.large {
    width: 95%;
}
#contentEditForm textarea.large {
    height: 10em;
}
#contentEditForm textarea.large.wysiwyg {
    height: 15em;
}
#contentEditForm div.moduleInfobar .categories select {
    height: 20em;
    width: 190px;
}

/* Preview fieldset */
fieldset#contentPreview {
    width: 75%;
    margin: 0 0 10px;
    padding: 0;
    background: #fff url('http://www.ourlittleplanet.org//cms/images/content_preview.gif') no-repeat;
    border: 1px solid #BBBBBB;
}
fieldset#contentPreview .previewBox {
    padding: 5px;
}
fieldset#contentPreview legend {
    padding: 0 0.5em;
    font-size: 1.1em;
    font-weight: bold;
    color: #BBBBBB;
}
fieldset#contentPreview legend a {
    color: #99CC00;
}

/************************************/
/*           CONTENT VIEW           */
/************************************/
a#contentModeTrigger {
    font-size: 12px;
    color: #99CC00;
    text-decoration: underline;
}
a#contentModeTrigger:hover {
    background: #99CC00;
    color: #fff;
    text-decoration: none;
}
.attributeLabel {
    font-weight: bold;
}

/* Edit */
.contentBar {
    position: absolute;
    width: 170px;
    left: 0;
    margin-left: -175px;
    top: 2px;
}
.contentBarInner {
    height: 250px;
    padding: 4px;
    background: #EEEEEE;
    border: 1px solid #666666;
    -moz-border-radius: 4px;
    -moz-opacity: 0.95;
}
html > body .contentBarInner {
    height: auto;
    min-height: 250px;
}
.contentBar h2 {
    margin: 0;
    padding: 2px 4px 4px;
    font-size: 1.1em;
    text-align: center;
}
.contentBar a.control-link {
    padding: 0.4em;
    font-size: 1em;
    color: #99CC00;
    text-decoration: underline;
}
.elemHover {
    background: #efefef;
}
#content .attribLabel {
    font-size: 1.1em;
    color: #99CC00;
    font-weight: bold;
}
.fieldEdit {
    background: inherit;
    border: none;
    font: inherit;
    color: inherit;
}
textarea.fieldEdit {
    width: 99%;
}

.imageEmpty {
    width: 90px;
    height: 90px;
    border: 2px solid red;
}

#replaceImage { /*testing*/
    position: fixed;
    background: #FF9900;
    top: 50px;
    left: 50px;
    width: 400px;
    height: 300px;
}


.picture {
    float: right;
    margin: 0 0 10px 10px;
}

/* Wikiwyg
/* FIXME
/* Not included in iframe stylesheet
/* put it back in the stylesheet attribute of header when fixed*/

.wikiwyg_toolbar {
    background: #D3D3D3;
    border: 1px outset;
    letter-spacing: 0;
    margin-bottom: 5px;
    padding: 2px;
}

span.wikiwyg_control_link a {
    padding-right: 8px;
}

.wikiwyg_button {
    background: #D3D3D3;
    border: 1px solid #D3D3D3;
    cursor: pointer;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}

.wikiwyg_button:hover {
    border: 1px outset;
}

.wikiwyg_button:active {
    border: 1px inset;
}

.wikiwyg_separator {
    background: #D3D3D3;
    border: 1px solid #D3D3D3;
    width: 9px;
    height: 20px;
    vertical-align: bottom;
}

.wikiwyg_selector {
    width: 70px;
}

.wikiwyg_wysiwyg table {
    border-collapse: collapse;
    margin-bottom: .2em;
}

.wikiwyg_wysiwyg table td {
    border: 1px;
    border-style: solid;
    padding: .2em;
    vertical-align: top;
}

/* Include modalWindow stylesheet */

/*--------------------------------------
MODAL WINDOW
--------------------------------------*/
#modalWindow .mwInner {
    width: 500px;
}
html > body #modalWindow .mwInner {
    width: auto;
    min-width: 500px;
}
#modalWindow h2 {
    margin: 0 0 0.5em;
    padding: 0.5em;
	background: #99CC00;
	color: #FFF;
}
#modalWindow .manager-actions {
    clear: left;
    padding: 8px 2px;
    border-top: 2px solid #99CC00;
}
#modalWindow .button {
    padding: 2px 8px;
    color: #000;
    background: #f2f2f2;
    border: 2px outset;
    font-size: 1em;
    text-decoration: none;
}
#modalWindow .action {
    padding: 2px;
    color: #99CC00;
    text-decoration: underline;
}
#modalWindow .action:hover {
    background: #99CC00;
    color: #fff;
    text-decoration: none;
}
/* FILE Modal Window */
#mediaThumbs {
    height: 270px;
    width: 500px;
    overflow: auto;
    background: #fff;
}
.thumb {
    float: left;
    margin: 7px;
    border: 2px solid #FFFFFF;
}
.thumbInner {
    text-align: center;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    border: 1px solid #ccc;
}
#mediaThumbs .current {
    border: 2px solid #99CC00;
}
/* URL Modal Window */
#linkAssoc #linkEditor {
    position: relative;
}
#linkAssoc #linkEditorHeader {
    margin: 10px 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #99CC00;
}
#linkAssoc input#linkText-editValue {
    width: 400px;
}
#linkAssoc #linkTypePane {
    float: left;
    width: 150px;
    margin: 0;
    padding: 20px 0 0;
}
#linkAssoc #linkTypePane dt {
    margin: 0 0 1em;
    padding: 0;
}
#linkAssoc #linkTypePane dd {
    margin: 0;
    padding: 10px 10px 10px 20px;
}
#linkAssoc #linkTypePane dd.selected {
    background: #fff;
}
#linkAssoc #linkResourcePane {
    float: left;
    width: 440px;
    margin: 0;
    padding: 0;
}
#linkAssoc .linkResourcePane {
    padding: 5px;
    background: #fff;
}
#linkAssoc input#linkHref-editField {
    width: 420px;
}
#linkAssoc #linkTypeInternal-pane {
    height: 300px;
    overflow: auto;
}
#linkAssoc #linkTypeInternal-pane ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#linkAssoc #linkTypeInternal-pane ul li.parent {
    font-weight: bold;
}
#linkAssoc #linkTypeInternal-pane ul li {
    margin: 0;
    padding: 3px;
    padding-left: 20px;
    font-weight: normal;
}
#linkAssoc #linkTypeInternal-pane ul li a {
    color: #666;
}
#linkAssoc #linkTypeInternal-pane ul li img {
    vertical-align: middle;
}
#linkAssoc #linkTypeInternal-pane li.current ul {
    display: block;
}
#linkAssoc #linkTypeInternal-pane li ul {
    display: none;
}

/**
 * TODO
 * Remove when sgl 0.6.2 is released
 * and use $output->addCssFile() to include it from JSCalendar
 */
/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #206A9B;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #F1F8FC;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #007ED1 url(menuarrow2.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #000;
  color: #fff;
  padding: 2px;
}

.calendar thead tr td { /* Row <TR> containing navigation buttons */
  background: #007ED1;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #C7E1F3;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #206A9B;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #34ABFA;
  color: #000;
  border: 1px solid #016DC5;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #006AA9;
  border: 1px solid #008AFF;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #C7E1F3;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #F1F8FC;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #8FC4E8;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #D50000;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #206A9B;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #000;
  color: #fff;
  border-top: 1px solid #206A9B;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #B8DAF0;
  border: 1px solid #178AEB;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #006AA9;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #34ABFA;
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  font-weight: bold;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #F1F8FC;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #E3F0F9;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #F1F8FC;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #267DB7;
  color: #fff;
}

.calendar td.time span.active {
  border-color: red;
  background-color: #000;
  color: #A5FF00;
}

/* Include some misc stylesheet */

/************************************/
/*           ATTRIB LIST            */
/************************************/
div#newAttribListBox textarea {
    width: 177px;
    height: 100px;
}

div#newAttribListBox input[type="text"] {
    width: 75px;
}
div#newAttribListBox input[type="text"].text {
    width: 177px;
}
div#attribListNameAndValues {
    float: left;
}
div#attribListNameValuePairs {
    float: left;
}

/* name and value inputs for attrib list */
div#attribListNameAndValues dl dd dl {
    width: 90px;
    float: left;
    display: inline;
}

/************************************/
/*           CATEGORY MGR           */
/************************************/

#frmCategoryMgr p label {
    width: 170px;
}
#frmCategoryMgr input.longText {
    width: 40%;
}
#frmCategoryMgr span.tipText {
    width: 300px;
}
#frmCategoryMgr fieldset#permissions, #frmCategoryMgr fieldset#description, #frmCategoryMgr fieldset#image {
    width: 80%;
    margin-top: 1em;
    border: 1px solid #666666;
}
#frmCategoryMgr #permissions p label, #frmCategoryMgr #description p label, #frmCategoryMgr #image p label {
    width: 160px;
}

#frmCategoryMgr fieldset#description textarea {
    width: 50%;
}

#frmCategoryMgr #image img {
    border: 1px solid;
}

/************************************/
/*           PAGE MGR           */
/************************************/
p.errorMsg {
    color: ;
    text-align: center;
}
#pageEdit p label {
    width: 200px;
}
#pageEdit .longText {
    width: 250px;
}

/************************************/
/*           LINKER MGR           */
/************************************/

form#linkerForm p label {
    float: left;
    text-align: right;
    margin-right: 10px;
    width: 150px;
}
form#linkerForm p span {
    background-color :#efefef;
    width: 150px;
}
form#linkerForm p select#content_id {
    width: 400px;
}
form#linkerForm p label.tipOwner {
    width: 130px;
}
/* Include query style sheet */

/**
 * Cms query styles/
 */

form#filterPanel {
}
    form#filterPanel fieldset label {
        float: left;
        display: block;
        margin-top: 0.2em;
        width: 100px;
        #padding-bottom: 0.2em;
    }
    form#filterPanel fieldset input.remove {
        position: absolute;
        right: 0;
        top: -2px;
    }

    /* Actions */
    form#filterPanel fieldset.actions {
        margin-top: 0.5em;
        border-top: 1px solid #ddd;
        padding: 1em 0 0.5em;
    }
        form#filterPanel fieldset.actions label {
            float: none;
            display: inline;
            width: auto;
            margin-right: 5px;
        }
        form#filterPanel fieldset.actions select {
            margin-right: 5px;
        }
        form#filterPanel fieldset.actions span.filterOptionsContainer {
            margin-right: 10px;
        }
        form#filterPanel fieldset.actions input.update {
            /* margin-left: 10px; */
        }

    /* Common for all filter containers */
    form#filterPanel div.filterContainer {
        position: relative;
        padding-bottom: 1.5em;
    }

    * html form#filterPanel div.filterContainer {
        height: 1%;
    }

        /* Status filter */
        form#filterPanel div#statusFilter_container {
            padding-right: 70px;
        }
            form#filterPanel div#statusFilter_container span {
                padding-left: 2px;
                margin-right: 5px;
            }


        /* Content type filter */
        form#filterPanel div#contentTypeFilter_container select#contentTypeFilter {
            width: 200px;
        }
        form#filterPanel div#contentTypeFilter_container fieldset {
            margin-left: 100px;
        }
            form#filterPanel div#contentTypeFilter_container fieldset label {
                margin-top: 0.6em;
            }

            /* Attributes */
            form#filterPanel select#attributesFilter {
                width: 150px;
            }
            form#filterPanel div#attributeFilterPanel {
            }
                form#filterPanel div#attributeFilterPanel div.attributeContainer {
                    padding-top: 0.5em;
                    clear: left;
                }
                form#filterPanel div#attributeFilterPanel input.remove {
                    position: static;
                    margin-left: 10px;
                }