body {
background: #00275E url(http://externalresources.net/wp-content/themes/externalresources/images/body_bg.jpg) no-repeat fixed left center;
height: 100%
}
.top_header_wrapper {
    position: relative;
    border-bottom: #DEB406 solid 2px;
    background: #002B5C;
    margin-bottom: 7px;
}

.top_header_logo_wrapper {
    width: auto;
}

.top_header_mid_wrapper {
    float:right;
    margin: 0;
    padding: 0;
}

.top_header_title {
    margin: 0;
    padding: 26px 3px 0 0;
    color: #DEB406;
}

.top_header_right_wrapper {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 4px;
    top: 55px;
    color: #002B5C; 
}

.top_header_link {
    margin: 0;
    padding: 0;
    color: #002B5C;
}

.top_header_link a{
    color: #DEB406;
}

.top_header_link a:hover {
    color: #AAA; 
}

.portal_wrapper {
 background: #00275E; 

 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;  
}

.grad_wrapper {
    color: #00275E;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.welcome_container {
 padding: 10px 13px 0px 7px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius:  10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius:  10px;
}

.mother_wrapper {
    padding: 0px 13px 10px 7px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius:  10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius:  10px;
}

.display_message, .display_message a {
    color:#FF7777;
}


.doc_wrapper_app {
      width: 100%;
      padding: 0 9px 10px 7px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    
}

.doc_wrapper {
    padding-left:-5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    
}
