/*
 * $Source: auas.css $
 *
 * $Revision: 1.1 $
 *
 * $Date: 2011/01/13 09:49:54EST $
 *
 * Copyright (c) Social Security Administration.
 * All rights reserved.
 *
 * This software is the confidential and proprietary information of
 * Social Security Administration. You shall use it only in accordance
 * with the terms of the license agreement you entered into with
 * Social Security Administration
 */

body {
    margin: 0; 
    padding: 0; 
    background-image: url(../images/demo_background.jpg); 
    /* background-repeat: all; */ 
    /* background-color: white;
    color: black; */
    font-family: arial, helvetica, sans-serif;
    font-size: 10px;
}

div#banner {
    background: url(../images/redstarback.gif) #CC3333;
    color: white;
    padding-right: 40px;
    font-family: Georgia, "Times New Roman", Times,serif;
    font-size: 32px;
    letter-spacing: 1px;
    text-align: center;
}

div#home {
    width: 160px;
    font-size: 18px;
    letter-spacing: -1px;
    padding-top: 16px;
    float: left;
}

div#menubar {
    padding: 2px 0px 2px 0px;
    border-bottom: 2px solid #000099;
    background-color: #333366;
    color: white;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}

#menubar a {
    text-decoration: none;
    padding-right: 5%;
    padding-left: 5%;
    background-color: #333366;
    color: white;
}

#menubar span {
    text-decoration: none;
    padding-right: 5%;
    padding-left: 5%;
    background-color: #333366;
    color: white;
}

#menubar a:hover {
    text-decoration: underline;
    background-color: #333366;
    color: yellow;
}

#menubar span:hover {
    text-decoration: underline;
    background-color: #333366;
    color: yellow;
}


#menubar a#ssa-home {
    float: left;
    padding-left: 5px;
}
#menubar span#ssa-home {
    float: left;
    padding-left: 5px;
}

.help-link { 
    background-color: YELLOW; 
} 


div#main {
background-image: url(../images/demo_background_grey.jpg); 
/*     background-repeat: all; */ 
    background-color: #EEEEEE; 
    color: black;
    margin-bottom: 0px;
    position: relative;
    height: 50%;
}

div#relationshipMain {
    background-color: #FFFFFF;
    color: black;
    margin-bottom: 0px;
    position: relative;
    height: 50%;
}


div#leftmenu {
    float: left;
    position: relative;
    width: 20%;
    background-color: #EEEEEE;
    color: black;
    background-image: url(../images/demo_background_grey.jpg); 
/*     background-repeat: all; */ 
    padding: 30px 10px 0px 0px;
    margin: 0px;
    font-size: 13px;
    border-right: 0px solid #000099;
}

div#leftmenu a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 15px 0px 0px 10px;
    margin: 0px 0px 10px 0px;
}

div#leftmenu a#first {
    padding-top: 45px;
}

div#leftmenu a:hover, a:active {
    text-decoration: underline;
    /*background-color: #EEEEEE;*/
    color: red;
}

div#leftmenu a:visited {
    /*background-color: #EEEEEE;*/
    color:#000099;
}

div#content {
    /*background-color: white;
    color: black;*/
    background-image: url(../images/demo_background.jpg); 
/*     background-repeat: all; */ 
    position: relative;
    margin-left: 20%;
    padding: 0px 10px 0px 10px;
    font-size: 120%;
    border-left: 1px solid #000099;
}

div#relationshipContent {
    background-color: white;
    color: black;
    position: relative;
    margin-left: 20%;
    padding: 0px 10px 0px 10px;
    font-size: 120%;
}


h1#contenthead {
    left: 0px;
    right: 0px;
    height: 60px;
    padding-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

h1#contenthead img {
    float: left;
    margin: 0px 100px 20px 10px;
}

div#footer {
    background-color: white;
    color: black;
    margin-top: 0px;
    padding: 2px 0px 2px 0px;
    position: relative;
    border-top:1px solid #000099;
}

#firstgov {
    margin-left: 0px;
    margin-right: 45px;
}

#firstgov img {
    margin-top: 0px;
    margin-right: 45px;
    border: 0px;
}

#govben {
    margin-top: 10px;
    margin-left: 45px;
    margin-right: 0px;
}

#govben img {
    margin-top: 5px;
    margin-left: 45px;
    border: 0px;
}

#footer a {
    padding: 5px 0 0px 5px;
    margin-left: 5px;
    margin-right: 10px;
}

#footer span {
    padding: 5px 0 0px 5px;
    margin-left: 5px;
    margin-right: 10px;
}

.mandatory {
    color: red;
    background-color: white;
} 

p.boxsilver{
    padding: 3px;
    margin: 12px 3px 3px 3px;
    background-color: #EEEEEE;
    color: black;
    background-position: 5%;
    text-align: left;
    vertical-align: 5%;
    border-top: 1px none;
    border-right: 1px none;
    border-bottom: 1px none;
    border-left: 1px none;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif; 
}

div#menuitem {
    margin-left: 20px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 13px;
}

#menuitem a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: underline;
}



span.dummy {
    color: blue;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

#menuitem a:hover, a:active {
    text-decoration: underline;
    color: red;
    background-color: white;
}

#menuitem a:visited {
    color:#000099;
    background-color: white;
}

div.row {
    position: relative;
    display:block;
    margin: 5px 0px 0px 5px;
    left: 2px;
    font-size: 112%;
    vertical-align: 5%;
    min-height: 20px;
}

div.hiderow {
    position: relative;
    display:none;
    margin: 5px 0px 0px 5px;
    left: 2px;
    font-size: 112%;
    vertical-align: 5%;
    min-height: 20px;
}



.column {
    display: block;
    margin-top: -18px;
    margin-left: 160px;
    line-height: 1.3;
}





.tabSpace{
	text-indent : 77px;
}

.column2 {
    margin-top: -18px;
    margin-left: 400px;
    line-height: 1.3;
}

.halfcolumn {
    margin-top: -18px;
    margin-left: 100px;
    line-height: 1.3;
 
}

div.servicerow {
    position: relative;
    display:block;
    margin: 10px 0px 0px 30px;
    left: 2px;
    font-size: 112%;
    vertical-align: 5%;
}

.srvcol2 {
    margin-top: -38px;
    margin-left: 420px;
    line-height: 1.3;
}

div#service {
    font-size: 112%;
    position: relative;
    display:block;
    top: -20px;
    left: 160px;
}

div.button {
    position: relative;
    display:block;
    margin: 10px 0px 0px 0px;
    left: 2px;
    font-size: 112%;
    vertical-align: 5%;
    text-align: center;
}

.columnr1 {
    margin-top: 32px;
    margin-left: 160px;
    line-height: 1.3;
}

div.buttonr {
    position: static;
    margin: -35px 10px 10px 10px;
    left: 2px;
    font-size: 112%;
    vertical-align: 5%;
    text-align: center;
}


.columnr2 {
    margin-top: -80px;
    margin-left: 500px;
    line-height: 1.3;
}



.columne1 {
    margin-top: 32px;
    margin-left: 40px;
    line-height: 1.3;
}

div.buttone {
    position: static;
    margin: -35px 10px 10px -250px;
    left: 2px;
    font-size: 112%;
    vertical-align: 5%;
    text-align: center;
}


.columne2 {
    margin-top: -80px;
    margin-left: 360px;
    margin-bottom: 35px;
    line-height: 1.3;
}

.srvcol3 {
    margin-top: -80px;
    margin-left: 520px;
    line-height: 1.3;
}

table {
    position: relative;
    margin: 20px 0px 0px 0px;
    font-size: 12px;
}

tr.evenRow {
    background-color: #E0E0E0;
    color: black;
}

div.spacer {
    height: 100px;
}

.hide {
  position: absolute;
  left: 0px;
  top: -100px;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
