body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1em;
	color: #333333;
	margin: 0;
	line-height: 1.6em;
	background: #eee url('../img/background.png') repeat-x 0 0;
}

img {
	border: 0;
}

form {
	padding: 0;
	margin: 0;
}

h2 {
	font-family: Georgia, Times;
	font-style: italic;
	font-size: 32px;
	font-weight: normal;
	display: block;
	padding: 0 0 10px 0;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #bbbbbb;
}

h3 {
	font-family: Georgia, Times;
	font-style: italic;
	font-size: 22px;
	font-weight: normal;
	display: block;
	padding: 0 0 10px 0;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #dddddd;
}

#header {
	position: relative;
	background: #3e525d url('../img/header-background.png') repeat-x 0 0;
	height: 126px;
}

#logo {
	position: absolute;
	width: 280px;
	height: 83px;
	top: 0;
	left: 0;
}

.header-button {
	position: absolute;
	background-color: #2f3c45;
	bottom: 0;
	height: 40px;
	color: #ffffff;
	line-height: 40px;
	font-size: 14px;
	text-align: left;
	width: 104px;
	padding: 0 15px 0 15px;
}

.header-button-hover {
	background: #37799d url('../img/header-button-background.png') repeat-x top left;
	cursor: pointer;
}

.header-button img {
	padding: 0 6px 9px 0;
}

#button-dashboard {
	left: 30px;
}

#button-pages {
	left: 165px;
}

#button-collections {
	left: 300px;
}

#button-media {
	left: 435px;
}

#button-user {
	width: auto;
	right: 30px;
}

.header-menu {
	position: absolute;
	background-color: #37799d;
	padding: 10px 15px 10px 15px;
	top: 126px;
	min-width: 160px;
	color: #ffffff;
	line-height: 1.6em;
	z-index: 100;
}

.header-menu p {
	margin: 0;
}

#menu-pages {
	left: 165px;
}

#menu-collections {
	left: 300px;
}

#menu-user {
	right: 30px;
	text-align: right;
	
}

#message {
	background-color: #fff9c4;
	height: 40px;
	line-height: 38px;
	padding: 0 0 0 11px;
	color: #c1a960;
}

#content {
	position: relative;
	padding: 40px 50px 50px 50px;
	background-color: #fff;
}

.dashboard {
	background: #fff url('../img/dashboard-background.png') repeat-x top left;
}

#footer {
	position: relative;
	padding: 30px;
	background-color: #eee;
	color: #aaa;
}

.table tr {
	text-align: left;
}

.table td {
	text-align: left;
	border-bottom: 1px solid #dddddd;
}

.table tr:hover td {
	background-color: #e5f6ff;
	border-bottom: 1px solid #97dbff;
}

.light {
	color: #999999;
}

.lightblue {
	color: #9bbcce;
}

.cite {
	font-style: italic;
	color: #999999;
	font-family: Georgia, Times;
}

.button {
	font-size: 18px;
}

.image {
	border: 10px solid #eee;
}

.alert-frame {
	background-color: red;
	padding: 30px;
	text-align: center;
	background-color: #d9f2ff;
	border: 1px solid #b3e5ff;
}

a:link					{ color: #00a5ff; text-decoration: underline;	}
a:visited				{ color: #00a5ff; text-decoration: underline;	}
a:active				{ color: #00a5ff; text-decoration: none;		}
a:hover					{ color: #00a5ff; text-decoration: none;		}

#header a:link			{ color: #ffffff; text-decoration: none;		}
#header a:visited		{ color: #ffffff; text-decoration: none;		}
#header a:active		{ color: #ffffff; text-decoration: underline;	}
#header a:hover			{ color: #ffffff; text-decoration: underline;	}


/* =========================================================================== */


.identifier {
	border: 1px solid #00a5ff;
	background-color: #e5f6ff;
	padding: 5px;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	width: 350px;
}

._Singleline {
	border: 1px solid #bbb;
	background-color: #fff;
	padding: 5px;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	width: 350px;
}

._Flattext {
	border: 1px solid #bbb;
	background-color: #fff;
	padding: 5px;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	width: 600px;
	height: 200px;
	line-height: 1.4em;
}

._Singlecollection, ._Multicollection, ._Image {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	border: 1px solid #bbb;
	background-color: #fff;
	padding: 5px;
}

/* =========================================================================== */

div.rte h1, div.rte h2, div.rte h3, div.rte h4, div.rte h5, div.rte h6 {
	font-family: Arial, Verdana, sans-serif;
	border: 0;
	padding: 0;
	margin: 0;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
}

div.rte h1:after, div.rte h2:after, div.rte h3:after, div.rte h4:after, div.rte h5:after, div.rte h6:after {
	color: #aaaaaa;
	font-weight: normal;
}

div.rte h1:after {
	content: " (heading 1)";
}

div.rte h2:after {
	content: " (heading 2)";
}

div.rte h3:after {
	content: " (heading 3)";
}

div.rte h4:after {
	content: " (heading 4)";
}

div.rte h5:after {
	content: " (heading 5)";
}

div.rte h6:after {
	content: " (heading 6)";
}
