/* ------------------- prolog ------------------- */

* {
	padding: 0;
	margin: 0;
}

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: scroll;
}

ul, ol {
	margin: 1em 0;
	padding-left: 4em;
}

p {
	margin: 1em 0;
}

h3 {
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
	margin: 10px 0 10px 0;
}

.h1, h1 {
	font-weight: bold;
	padding-bottom: 2px;
	margin: 20px 0 10px 0;
	font-size: 2.19em;
	border-bottom: 1px solid red;
	color: red;
}

h2 {
	padding-top: 18px;
	font-size: 1.37em;
	color: black;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.19em;
	color: black;
}

h5 {
	margin-top: 10px;
	margin-bottom: 0;
}

img {
	border-style: none;
}

a {
	color: black;
	text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

hr {
	height: 1px;
	background-color: #d7d7d7;
	border-width: 0;
	margin: 5px 0;
}

input {
	background: #f5f5f5;
	border: 1px solid #dddddd;
	font-size: 11px;
}

input[type="text"], input[type="password"] {
	padding: 1px 0;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background: white;
}

textarea {
	width: 100%;
	height: 100px;
}

/* ------------------- main page layout ------------------- */

#pageLayout {
	position: relative;
	width: 949px;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding-bottom: 0;
	background-image: url( ../images/body-background.png );
}

#earth-image {
	background: url( ../images/earth.png );
	background-position: left bottom;
	background-repeat: no-repeat;
}

#header {
	height: 88px;
}

#subheader {
	height: 162px;
	border-bottom: 1px solid #999999;
}

#signunButton {
	position: absolute;
	left: 485px;
	top: 232px;
	width: 84px;
	height: 18px;
}

#addnewButton {
	position: absolute;
	left: 575px;
	top: 232px;
	width: 84px;
	height: 18px;
}

#learnmoreButton {
	position: absolute;
	left: 788px;
	top: 232px;
	width: 84px;
	height: 18px;
}

#welcomeText {
	position: absolute;
	top: 168px;
	font-size: 1.1em;
	color: #3b519b;
	left: 487px;
	margin-right: 30px;
}

#canoo-logo-right {
	position: absolute;
	left: 750px;
	top: 28px;
	width: 135px;
	height: 35px;
}

/* ------------------- navigation bar ------------------- */

#navigationBar {
	width: 949px;
	height: 17px;
	background-color: red;
	letter-spacing: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigationBar li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: white;
}

#navigationBar li a {
	display: block;
	width: 89px;
	height: 15px;
	padding: 2px 0 0 5px;
}

.activeNavigationItem, .activeNavigationItem a:link, .activeNavigationItem a:visited, .activeNavigationItem a:active {
	text-decoration: none;
	color: black;
	background-color: white;
}

.inactiveNavigationItem a:link, .inactiveNavigationItem a:visited {
	text-decoration: none;
	color: white;
}

.inactiveNavigationItem a:hover {
	background-color: #cc0000;
}

.inactiveNavigationItem a:active {
	background-color: red;
}

/* ------------------- columns ------------------- */

#sidebarLeft {
	padding-top: 20px;
	float: left;
	width: 191px;
}

.sidebarFields {
	padding: 10px 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	min-height: 35px;
}

.sidebarContent {
	padding: 0 10px;
}

#center {
	float: left;
	text-align: center;
	position: relative;
	width: 568px;
}

#pageContent {
	text-align: left;
	margin: 43px 45px;
}

#sidebarRight {
	padding-top: 20px;
	float: right;
	width: 190px;
}

#copyright {
	position: absolute;
	bottom: 10px;
	right: 780px;
	text-align: right;
	font-size: 0.82em;
	background: transparent;
}

/* ------------------- main styles ------------------- */

a.red, .red a {
	color: red;
}

a.gray, .gray a, .gray {
	color: #666666;
}

.border {
	border: 1px solid #dddddd;
}

.solidback {
	background-color: #f5f5f5;
}

.filledBorder {
	border: 1px solid #dddddd;
	background-color: #f5f5f5;
}

.action {
	margin-top: 3px;
	margin-right: 2px;
	white-space: nowrap;
}

.action, .action * {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.disabled {
	cursor: help;
}

.action a:hover {
	text-decoration: none;
	color: black;
}

.action a:active {
	color: #666666;
}

.black, .black * {
	color: black;
	text-decoration: none;
}

.black a:hover {
	color: white;
}

.black a:active {
	color: black;
}

.roundCorners {
	border-radius: 9px;
	-o-border-radius: 9px;
	-icab-border-radius: 9px;
	-khtml-border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}

.buttons {
	padding-top: 10px;
}

/* ------------------- tooltip & error ------------------- */

#modal_overlay.error {
	background-color: #bbb;
}

#modal_container {
	text-align: center;
}

#modal_container.error {
	border: 1px solid red;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #f5f5f5;
	font-size: 1.1em;
	color: red;
	font-weight: normal;
	height: auto;
}

.error ul {
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
}

.error li {
	margin-bottom: 10px;
}

.tooltip {
	font-size: 0.91em;
	display: block;
	width: 10em;
	height: auto;
	border: 1px solid #dddddd;
	background-color: #f5f5f5;
	white-space: normal;
}

.error span {
	display: block;
	text-align: right;
}

.infos {
	font-size: 0.82em;
	min-height: 1em;
	height: 1em;
}

/* used by grails to render stacktrace */
.message {
	border: 1px solid #FFCC00;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ------------------- tech details ------------------- */

.lastEdited {
	font-size: 0.82em;
	color: gray;
	text-align: right;
	float: right;
	width: 30%;
}

.description {
	font-size: 1.19em;
	margin: 10px 0 0 0;
	padding: 4px;
}

.listContainer {
	padding: 0;
	margin: 0;
	line-height: 1.8em;
	min-height: 1.8em;
}

.listContainer li {
	display: inline;
}

.tag {
	padding: 0 2px 0 2px;
	white-space: nowrap;
}

/* ------------------- relations ------------------- */

#relation_tabs {
	padding: 0;
	margin-left: 0;
	list-style-type: none;
	height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d7d7;
}

#relation_tabs li {
	float: left;
	text-align: center;
	margin: 0 5px 0 0;
	line-height: 18px;
}

#relation_tabs li a {
	display: block;
	padding: 0 5px 0 5px;
	height: 18px;
	background-color: #f5f5f5;
	width: 100px;
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}

#relation_tabs li a.active {
	background-color: #d7d7d7;
}

.relationRow {
	height: 1.64em;
}

.relation1stColumn {
	float: left;
	width: 50%;
}

.rating_container {
	margin-left: 10px;
}

.ratingPic {
	width: 12px;
	height: 12px;
}

.rating_container a {
	background-repeat: no-repeat;
	background-position: center;
}

.rating_container a.rating_off {
	background-image: url( "../images/rating/rating_off_sphere_white.png" );
}

.rating_container a.rating_on {
	background-image: url( "../images/rating/rating_on_sphere_white.png" );
}

.rating_container a.rating_selected {
	background-image: url( "../images/rating/rating_on_sphere_white.png" );
}

.rating_container a.rating_half {
	background-image: url( "../images/rating/rating_half_sphere_white.png" );
}

.inputFieldContainer {
	height: 25px;
}

.dropdown ul {
	width: 100%;
	border: 1px #dddddd solid;
	list-style-type: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.dropdown li {
	display: block;
	text-align: left;
	background-color: white;
	background-attachment: scroll;
	margin: 0;
	padding: 0;
	color: black;
}

.dropdown li.selected {
	background-color: #f0f0f0;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
}

/* ------------------- comments ------------------- */

.post {
	padding: 5px 10px;
	background-color: white;
}

.postContent {
	padding: 5px;
	margin-top: 2px;
}

.commentForm {
	border: 1px dashed #dddddd;
	padding: 1em;
}

/* ------------------- news ------------------- */

.newsSite {
	border-bottom: 1px solid white;
	padding-bottom: 2px;
	margin-bottom: 2px;
	font-size: 1.1em;
	font-weight: bold; /*color: #cc0000;*/
	color: red;
}

.newsPost {
	border-bottom: 1px solid white;
	padding-bottom: 4px;
	padding-top: 4px;
}

/* ------------------- list ------------------- */

.listEntry {
	margin: 20px 0;
}

.listTitle {
	margin-bottom: 4px;
	font-size: 1.1em;
	clear: both;
}

.prevLink, .step, .currentStep, .nextLink {
	padding-right: 3px;
}

.currentStep {
	font-weight: bold;
	color: black;
}

/* ------------------- start page ------------------- */

.boxrow {
	margin: 10px 0;
}

.summaryBox {
	background-color: #eceaea;
	margin: 0 7px;
	padding: 10px 15px;
}

.summaryBox.left {
	margin-left: 0;
}

.summaryBox.right {
	margin-right: 0;
}

.summaryBoxTitle {
	display: block;
	font-weight: bold;
	margin-left: 17px;
	margin-bottom: 5px;
}

.summaryBoxTitle.left {
	margin-left: 10px;
}

.tag-cloud {
	text-align: center;
	padding: 0;
	margin: 0;
}

.tag-cloud li {
	display: inline;
}

.tag-cloud li a:link, .tag-cloud li a:visited {
	padding: 0 2px;
	text-decoration: none;
	color: black;
	background-color: #f5f5f5;
	border-style: solid;
	border-width: 1px;
	border-color: #dddddd;
	white-space: nowrap;
}

.tag-cloud li a:hover {
	text-decoration: underline;
}

.tag-cloud li a:active {
	text-decoration: none;
}

.tag-cloud .size1 {
	font-size: 1.3em;
	line-height: 2.6;
}

.tag-cloud .size2 {
	font-size: 1.6em;
	line-height: 2.1;
}

.tag-cloud .size3 {
	font-size: 1.9em;
	line-height: 1.76;
}

.tag-cloud .size4 {
	font-size: 2.2em;
	line-height: 1.52;
}

.tag-cloud .size5 {
	font-size: 2.5em;
	line-height: 1.34;
}

.tag-cloud .size6 {
	font-size: 2.8em;
	line-height: 1.2;
}

/* ------------------- formbutton mod ------------------- */

input[type="submit"], input[type="button"], .inplaceeditor-form  input[type="submit"] {
	margin: 3px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	padding: 0;
	font-size: 10px;
	cursor: pointer;
	font-weight: normal;
}

.inputActionBlack {
	background-color: #ebebeb;
	color: #666666;
	text-decoration: none;
}

.inputActionBlack:hover {
	color: black;
}

.inputActionBlack:active {
	color: #666666;
}

.inputActionWhite, .inplaceeditor-form  input[type="submit"] {
	background-color: white;
	color: #666666;
	text-decoration: none;
}

.inputActionWhite:hover, .inplaceeditor-form  input[type="submit"]:hover {
	color: black;
}

.inputActionWhite:active, .inplaceeditor-form  input[type="submit"]:active {
	color: #666666;
}

.inplaceeditor-form a:link, .inplaceeditor-form a:visited {
	margin-top: 3px;
	color: #666666;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}

.inplaceeditor-form a:hover {
	color: black;
}

.inplaceeditor-form a:active {
	color: #666666;
}

.inplaceeditor-form input[type="submit"]:hover, .inputAction:hover, .inputActionWhite:hover {
	text-decoration: none;
}

.inplaceeditor-form input[type="submit"]:active, .inputAction:active, .inputActionWhite:active {
	text-decoration: none;
}

.inplaceeditor-form textarea {
	margin-top: 10px;
}