body {
	font-family : sans-serif;
	background-color : #444;
	color : #BBB;
	padding-left : 50px;
}

a
{
	color : #6795FE;
}
p
{
	max-width : 820px;
}

h1,h2,h3,h4,h5
{
	color : #CCC;
}

pre, textarea{
	-moz-tab-size: 4;
	tab-size : 4;
	background-color : #333;
	color : #AAA;
}

ul
{
	list-style : none;
}

label.highlighted
{
	color: #FFA356;
}

.autoColumn{
	column-width: 444px;
}

.hidden
{
	display : none;
}

#statusText, #headerVersion{
	font-style: italic;
}

#settings
{
	width : 400px;
}

#settings select
{
	width : 145px;
}

#settings label
{
	display: inline-block;
	width : 200px;
	text-align : right;
}

#typeReplacement label
{
	text-align : right;
	padding-right : 10px;
	display: inline-block;
	width: 180px;
}

#CreateHeaderBar
{
	background-color : #333;
	padding : 10px;
	margin : 20px;
}

#statusBar
{
	background-color : #333;
	max-width : 820px;
}
#statusBar p
{
	padding : 10px;
}

#CodeAnimo{
	position : fixed;
	width: 200px;
	bottom: 5px;
	left: 50%;
	margin-left: -100px;
	
	font-size : 10px;
}

#ruler
{
    position: absolute;
    height: auto;
    width: auto;
    display: hidden;
}