/**
 * LANL File Transfer CSS
 * by Silvia Hoisie
 *    Michael Lee
 *
 * Based on IM-1 site stylesheets
 */

/* IMPORT THE LAYOUT STYLE SHEET FILE */

@import url("/source/styles/xmain_2.css");
@import url("cari.css");

/*  READ THE FOLLOWING INSTRUCTIONS BEFORE MODIFYING THIS STYLE SHEET

This site color scheme consists of the following colors:

primary color: #D9541A
primary color dark: #A3492D
complementary color: #49407B
complementary color dark: #594B9E
complementary color tint: #F9F2E8
neutral color: #C9C6C0

After you have determined the colors with which you will be replacing the colors in this style sheet,
use Dreamweaver Find and Replace tool to replace all instances to the colors above.
The modification will change the color scheme of your entire site.
*/

/* SITE SPECIFIC GENERAL FORMATTING */

body { 
  background: #FFF url("bg.gif") 0px 45px repeat-x;
}

#content-org { 
  padding-top: 48px;
}

/* SITEBAR COLOR SPECIFICATIONS */

#backband2 { 
  background: #CFD6E8;
}
#sitebar { 
  background: transparent;
  border-bottom: none;
}
.locator { 
 /*leave gray */
  color: #666;
}

/* WEBLOGIN */

/* Override dl bullet inheritance */
dl {list-style: none; margin-left: 10px;}
dd:before { content: normal;}
dt:before { content: normal;}

/* Recipient ID and Upload forms */
#identify { 
  margin: 0 90px 0 0;
  padding: 10px 20px 0;
}

#formview, .col2-600 dl, #upload, #identify { 
  font: normal 80%/1.5em Verdana, Arial, Helvetica, sans-serif; 
  color: #333; 
}
#upload p {
  font-size: 100%;
  margin:6px 0 2px;
}

#upload td, #identify td { 
  padding: 5px 0;
}

#identify td.error {
  padding: 0;
}

#upload td.sub {
  text-align:right;
}

/* New form signup */
#newform table tr td {font-size: 80%; color: #333;}
#newform table tr td {padding-bottom:0.5em;}
#newform table tr td {text-align: right;}
#newform table tr td+td {text-align: left;padding-left:0.5em;}
input.field { 
  font-size: 12px;  
  border: 1px #CFD6E8 solid; 
  margin: 0 20px 0 5px; 
  width: 130px;
}
#newform input.field {width:99%; margin:0;}
#newform input.click {margin:0;}

input.but {
  margin: 0 0 0 5px; 
}
input.click {
  background: #CFD6E8; 
  margin: 0 0 0 5px; 
}

input.formerror {
  border-color: #D9541A;
}

form label {
  cursor: pointer;
}

/* error messages */
.error { color: #D9541A; }



/* Left column */
.col1 dl { 
  font: normal 11px/1.3em Verdana, Arial, Helvetica, sans-serif;
   margin-top: 15px;
}
.col1 dt {
  margin-top: 1.2em;

}



/* Misc stuff */

h2 {margin:20px 0 5px;}
h1 {margin-bottom:20px;}

.col2-600 ul { 
  padding: 0.5em 1em;
}
tt, code { 
  font-weight: bold; 
  font-size: 130%; 
  color: #A3492D; 
}

code.callout {
  display: block;
  font-size: 130%;
  margin: 0px 0px 5px 40px;
}

.indent {
  margin-left: 20px;
  margin-bottom: 10px;
}

.callout span {
  display: block;
  padding: 10px 20px;
  background-color: #E8F0FA;
}

.nobr {
  white-space: pre;
}

acronym, abbr {
  border-bottom: dotted thin #D9541A;
  cursor: help;
}

.wideview table#mid-section2, .wideview table tbody tr td.col2-600 {width: auto;}
