.rmaNumber {
font-size:190%;
font-weight:bold;
border-bottom:1px solid black;
margin-bottom:10px;
padding-bottom:10px;
}
.rmaType {
float:right;
top:-15px;
position:relative;
}
.rmaStatus {
border-bottom:1px solid black;
margin-bottom:10px;
padding-bottom:10px;
font-size:125%;
}
.rmaStatus form {
margin-top:5px;
}
.customerInfo {
border-bottom:1px solid black;
margin-bottom:10px;
padding-bottom:10px;
font-size:115%;
}
.otherInfo {
border-bottom:1px solid black;
margin-bottom:10px;
padding-bottom:10px;
}
.rmaOptions {
border-bottom:1px solid black;
margin-bottom:10px;
padding-bottom:10px;
}
.rmaOptions form {
margin-top:5px;
}
.taggedMessages {
border-bottom:1px solid black;
margin-bottom:10px;
padding-bottom:10px;
}
.taggedMessages ul {
margin-bottom:5px;
}
.specialAlerts {
border-bottom:1px solid black;
margin-bottom:10px;
padding-bottom:10px;
font-size:125%;
}
.specialAlerts form {
margin-top:5px;
}
.theData table {
width:100%;
}
.theData td {
padding:5px;
vertical-align:top;
}
.theData tr {
margin-bottom:10px;
}
.theData strong {
display:block;
margin-bottom:5px;
padding:5px;
border-bottom:1px dotted black;
background-color:#EFEFEF;
}
.productNumber {
font-size:150%;
margin-bottom:10px;
margin-top:10px;
}
.theData form {
margin:0;
display:inline;
}

.box {
	margin:10px;
	width:250px;
	float:left;
}

.box ul {
 margin: 0;
 padding-left: 20px;
 padding-bottom:5px;
  padding-top:5px;
 list-style-type: square;
}
.box li {
padding-bottom:2px;
}

.box strong {
display:block;
margin-bottom:5px;
padding:5px;
border-bottom:1px dotted black;
background-color:#EFEFEF;
}

.expand a:link {
text-decoration:none;
color:black;
}






/* OLD STUFF */

#foo{border:1px solid red; display:none;height:100px;
}

.messaging-container {
width:611px;
}

.amessage {
	border-left:1px dashed gray;
	border-top:1px dashed gray;
	padding-left:20px;
	padding-top:20px;
	margin-top:10px;
}

.amessage-controls {
padding:10px;
 border-bottom:1px dotted black;
float:right;
}

.amessage form {
	margin:0;
	display:inline-block;
}

.messaging-box {
display:none;
}
.messaging-tab {
	border-bottom:1px solid black;
	padding:5px;
	border-right:1px solid black;
	border-left:1px solid black;
	width:160px;
	text-align:center;
}
.message {
 background-image: url(mail2.jpg);
 background-position: left center;
 background-repeat: no-repeat;
 padding-top:8px;
 padding-bottom:8px;
 padding-left:35px;
 border-bottom:1px dotted gray;
}
.message2 {
 background-image: url(mail2.jpg);
 background-position: left center;
 background-repeat: no-repeat;
 padding-top:8px;
 padding-bottom:12px;
 padding-left:45px;
 border-bottom:1px dotted gray;
}
.message3 {
 background-image: url(mail.jpg);
 background-position: left center;
 background-repeat: no-repeat;
 padding-top:8px;
 padding-bottom:12px;
 padding-left:45px;
 border-bottom:1px dotted gray;
}
.send-message {
 background-image: url(mail.jpg);
 background-repeat: no-repeat;
 height:32px;
 padding-top:8px;
 padding-left:35px;
 border-bottom:1px solid black;
}

.message-more {
display:none;
background-color:white;
border:1px solid black;
padding:15px;
float:left;
position:absolute;
width:250px;
}


/* search */
.search {
position:relative;
z-index:50;
vertical-align:middle;
text-align:center;
border:1px solid black;
border-collapse:collapse;
}
.search tr {
border-bottom:1px solid black;
}
.search td {
padding:5px;
}
/* custom stuff */
.info {
font-size:12px;
}
.infobox table {
margin-top:0px;
width:290px;
position:relative;
border-collapse:collapse;
}
.infobox2 table {
margin-top:0px;
width:605px;
position:relative;
border-collapse:collapse;
}
.edit table {
margin-top:0px;
width:290px;
position:relative;
border-collapse:collapse;
}
.edit2 table {
margin-top:0px;
width:605px;
position:relative;
border-collapse:collapse;
}

.infobox {
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px; /* future proofing */
-khtml-border-radius: 15px; /* for old Konqueror browsers */
margin-bottom:40px;
margin-right:15px;
z-index:2;
width:296px;
border:2px solid #666;
}

.infobox2 {
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px; /* future proofing */
-khtml-border-radius: 15px; /* for old Konqueror browsers */
margin-bottom:40px;
margin-right:15px;
z-index:2;
width:611px;
border:2px solid #666;
}

.infobox-padding {
padding:15px;
}

.infobox-container {
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
-khtml-border-radius: 15px;
background-color:#FFF;
width:630px;
border-right:1px dotted #AAA;
border-bottom:1px dotted #AAA;
margin-bottom:50px;
padding-bottom:-10px;
}

.infobox-title {
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
color:black;
text-align:center;
font-weight:bold;
font-style:italic;
font-size:13px;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
margin-left:30px;
width:160px;
}

.edit-button {
position:relative;
float:right;
top:-16px;
left:-10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-khtml-border-radius: 10px;
color:black;
text-align:center;
font-weight:bold;
font-style:italic;
font-size:13px;
padding:5px;
padding-bottom:5px;
background-color:#FFF;
border:1px solid red;
width:50px;
margin-bottom:-15px;
}

.infobox-float {
float:left;
display:inline-block;
}
.edit-button a {
color:black !important;
text-decoration:none !important;
border:0 !important;
}
.edit-button a:visited {
color:black;
text-decoration:none;
border:0 !important;
}

.info .edit {
display:none;
border:2px solid red;
-moz-border-radius-topleft: 10px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px; /* future proofing */
-khtml-border-radius: 15px; /* for old Konqueror browsers */
margin-bottom:20px;
margin-right:15px;
z-index:2;
width:296px;
}

.info .edit2 {
display:none; border:2px solid red;
-moz-border-radius-topleft: 10px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px; /* future proofing */
-khtml-border-radius: 15px; /* for old Konqueror browsers */
margin-bottom:20px;
margin-right:15px;
z-index:2;
width:612px;
}

.submit {
text-align:center;
position:relative;
top:-15px;
float:right;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-khtml-border-radius: 10px;
border:1px solid red;
padding:5px;
font-weight:bold;
background-color:white;
}

.info td {
padding:10px;
vertical-align:top;
margin:0;
}

.info td  strong {
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom:1px dotted #AAA;
padding:5px;
font-size:90%;
margin-bottom:10px;
display:block;
background-color:rgba(255, 255, 255, 0.5);
}
BODY {
vertical-align:top;
}

hr {
border-collapse: collapse;
border-top:1px dashed #ddd;
border-bottom:0;
border-left:0;
border-right:0;
margin-top:5px;
margin-bottom:5px;
margin-left:10px;
margin-right:10px;
}

.itemTitle {
 font-weight:bold;
 border-bottom:1px dotted #AAA;
 padding-bottom:5px;
 margin-bottom:15px;
 margin-top:20px;
 font-size:14px;
}

.itemData {
text-indent:0;
margin-left:10px;
}

blockquote {
font-size:11px;
border-left:1px solid #ddd;
padding-left:15px;
padding-top:10px;
padding-bottom:10px;
}

.player {
width:350px;
}
body,html {
margin:0;
padding:0;
color:#000;
background:#FFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000;
height: 100%;
}/*
#content a:link {
text-decoration:none;
color:#000D1A;
border-bottom:1px dashed #779DBB;
}
#content a:visited {
color:#334D66;
border-bottom:1px dotted #AAC1D4;
text-decoration:none;
}
#content a:hover {
border-bottom:1px solid #000;
text-decoration:none;
}*/
.sidebar-content a:link {
text-decoration:none;
color:#000D1A;
border-bottom:1px dashed #779DBB;
}
.sidebar-content a:visited {
color:#334D66;
border-bottom:1px dotted #AAC1D4;
text-decoration:none;
}
.sidebar-content a:hover {
border-bottom:1px solid #000;
text-decoration:none;
}
body img {
border:0;
}
body img a:link {
border:0;
}

/* LAYOUT STUFF */

#wrap {
width:1090px;
/* margin:0 auto; */ 
background:#fff;
height: 100%;
}

#content {
background:#fff;
float:right;
width:865px;
min-height: 100%;
display:block;
}
#sidebar {
background:#fff;
float:left;
width:225px;
height: 100%;
}
#footer {
background:#fff;
padding-top:20px;
padding-bottom:20px;
text-align:center;
clear:both;
height:20px;
}

/* TITLE STUFF */

.title {
font-family: times new roman, serif;
font-size: 66px;
text-align:center;
padding-top:20px;
}
.tagline {
font-family: sans-serif;
font-size: 14px;
margin-top:-15px;
padding-bottom:20px;
padding-right:5px;
/* border-bottom:1px solid black; */
text-align:center;
}
.title a:link {
text-decoration:none;
color:black;
border:0;
}
.title a:visited {
text-decoration:none;
color:black;
border:0;
}
.title a:hover {
text-decoration:none;
color:black;
border:0;
}
.tagline a:link {
text-decoration:none;
color:black;
border:0;
}
.tagline a:visited {
text-decoration:none;
color:black;
border:0;
}
.tagline a:hover {
text-decoration:none;
color:black;
border:0;
}

/* SIDEBAR STUFF */

.sidebar-content {
padding-right:20px;
padding-left:20px;
border-right: 1px dotted #ccc;
}

.saluton,.expand {
font-size:18px;
font-family:times new roman, serif;
border-bottom:1px solid #ccc;
margin-bottom:0px;
text-transform:lowercase;
}
.collapse {
margin-top:10px;
}
.sidebar-content ol {
padding-left:20px;
}
.sidebar-content ul {
padding-left:20px;
list-style-type:square
}
.sidebar-content li {
margin-bottom:5px;
}
.screen-reader-text {
display:none;
}

.credits {
margin-top:200px;
padding-bottom:30px;
text-align:right;
}
/* BLOG CONTENT STUFF */
.album {
float:right;
margin-left:15px;
margin-bottom:15px;
text-align:right;
font-size:12px;
display:block;
}
.album img {
border:1px solid black;
}
.album a:link {
text-decoration:none;
color:#113;
border:0;
}
.album a:visited {
border:0;
}
.album a:hover {
border:0;
}

.content-content {
padding-right:15px;
padding-left:35px;
height: auto;
min-height: 100%;
display:block;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
.spacer {
height:18px;
}
.entry-content {
font-size:12px;
line-height:18px;
}
.entry-content  hr {
border-collapse: collapse;
border-top:1px dotted #ddd;
border-bottom:0;
border-left:0;
border-right:0;
margin-bottom:10px;
}
.entry-content a img {
border:1px solid black;
}
.day-name {
font-family: times new roman, serif;;
font-size: 40px;
text-transform:lowercase;
border-bottom:1px solid black;
padding:3px;
margin-bottom:15px;
}
.story-title  {
font-size:16px;
font-weight:bold;
font-family:sans-serif;
margin-bottom:0px;
}
.story-title a:link {
color:#000;
text-decoration:none;
border:0;
}
.story-title a:hover {
color:#000;
text-decoration:none;
border:0;
}
.story-title a:visited {
color:#000;
text-decoration:none;
border:0;
}
.social-container {
float:right;
text-align:right;
}
.social-container a {
border:0 !important;
}
.social-container  a img {
border:0 !important;
}

.story-meta {
margin-top:0px;
margin-left:5px;
color:#888;
}
.story-meta a {
border:0 !important;
}
.story-meta  a img {
border:0 !important;
}
.story-title a {
border:0 !important;
}
.story-title a:visited {
border:0 !important;
color:black !important;
}



/* UHH */

#s {
border:1px solid #888;
margin-top:10px;
width:130px;
}
#searchsubmit {
border:1px solid #888;
background:#FFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#444;
width:60px;
}
#searchform {
}

.navigation {
font-size:12px;
}
.nav-next {
margin-bottom: 20px;
}
.nav-previous {
margin-bottom:20px;
}
.edit-button a:link {
color:black;
text-decoration:none;
}
.edit-button a:visited {
color:black;
text-decoration:none;
}