/*
** Plone style sheet for CSS2-capable browsers.
** Copyright Alexander Limi, 2001-2003 - http://www.plonesolutions.com
**
** Thanks to Geir B�kholt, Stian S�iland for input and guidance.
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will 
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade. 
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */

/* The basic elements: */
body {
    font: 0.7em "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    background-color: White;
    color: Black;
    margin: 0;
    padding: 0;
}

#centerbody {
  
  position: relative;
  margin-left: 190px;
  margin-right: 190px;

}

#rightbody {
  float:right;
  right:5px;
  width: 165px;
  position: relative;
}

#leftbody { /* ++ */
  float:left;
  left:5px;
  width: 165px;
  position: relative;

}

.footer {
    background-color: #dee7ec;
    border-top: 1px solid #8cacbb;
    border-bottom: 1px solid #8cacbb;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 0em 1em 0em;
    text-align: center;
	color: #999999;


}

.footer small {

  /*opacity: 0.5;*/
  font-size: 10px;
}



.clr {
  clear:both;
}


.news{
	width:100%;
}


table {
    font-size: 100%;
}

.disabled {
    background-color:	#E0E0E0;
}
.style1 {
    background-color:	#FF99FF;
}
.style2 {
    background-color:	#E0EEEE;
}

#view td {

 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #8cacbb;
 border-right-width: 1px;
 border-right-style: solid;
 border-right-color: #8cacbb;
 width: 100%;
}

a {
    text-decoration: none;
    color: #436976;
    background-color: transparent;
}
img {
    border: none;
	
    vertical-align: middle;

}
p {
    margin: 0.5em 0em 1em 0em;
    text-align: left;
    line-height: 1.5em;
}
p a {
    text-decoration: underline;
}
p a:visited {
    color: Purple;
    background-color: transparent;
}
p a:active {
    color: Red;
    background-color: transparent;
}
p img {
    border: 0;
    margin: 0;
}

hr {
    height: 1px;
    color: #8cacbb;
    background-color: transparent;
}


h1, h2, h3, h4, h5, h6 {
    color: Black;
    background-color: transparent;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding-top: 0.5em;
    border-bottom: 1px solid #8cacbb;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: Black ! important; 
}

h1 {
    font-size: 160%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 140%;
    border-bottom: none;
    font-weight: bold;
}

h4 {
    font-size: 120%;
    border-bottom: none;
    font-weight: bold;
}

h5 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

h6 {
    font-size: 80%;
    border-bottom: none;
    font-weight: bold;
}


ul { 
    line-height: 1.5em;
    list-style-type: square;
    margin: 0.5em 0 0 1.5em;
    padding:0;
    list-style-image: url(images/bullet.gif);
}

ol {
    line-height: 1.5em;
    margin: 0.5em 0 0 2em;
    padding:0;
}
ul a, ol a {
    text-decoration: underline;
}
li {
    margin-bottom: 1em;
}
dt {
    font-weight: bold;    
}
dt a {
    text-decoration: underline;
}

dd {
    line-height: 1.5em;
    margin-bottom: 1em;
}
dd a {
    text-decoration: underline;
}

dd.link a {
    text-decoration: none;
    color: Black;
}

fieldset {
    border: 1px solid #8cacbb;
    margin: 2em 0em 1em 0em;
    padding: 1em 0em;
}


form {
    border: none;
    margin: 0;
}
textarea {
    border: 1px solid #8cacbb;  
    color: Black;
    background-color: white;
    width: 98%;
    padding: 0.1em;
}
input {
    visibility: visible;
    border: 1px solid #8cacbb;  
    color: Black;
    background-color: white;
    vertical-align: middle;
    padding: 0.1em;
}
select {
    border: 1px solid #8cacbb;  
    vertical-align: top;
}
abbr, acronym, .explain {
    border-bottom: 1px dotted Black;
    color: Black;
    background-color: transparent;
    cursor: help;
}
q {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}
blockquote {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}
code {
    font-size: 120%;
    color: Black;
    background-color: #dee7ec;
}
pre {
    font-size: 120%;
    padding: 1em;
    border: 1px dashed #8cacbb;
    color: Black;
    background-color: #dee7ec;
    overflow:auto;
}
.netscape4 {
    display: none;
}





/*
** Structural Elements
*/

#switchbar {
    /* The skin switcher at the top, only shows up if you have multiple skins available */
    
}

#switchbar a {
    display: block;
    float: left;
}

#top {
    /* Top section */
    margin: 0;
    padding: 0;
}
#siteActions {
    float: right;
    margin: 1em 1em 0.5em 1em;
}

/* Logo properties */
 


#logo img {
    text-decoration: none;
    border: 0px;
    float: center;

}

#intestazioneBox {
    background-color: transparent;
    float: left;
    margin-left: 10px;
    margin-top: 15px;
    text-align: left;
    width: 30%;
}

#searchBox {
    /*searchbox style and positioning */
    background-color: transparent;
    clear: right;
    float: right;
    margin: -4em 0em 0em 0em;
    padding: 0em 2em 0em 0em;
    text-align: right;
    text-transform: lowercase;
    width: 40%;
}
input.searchButton {
    font-size: 100% ! important;
    margin-bottom: 1px ! important;
}
.portalTabs {
    /* Navigational Plone Tabs(tm), implemented by customizing the a tag - they are surprisingly elegant. The power of CSS runs strong in these :) */
    background-color: transparent;
    border-collapse: collapse;
    border-bottom-color: #8cacbb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 0.5em 0em 0em 2em;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    height: auto;
    line-height: normal;
}
.portalTabs li {
    display: inline;
}
.portalTabs li a {
    /* The normal, unselected tabs. They are all links */
    background-color: transparent;
    border-color: #8cacbb;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: #436976;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 2em;
    text-decoration: none;
    text-transform: lowercase;
}
.portalTabs li.selected a {
    /* The selected tab. There's only one of this */
    background-color: #dee7ec;
    border: 1px solid #8cacbb;
    border-bottom: #dee7ec 1px solid;
    color: #436976;
}
.portalTabs li a:hover {
    background-color: #dee7ec;
    border-color: #8cacbb;
    border-bottom-color: #dee7ec;
    color: #436976;
}
#personalBar {
    /* Bar with personalized menu (user preferences, favorites etc) */
    background-color: #dee7ec;
    border-bottom-color: #8cacbb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    line-height: 1.2em;
    color: Black;
    padding: 0em 3em 0em 3em;
    margin: 0;
    text-align: right;
    text-transform: lowercase;
    list-style: none;
}
#personalBar li {
    display: inline;
}
#personalBar #personalBar-user {
    background: transparent url(images/user.gif) center left no-repeat;
    padding-left: 15px;
}

#personalBar .notLoggedIn {
    color: Black;
    padding: 0;
    background: transparent;
} /* Used on all descriptions relevant to those not logged in */
 
#personalBar li {
    background: transparent url(images/linkOpaque.gif) center left no-repeat;
    padding-left: 8px;
    color: #436976;
    margin-left: 1em;
}
#personalBar li a {
    text-decoration: none;
    color: #436976;
}
.caseSensitive {
    text-transform: none;
}
#pathBar {
    /* The path bar, including breadcrumbs and add to favorites */
    border-bottom-color: #8cacbb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-left: 2em;
    padding-right: 2em;
    text-transform: lowercase;
}
.breadcrumbs {
    float: left;
    text-transform: lowercase;
}
.addFavorite {
    vertical-align: bottom;
}
.contentViews {
    background-color: transparent;
    border-collapse: collapse;
    padding-left: 1em;
    line-height: normal;
    margin-top: 1em;
    margin-left: 0;
    /* white-space: nowrap; */
    list-style: none;
    border: 1px solid #74ae0b;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}
.contentViews li {
    display: inline;
}
.contentViews li a {
    background-color: transparent;
    border: 1px solid #74ae0b;
    border-style: solid;
    color: #578308;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 2em;
    line-height: normal;
    text-decoration: none;
    text-transform: lowercase;
    z-index: 1;
}
.contentViews .selected a {
    background-color: #cde2a7;
    border-bottom: #cde2a7 1px solid;
    color: #578308;
}
.contentViews li a:hover {
    background-color: #cde2a7;
    color: #578308;
}
.contentActions {
    border-collapse: collapse;
    background-color: #cde2a7;
    border-left: 1px solid #74ae0b;
    border-right: 1px solid #74ae0b;
    color: #578308;
    text-align: right;
    text-transform: lowercase;
    padding: 0 1em;
    z-index: 2;
}

.contentActions a {
    text-decoration: none;
    color: #578308
}

.contentActions ul {
    background-color: transparent;
    border: none;
    line-height: 1.2em;
    list-style: none;
    display: inline;
}
.contentActions ul li {
    border: 1px solid #74ae0b;
    border-style: none none none solid;
    display: inline;
    padding: 0 1em;
    margin: 0;
}

.pageContent {
    padding: 1em;
    margin: 0em 0em 2em 0em;
}

.editable {
    padding: 1em 2em !important;
}

.contentContent {
    font-size: 110%;
    padding: 0em 1em 2em 1em ! important;
    background: White;
}

.editable .contentContent {
    border: 1px solid #74ae0b;
    padding: 0;
}
.documentActions {
    float: right; 
    margin-top: 1.5em;
}
.message {
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    color: Black;
    font-size: 80%;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
}
.message a {
    color: Black;
    text-decoration: underline;
}
.title {
    margin-top: 1em;
}
.description {
    /* The summary text describing the document */
    font-weight: bold;
    display: block;
    margin: 1em 0em;
    line-height: 1.5em;
}
.byline {
    text-align: right;
    font-size: 80%;
    clear: both;
    font-weight: normal;
    color: #999999;
}


#colophon {
    float: none;
    margin: 0em 0em 2em 0em;
    padding: 0.5em 0em 1em 0em;
    text-align: center;
}

#colophon ul,
#colophon ul li,
#colophon ul li a {
    list-style: none;
    display: inline;
    text-decoration: none;
}

/*
** Widgets
*/

.standalone,
.editable * .standalone {
    background: #dee7ec url(images/linkOpaque.gif) 9px 1px no-repeat;
    cursor: pointer;
    font-size: 80%;
    margin-bottom: 1em;
    padding: 1px 1px 1px 15px;
    text-transform: lowercase;
}
.context,
.editable * .context {
    background: transparent url(images/linkTransparent.gif) 9px 1px no-repeat;
    cursor: pointer;
    font-size: 80%;
    margin-bottom: 1em;
    padding: 1px 1px 1px 15px;
    text-transform: lowercase;
}
.destructive,
.editable * .destructive {
    background: #ffce7b url(images/linkTransparent.gif) 9px 1px no-repeat;
    border: 1px solid #ffa500;  
    cursor: pointer;
    font-size: 80%;
    margin-bottom: 1em;
    padding: 1px 1px 1px 15px;
    text-transform: lowercase;
}
.noborder,
.editable * .noborder {
    border: none;
    margin: 0;
    background-color: transparent;
}
.add,
.editable * .add {
}
.quickSearch {
}
.notify,
.editable * .notify {
    border: 1px solid #ffa500;  
}
.row {
    min-height: 4em;
    margin: 0em 0em 1em 0em;
    position: relative;
}
.group {
    border: 1px solid #8cacbb;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em;
}
.legend {
    background: White;
    font-size: 80%;
    padding: 0.5em;
    position : relative;
    top: -0.8em;
    left: 0em;
}
.field {
    margin-top: 0.2em;
}
.help {
    background-color: #ffffe1; 
    border: 1px solid black; 
    font-size: 80%;
    font-weight: normal;
    line-height: normal;
    text-align: left;
    position: absolute;
    left: -18em;
    top: 1.5em;
    width: 16em;
    padding: 0.5em;
}
.error {
    /* Class for error indication in forms */
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    padding: 1em;
    margin: 0;
    width: 68% !important;
}
.required {
    /* Used in addition to class "label" on required elements */
    background: url(images/required.gif) left no-repeat;
    padding-left: 8px;
}

/* javascript menu (contentbar) */

ul.menuBar {
    padding: 0;
    margin: 0;
    margin-bottom: 1px;
    color: Black;
}
ul.menuBar, ul.menuBar li.menuButton {
    margin: 0;
    padding: 0;
    display: inline;
    list-style: none;
}

ul.menuBar li.menuButton {
    border-color: #74ae0b;
    border-style: none none none solid;
    border-width: 1px
} 
/*  border-style: solid none solid solid; */
ul.menuBar li.menuButton .menuIndicator {
    color: Black;
}

ul.menuBar li.menuButton a {
    background-image: url(images/arrowDownAlternative.gif);
    background-repeat: no-repeat;
    background-position: center right;
    color: #578308;
    cursor: pointer;
    text-decoration: none;
    z-index: 4;
    margin: 0;
    padding: 0 1em;
    text-transform: lowercase;
}

ul.menu {
    background-color: #cde2a7;
    border-style: solid;
    border-color: #74ae0b;
    border-width: 1px;
    color: #578308;
    text-transform: lowercase;
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden;
    text-align: left;
    z-index: 5;
    white-space: nowrap;
    width: auto;
    margin: 0;
    padding: 0;
    border-top: #cde2a7 1px solid;
}
ul.menu, ul.menu li {
    background: #cde2a7;
    list-style: none;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}
ul.menu li {
    margin: 0;
    padding: 0;
    border: none;
}
ul.menu li.menuItem a {
    color: #578308;
    background-image: none ! important;
    display: block;
    margin: 0;
    padding: 0;
    text-transform: none ! important;
    text-decoration: none;
}
ul.menu li.menuItem a:hover {
    background-color: #74ae0b;
    color: White;
}
ul.menu li.menuSep {
    border-top: 1px solid #74ae0b;
}

.card {
    background-color: #dee7ec;
    border-color: #8cacbb;
    border-width: 1px;
    border-style: solid;
    float: left;
    margin: 1em;
    text-align: center;
    width: 110px;
    padding: 1em 0;
}

.portrait {
    background-color: #dee7ec;
    border-color: #8cacbb;
    border-width: 1px;
    border-style: solid;
    margin: 1em;
    padding: 1em;
    text-align: center;
    width: 100px;
}
.listing,
.stx table {
    /* The default table for document listings. Contains name, document types, modification times etc in a file-browser-like fashion */
    border-collapse: collapse;
    border-left: 1px solid #8cacbb;
    border-bottom: 1px solid #8cacbb;
    font-size: 80%;
    margin: 1em 0em 1em 0em;
}
.listing th,
.stx table th {
    background: #dee7ec;
    border-top: 1px solid #8cacbb;
    border-bottom: 1px solid #8cacbb;
    border-right: 1px solid #8cacbb;
    font-weight: normal;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    white-space: nowrap;
}
.listing .top {
    border-left: 1px solid White;
    border-top: 1px solid White ! important;
    border-right: 1px solid White ! important;
    text-align: right ! important;
    padding: 0em 0em 1em 0em;
}
.listing .odd {
    /*every second line should be shaded */
    background-color: transparent;
}
.listing .even {
    background-color: #f7f9fa;
}
.listing .checkbox {
    text-align: center;
}
.listing td,
.stx table td {
    border-right: 1px solid #8cacbb;
    padding: 0em 1em;
    text-align: left;
}
.listing a:hover {
    text-decoration: underline;
}
.listing img {
    vertical-align: middle;
}

ul.configlets {
    margin: 0;
}

ul.configlets li {
    list-style: none;
    margin-bottom: 1em;
    text-transform: lowercase;
    border: 1px solid #8cacbb;  
    background-color: #dee7ec;
    color: Black;
    vertical-align: middle;
    padding: 0.1em;
    text-align: center;
	
}

ul.configlets li a {
	text-decoration: none;
}

/* Additional STX workaround classes */
.stx table p /* stupid STX table workaround */
{
    margin: 0;
    padding: 0;
}
.stx table  /* stupid STX table workaround */
{
    border: 1px solid #8cacbb ! important;
}
.stx table td {
    border-bottom: 1px solid #8cacbb;
}

.box {
    border: none;
    margin-bottom: 1px;
    padding: 0;
}
.box h4 {
    font-size: 1em;
    font-weight: normal;
    white-space: nowrap;
}
.box h5 { 
    background: #dee7ec;
    border: 1px solid #8cacbb;
    border-style: solid solid none solid;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    display: inline;
    font-size: 1em;
    height: 1em;
    font-weight: normal;
    white-space: nowrap;
}
.box h6 { 
    background: #dee7ec;
    border: 1px solid #8cacbb;
    border-style: solid solid none solid;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    display: block;
    font-size: 1em;
    height: 1.2em;
    font-weight: normal;
    white-space: nowrap;
}

.box .body {
    background: transparent;
    border-collapse: collapse;
    border: 1px solid #8cacbb;
}
.boxDetails {
    text-align: right;
}

.more {
    display: block;
    text-align: right;
}

.box .content {
    padding: 0.4em;
}
.box .close {
    float: right;
    text-transform: none;
    border-left: 1px solid #8cacbb;
    padding: 0em 0.2em;
}
.box h1, 
.box h2, 
.box h3, 
.box h4 {
    margin: 0;
    padding: 0;
}
.box .even {
    background-color: #f7f9fa;
}
.box .odd {
    background-color: transparent;
}
.box input {
    font-size: 100%;
}

.comment {
    background: #f7f9fa; 
    border: 1px dashed #8cacbb; 
    padding: 0 1em 0.5em 1em;
    color: #999999
}

.comment h1,
.comment h2,
.comment h3,
.comment h4, 
.comment h5,
.comment h6 {
    border-bottom: 1px dashed #999999;
    color: gray;
}


.spacer {
	margin: 1em;
}
.currentNavItem {
    color: Black;
    font-weight: bold;
}
.state-private {
    color: Black;
}
.state-published {
    color: #74AE0B;
}
.state-pending {
    color: #ffa500;
}
.state-expired {
    color: Red;
}
.syndicated {
    color: #008000;
}
.even {
    background-color: #f7f9fa;
}
.odd {
    background-color: transparent;
}
.highlight {
    background-color: #f7f9fa;
}

.discreet {
    color: #999999;
    font-size: 80%;
}

.listingBar {
    background-color: #dee7ec;
    border-color: #8cacbb;
    border-style: solid;
    border-width: 1px;
    padding: 0em 1em;
    text-align: center;
    text-transform: lowercase;
    vertical-align: top;
    margin: 1em 0em;
}
.listingBar span.previous {
    text-align: left;
    float: left;
}
.listingBar span.next {
    text-align: right;
    float: right;
}
.listingBar img {
	vertical-align: middle;
}

/*
** Accessibility and visual enhancement elements 
*/

.external {
    background: White url(images/link_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}
.hiddenlabel {
    visibility: hidden;
}
.hiddenstructure {
    border: none;
    height: 0px;
    overflow: hidden;
    padding-top: 0px;
}
.clear {
    clear: both;
}
.hiddenlabel {
    visibility: hidden;
}
.label {
    font-weight: bold;
    display: inline;
    padding-right: 0.5em;
}

.notLoggedIn {} /* Used on all descriptions relevant to those not logged in */

/*
.editable > * select,
.editable > * input,
.editable > * textarea {
    background: #f3f3f3;
    color: #3f3f3f;
}
*/

.main .editable > * select:focus,
.main .editable > * input:focus,
.main .editable > * textarea:focus {
    border-color: #ffa500; 
    border-width: 1px;
}
.overflow pre {
    overflow: auto;
}

/*
** Calendar elements - used in the calendar rendering 
*/

.dayPopup {
    background-color: #ffffe1;
    border: 1px solid Black;
    padding: 0.2em;
    position: absolute;
    visibility: hidden;
    width: 12em;
    z-index: 2;
}
.date {
    font-weight: bold;
}

.calendar {
    border: 1px solid #8cacbb;
    margin: 1em 0em;
}
.calendar a {
    text-decoration: none;
}
.calendar a:hover {
    text-decoration: none;
}
.calendar th {
    background-color: #dee7ec;
    font-weight: bold;
    text-align: center;
    padding: 2px;
}
.calendar td {
    background-color: transparent;
    width: 1.5em;
    text-align: right;
    padding: 2px;
}
.calendar .weekdays td {
    background-color: #dee7ec;
    border: 1px solid #8cacbb;
    border-style: solid none;
    text-align: center;
    padding: 2px;
}
.calendar .event {
    background-color: #dee7ec;
    font-weight: bold;
}
.calendar .todayevent {
    background-color: #dee7ec;
    border: 2px solid #ffa500;
    font-weight: bold;
}
.calendar .todaynoevent {
    border-collapse: collapse;
    border: 2px solid #ffa500;
}

/* for highlighting of search terms */

.highlightedSearchTerm {
   background-color: #feff82;
}


/* javascript date selector */

.inplacecalendar {
  position: relative;
  display: none;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

.inplacecalendar table {
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

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

.inplacecalendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: #dee7ec;
}

.inplacecalendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: ActiveCaption;
  color: CaptionText;
  text-align: center;
}

.inplacecalendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.inplacecalendar thead .daynames { /* Row <TR> containing the day names */
}

.inplacecalendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid ButtonShadow;
  padding: 2px;
  text-align: center;
  background: #dee7ec;
  color: ButtonText;
}

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

.inplacecalendar thead .hilite { /* How do the buttons in header appear when hover */
  border-width: 2px;
  padding: 0px;
}

.inplacecalendar thead .active { /* Active (pressed) buttons in header */
  border-width: 1px;
  padding: 2px 0px 0px 2px;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

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

.inplacecalendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.inplacecalendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid ButtonShadow;
  background: #dee7ec;
  color: ButtonText;
}

.inplacecalendar tbody .rowhilite td {
  background: #eee;
  color: #000;
}

.inplacecalendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.inplacecalendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.inplacecalendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  padding: 2px 2px 0px 2px;
}

.inplacecalendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.inplacecalendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.inplacecalendar tbody td.disabled { color: GrayText; }

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

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

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

.inplacecalendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.inplacecalendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #dee7ec;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  color: ButtonText;
  text-align: center;
}

.inplacecalendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.inplacecalendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

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

.combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: Menu;
  color: MenuText;
  font-size: smaller;
  padding: 1px;
}

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

.combo .active {
  padding: 0px;
  border: 1px solid #000;
}

.combo .hilite {
  background: Highlight;
  color: HighlightText;
}







/*  */

/*administration form*/
.flatnukeadmin legend
{
	font-weight:bold;
}
.flatnukeadmin 
{
	color:				#000000;
	background-color:	#eeeeee;
	display:			block;
	border-left:		1px #ff0000 solid;
	border-top:			1px #ff0000 solid;
	border-right:		1px #ff0000 solid;
	border-bottom:		1px #ff0000 solid;
	padding:			2px;
	margin:				2px;
	vertical-align:sub;
	FONT-SIZE: 12px;
}

table.forum  {
	
}

