/*
 * Copyright 2006-2007 Geert Bevin <gbevin[remove] at uwyn dot com>
 * Licensed under the Apache License, Version 2.0 (the "License}
 *
 * $Id: common.css 3828 2007-06-28 16:19:23Z gbevin $
 */
body {
	margin: 0em;
	color: #000000;
	background-color: #eeeeee;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	padding: 0em
}
  
a {
	color: rgb(102,102,102);
	text-decoration: none;
}

a:hover {
	background-color: rgb(255,255,204);
	color: #4b4b4b;
	text-decoration: underline;
}

#titlebar {
	padding: 0px 0px 0px 5px;
	height: 1.5em;
	border-top: solid 1px #439151;
	border-bottom: solid 1px #439151;
	background-color: #439151;
	color: #ffffff;
	margin-bottom: 11px;
}

#titlebar a {
	color: white;
}

#titlebar a:hover {
	color: white;
	background-color: #439151;
}

img.menuicon {
	vertical-align: middle;
	border: white solid 0.5em;
	border-width: 0.5em;
}

img {
	border: 0;
}

#container {
	width: 100%;
	margin: 0 auto;
}

#content a {
	text-decoration: underline;
}

#menu {
	width: 14em;
	position: absolute;
	background-color: #fff;
	border: 1px solid black;
	padding: 0.5em;
	overflow: hidden;
	left: 1em;
	top: 2.5em;
}

#menu a {
	font-weight: bold;
}

#menu a:link {
	color: #09c;
}

#menu a:visited {
	color: #07a;
}

#menu .recent_paste {
	margin-bottom: 0.5em;
}

#menu .highlight {
	background-color: #ccccff;
}

#content {
	position: absolute;
	left: 17em;
	top: 2.5em;
	margin-right: 1em;
	background-color: #fff;
	border: 1px solid black;
	padding: 0.5em;
}

#paste {
	overflow: auto;
	font-family: monospace;
	font-size: 12px;
}

.code_highlight {
	background: #FF8;
}

table#diff {
	margin: 3px;
}

.diff_regular {
	padding-right: 0.7em;
}

.diff_deleted {
	background: #FFDCD2;
	padding-right: 0.7em;
}

.diff_added {
	background: #DCFFBE;
	padding-right: 0.7em;
}

h1 {
	border: 1px solid #439151;
	background-color: #439151;
	color: #ffffff;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	padding: 3px 0px 3px 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}

h1 a {
	color: white;
}

h2 {
	border: 1px solid #439151;
	background-color: #439151;
	color: #ffffff;
	font-size: 8pt;
	font-family: trebuchet ms, verdana, sans-serif;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	margin-bottom: 0;
	margin-top: 0;
}

h2 a {
	color: white;
}

h3 {
	border: 1px solid #777777;
	background-color: #777777;
	color: #ffffff;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	margin-bottom: 0;
	margin-top: 1em;
}

h3 a {
	color: white;
}

.image_legend {
	font-style: italic;
}

#error_area {
	color: red;
	font-weight: bold;
	border: solid red 1px;
	background: rgb(255, 220, 220);
	padding: 4px;
	margin-bottom: 2px;
	text-align: left;
	vertical-align: bottom;
}

#error_area p {
	display: block;
	margin: 0px;
	padding: 0px;
}

label {
	cursor: hand;
	font-weight: bold;
}

.inset {
	margin: 0em 0.5em;
}

form {
	padding: 0;
	margin: 0;
}

.form_field {
	margin-bottom: 1em;
}

.mark_error {
	color: red;
	font-weight: bold;
	border: solid red 1px;
	background: rgb(255, 220, 220);
	padding: 4px;
	margin-bottom: 2px;
	margin-right: auto;
	vertical-align: bottom;
}

#line_numbers {
	color: #999;
	font-family: monospace;
	font-size: 12px;
	white-space: nowrap;
}

#line_numbers a {
	color: #999;
	text-decoration: none;
}

#line_numbers a:hover {
	text-decoration: underline;
}

#add_body textarea {
	font-family: monospace;
	font-size: 12px;
}

code {
	color: rgb(0,0,0);
	font-family: monospace;
	font-size: 12px;
	white-space: nowrap;
}

.java_type {
	color: rgb(0,44,221);
}

.java_comment {
	color: rgb(147,147,147);
	background-color: rgb(247,247,247);
}

.java_operator {
	color: rgb(0,124,31);
}

.java_separator {
	color: rgb(0,33,255);
}

.java_plain {
	color: rgb(0,0,0);
}

.java_javadoc_comment {
	color: rgb(147,147,147);
	background-color: rgb(247,247,247);
	font-style: italic;
}

.java_keyword {
	color: rgb(0,0,0);
	font-weight: bold;
}

.java_literal {
	color: rgb(188,0,0);
}

.java_javadoc_tag {
	color: rgb(147,147,147);
	background-color: rgb(247,247,247);
	font-style: italic;
	font-weight: bold;
}

.xml_tag_symbols {
	color: rgb(0,59,255);
}

.xml_rife_tag {
	color: rgb(0,0,0);
	background-color: rgb(228,230,160);
}

.xml_plain {
	color: rgb(0,0,0);
}

.xml_comment {
	color: rgb(147,147,147);
	background-color: rgb(247,247,247);
}

.xml_attribute_name {
	color: rgb(0,0,0);
	font-weight: bold;
}

.xml_tag_name {
	color: rgb(0,55,255);
}

.xml_char_data {
	color: rgb(0,0,0);
}

.xml_processing_instruction {
	color: rgb(0,0,0);
	font-weight: bold;
	font-style: italic;
}

.xml_attribute_value {
	color: rgb(193,0,0);
}

.xml_rife_name {
	color: rgb(0,0,196);
	background-color: rgb(228,230,160);
}

.cpp_plain {
	color: rgb(0,0,0);
}
			
.cpp_keyword {
	color: rgb(0,0,0);
	font-weight: bold;
}
			
.cpp_type {
	color: rgb(0,44,221);
}
			
.cpp_operator {
	color: rgb(0,124,31);
}
			
.cpp_separator {
	color: rgb(0,33,255);
}
			
.cpp_literal {
	color: rgb(188,0,0);
}
			
.cpp_comment {
	color: rgb(147,147,147);
	background-color: rgb(247,247,247);
}
			
.cpp_doxygen_comment {
	color: rgb(147,147,147);
	background-color: rgb(247,247,247);
	font-style: italic;
}
			
.cpp_doxygen_tag {
	color: rgb(147,147,147);
	background-color: rgb(247,247,247);
	font-style: italic;
	font-weight: bold;
}

.cpp_preproc {
	color: purple;
}


