/* content styles */

/* debug 
* {border: 1px dotted blue;}
*/

a:hover, h1 a:hover {color: #0044B3;}

textarea {
    font-size: 1em;
    font-family: monospace;
}

.disabled {
    /* IE ignore disabled attribute, but at least show items in gray */
    color: gray;
}

/* user interface styles */

#header {
    margin: 0;
    padding: 0;
    height: auto;
    /* background: #3D4551; */
    background: #E7E7E7;
}

#tab {
    margin: 0;
    padding: 0;
    /* background: #3D4551; */
    background: #E7E7E7;
}

#logo {
    float: left;
    margin: 5px 10px;
    padding: 0;
    /* For text only logo */
    font-size: 22px;
    line-height: 1em;
    font-weight: bold;
}

#logo img {
    vertical-align: middle;
}

#logo a {
    color: black;
    text-decoration: none;
}

*[dir="rtl"] #logo {
    float: right;
}

#username {
    margin: 0 10px;
    padding: 8px 0 0 0;
    text-align: right;
    font-size: 12px;
    white-space: nowrap;
}

*[dir="rtl"] #username {
    text-align: left;
}

#username li {
    display: inline;
    padding: 0 2px;
}

#username li:before {
	content: "| ";
    color: black;
}

#username li:last-child:before {
	content: "";
}

#username li:first-child:before {
	content: "";
}

#searchform {
	float: right;
	margin: 5px 10px;
	padding: 0;
	white-space: nowrap;
	font-size: 13px;
}

*[dir="rtl"] #searchform {
	float: left;
}

#searchform form div {
    display: inline;
}

#pagetrail {
	clear: both;
	margin: 0;
	padding: 0 10px;
	font-size: 13px;
}

#pagetrail li {
	float: left;
	display: block;
	padding: 0 2px;
	margin: 0 0 5px 0;
}

*[dir="rtl"] #pagetrail {
	float: right;
}

/* XXX Warning: non-ascii characters! */
#pagetrail li:after {
	content: " » ";
	color: black;
}

*[dir="rtl"] #pagetrail li:after {
	content: " « ";
}

#navibar {
	clear: both;
	display: block;
	margin: 0;
	padding: 0 10px;
	font-size: 13px;
}

#navibar li {
	float: left;
	display: block;
	margin: 0 2px;
	padding: 2px 5px;
	border: 1px solid #9C9C9C;
	border-bottom: none;
	white-space: nowrap;
}

*[dir="rtl"] #navibar li {
	float: right;
}

#navibar li.normal {
	background: white /*url(../img/tab-wiki.png) repeat-x;*/
}

#navibar li.userlink {
	background: #E6EAF0 /*url(../img/tab-user.png) repeat-x;*/
}

#navibar a, #navibar a:visited {
	color: black;
	text-decoration: none;    
}

#navibar li.current a {
	font-weight: bold;
}

#navibar li:hover {
	background: #CCCCCC;
}

#navibar li.current, #navibar li.current:hover {
	background: #81BBF2 /* url(../img/tab-selected.png) repeat-x; */
}

#pageline {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	/* sync these values, line-height is needed for IE */
		height: 4px;
		line-height: 4px;
	border-bottom: 1px solid #9C9C9C;
	background: #81BBF2;
}

.tablesmall
{
/*	width : 650px;*/
	width : 70%;
	margin-left: 5%;
	margin-right: 5%;
}

.tablesmall td{
	width: 33%;
    padding: 5px;
}

.descriptions_all{
	position: fixed;
	margin-left: 70%;
	margin-right: 5px;
}

.descriptions_ie{
	float: right;
	width: 24%;
}

.tabletitle{
	margin-top: 15px;
	margin-left: 5%;
	font-weight: bold;
}

.formdiv{
	margin-left: 10%;
	margin-bottom: 5px;
	margin-right: 30%;
	width: 50%;
	padding : 5px;
	border: 1px solid #ccc;
}

.formlist li{
	float: left;
	display: block;
	margin: 0px;
	margin-right: 50px;
	padding: 0 10px;
	border: 1px solid #ccc;

}
.fbox {
	clear: left;
	padding: 10px;
	margin: 5px;
/*	margin-left: 5%; */
	border: 1px solid #ccc;
/*	width : 550px;*/
/*   width : 63%; */
	height: 300px;
	overflow: auto;
}

.filebox {
	clear: both;
	display: block;
	margin: 0;
	padding: 0 10px;
}

.filebox li {
	float: left;
	display: block;
	margin: 5px ;
	margin-bottom : -1px;
	padding: 2px 5px;
	border: 1px solid #9C9C9C;
	border-bottom: none;
	white-space: nowrap;
}

.filebox li.branch {
	background: white;
	padding: 1px 5px; 
}


.filebox li.userlink {
	background: #E6EAF0 
}

.filelist {
	clear:both;
	list-style-type: none;
	margin : 0px;
	padding : 0px;
/*  padding-bottom: 20px;  Fix for Mozilla and older versions of Firefox */
/*	overflow: auto; */
}

.filelist li {
	padding: 1px;
}

.ileitems {
	clear: both;
}

.ileitems li {
	margin-left: 15px;
	float: left;
}

.boxline {
	clear: both;   
	margin: 5px;
	margin-bottom: 10px;
	padding: 15px;
	border: 1px solid #9C9C9C;
}

.langbar {
	padding: 0 8px;
}
.editbar {
	clear: both;
	margin: 0;
	padding: 0 8px;
	white-space: nowrap;
	height: auto;
	background: white;
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.editbar form, .editbar form div {
    display: inline;
	margin: 0;
}

.editbar li {
    display: inline;
	padding: 0;
	margin: 2px 6px;
}
.editbar .buttons{
    display: inline;
	background: yellow;
	padding: 0;
}
*[dir="rtl"] .editbar li {
	float: right;
}

#header .editbar {
	border-bottom: 1px dotted #9C9C9C;
}

#footer .editbar {
	border-top: 1px dotted #9C9C9C;
	border-bottom: 1px solid #9C9C9C;
}

.editbar a, .editbar a:visited {color: #0044B3;}

#message {
	clear: both;
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px solid #c9c9c9;
	background: #E6EAF0;
}

#message p{
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
}

#message div.buttons {
	font-weight: normal;
}

.dialog form {
    margin: 0 15px;
}

.dialog td {
    border: none;
    padding: 5px;
}

.dialog td.label {
    text-align: right;
    font-weight: bold;
    width: 25%;
}

*[dir="rtl"] .dialog td.label {
    text-align: left;
}

.dialog td.content input {
    width: 100%;
}

.buttonbar {
	clear: both;
	display: block;
	margin: 0;
	padding: 0 5px;
	font-size: 12px; 
}

.buttonbar li {
    float: right; 
	display: block;
	margin: 0 2px;
	padding: 1px 5px;
/*    width: 150px; */
	border: 1px solid #9C9C9C;
	white-space: nowrap;
}

*[dir="rtl"] #buttonbar li {
	float: left;
}

.buttonbar li.buttonlink {
	background: white /*url(../img/tab-wiki.png) repeat-x;*/
}

.buttonbar li.userlink {
	background: #E6EAF0 /*url(../img/tab-user.png) repeat-x;*/
}

.buttonbar a, #buttonbar a:visited {
	color: black;
	text-decoration: none;    
}

.buttonbar li.current a {
	font-weight: bold;
}

.buttonbar li:hover {
	background: #CCCCCC;
}

.buttonbar li.current, #buttonbar li.current:hover {
	background: #81BBF2 /* url(../img/tab-selected.png) repeat-x; */
}


.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 250px;
	visibility: hidden;
}

.dropmenudiv span {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
}

.dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
}


#path {
	padding: 0px 0px 3px 15px;
}
#page {
	background-color: white;
	margin: 0;
	padding: 10px 30px 20px 30px;
}

#tpage {
	background-color: white;
	margin: 0;
	padding: 10px 20px 20px 20px;
}

/* We use here dumb css1 ids because of IE suckiness */
#editor-textarea, #editor-comment {
    width: 100%;
}

#preview {
	border: 1px solid #6C7680;
	padding: 10px 30px 20px 30px;
	background: url(../img/draft.png);
}

#footer {
	clear: both;
	margin: 0;
	padding: 0;
}

#credits, #version, #timings{
	margin: 5px 10px;
	padding: 0;
	text-align: center;
	font-size: 0.88em;
	color: #6C7680;
	font-size: 12px;
}

#credits li, #timings li {
	display: inline;
	padding: 0 2px;
	margin: 0 4px;
}

#credits img {
	vertical-align: middle;
}

.diff {
	width:99%;
}

.diff-header {
	font-weight: bold;
}

.diff-title {
	background-color: #C0C0C0;
}

.diff-added {
	background-color: #E0FFE0;
	vertical-align: sub;
}

.diff-removed {
	background-color: #FFFFE0;
	vertical-align: sub;
}

.diff-added span {
	background-color: #80FF80;
}

.diff-removed span {
	background-color: #FFFF80;
}
.yes {
    color: green;
}
.no {
    color: red;
}

a.hov_line:link, a.hov_line:visited {
    text-decoration:none;
    color: #0044B3;
}

a.hov_line:hover {
    text-decoration:underline;
    color: #0044B3;
}

a.admit:link, a.admit:visited {
    text-decoration:none;
    color: green;
}

a.admit:hover {
    text-decoration:underline;
    color: green;
}

a.reject:link, a.reject:visited {
    text-decoration:none;
    color: red;
}

a.reject:hover {
    text-decoration:underline;
    color: red;
}

