html,body {
    height: 100%;
}


#contentAreaContainer {
    height: 100%;
}

#contentContainer {
    min-height: 400px;
}

#ownPage {

}

#ownPage li {
    list-style: none;
}

#ownPageStructure {
    border:1px solid black;
    width: 100%;    
}

#ownPageStructure .navigation {
    width: 150px;
    border-right: 1px solid black;
    overflow: auto;    
}

#ownPageStructure .navigation h3 {
    margin: 5px 0;
    padding: 0;
    border-bottom: 1px solid #808080;   
}

#ownPageFolderList {
    overflow: auto;
    height: 550px;
}

#ownPageListItems {
    width: 100%;
    overflow: auto;
    height: 100%;
    height: 550px;
}

#ownPageListItems li {
    list-style: none;       
}
#ownPageItemHeader {
    padding: 3px;
    color: white;
    background-color: #2b9aad;
}
#ownPageItemHeader,
.ownPageItemContent {
    border-bottom: 1px solid #C0C0C0;
}

.ownPageFolderItemLink {
    padding: 2px;
}
.ownPageFolderItemLink:hover {
	background-color: #ccc;
}

div.ownPageItemContent .ownPageFolderTable {
    background-color: white;
    width: 100%;
}

div.ownPageItemContent .ownPageFolderTable {
    background-color: white;
    width: 100%;
}


div.ownPageItemContent ul.selected {
    border: 1px solid #333;
}
.ownPageFolderItemInner {
	padding: 4px;
}

.ownPageFolderItemInner h3 {
    font-size: 120%;
}

#ownPageListItems li .details {
    font-size: 1em;
    color: #505050;    
}

#ownPageListItems a.title,
#ownPageListItems a.titleNote,
#ownPageListItems a.titleAttachment {
    font-weight: bold;
    text-decoration: none;
    line-height: 16px;
}
#ownPageListItems a.titleNote {
	padding-left: 20px;
	background: url('../images/icons/page.png') no-repeat center left;
}
/*
#ownPageListItems a.titleNoteAttachment {
	padding-left: 20px;
    background: url('../images/icons/page_attach.png') no-repeat center left;
}
*/
#ownPageListItems a.title:hover {
    text-decoration: underline;
}
#ownPageListItems .selected a.title {
    font-weight: normal;
    color: #333;
}
#ownPageListItems .titleDate {
	float:right;
	color: #333;
}

#ownPageItemHeader a {
    font-size: 1em;
    color: white;
}

#ownPageItemContent {
    width: 100%;
    overflow: auto;
    height: 500px;
}


#ownPageListItems .details a {
    font-size: 1em;
}

.folderTitle {
	font-size: 18px;
	font-weight: bold;
}

.notebookFolderList ul,
.searchList ul {
	margin: 0;
    padding-left: 5px;
}

.notebookFolderList a {
    /*display: block;
    text-decoration: none;
    background: url('../images/navigation_arrow_right.png') no-repeat center left;*/
}
/*
.notebookFolderList a:hover {
    background-color: #ccc;
}
*/
.notebookFolderList a.selected {
    color: #000;
}
/*
.notebookFolderList ul li { padding: 1px 0; }
.notebookFolderList ul li a {
	padding-left: 20px;
	background-position: 12px 6px;
	outline: none;
}
.notebookFolderList ul ul ul li a {
    padding-left: 30px;
    background-position: 22px 6px;
}
.notebookFolderList ul ul ul ul li a {
    padding-left: 40px;
    background-position: 32px 6px;
}
*/
/*
.searchList ul li {
    padding: 1px 3px;
}*/

.itemActionLinks {
	padding: 2px 4px;
	background: #eee;
}

.itemActionLink {
	float: left;
	margin-right: 15px;
	font-size: 12px;
}
.itemActionLink a {
    color: #444;
    text-decoration: none;
    line-height: 20px;
}
.itemActionLink a:hover {
    text-decoration: underline;
}

.addItemFolderOption0 {
	padding-left: 0px;
}
.addItemFolderOption1 {	
	padding-left: 5px;
}
.addItemFolderOption2 {
	padding-left: 10px;
}
.addItemFolderOption3 {
	padding-left: 15px;
}
.addItemFolderOption4 {
	padding-left: 20px;
}
.addItemFolderOption5 {
	padding-left: 25px;
}
.addItemFolderOption6 {
	padding-left: 30px;
}
.addItemFolderOption7 {
	padding-left: 35px;
}
.addItemFolderOption8 {
	padding-left: 40px;
}

.notebookViewSearchesCount {
	padding-right: 20px;
}

#notebookNewFolderOwnerGroup, #notebookNewFolderChooseParent, #notebookNewFolderName {
 display: none;
}
