/*
Template name: Bright Pixel
Template URI: http://templates.arcsin.se/bright-pixel-website-template/
Release date: 2006-05-07
Description: A smooth, monochrome, lightweight design.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
a {
	text-decoration: none;
}
.toc {
	list-style-type: none;
}
.toc li {
	font: normal 20px sans-serif,Arial;
}
body {
	background: #FFF;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: normal 0.9em sans-serif,Arial;
}
pre {
	border: 1px solid gray;
	background:#CCC;
	padding:15px;
	font: normal 0.9em sans-serif,Arial;
}

/* header */
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 2em;
}

/* main */
.main {
	background: #FFF; 
	margin: 0px; 
	text-align: left;
	width: 100%; 
}
.container {
	margin: 10px;
}

.path {
	font: bold 1.0em sans-serif,Arial;
	margin:15px 0 0 0;
}
.path a {
	color: #306EFF;
}
.path a:hover {
	color: #306EFF;
}

/* content */
.content {
}
.command{
	border: 1px solid gray;
	background:#CCC;
	padding:15px;
}
.previous_next{
	font: bold 1.0em sans-serif,Arial;
	padding:15px;
}
.previous_next a {
	color: #306EFF;
}
.previous_next a:hover {
	color: #306EFF;
}
.guiActions td{
	width:400px;
}

.footer{
	text-align:center;border-top: 1px solid #E5E5E5;padding-top:10px
}
.footer a{
	color: #000;
}

