/*
** Fizyon 'Tango' style sheet for CSS2-capable browsers.
** License: GPL
**
** Based on 'fizyonbook', Copyright Chenko Mihaylov - http://dev.fizyon.net/
*/



body {
	background: transparent url("bg.gif") repeat-x top;
	/*
	background: #f9f9f9 url("headbg.jpg") 0px 0px no-repeat;
	background: #6b6c69 url("bg-bottom.gif") 0px 134px;
	background-repeat: repeat-x;
	background: #000 url("bg.gif") 0px 0px;
	*/
	margin: 0 auto;
}
html>body {
	font-family: luxi sans, trebuchet ms, bitstream vera sans, sans-serif;
}

.visualClear { clear: both; }

/* general styles */

table {
}
a {
	text-decoration: none;
	color: #f57900;
	background: none;
}
a:visited { color: #ce5c00; }
a:active { color: Orange; }
a:hover { 
	color: #fcaf3e;
	text-decoration: underline;
}
a.stub { color: #772233; }

a.new,
#p-personal a.new { color:#ba0000; }

a.new:visited,
#p-personal a.new:visited { color:#a55858; }

img {
	border: none;
	vertical-align: middle;
}

dd img {
	border: 5px solid #ede38e;
	-moz-border-radius: 3px;
	float: left;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-top: 6px; 
	padding: 1px;
	background-color: #96842e;
}

dt, dd { clear: both; }

p {
	margin: 0.8em 0em 1.0em;
}

p img { margin: 0; }

hr {
	height: 1px;
	color: #444;
	background-color: #444;
	border: 0;
	margin: 0.5em 0 0.5em 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: luxi serif, georgia, times new roman, times, serif;
	color: #888;
	background: none;
	padding: 1.75em 0 0;
	margin: 0;
	line-height: 1.1em;
}
h2 {
	color: #8fb171;
	padding-left: 43px;
	background: transparent url(tango-steps-heading.gif) no-repeat left bottom;
	overflow: visible;
	min-height: 28px;
}
h1 { 
	text-align: center;
	color: #555;
	padding: 0 0 0.5em;
	margin: 0.75em 0 0;
}
h1 { font-size: 220%; }
h2 { font-size: 160%; }
/*
*/
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 80%; }
h6 { font-size: 70%;  }
/*
*/

ul { 
	list-style-type: square;
	margin: 0.3em 0 0 18pt;
	padding:0;
	list-style-image: url("bullet.gif");
}
ol {
	margin: 0.3em 0 0 3.2em;
	padding:0;
	list-style-image: none;
}
li { margin: 0 0 0.5em 0; }
dt { 
	font-weight: bold; 
	padding: 1.5em 0 0.5em 1em;
}
dl{
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
dd {
	margin-left: 2.25em;
	margin-bottom: 0.2em;
}

fieldset {
	border: 1px solid #ccc;
	border-width: 1px 0 0;
	margin: 1em 0em 1em 0em;
	padding: 0em 1em 1em 1em;
	line-height: 1.5em;
}
legend {
	font-weight: bold;
	padding: 0.5em;
}
form {
	border: none;
	margin: 0;
}

textarea {
	border: 1px solid #2f6fab;  
	color: Black;
	padding: 0.1em;
	overflow: auto;
}
/* hide this from ie/mac and konq2.2 */
@media All {
	head:first-child+body input {
		visibility: visible;
		border: 1px solid #2f6fab;  
		color: Black;
		vertical-align: middle;
		padding: 0.2em;
	}
}
input.historysubmit {
	padding: 0 0.3em 0.3em 0.3em !important;
	font-size: 94%;
	cursor: pointer;
	height: 1.7em !important;
	margin-left: 1.5em;
}
input[type="radio"],
input[type="checkbox"] { border:none; }
select {
	border: 1px solid #2f6fab;  
	color: Black;
	vertical-align: top;
}
abbr, acronym, .explain {
	border-bottom: 1px dotted Black;
	color: Black;
	background: none;
	cursor: help;
}
q {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}
/* disabled for now
blockquote {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}*/
code { 
	background-color: #ccc;
}
pre {
	font-family: bitstream vera sans mono, monospace;
	font-size: 80%;
	overflow: auto;
	padding: 1em 0.25em;
	margin: 1em;
	border: 1px solid #555;
	color: #fff;
	background-color: #999;
	line-height: 1.1em;
	-moz-border-radius: 2.5px;
	border-radius: 2.5px;
}


/*
** the main content area
*/