body {
    font-size: 12px;
    line-height: 18px;
    overflow-y: scroll;
}

a {
	color: #800;
	text-decoration: none;
	outline: none;
}

a:hover {
	border-bottom: none;
}

ul.n {
    list-style-type: none;
    line-height: normal;
}

    ul.n li {
        padding-bottom: 10px;
    }
    
        ul.n li big {
            display: block;
            font-size: 1.5em;
            color: #ccc;
        }

ul.m {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}

	ul.m li a {
		color: #777;
		font-size: 1.2em;
		text-decoration: none;
		border-bottom: none;
		font-weight: normal;
	}
	
	ul.m li a:hover {
		color: #CCC;
	}
	
	ul.m li a:before {
		content: "| ";
		color: #800;
	}

h2 {
	text-transform: uppercase;
}

h4 {
	font-style: italic;
	margin-left: 10px;
	color: #777;
}

.h {
/*     background-color: #f9f9f9; */
}

.ib {
    border: 1px solid #ccc;
    padding: 2px;
}

.cf {
    overflow: hidden;
}

    .fl {
        width: 64px;
        float: left;
    }
    
    .fr {
        float: right;
    }

.c {
    color: #000;
    font-size: .8em;
    background-color: #eee;
    padding: 5px 10px 5px 10px;
}

.right {
	text-align: right;
}

.red {
	color: #800;
}

.gray {
	color: #CCC;
}

.scroll {
	padding-right: 10px;
    /*
	max-height: 400px;
	overflow-y: auto;
	*/ 
}

.fixed {
	position: fixed;
}

.relative {
	position: relative;
}

.messages {
	height: 100px;
}

hr.space {
    border-color: transparent !important;
    background-color: transparent !important;
}

h1.logo {
	text-transform: uppercase;
	padding-bottom: 0;
	margin-bottom: 0;
}

	h1.logo a {
		border-bottom: none;
	}

h4.job-title {
	margin-left: auto;
	font-style: normal;
}

	h4.job-title:before {
		content: "";
	}

input.button {
	font-size: 1.2em;
	color: #555;
	background-color: #fff;
	border: 1px solid;
	width: 100px;
	cursor: pointer;
}

input.button:hover {
	background-color: #eee;
}

input.button:active {
	color: #555;
	background-color: #ccc;
}
