/*
 * $Source: auas.css $
 *
 * $Revision: 1.1 $
 *
 * $Date: 2011/01/13 09:42:52EST $
 *
 * 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: 0px; 
    padding:0px;
    background-image: url(../../images/demo_background.jpg); 
    /* 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 a:hover {
    text-decoration: underline;
    background-color: #333366;
    color: yellow;
}


#menubar a#ssa-home {
    float: left;
    padding-left: 5px;
}

div#main {
	/* background-color: #EEE; */ 
   background-image: url(../images/demo_background_grey.jpg); 

    color: black;
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: auto;
    min-width: 1020px;
    width:expression(document.body.clientWidth < 1020? "1020px": "auto" ); 
}

div#relationshipMain {
    background-color: #FFFFFF;
    color: black;
    margin-bottom: 0px;
    position: relative;
    height: 50%;
}

div#leftmenu {
	background: url(../images/demo_background_grey.jpg); 
    float: left;
    width: 18%;
    color: black;
    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; */ 
	background-image: url(../images/demo_background.jpg); 
    color: black;
    padding: 0px 10px 0px 10px;
    font-size: 120%;
    border-left: 1px solid #000099;
    float:right; 
    width:78.7%;
}

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;
    border-top:1px solid #000099;
	white-space: nowrap; 
	clear:both;
}

#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;
}

.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: 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: 5px 0px 0px 5px;
    margin-left: 13px;
    left: 2px;
    font-size: 112%;
    vertical-align: 5%;
}

div.srvchildrow {
    position: relative;
    display:block;
    height:24px;
    min-height: 24px;
}

.srvcolumn {
    display: block;
    margin-top: -18px;
    margin-left: 150px;
    line-height: 1.3;
}
div.lPad10{
	padding-left: 8px;
}

.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;
}

div.spacer {
    height: 100px;
}

.hide {
  position: absolute;
  left: 0px;
  top: -100px;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

a.errorlink {
	background: #FFFFFF;
	color: #CC3333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
	text-align: left;
	text-decoration: underline;
	vertical-align: baseline;
}

a.errorlink:visited {
	background: #FFFFFF;
	color: #CC3333;
	font-weight: bold;
}

a.errorlink:hover {
	background: #FFFFAA;
	color: #CC3333;
	font-weight: bold;
	text-decoration: underline;
}

span.errorlink { 
	background: #FFFFFF;
	color: #CC3333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
	text-align: left;
	text-decoration: underline;
	vertical-align: baseline;
}

tr.headerRow {
    background-color: #CCCCCC;
 }
tr.evenRow {
    background-color: #E0E0E0;
 }
tr.oddRow { }
.txtBox{
	width: 156px;
	color:#000000
}
table.tabBorder{
	border-color: #fff;
}
.width600px{width: 600px;}
.topPad5{ padding-top: 5px;}
.bold{
	font-weight: bold;
}
.relListWidth{
	width: 850px;
	}
select.relList {
    width:210px;
}
.ltPad5{
	padding-left: 5px;
}
.ltPad5X{
	padding-left: 5px;
	text-align: center; 
}
p a#dummylink {font-size:1px; display:none;}
