body { 
	background-color: #923d5c; 
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 10pt;
	color: #000000;
    overflow-x: hidden;
}

.menu {
	color: #ffffff;
	font-size: 10pt;
}

a.menu {
	color: #ffffff;
	font-size: 10pt;
	text-decoration: none;
}

a:visited.menu {
	color: #ffffff;
	font-size: 10pt;
	text-decoration: none;
}

a:hover.menu {
	color: #e2dddf;
	font-size: 10pt;
	text-decoration: underline;
}

.title {
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
}

.manage {
	color: #000000;
	font-size: 10pt;
}
a.manage {
	color: #0000ff;
	text-decoration: none;
}
a:visited.manage {
	color: #0000ff;
	text-decoration: none;
}
a:hover.manage {
	color: #0000ff;
	text-decoration: underline;
}


.searchPreviewHeading {
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}
.searchTitle {
	font-size: 8pt;
	color: #0000ff;
}
a.searchTitle {
	color: #0000ff;
	text-decoration: none;
}
.searchTitleHeading {
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}

.searchID {
	text-align: center;
	font-size: 8pt;
	color: #0000ff;
}
a.searchID {
	color: #0000ff;
	text-decoration: none;
}
.searchIDHeading {
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}

.searchFolder {
	font-size: 8pt;
	color: #0000ff;
}
a.searchFolder {
	color: #0000ff;
	text-decoration: none;
}
.searchFolderHeading {
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}

.searchAbstract {
	text-align: justify;
	font-size: 8pt;
	color: #000000;
}
.searchAbstractHeading {
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}

.searchOwner {
	font-size: 8pt;
	text-align: right;
	color: #0000ff;
}
a.searchOwner {
	color: #0000ff;
	text-decoration: none;
}
.searchOwnerHeading {
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
}


	




.search_title {
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}
a.search_title {
	color: #000000;
	text-decoration: none;
}
.search {
	font-size: 8pt;
	color: #000000;
}
a.search {
	color: #000000;
	text-decoration: none;
}
a.searchTitle {
	color: #0000ff;
	text-decoration: none;
}

.tableFieldLight {
    background-color: #eeeeee;
    text-align: left;
}

.tableFieldDark {
    background-color: #dddddd; 
    text-align: left;
}


a.button {
	font-size: 10pt;
	padding: 2px;
	color: #000000;
	background: #ece9d8;
	text-decoration: none;
	border: 1px outset #000000;
}
a:active.button {
	font-size: 10pt;
	padding: 2px;
	color: #000000;
	background: #ece9d8;
	text-decoration: none;
	border: 1px inset #000000;
}


.alert {
        font-size: 8pt;
        font-weight: bold;
        color: #ff0000;
}

.notFaded {
        font-size: 8pt;
        font-weight: none;
        color: #000000;
}
.faded {
	font-size: 8pt;
        font-weight: none;
	color: #666666;
}
a.faded {
	font-size: 8pt;
        font-weight: none;
	color: #666666;
	text-decoration: none;
}

.bibliography {
	font-size: 8pt;
	color: #000000;
}
#content {}
#content img {
	padding: 15px;
}

.resultsTable {
    width: 100%;
    cellspacing: 0;
    cellpadding: 2px;
    border: 0;
    }

.resultsTable td {
    vertical-align: top;
    }

.resultsTable tr:nth-child(odd) {
    background-color: #eeeeee;
    }

.resultsTable tr:nth-child(even) {
    background-color: #dddddd;
    }

