/*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*	project: "mozilla firefox extension: html validator (based on tidy)"
*	description: global css file (screen, projection)
*	author: mike wink
*	version: 1.3
*	status (protoype, draft, test, review, final): final
*   build (date, author): 10/16/2006 mike wink
*	modified (date, author, modification): 11/03/2005 ansgar federhen
*	modified (date, author, modification): 05/20/2006 mike wink
*	modified (date, author, modification): 07/29/2006 ansgar federhen
*  
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*/

@import "language.css";

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background-color: #fff;
	border-bottom: 1px dotted #e17000;	
	font-family: arial, helvetica, sans-serif;
	color: #333;	
}

h1 {
	background-color: #f3f1e7;
	color: #333;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #e17000;
}

.mozilla {
	background: #F3F1E7 url(skin/mozilla.png) no-repeat 2px 5px;
	padding-left: 22px;	
	
}

h2 {
	margin: 10px 0 2px 0;
	padding-left: 5px;
	border-bottom: 1px solid #f3f1e7;
	font-size: 1em;
	color: #333;
	font-style: normal;
	font-weight: bold;
}

p {
	margin: 10px;
	font-size: .8em;
	line-height: 1.35em;
}

li {
	margin-left: 10px;	
	list-style: none;
	font-size: .8em;
	line-height: 1.4em;
}

ul {
	margin: 10px 0;
}

a:before	{
	content: url(skin/link.png);
	}

a[href]  {
	/*background: transparent url(skin/link.png) no-repeat;*/
	padding-left: .5em;
	list-style: none;
}

a {
	color: #80806b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

dt {
	display: none;
}

dd {
  	margin: 5px 10px;
	padding: 5px;
	background-color: #f3f1e7;
	border: 1px solid #e8e3ce;
	font-family: "Courier New", Courier, monospace;
	font-size: .8em;
	line-height: 1.1em;
	color: #505032;
}

strong {
	color: #333;	
}

acronym {
	cursor: help;
}

.button {
	padding: 1px 2px;
	background-color: buttonface;
	border-top: 1px solid buttonhighlight;
	border-right: 1px solid buttonshadow;
	border-bottom: 1px solid buttonshadow;
	border-left: 1px solid buttonhighlight;
	cursor: pointer;
	font-family: arial, helvetica, sans-serif;
}

.button:hover {
	padding: 1px 2px;	
	background-color: buttonface;
	border-top: 1px solid buttonshadow;
	border-right: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonhighlight;
	border-left: 1px solid buttonshadow;
	color: #e17000;
	cursor: pointer;
}

.warning {
	background: #F3F1E7 url(skin/warning.png) no-repeat 2px 5px;
	padding-left: 22px;
}

.error {
	background: #F3F1E7 url(skin/error.png) no-repeat 2px 5px;
	padding-left: 22px;
}

.good {
	background: #F3F1E7 url(skin/good.png) no-repeat 2px 5px;
	padding-left: 22px;	
}

.bad {
	background: #F3F1E7 url(skin/error.png) no-repeat 2px 5px;
	padding-left: 22px;	
}

.prio {
	font-size: .8em;
	font-weight: bold;
	font-style: italic;
	color: #505032;
}

th, td {
	font-size: .8em;
	vertical-align: top;
}

table {
	margin-left: 10px;
}

.charset {
	background: #F3F1E7 url(skin/charset.png) no-repeat 2px 5px;
	padding-left: 22px;	
}

.disabled {
	background: #F3F1E7 url(skin/disabled.png) no-repeat 2px 5px;
	padding-left: 22px;	
}

.empty {
	background: #F3F1E7 url(skin/empty.png) no-repeat 2px 5px;
	padding-left: 22px;	
}

.exclude {
	background: #F3F1E7 url(skin/exclude.png) no-repeat 2px 5px;
	padding-left: 22px;	
}

.hidden {
	background: #F3F1E7 url(skin/hidden.png) no-repeat 2px 5px;
	padding-left: 22px;	
}

.access {
	background: #F3F1E7 url(skin/access.png) no-repeat 2px 5px;
	padding-left: 22px;	
}
