div#screen {
	width: 770px;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	text-align: left;
	/* background-color: #cfcf3f; */
}

div#couplets-header {
	width: 770px;
	padding: 0;
	margin: 0;
}

div.couplets-separator {
	border-bottom: 1px solid #999;
	height: 0px;
	overflow-hidden;
	padding: 0px;
	font-size: 1px;
	margin: 5px 0px 5px 0px;
}

div#couplets-userStatus {
	position: relative;
	margin-right: 10px;
	float: right;
	width: 100px;
	top: 23px;
	font-size: .9em;
	height: 20px;
	line-height: 1.2;
	text-align: right;
}

div#couplets-login {
	position: absolute;
	width: 570px;
	left: 380px;
	top: 0px;
}

input#j_username {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;	
	margin: 0;
}

input#j_password {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;	
	margin: 0;
}

input#j_username.focus, input#j_password.focus {
    /* border-color: orange;
    color: #000; */
}

div#couplets-footer {
	width: 682;
	height: 14;
}

.welcome-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding: 5px 0px 0px 5px;
}

.footer-copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 5px 0px 5px 0px;
}

.vertical-divider {
	background: url(../images/couplets/bg/gray-white.gif) repeat-y;
}

a:active {
	color: #666666;
}

div#welcome-member {
	margin-left: 167px;
	margin-top: 10px;
	
	font-size: 11pt;
	color: #3282B6;
	font-weight: medium;
}

div#welcome-member strong {
	font-size: 11pt;
	color: #3282B6;
	font-weight: medium;
	margin-left: 5px;
}

div.left-nav {
	margin: 5px 0px 5px 0px;
}

td.content {
	padding: 10px;
}

p.welcome-text {
	margin: 10px 10px 0px 10px;
}

img.heading {
	margin: 10px 0px 10px 0px;
}

.blue-text {
	color: #3081B5;
}

.blue-cap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #3282B6;
}

/*
a.blue-cap {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #3282B6;
}
*/

.gray-cap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
}

li {
	color: #3282B6;
}

.listfont {
	color: #000;
}

.iframe {
	border: 1px solid #3282b6;
	margin: 5px;
	padding: 5px;
}

.help-link {
	font-size: 9px;
}

.profile-srch-link {
	
}

.profile-srch-block {
	margin: 5px 5px 8px 0px;
}

.member-id strong {
	font-size: 11pt;
	color: #3282B6;
	font-weight: medium;
	margin-left: 5px;
}


/* These are the styles for input screen tables */
table.content {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

table.content th {
    text-align: left;
    padding: 3px 3px 2px 0px;
    font-weight: normal;
}

table.content th.tallCell {
    vertical-align: top;
}

table.content td {
    text-align: left;
    padding: 3px 3px 2px 0px;
    vertical-align: top;
}

table.content td.moveOptions {
    text-align: center;
    width: 50px;
    padding: 5px;
}

table.content td.moveOptions button {
    margin-bottom: 3px;
    width: 45px;
    white-space: nowrap;
}

table.content td.buttonBar {
    padding-top: 10px;
    text-align: right;
}

table.content td.updateStatus {
    font-size: 11px;
    color: #c0c0c0;
}

div.page-header-image {
	margin: 10px 0px 15px 0px;
}

div.primary-photo {
	padding: 0px;
	margin: 0px 5px 10px 0px;
}

div.other-photo {
	padding: 0px;
	margin: 0px 10px 10px 0px;
}

.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	color: #3282B6;
}

td.bullet-text {
	padding: 10px;
	padding-top: 20px;
	background-color: #993333;
}

table.search-form td {
	padding-bottom: 5px;
	padding-top: 5px;
}

div.profile-view-block {
	margin: 8px 0px 5px 0px;
}

pre.message-view {
	font-family: Arial, Helvetica, sans-serif;
	width: 500px;
}

pre.endorsement {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

div.page-header {
	margin-top: 15px;
	margin-bottom: 10px;
}

div.endorsement-text {
	font-style: italic;
}

div.endorsement-from {
	color: #3081B5;
	text-align: right;	
}

div.endorsement {
	border-bottom: 1px solid #999; 
	padding: 5px;
}

div.empty-data {
	vertical-align: top;
	text-align: left;
	height: 300px;
	margin: 10px;
}