/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: arial;
 font-size: 0.9em;
} 
 
#container{
padding: 5px;
 width:80%; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:100px; 
  background-color:#FFFFFF; 
 width:100%;
} 
 
 
#footer{
 height:80px; 
  background-color:#FFFFFF; 
 clear:both;
 } 

li
{
 margin-left: 20px;
}

code {
	background: url('images/32x32/mimetypes/shellscript.png') #FFFFE0;
    background-position: right center;
    background-repeat: no-repeat;
	font-size: 12px;
	border: 1px solid #F0E68C;
	line-height: 20px; /*--Height of each line of code--*/
	width: 600px;
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
	margin: 5px 5px 0 40px;  /*--Left Margin--*/
	padding: 8px 2px;
	display: block;
}

blockquote {
	background: #FFC8CB;
    border-left: 2px solid #F08080;
    padding: 10px 10px 10px 20px;
}

/* STANDARD QUOTES */

q { quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before { content: open-quote; }
q:after  { content: close-quote; }

/* SAFARI SUPPORT */

q:before   { content: '\201C'; }
q:after    { content: '\201D'; }
q q:before { content: '\2018'; }
q q:after  { content: '\2019'; }

/* BLOCKQUOTES */

blockquote * { quotes: none; }
blockquote > *:before { content: '\201C'; }
blockquote > *:after  { content: '\201D'; }
blockquote q:before   { content: '\2018'; }
blockquote q:after    { content: '\2019'; }

 

a {
  color: #696969;
}

a:hover {
  text-decoration:none;
}

img {
  background: #F0FFFF;
  border: 1px solid #ADD8E6;
  padding: 5px;
  clear: both;
}

.info img {
background: none;
  border: none;
  padding: 0px;
}

a img {
  background: none;
  border: none;
  padding: 0px;
  text-decoration: none;
}


h1
{
  border-bottom: 1px solid #808080;
  color: black;
}

h1 a
{
  text-decoration: none;
  color: black;
}

h2
{
  border-bottom: 1px dashed;
    color: #696969;
}

h3
{
  border-bottom: 1px dotted;
    color: #808080;
}

.info {
	background: url('images/32x32/info.png'), #FFFFE0;
	border: 1px solid #F0E68C;
	background-position: left center;
    background-repeat: no-repeat;
    padding: 3px 3px 3px 32px;
    min-height: 16px;
    margin: 0 auto;
    /*width: auto;*/
    /*text-align: left;*/
    font-size: 2em;
}

.results {
  font-style:italic;
  color: #808080;
}
 
#user_details {
 position:absolute;
 top:20px;
 right:40px;

}
hr {
border: 0px;
}
