/* Use image sprites */
/* apache: content negotiation (no extensions) */
/* Make this inside database */

html,body
{
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #000 url("/images/core/background");
	background-attachment: fixed;
}

img
{
	border:0px;
}

#center
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	
	min-width: 600px; 
	max-width: 1000px; 
	width: auto;
	
	background-color: #23292D;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	
	border-color: #DDD;
	border-style: solid;
	border-width: 1px; /*0px 1px 0px 1px;*/
}

@media print
{
	#center1
	{
		min-width: 0px; 
		max-width: none; 
		width: auto;
	}
	
	#center3
	{
		margin:0px;
	}
}


#header
{
	/*background:black url("/images/core/top_repeat2.png") repeat-x top;*/
	background-color: #052843;
	border-width: 0px 0px 1px 0px;
	border-color: #DDD;
	border-style: solid;
	
	position:relative;
}

#hlogo 
{
	height:60px;
	width:290px;
	background: url("/images/core/logo2.png");
	/*position:relative;*/
	margin:0px;
	padding:0px;
	border:0px;
	text-indent: -9999px;
	display:block;
	font-size: 24pt;
	color:black;
}

@media print
{
	#hlogo 
	{
		text-indent: 0px;
		text-decoration: none;
		height: auto;
		width: auto;
	}
}

#content
{
	padding:1em 1em 5em 1em; /* bottom padding for footer */
	font-family:arial,sans-serif;
	font-size:small;
	color: #DDF;
	position: relative;
}

a:link
{
	color: #7AF;
}

a:visited
{
	color: #7A9;
}

@media print
{
	#content
	{
		color:black;
		padding: 0px;
	}
}

#footer
{
	position:absolute;
	padding:0em 1em 0em 1em;
	/*width:100%;
	
	border-top:2px solid gray;
	*/bottom:0; /* stick to bottom */
}

.right
{
	float:right;
	width:160px;
	border: 2px #CCC solid;
	margin: 1em 1em 0.25em 1em;
	background: #222;
	color: #CCC;
	padding: 0.5em;
	clear: right;
}

@media print
{
	#right, #footer
	{
		display:none;
	}
}

#navA
{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	position:absolute;
	right:1em;
	bottom:0px;
}

@media print
{
	#navA
	{
		display: none;
	}
}

#navA li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navA a
{
	cursor: pointer;
	text-decoration: none;
	/*border: 1px black solid;*/
	margin: 2px 2px 0px 2px;
	text-align: center;
	padding: 0.3em 0.35em 0.3em 0.35em;
	/*line-height: 14px;*/
	font-size: 0.8em;
	font-weight: bold;
	float: left;
	
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #666;
}

#navA a:link, #navA a:visited
{
	background: #002;	
	color: #AAAAAA;
}

#navA a:hover, #navA a:link.active, #navA a:visited.active
{
	background: #444;
	color: #FFF;
}

.code
{
width:84em;height:400px;margin:0px;padding:0px;
overflow:auto;
background-color: #AAA;
color:black;
}

.code pre
{
	font-family: Consolas, 'Lucida Console', monospace;
	margin:0px;padding:0px;
}

.code_code
{
	background-color: #FFF;
	width: 80em;
}
