/* General definitions */

html { scrollbar-face-color: #eeeeee; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #d5d5d5; scrollbar-3dlight-color: #000000; scrollbar-arrow-color: #000000; scrollbar-track-color: #ffffff; scrollbar-darkshadow-color: #000000;}



body {

    font: 75% Verdana, Helvetica, Arial, sans-serif;

    background-color: #eeeeee;

    color: Black;

    margin: 0em;

    padding: 0;

/* These work in IE only, changes the look of the scrollbar + textareas */

    scrollbar-base-color: #dddddd;

    scrollbar-highlight-color: #eeeeee;

    scrollbar-track-color: #f6f6f6;

    scrollbar-darkshadow-color: #666666;

    scrollbar-3dlight-color: #cccccc;

    scrollbar-shadow-color: #cccccc;

    scrollbar-arrow-color: #999999;

}



img {border: none;}



hr { height: 3px; border: 3px #E18A00 solid; width: 95%;}





h1 { font-size: 20px;}

h2 { font-size: 18px;}

h3 { font-size: 16px;}

h4 { font-size: 14px;}



th {background-color: #CDE2A7; padding : 2px;}


a:link {text-decoration: none; color: #666666; font-weight: bold; background-color: transparent;}

a:visited {text-decoration: none; color: #666666; font-weight: bold; background-color: transparent;}

a:hover {text-decoration: none; color: #578308; font-weight: bold; background-color: transparent;}





/* Code and Quote Definition */

div.xoopsCode { font-size: 11px; color: #006600; background-color: #FAFAFA; border: #c2cdd6 1px dashed;}

div.xoopsQuote { font-size: 11px; color: #444444; line-height: 125%; text-align: justify; background-color: #FAFAFA; border: #c2cdd6 1px dashed;}



/* Links for Quotes */

div.xoopsQuote a:link, div.xoopsQuote a:visited { color: #444444; font-weight: bold; background-color: transparent;}

div.xoopsQuote a:hover, div.xoopsQuote a:active { color: #1778cb; background-color: transparent;}



/* Redirect messages */

div.errorMsg { background-color: #FF3737; color: White; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}

div.OLDconfirmMsg { background-color : #DDFFDF; color: #136C99; text-align:center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight : bold;}



/* General small */

.fontSmall { font-size : 10px; background-color: transparent;}

a.fontSmall { color: #006699;}

a.fontSmall:hover { color: #C23030; text-decoration: underline;}



/*forms elements*/
form {margin: 0px;}

input { border-right: #000000 1px solid; border-top: #000000 1px solid; font: 11px verdana, arial, helvetica, sans-serif; border-left: #000000 1px solid;color: #000000; border-bottom: #000000 1px solid; background-color: #ffffff;}

textarea { border: #000000 1px solid; width: 430px; font: 11px verdana, arial, helvetica, sans-serif;}

input.formTextBox { border: #000000 1px solid; background: #ffffff; font: 11px verdana, arial, helvetica, sans-serif;}

select { border: #000000 1px solid; font: 10px verdana, arial, helvetica, sans-serif;}



input.checkbox {border: 0px;background: transparent;}

input.radio {border: 0px;background: transparent;}



div.content { text-align: left; padding: 0px 15px 0px 15px;}



.xoopsCenter { text-align:center;}



.bg1 { background-color: #E6E6E6;}

.bg2 { background-color: #CDE2A7;}

.bg3 { background-color: #CDE2A7;}

.bg4 { background-color: #ECECEC;}

.bg5 { background-color: #ECECEC;}



.outer {border: 1px solid silver;}

.head {background-color: #CDE2A7; padding: 5px; font-weight: bold;}

.even {background-color: #EFF7E0; padding: 5px;}

.odd {background-color: #ffffff; padding: 5px;}

.foot {background-color: #CDE2A7; padding: 5px; font-weight: bold;}

tr.head td {background-color: #c2cdd6; padding: 5px; font-weight: bold;}

tr.even td {background-color: #EFF7E0; padding: 5px;}

tr.odd td {background-color: #ffffff; padding: 5px;}

tr.foot td {background-color: #c2cdd6; padding: 5px; font-weight: bold;}

table.stdgr {
    /* The default table for listings.*/
    border-collapse: collapse;
    border-left: 1px solid #578308;
    border-right: 1px solid #578308;
    border-top: 1px solid #578308;
    border-bottom: 1px solid #578308;
    font-size: 90%;
    margin: 1em 0em 1em 0em;
    clear: both;
}
table.stdgr th {
	background: #CDE2A7;
	border-top: 1px solid #578308;
	border-bottom: 1px solid #578308;
	border-right: 1px solid #578308;
	border-left: 1px solid #578308;
	padding: 0em 1em 0em 1em;
	color: Black;
	font-weight: normal;
	white-space: nowrap;
}
table.stdgr tr.odd {
    /*every second line should be shaded */
    background: White;
}
table.stdgr tr.hover {
    /*every second line should be shaded */
    background: #E7EFF7;
}
table.stdgr tr.even {
    background: #EFF7E0;
}


table.stdgr td {
    border-right: 1px solid #578308;
    padding: 0em 1em;
}

table.stdgr td.OPEN {
    border-right: 1px solid #578308;
   	border-bottom: 1px solid #578308;
	padding: 0em 1em;
	 background: #e3a5ac;
}

table.stdgr td.PAID {
    border-right: 1px solid #578308;
 	border-bottom: 1px solid #578308;
    padding: 0em 1em;
	 background: #CDE2A7;
}

table.stdgr td.STORNO {
    border-right: 1px solid #578308;<br>
	border-bottom: 1px solid #578308;
    padding: 0em 1em;
	 background: #4F9EE8;
}

table.stdgr td.REMINDED {
    border-right: 1px solid #578308;
	border-bottom: 1px solid #578308;
    padding: 0em 1em;
	 background: #F7475B;
}

table.stdgr a {
    text-decoration: none;
}
table.stdgr img {
	padding:0px;
	margin:0px;
	
}


table.form {
	/* The default table for listings.*/
	margin: 0em 0em 0em 0em;
	padding: 0em;
}
table.form tr {
    padding: 0em;
}

table.form td {
    margin-top:10px;
    padding: 0.5em 1em 0.5em 1em;
}

table.formresizer {
padding: 0px;
margin: 0px;
}

table.formresizer td {
    margin-top:0px;
    border: 1px solid black;
    margin:0px; 
    padding:0px; 
    width: 21px; 
    height: 21px;
}


#admin_header {
	height: 55px;
	background-color: #000000;
	background-image: url(/modules/system/images/logo.jpg);
	background-repeat: no-repeat;
}
#admin_bar {
	padding-left: 10px;
	padding-right: 10px;
	background: url(/modules/system/images/hbar_middle.gif) ;
	height:23px;
}
.bsTabset{
;
}

/* classes for tabset system in javascript*/


.tabsetContentDiv {
 background-color: transparent;
}

div.tabs,.tabsetTabsDiv {
    /* Navigational Plone Tabs(tm), implemented by customizing the a tag - they are surprisingly elegant. The power of CSS runs strong in these :) */
    border-collapse: collapse;
    border-bottom-color: #578308;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 0.5em 0em 0em 0.5em;
    white-space: nowrap;
	font-size: 90%;
}

div.tabs a,div.tabs a:visited,div.tabs a:hover,.bsTabsetInactive,.bsTabsetActive {
    /* The normal, unselected tabs. They are all links */
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
   border-top-right-radius: 10px;
   border-top-left-radius: 10px;
    background: #EFF7E0;
    border-color: #578308;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: #436976;
    font-weight: normal;
    height: 1.2em;
    margin-right: 0.5em;
    padding: 0em 1em;
    text-decoration: none;
    cursor:hand;
}

div.tabs a#selected,div.tabs a#selected:visited,div.tabs a#selected:hover,.bsTabsetActive {
    background: #CDE2A7;
    border: 1px solid #578308;
    border-bottom: #CDE2A7 1px solid;
    color: #436976;
    font-weight: normal;
}
div.tabbottom {
    background: #CDE2A7;
    border-bottom-color: #578308;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #578308;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #578308;
    border-right-style: solid;
    border-right-width: 1px;
    color: Black;
    padding-right: 3em;
    text-align: right;
	font-size: 50%;
}
div.tabcontent,.tabsetContentDiv {
    background: #EFF7E0;
    border-bottom-color: #578308;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #578308;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #578308;
    border-right-style: solid;
    border-right-width: 1px;
}

div.tabs a.selected {
    background: #CDE2A7;
    border: 1px solid #578308;
    border-bottom: #CDE2A7 1px solid;
    color: #436976;
    font-weight: normal;
}

div.personalBar {
    /* Bar with personalized menu (user preferences, favorites etc) */
    background: #CDE2A7;
    border-bottom-color: #578308;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: Black;
    padding-right: 3em;
    text-align: right;
    text-transform: lowercase;
	font-size: 50%;
}
div.tabtitle {
    background: #EFF7E0;
    border-bottom-color: #578308;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #578308;
    padding: 0.2em 1em;
    text-align: left;
    font-size: 10pt;
    font-weight: bold;
}

div.personalBar a {
    background-color: transparent;
	color: #436976;
    font-weight: normal;
    margin-left: 1em;
}

/* Redirection stuff */
div.confirmMsg, .redirect {
        width: 70%; 
        margin: 110px; 
        text-align: center; 
        padding: 15px; 
        border: #578300 1px solid; 
        color: #666666; 
        background-color: #EFF7E0;
}
.redirect a:link {color: #666666; text-decoration: none; font-weight: bold;}
.redirect a:visited {color: #666666; text-decoration: none; font-weight: bold;}
.redirect a:hover {color: #999999; text-decoration: underline; font-weight: bold;}

div.help {
    background-color: #FAF9E5; 
    background-position: left top;
    background-repeat: no-repeat;
    border: 1px solid #DAD23D; 
    color: #595611;
    font-size: 80%;
    font-weight: normal;
    line-height: normal;
    text-align: left;
    padding: 0.5em 0.5em 0.5em 2.5em;
}

body.imageInUse {
	background-color: #F7FFED; 
	padding: 0.5em 0.5em 0.5em 0.5em;
}

h2.imageInUse {
	background-color: #B6FFB0;
	color: #072290;
}

div.imageInUse {
 	border: 1px solid #EEEEEE;
 	padding: 0.5em 0.5em 0.5em 0.5em;
	color: #46579F;
}

div.inverttabs {
    border-collapse: collapse;
    border-top-color: #294C61;
    border-top-style: none;
    border-top-width: 1px;
    padding: 0em 10em 0.5em 0em;
    text-align: left;
    white-space: nowrap;
	font-size: 90%;
}

div.inverttabs a {
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
    background: #EFF7E0;
    border-color: #578308;
    border-width: 1px; 
    border-style: none solid solid solid;
    color: #436976;
    font-weight: normal;
    height: 1.2em;
    margin-left: 0.12em;
    padding: 0em 2em;
    text-decoration: none;
}

div.inverttabs a.selected {
    font-weight: normal;
}

div.inverttabs a.disabled, div.inverttabs a.disabled:hover {
    font-weight: normal;
}

div.inverttabs a:hover {

}
