body {
    font: 11px Helvetica, Arial, sans-serif;
    background-color: #FFF38A;
    color: Black;
    margin: 0px auto;
    padding: 0px;
    width: 98%;
}

#visual-portal-wrapper {
    background-color: white;
    margin: 0px 20px 0px 20px;
    padding: 0px;
    width: 95%;
}

#portal-logo a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    border: 0;
    margin: 0;
    padding: 0;
    padding-top: 36px;
    height: 0px !important;
    width: 304px;
    cursor: pointer;
    cursor: hand;
}


#portal-logo {
    background: transparent url(/images/logo.gif) no-repeat;
    border: 0;
    margin: 0em 1em 0em 1em !important;
    /* ie 6 & 7 hack */
    _margin: 0em 1em 1.3em 1em !important;    
    margin/**/: 0em 1em 1.3em 1em !important;
    padding: 0;
    padding-bottom: 0.1em;
}

#portal-top {
    /* Top section */
    margin: 0;
    padding: 0;
    background-color: transparent;
    width: 100%;
}

#portal-header {
    background: url(/images/bg-header.gif) repeat-x;
    height: 110px;
	padding-top: 10px;
}

/* Content area */

.documentContent {
    padding: 1em 1em 2em 1em !important;
    background: white;
    font-size:16px;
    font-weight:bold;
    
    
}

/* Links with differently colored link underlines - only for content */

.documentContent p a {
    text-decoration: none;
    border-bottom: 1px #cccccc solid;
}

.documentContent p a:visited {
    color: #3399CC;
    background-color: transparent;
}

.documentContent p a:active {
    color: #3399CC;
    background-color: transparent;
}

.documentContent li a {
    text-decoration: none;
    border-bottom: 1px #cccccc solid;
}

.documentContent li a:visited {
    color: #3399CC;
}

.documentContent li a:active {
    color: #3399CC;
}

.documentContent dd a {
    text-decoration: none;
    border-bottom: 1px #cccccc solid;
}

.documentContent dd a:visited {
    color: #3399CC;
    background-color: transparent;
}

.documentContent dd a:active {
    color: #3399CC;
    background-color: transparent;
}

/* Helper element to work with CSS floats */

.visualClear {
    display: block;
    clear: both;
}

/* Hiding helper elements for old browsers */

.netscape4 {
    display: none;
}

/* Footer */
#portal-footer {
	font-family: Verdana, Helvetica, Arial, sans-serif;
    background-color: #00a4e8;
    float: none;
    margin: 0px; 
    padding: 0px; 
    text-align:center; 
    font-size: 1.2em;
    font-weight:bold;
    color: #fff;
    line-height: 2em;
    height: 2em;
}

#portal-footer p {
    padding: 3px;
}

#portal-footer a {
    text-decoration: none;
    color: #fff;
    border: none;
}

#portal-footer a:visited {
    color: #fff;
}

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

/* The edit form elements */


.field {
top: 0;
left: 0;
margin: 0 1em 1em 0;
}

.field .field {
margin: 1em 0 0 0;
}

.fieldRequired {
padding: 0 0 0 8px;
color: white;
}

.fieldUploadFile {
text-align: right; 
margin-right: 0.75em;
display: none;
}

.fieldTextFormat {
text-align: right;
margin-right: 0.75em
}


.formHelp {
font-size: 90%;
color: #76797c;
margin: 0 0 0.2em 0;
}

.formHelp:hover {
color: Black;
cursor: default;
}

.formControls {
margin: 1em 0;
}

.error {
/* Class for error indication in forms */
background-color: #ffce7b;
border: 1px solid #ffa500;
padding: 1em;
margin: 0 0 1em 0;
width: 95%;
}

.error .fieldRequired {
color: #ffce7b;
}

/* Code to work around IE's lacking support of sub-elements of the input element */
.noborder,
.documentEditable * .noborder {
border: none;
margin: 0;
background: none;
background-color: transparent;
}


/* End edit form elements */

/* Base elements */
h1 {
color: Black;
background-color: transparent;
font-family: Helvetica, Arial, sans-serif;
font-weight: normal;
margin: 0 0 0.25em 0;
border-bottom: 1px solid #00a4e8;
}

h1 a {
color: Black ! important;
text-decoration: none;
}

h1 {
font-size: 160%;
}


fieldset {
border: 1px solid #00a4e8;
margin: 1em 0em 1em 0em;
padding: 0em 1em 1em 1em;
line-height: 1.5em;
width: auto;
}
legend {
background: white;
padding: 0.5em;
font-size: 90%;
}

form {
border: none;
margin: 0;
}

label {
font-weight: bold;
}

textarea {
font: 100% Monaco, "Courier New", Courier, monospace;
border: 1px solid #00a4e8;
color: Black;
width: 100%;
}

input {
font-family: Helvetica, Arial, sans-serif;
visibility: visible;
border: 1px solid #00a4e8;
color: Black;
vertical-align: middle;
}
button {
font-family: Helvetica, Arial, sans-serif;
visibility: visible;
border: 1px solid #00a4e8;
color: Black;
vertical-align: middle;
background-color: #dee7ec;
padding: 1px;
cursor: pointer;
font-size: 10px;
text-transform: lowercase;    
}
select {
border: 1px solid #00a4e8;
color: Black;
background-color: White;
vertical-align: top;
}
td.p_hr{
    padding-top:20px;
}
tr.p_title{
    padding:10px;
    background-color: #DADADA;
}
        
    