
html, body {
	margin:0px;
	padding:0px;

}

a {
    color:#0066CC;
    text-decoration:none;

}

a:hover {
    color:#126;
    text-decoration:underline;
}



a:visited {
    color:#A2427C;
}

.filetype {

    font-size: 0.9em;
    font-weight: bold;
}


h2 {
    font-weight: bold;
    font-style:	normal;    
    color: #333;
}

h4 {
    font-weight: bold;
    font-style:	normal;
    color: #333;
}

#pika {
    float:left;
    padding: 18px 4px 12px 4px;
}

body {
	font-family: calibri,tahoma,arial,sans-serif;
    font-size: 12pt;
	line-height: 125%;
	background-color: #fff;
}

#container {
    margin: 1.0em; 
    background-color: #fff;
}

table, td, th {
    background-color: #FFFFEB;
    border-spacing: 0px;
}
th {
   background-color: #eee;
}
td {
   
    padding: 0.5em;

}

#header {
   
    float:left;		
	background-color: #fff;
	color: #333;
    color: #333;
	width: 100%;

}

#main {
	padding: 0px;
    margin: 0px;
}

#footer {
    float:left;
    clear: both;
    text-align: center;
	bottom: 0px;
	width: 100%;
    
	padding: 10px 0px 10px 0px;
	
}

#footer a, #footer a:visited {
    color: #0066CC; 
    text-decoration: none;
}

#footer a:hover {
    color: #126;
    text-decoration: underline;
}

a img {
    border-style: none;
    text-decoration: none;
    vertical-align: middle;
}

#content {
    margin: 0px;
    float:left;
    position:relative;
	padding: 0px 20px 0px 20px;
	background-color: #fff;
}

pre, .snippet, .source {
    font-family: Menlo, Consolas, Monaco, "Lucida Console", 
        "Liberation Mono", "DejaVu Sans Mono", 
        "Bitstream Vera Sans Mono", "Courier New", 
        monospace, serif;
}
pre {
    font-size: 0.9em;
}
.snippet {
   background-color: #eee;
   font-weight:normal;
   padding: 0px 3px 0px 3px;
}

.code {
    background-color: #f3f3f3;
    padding: 8px;
}
#footeri {
        background-color: #eee;	padding: 12px 20px 12px 20px;
}

#footeri p {
	margin:0;
	padding:10px;
    
}

div#menu {    
    float:left; 
    padding: 12px 20px 4px 20px;
}

div.sect {
    padding: 0px;
}

div#menu a {
    padding: 2px 4px 2px 4px;
    font-weight: normal;
    font-size: 1.0em;
   
    text-decoration:none;
}

div#menu a:hover {
    text-decoration: underline;
}

.blockd {
    background-color:#fafafa;padding: 0.25em 0.5em 0.25em 0.5em;
}

#buildsteps {}

#pika a {
     
    font-weight: bold;
    font-size: 32px;
	color: #333;
}

#pika a:visited {
	color: #333;
}

#pika a:hover {
	color: #333;
	text-decoration:none;
}
ul {
  list-style-type: square;
}
div.rule {
    width: 100%;
    border-bottom: 8px solid #fff;
}

div.ruleb {
    width: 100%;
    border-bottom: 8px solid #fff;
}

.info {
    font-style: italic; 
    font-size: 1.0em;
}