﻿blockquote
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 16px;
}

body
{
    margin: 0;
    padding: 0;
    font-family: 'Century Gothic', 'OpenSans', 'Calibri', 'sans-serif';
    font-size: 0.75rem;
	
	/* CARL */
    background-color: #4c545d;
}

input#i-search
{
    width: 100%;
    border: solid 1px #bbbbbb;
    padding: 0px;
    height: 28px;
    clear: both;
}

div#i-index-body a
{
    margin-top: 8px;
    margin-bottom: 8px;
    text-decoration: initial;
	color: #ffffff;
}

div#i-index-body a:visited
{
    color: #bcc4cd;
}

#i-index-header
{
    overflow: hidden;
    padding: 5px;
}

#i-index-header, #i-index-body
{
    position: absolute;
    left: 0;
    right: 0;
}

#i-index-header
{
    height: 40px;
    top: 0;
}

#i-index-body
{
    border: none;
    margin-left: 1px;
    padding: 5px;
    top: 40px;
    bottom: 0px;
    overflow-y: auto;
	
	/* CARL */
	color: #ffffff;
}

.i-selected {
    /*background-color: #d0d0d0;   */
	
	/* CARL */
    background-color: #372e95;
}