body {
	text-align:center;
	margin:0;
	padding:0;
	background-color:#008291;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

a {
	color:#000;	
	text-decoration:none;
}
a:hover {
	color:#008291;	
	text-decoration:underline;
}
a.download {
	text-decoration:underline;
}
.highlight {
	font-weight:bold;
}
.fade {
	color:#666;
}

.error {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;

	width:740px;
	border:10px solid #c00;	

	background-color:#fff;
	color:#000;
}
* html .error {
	width:760px;
}
.error h4 {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0;
}
.error p {
	margin-left:10px;
	margin-right:10px;
	margin-top:0;
}

.main {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;

	width:740px;
	border:10px solid #c9ad90;	

	background-color:#fff;
}
* html .main {
	width:760px;
}

.header {
	width:700px;
	margin-top:15px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:2px dotted #008291;
	text-align:right;
	overflow:hidden;
}

.navigation {
	width:700px;
	margin-top:0px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:2px dotted #008291;
	text-align:left;
}
.navigation a {
	font-weight:bold;
}

.navblock {
	display:inline;
}

.content {
	width:700px;
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border-bottom:2px dotted #008291;
}

#htmlEditorTitle, #htmlListingTitle {
	height:30px;
	width:100%;
	color:#008291;
	background-color:#fee;
}
#htmlEditorTitle h2, #htmlListingTitle h2 {
	float:left;
	margin-top:5px;
}
#htmlEditorTitle #htmlStatus, #htmlListingTitle #htmlHighlight {
	float:right;
	margin-top:5px;
}
#htmlEditorTitle #htmlStatus select {
	font-size:8pt;
}

#htmlListing {
	clear:both;
	padding-top:10px;
}
#htmlListingTitle #htmlHighlight select {
	font-size:8pt;
	width:120px;
}

#htmlNoSearchResults {
	clear:both;
	padding-top:10px;
}	

.content h2 {
	font-size:12pt;
	font-weight:bold;
	color:#008291;
	padding:0;
	margin-top:0;
	margin-bottom:0px;
}

.content h3 {
	font-size:10pt;
	font-weight:bold;
	color:#008291;
	padding:0;
	margin-top:0;
	margin-bottom:0px;
}
.content h3 a {
	color:#008291;
}

.addlink, .addlink a {
	font-size:10pt;
	font-weight:bold;
	color:#008291;
}


#htmlListingArea {
	margin-top:20px;
}

#htmlListingArea ul {
	list-style-type:none;
}

#htmlMoveHelp {
	margin-top:20px;
	border:1px dotted #008291;
	background-color:#fee;
	padding:5px;
}
#htmlMoveHelp a {
	font-weight:bold;
	text-transform:uppercase;
}

#htmlMenuArea {
	position:absolute;
	display:none;

	background-color:#fee;
	border:1px dotted #008291;
	
	padding:5px;
}

#htmlMenuArea h4 {
	font-size:10pt;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
}
#htmlMenuArea a {
	display:block;
	font-size:8pt;
	margin-top:2px;
	margin-bottom:2px;
}
#htmlMenuArea a:hover {
	background-color:#008291;
	color:#fff;
}

.nopadding {
	padding-left:0;
}

.archive a, .fonds a {
	font-weight:bold;
	text-transform:uppercase;
}
.fonds .recordmenuinner a {
	text-transform:none;
}

a.breadcrumb {
	color:#008291;
	text-transform:none;
}

.subfonds a {
	font-weight:bold;
}

.levelinvalid a {
	color:#008291;
	font-style:italics;
}
.highlighted a {
	color:#008291;
}
.withmenu a {
	color:#008291;
	font-weight:bold;
}

.recordmenu, .recordmenuinner a {
	color:#008291;
	font-weight:bold;
}
.recordmenuinner {
	display:inline;
}

li.leveldisabled a {
	color:#aaa;
}
li.levelenabled a {
	color:#008291;
	font-weight:bold;
}
li.levellinktype {
	font-weight:bold;
}
li .levelreorder {
	font-size:8pt;
}
li.csvtemplate {
	font-style:italic;
}
li.csvtemplate a {
	font-style:normal;
	text-decoration:underline;
}

h4.formsection {
	color:#008291;
	font-weight:bold;
	border-bottom: 1px dotted #008291;
}
h4.formsection a {
	color:#008291;
	text-decoration:none;
}
h4.formsection a:hover {
	color:#008291;
	text-decoration:none;
}
h4.formsubtitle {
	margin-top:0;
	color:#008291;
	font-weight:bold;
}
h4.formsubtitle a {
	color:#008291;
	text-decoration:none;
}
h4.formsubtitle a:hover {
	color:#008291;
	text-decoration:underline;
}

h5.assetsection {
	color:#000;
	font-size:100%;
	font-weight:bold;
	border-bottom: 1px dotted #999;
}

h5.assetsection .assettitle {
    float:left;
    width:50px;
}

h5.assetsection .assettools {
    font-weight:normal;
    float:right;
    margin-left:50px;
}
h5.assetsection .assettools a {
    font-weight:normal;
}


.formsectionhidden {
	display:none;
}

.content .withbottommargin {
	margin-bottom:10px;
}
.content .withtopmargin {
	margin-top:10px;
}

.helplink {
	color:#666;
	margin-left:5px;
}
.helpsection {
	display:none;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	color:#666;
}

.closelinkarea {
	width:35px;
	float:left;
	text-align:center;
}

.closelinkarea a:hover {
	text-decoration:none;
	color:#000;
}

.nolink {
	color:#aaa;
}

table.assetimport {
    border:1px solid #000;
    border-collapse: collapse;
    font-size:80%;
    margin-top:10px;
    width:700px;
}

table.assetimport td, table.assetimport th {
    border:1px solid #000;
    padding:5px;
}
table.assetimport th {
    background-color:#ccc;
    color:#000;
}
table.assetimport th.assetimporttype {
    background-color:#666;
    color:#fff;
}

