@CHARSET "UTF-8";

html, body {
	background-color: #E3A869; /* melon */
	background-image: url('images/id-header-bg.png');
	background-position: top left;
	background-repeat: repeat-x;
	color: #4F4F2F; /* darkolivegreen */
	margin: 0;
	padding: 0;
	font-family: helvetica, Arial;
}

.middle-column {
	position: relative;
	width: 900px;
	margin: auto;
}

#header {
}

#logo {
	float: left;
	padding: 15px 65px 15px 0px;
}

img {
	border: 0;
}

#intro {
	position: absolute;
	right: 0px;
	bottom: 15px;
	/*text-align: right;*/
}

h1 {
	font-size: 19px;
	margin: 0;
	padding: 0;
}

#footer {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 60px;
	font-size: 13px;
}

#copy {
	float: left;
	padding-left: 15px;
}

#menu {
	float: right;
}

a:link {color: black; /*text-decoration: none*/}
a:visited {color: black; /*text-decoration: none*/}
a:hover {color: black; /*text-decoration: none*/}
a:active {color: black; /*text-decoration: none*/}

.menu-item {
	padding-right: 15px;
}

#content-frame {
	background-color: #FCD59C; /* bread */
	display: block;
	padding: 20px 0px;
}

.message-list {
	font-size: 13px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 15px;
	margin-bottom: 20px;
	width: 870; /* 900 - 2 x padding */
}

#content-messages {
	background-color: #CFD784; /* celery */
	color: #556B2F; /* darkolivegreen */
}

#content-error-messages {
	background-color: #FA8072; /* salmon */
	color: #8B0000; /* darkred */
}

#content-middle-column {
	background-color: #FEF0DB; /* peach */
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	font-size: 13px;
	position: relative;
	padding: 15px;
	width: 870; /* 900 - 2 x padding */
}

#open {
	font-size: 13px;
	text-align: right;
	padding: 20px 0px 0px;
}

.open-control {
	padding-left: 15px;
}

#open-button {
	float: right;
}

a.button:link {color: white; text-decoration: none}
a.button:visited {color: white; text-decoration: none}
a.button:hover {color: white; text-decoration: none}
a.button:active {color: white; text-decoration: none}
a.button {
	padding: 7px;
}

.button {
	background-color: #808000; /* olive */
	background-image: url('images/id-button-bg.png');
	background-position: top left;
	background-repeat: repeat-x;
	color: white;
	border: 1px solid #C77826; /* goldochre */
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	font-size: 1em;
	padding: 5px;
	cursor: pointer;
}

h2.open-option-title {
	margin-top: 0;
	font-size: 19px;
}

.entry {
	font-size: 1em;
	border: 1px solid #808000; /* olive */
	padding: 5px;
}

input.key-entry {
	width: 150;
}

.idea-param-row-label {
	width: 40%;
}

input.idea-entry {
	width: 95%;
}

.idea-controls {
	width: 420px;
}

#idea-left-controls {
	float: left;
	margin-right: 10px;
}

#idea-right-controls {
	float: right;
	margin-left: 10px;
}

table {
	width: 100%;
	border: 0;
	margin: 0 0 1em 0;
	font-size: 13px;
}

p {
	padding-top: 0px;
	margin-top: 0px;
	text-align: justify;
}

li {
	text-align: justify;
	margin-bottom: 1em;
}

textarea {
	width: 100%;
	font-family: helvetica, Arial;
	overflow: auto; /* XB: removes greyed-out scrollbar on IE */
}

.clear {
	float: none;
	clear: both;
}

.navigator {
	text-align: center;
}

.idea {
	padding: 1em 0;
}

.idea-description {
}

pre {
	font-family: helvetica, Arial;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

.idea-description-more-button {
	float: right;
	padding-left: 4em;
	padding-bottom: 0.5em;
}

.idea-description-more-dots {
	float: right;
	padding-left: 0.5em;
}

.idea-description-text {
	margin-top: 2px;
	border-top: 2px;
	padding-top: 0px;
	height: 2.6em;
	overflow: hidden;
	text-align: justify;
}

.idea-header {
	position: relative;
	font-weight: bold;
	margin-bottom: 1em;
}

.author {
	float: left;
}

.author-word {
	padding-right: 1em;
}

.idea-date {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 10px;
}
