a {
    color: #006;
    font-weight: bold;
}

a:visited, 
body#login div#menu a:visited  {
    color: #006;
}

a:hover {
    background-color: transparent;
    color: #006 !important; 
    text-decoration: underline;
}

a img { border: 0 }

body {
    background: #fff;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

div#content {
    padding-top: 20px;
	text-align: center;
	margin-left: 25%;
	margin-right: 25%;
	color: #666;
}

div#content p {
	margin:10px 0
}

#footer {
    border-top: 1px solid #7893C8;
    color: #666;
    font-size: 0.9em;
    margin-top: 30px;
    padding-top: 10px;
    padding-left: 25%;
	padding-right: 25%;
	text-align: center;
}

#footer a,
#footer a:visited
{
    color: #666;
}

#footer a:hover {
    color: #006;
}

div#menu {
    position: absolute;
    top: 100px;
    right: 20px;
    width: 190px;
    padding: 10px;
    background-color: #eee;
    border: 1px solid #c0c0c0;
    line-height: 17px;
    voice-family: inherit;
    width: 166px;
}

div#menu a:visited {
    background: transparent;
    color: black;
}

div#flags {
    left: 20px;
    position: absolute;
    top: 10px;
}

div#userStatus {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: .9em;
    height: 40px;
    line-height: 1.2;
    text-align: right;
}

form, 
table {
    margin: 0;
    padding: 0;
}

/* for cool looking "sunken" input boxes, from www.theserverside.com */
form input, 
form textarea, 
form select {
    padding-left: 4px;
    color: #666;
}

form input.focus, form textarea.focus {
    border-color: orange;
    color: #000;
}

form select {
    padding-left: 0px;
}

h1 {
    color: #006;
    font-size: 1.6em;
    margin: 30px 0px 15px 0px;
    font-weight:normal;
    border-bottom: 1px solid #7893C8;
    border: 1px solid #7893C8;
    background-color: #E8EEF8;
}

p {
    font-size: 12px;
    margin: 0px 0px 16px 0px;
    padding: 0px;
}

span.attention {
    background: transparent;
    color: #0000ff;
}

/* Labels for validation and label tag */
label {
    font-weight: normal;
    cursor: pointer;
}

label.required {
    font-weight: bold;
}

label.error {
    font-weight: bold;
    background: transparent;
    color: red;
}

fieldset.pickList {
    margin-top: 5px;
    padding: 5px;
    background: transparent;
    border-color: #eee;
}

fieldset.pickList legend {
    font-weight: bold;    
}

table.pickList {
    padding: 0;
    border-spacing: 0;
}

table.pickList th.pickLabel {
    text-align: center;
    background: transparent;
    color: #666;
}

table.pickList td {
    text-align: center;
    vertical-align: middle;
}

table.pickList td label {
    vertical-align: middle;
}

table.pickList td input {
    vertical-align: middle;
}

table.pickList td select {
    width: 150px;
}

th, td, pre, code {
    font-size: 12px;
}

pre {
    background: #ffd;
    border: 1px solid #999;
    color: #000;
    padding: 5px 5px 5px 7px;
}
.logo.nki {
    height: 6em;
}

