/*
    This stylesheet defines styles that only apply to the Default theme. Styles common to all themes should go in
    master.css
*/
html, body {
    height: 100%;
}

body {
    margin: 0;
    font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
    background-color: #fff;
    font-size: 12px;
}

h1, h2, h3, h4, h5 {
    color: #485D73 !important;
    font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
}

h3 {
    font-size: 13pt !important;
}

.wiki-content, .wiki-content p, .wiki-content table, .wiki-content tr, .wiki-content td, .wiki-content th, .wiki-content ol, .wiki-content ul, .wiki-content li {
    /*font-size: 10pt;*/
    /*line-height: 12pt;*/
}

#com-atlassian-confluence .wiki-content h1, .wiki-content h1 {
    margin: 0;
}

#full-height-container {
    min-height: 100%; /*position: relative;*/
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 1010px;
}

#content-container {
    text-align: left;
}

.wptheme-topLevelLinks {
    float: left;
    margin-bottom: 8px;
    padding: 0;
}

.wptheme-topLevelLinks-list {
    height: 20px;
    margin: 0;
    padding: 5px 0 0;
}

.wptheme-topLevelLinks-list li.wptheme-firstTopLevelLink {
    border: medium none;
    padding: 0 5px 0 0;
}

.wptheme-topLevelLinks-list li {
    border-left: 1px solid #333333;
    display: inline;
    margin: 0;
    padding: 0 5px 0 10px;
}

.wptheme-topLevelLinks-list li.wptheme-selectedTopLevelLink span {
    background: #485D73 none repeat scroll 0 0;
    border: medium none;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px;
    font-size: 10px;
}

.wptheme-topLevelLinks-list li a {
    padding: 0;
    font-size: 10px;
}

#kupo-banner a, #kupo-banner a:visited, #kupo-banner a:active {
    color: #485D73;
    text-decoration: none;
}

.wpsLink, .wpsLink:visited, .wpsLink:active {
    color: #FFFFFF;
    text-decoration: none;
}

.wptheme-toolbar {
    float: right;
    height: 20px;
    padding: 5px 0 0;
}
.wptheme-toolbar a {
    font-size: 10px;
}

.wptheme-toolbar ul {
    border: medium none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
}

.wptheme-toolbar li {
    border-right: 1px solid #333333;
    display: inline;
    margin: 0;
    padding: 0 10px;
}

.wptheme-toolbar li.wptheme-toolbar-last {
    border: medium none;
    padding: 0 0 0 10px;
}

#header {
    margin: 0;
    padding: 0 10px;
    min-height: 2em;
    line-height: 2;
}

.email {
/* offset the negative margin set by the header for emails only */
    margin: 10px;
}

#page-view-panel {
    float: right;
}

#com-atlassian-confluence h1 img {
    max-height: 2.5em; /* scale logo image with font size */
}

#com-atlassian-confluence h1 img.custom {
    height: auto;
}

h1 span.title-text {
    display: table; /* page title wrapping drops straight down */
}

h1 a:hover {
    color: #369;
}

.editable-title {
    margin: 0 10px 0 58px;
}

#main {
    padding: 10px 0 0 0;
}

.content-preview #main {
    padding-bottom: 10px;
}

#content {
    clear: left;
}

/*#content.space {
    margin-top: 10px;
}*/

.quick-search-submit {
    display: none;
}

#page-view-panel li, #page-prefs-list li {
    color: #666;
    float: left;
    font-size: .9em;
    margin: 0 0 0 .3em;
    padding: 0 0 0 .3em;
}

#navigation {
    display: inline;
}

.page-actions {
    float: right;
    border: solid 1px #ccc;
    padding: 5px;
    margin-left: 10px;
}

.remove-control {
    display: none;
}

.page-metadata {
    color: #666;
    font-size: 0.9em;
    margin: 10px 0;
}

.page-metadata a:link,
.page-metadata a:active,
.page-metadata a:hover,
.page-metadata a:visited {
    color: #666;
    font-style: normal;
}

.section-header {
    margin-bottom: 5px;
    padding: 2px 0;
}

/* All links are set to action.linkColor but section header links are grey */
.section-header a:link,
.section-header a:active,
.section-header a:hover,
.section-header a:visited {
    color: #666;
}

h2.section-title {
    font-size: 12pt;
    font-weight: bold;
    color: black;
    margin-top: 20px;
    padding: 0;
    display: inline;
}

.section-title a:link,
.section-title a:active,
.section-title a:hover,
.section-title a:visited {
    color: black;
}

#sidebar,
.sidebar {
    clear: right;
    float: right;
    width: 16em;
    margin-left: 10px;
}

.has-sidebar #content.space,
.has-sidebar #content.edit form.markup,
.has-sidebar .wiki-content {
    margin-right: 17em;
}

.has-sidebar .wiki-content .wiki-content {
    margin-right: 0;
}

.sidebar-content {
    margin: 10px 0 0 1em;
}

.blogcalendar {
    width: 16em;
}

.blogcalendar th a.calendarhead,
.blogcalendar th.calendarhead {
    font-size: 1em;
}

.blogcalendar td,
.blogcalendar th {
    font-size: .85em;
}

/* folder tab link styles */
.tabnav .tabs a {
    padding: 5px 5px 4px;
    margin: 5px 3px 0 0;
    border-width: 1px;
    border-style: solid;
    border-bottom: none;
    text-decoration: none;
    display: block;
    float: left;
}

.tabnav .tabs a.current {
    background: white;
    border-bottom: 1px solid white;
    color: black;
}

.tabnav .tabs a.current:link, .tabnav .tabs a.current:visited {
    color: black;
}

.tabnav .tabs a.current:hover {
    background: white;
    border-bottom: 1px solid white;
    color: black;
}

/* list page navigational tabs */
.tabnav, .comment .tabnav {
    padding: 0;
    margin: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    float: left;
    display: inline;
    list-style-position: outside;
    width: 100%;
    font-weight: bold;
    font-size: 10pt;
}

.after-tabnav {
    clear: both;
}

.tabnav li.tabs {
    list-style: none;
    margin: 0 0 -1px 10px;
    float: left;
    display: block;
}

/* dashboard customization */
#spacesLabel {
    padding: 4px 6px;
    float: left;
    margin-top: 5px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#poweredby,
#poweredby a {
    font-size: 11px;
}

/* We can't have a separate IE css file because the default theme
   hard codes the location of the theme stylesheet */

/* IE6: treated as min-height*/
* html #full-height-container {
    height: 100%;
    background-color: #F0F0F0;
}

* html #main {
    padding-bottom: 1em;
    height: 88%; /* fake ie6 min height - not perfect but better than alternatives */
}

* html #footer {
    position: relative;
}

/* no footer in popups. */
body.popup-window #footer {
    display: none;
}

* html .popup-window #full-height-container {
    background-color: #fff;
}



.kupo-text-button {
    display: inline;
}

.kupo-text-button input {
    color: #FFFFFF;
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: left;
    padding: 0;
}

.kupo-button-container {
    height: auto;
}

.kupo-button-container-search {
    margin-bottom: 5px;
    float: right;
    margin-right: 40px;
}

.kupo-button-container-set {
    float: right;
}

.kupo-button-container-left {
    margin-top: 10px;
    float: left;
    margin-right: 5px;
}

.kupo-button-container-right {
    margin-top: 10px;
    float: right;
    margin-right: 5px;
}




.kupo-button-blue {
	background-image:url("kupo-button-blue-bg.gif");
	float:left;
	height:25px;
	margin:0;
	padding:0;
}

.kupo-button-blue-right  {
	background-image:url("kupo-button-blue-right.gif");
	background-repeat:no-repeat;
	float:left;
	height:25px;
	margin:0;
	padding:0;
	width:6px;
}

.kupo-button-blue-left  {
	background-image:url("kupo-button-blue-left.gif");
	background-repeat:no-repeat;
	float:left;
	height:25px;
	margin:0;
	padding:0;
	width:7px;
}

.kupo-button-blue input {
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	color:#303D4B;
	cursor:pointer;
	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	padding-top:2px;
}

.kupo-button-blue a {
	background: none;
	border: medium none;
	color: #3B5975;
	cursor:pointer;
	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight:bold;
	height:24px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

.kupo-button-yellow {
    background-image: url("kupo-button-yellow-bg.gif");
    float: left;
    height: 34px;
    margin: 0;
    padding: 0;
}

.kupo-button-yellow-right {
    background-image: url("kupo-button-yellow-right.gif");
    float: left;
    height: 34px;
    margin: 0;
    padding: 0;
    width: 8px;
}

.kupo-button-yellow-left {
    background-image: url("kupo-button-yellow-left.gif");
    float: left;
    height: 34px;
    margin: 0;
    padding: 0;
    width: 8px;
}

.kupo-button-yellow input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #303D4B;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    height: 34px;
    cursor: pointer;
}

.kupo-button-yellow a {
	background: none;
	border: medium none;
	color: #3B5975;
	cursor:pointer;
	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight:bold;
	height:24px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}





.kupo-button {
    background-image: url("kupo-button-bg.gif");
    float: left;
    height: 22px;
    margin: 0;
    padding: 0;
}

.kupo-button-right {
    background-image: url("kupo-button-right.gif");
    float: left;
    height: 22px;
    margin: 0;
    padding: 0;
    width: 4px;
}

.kupo-button input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #303D4B;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    height: 22px;
    padding: 0 2px 0 5px;
    cursor: pointer;
}

.kupo-button-help-icon {
    margin: 0;
    padding: 0;
}

.kupo-helpicon img {
    vertical-align: middle;
    margin-left: 3px;
}

.kupo-portlets-clearing {
    clear: both;
}

.kupo-blog-content-container {
	width: 700px;
}

.wptheme-footer-container {
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
}

.wptheme-footer {
    color: #485D73;
    font-size: 10px !important;
    margin: 0 auto;
    padding-top: 6px;
    text-align: center;
    width: 940px;
}

.wptheme-footer li {
    border-left: 1px solid #333333;
    display: inline;
    margin: 0;
    padding: 0 5px 0 10px;
    font-size: 10px !important;
}

.wptheme-footer li.wptheme-firstFooterLink {
    border: medium none;
    padding: 0 5px 0 0;
    font-size: 10px !important;
}

.wptheme-footer a, .wptheme-footer a:visited, .wptheme-footer a:active {
    color: #485D73;
    text-decoration: none;
    font-size: 10px !important;
}

.wptheme-footer a:hover {
    color: #000000;
    text-decoration: underline;
    font-size: 10px !important;
}

.kupo-text-input {
    border: 1px solid #ADB9C5;
    height: 18px;
    width: 220px;
}

.kupo-yellow {
    color: #485D73;
    margin-top: 8px;
    padding: 0;
}

.kupo-yellow-box {
    margin: 0;
    padding-left: 0px;
    width: 270px;
}

.kupo-yellow-top {
    background-image: url("yellow-top.gif");
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    height: 7px;
}

.kupo-yellow-content p {
    color: #485D73;
    /*font-weight: bold;*/
    font-weight: normal;
    margin: 0;
}

.kupo-yellow-content {
    background-image: url("yellow-bg.gif");
    background-repeat: repeat-y;
    color: #000000;
    padding-left: 10px;
}

/*.kupo-yellow-content p {
    margin: 0 0 10px;
}*/

.kupo-yellow-bottom-loginbox {
    background-image: url("yellow-bottom.gif");
    height: 7px;
   	background-repeat: no-repeat;
}

.kupo-yellow-bottom {
    background-image: url("yellow-bottom.gif");
    height: 7px;
    margin-top: -10px;
    background-repeat: no-repeat;
}

.kupo-login-error {
    margin: 0 0 10px;
    font-weight: bold;
    color: #ff0000;
}

.kupo-width-220 {
    width: 220px;
    margin-top: 7px;
}

.kupo-right-float {
    float: right;
}

.kupo-left-float {
    float: left;
}

.kupo-padding-left {
    padding-right:7px;
}


/* Style f�r die Smartwork Startseite, hier werden die Border Beschreibungen des Index Elementes �berschrieben */
.grid > tbody > tr > td > table > tbody > tr > td{
	border:0px !important;
}


/* Navigations-Block rechts (f�r Smartwork-Funktionen) */
.kupo-nav-smartwork-content p{
	margin:0;
	padding:2px;
	font-weight: normal !important;
}
span.newSmartworkLink a{
   background: url("kupo-smartwork-new.gif") left center no-repeat !important;
   padding-left:20px !important;
   padding: 5px 0 5px 25px !important;
   font-size:12px;
   line-height: 15pt;
}
span.viewSmartworkSpaceLink a{
   background: url("kupo-smartworks-list.gif") left center no-repeat !important;
   padding-left:20px !important;
   padding: 5px 0 5px 27px !important;
   font-size:12px;
}
span.publishSmartworkLink a{
   background: url("kupo-smartwork-new.gif") left center no-repeat !important;
   padding-left:20px !important;
   padding: 5px 0 5px 27px !important;
   font-size:12px;
}
span.viewSavedSearchLink a{
   background: url("kupo-search.gif") left center no-repeat !important;
   padding-left:20px !important;
   padding: 5px 0 5px 27px !important;
   font-size:12px;
}

span.viewSearchHistoryLink a{
   background: url("kupo-searchHistory.gif") left center no-repeat !important;
   padding-left:20px !important;
   padding: 5px 0 5px 27px !important;
   font-size:12px;
}

span.viewWatchListLink a{
   background: url("kupo-watchList.gif") left center no-repeat !important;
   padding-left:20px !important;
   padding: 5px 0 5px 27px !important;
   font-size:12px;
}

span.viewCommunitiesLink a{
   background: url("kupo-communities.png") left center no-repeat !important;
   padding-left:20px !important;
   padding: 5px 0 5px 27px !important;
   font-size:12px;
}

.lineSpacer0{ height:0px; min-height:0px; max-height:0px; display:block; overflow:hidden; clear:both;}
.lineSpacer1{ height:1px; min-height:1px; max-height:1px; display:block; overflow:hidden; clear:both;}
.lineSpacer5{ height:5px; min-height:5px; max-height:5px; display:block; overflow:hidden; clear:both;}
.lineSpacer10{ height:10px; min-height:10px; max-height:10px; display:block; overflow:hidden; clear:both;}
.lineSpacer15{ height:15px; min-height:15px; max-height:15px; display:block; overflow:hidden; clear:both;}
.lineSpacer20{ height:20px; min-height:20px; max-height:20px; display:block; overflow:hidden; clear:both;}

#navigatismall-banneron .ajs-menu-bar .ajs-button a.pdfExport span {
background-image:url("../../../images/icons/attachments/pdf.gif");
}


#small-banner{
	margin-bottom:10px;
	color:#485D73;
	font-size:13px; 
	font-family:Tahoma;
}

#small-banner .left{
	float:left;
}

#small-banner .right{
	margin-top:-10px;
	float:right;
}

#small-banner .initiativeof{
	position:relative;
	top:-10px;
}
#small-banner .right a {
	margin-left: 20px;
}

/* override atributes for heading */
h1.kupo-searchresult-heading-title{
    color: #485D73;
    display: inline-block;
    float: left;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.3em !important;
    font-weight: bold;
    line-height: 1.3em;
    margin: 10px 0 !important;
    padding: 0;
    width: 540px;
}

/* override atributes for heading */
h1.kupo-relObjs-heading {
    border-top: 1px solid #485D73;
    margin-top: 30px;
    padding: 7px 0px 5px 0px !important;
    background: #F6F7F7;
   color: #485D73;
   font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
   /*margin-bottom: 12px;*/
   font-size: 12pt !important;
   font-weight: bold;
   line-height: 18pt !important;
   width: 720px;
}

fieldset.standardForm {
    border: 0px;
    margin: 0px;
    padding: 0px;    
}
    
fieldset.tagForm {
    border: 0px;    
}

fieldset.watchlistForm {
    border: 0px;    
    margin: 0px;
    padding: 0px;
    float: right;    
    width: 100%;
}
    
legend.invisible {
    /* only way to "hide" content, but let screenreaders access it */
    position: absolute;
    left: -1000em;
}

.invisible {
    background: none repeat scroll 0 0 White;
    color: White;
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    width: 0;
}

.kupo-searchresult-list {
    margin-left: -5px;
    /*padding-left: 25px;*/
}
    
.kupo-searchresult-item {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.kupo-searchresult-row {
    margin-left: -30px;
    padding-bottom: 10px;
    /*padding-left: 0px; 
    margin-left: -25px; 
    margin-top: -20px; 
    padding-bottom: 10px; 
    padding-top: 10px;*/
}

.kupo-searchresult-row p {
    margin: 10px !important;
}

.kupo-searchresult-preview {
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 0;
    /*margin-left: 35px;*/
}

em.focus {
    display: none;   
}

.searchpanel-background{
    background-image: url("kupo-searchPanelBackground.gif");
    background-position: top left;
    background-repeat: repeat-x;
}

/*  Use this to render elements effectively invisible, 
    but still accessible to screen-readers.
    
    Note screen-readers ignore both "display: none" 
    and "visibility: hidden". */
.invisible{
    position: absolute;
    left: -999em;
}
