body, html{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color:#37567f;
	margin-top:0;
	margin-right:0;
	height:100%;
}
a:link {
	color:#333;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
    border:none;
}
#layout {
	border-collapse:collapse;
	width:100%;
}

/********************************************
* Content Header
********************************************/
#contentHeader {
	width:750px;
	border:1px solid #CFCFCF;
	padding: 6px 0 6px 0;
	margin-bottom:7px;
	margin-top:-3px;
	margin-left:-8px
}
#contentHeaderCol1 {
	width:52%;
	float:left;
	margin-left:2%;
}
#contentHeaderCol2 {
	width:44%;
	float:left;
	margin-left:1%; /*Above this value breaks IE6/7.*/
}
#contentHeader h1 {
	font-size:.9em;
}
#contentHeader1Col {
	float:left;
	margin-left:2%;
	width:80%;
}
/* END Content Header */ 

#content {
	margin-top:0;
	padding:0 5px 0 0;
	border:none;
	background-color:inherit;
	width:auto;
}
#layout #login-cell {
	width:11em;
	padding:0 5px 0 0;
}
#login-box {
	padding:0;
	margin:2.5em 0 0 0;
	border:1px solid #666;
	background-color:#fff;
	border-collapse:collapse;
	width:11em;
}
#cmu-login-box, #new-user {
	padding:0;
	margin-top:.5em;
	border:1px solid #666;
	background-color:#fff;
	border-collapse:collapse;
	width:100%;
}
#cmu-login-box td, #new-user td {
	padding:0;
}

#login-box td {
	padding:0 0 .4em 0;
}
#login-box form {
	margin-left:.6em;
}
.native-button {
	font-family:"MS Shell Dlg",Arial,Helvetica,sans-serif;
	font-size:.9em;
	font-weight: bold;
	padding: 0 .4em;
	width: 0;
	overflow:visible;
}
.native-button[class] { /*ie 6 ignores [class] and will ignore this */
    width: auto;
}
#login-box form #submit {
	font-family:"MS Shell Dlg",Arial,Helvetica,sans-serif;
	font-size:.9em;
	font-weight: bold;
	margin-top:.4em;
}
#login-box form label {
	color:#000;
	font-size:.9em;
}
#login-box form #account {
	margin-bottom:.6em;
}
#login-box form a:link{
	font-size:.7em;
	text-decoration:underline;
}
#login-box form a:visited {
	font-size:.7em;
	text-decoration:underline;
	color:#333;
}
#cmu-login-box span.cmulogin a {
	margin-left:.3em;
	padding-bottom:.1em;
	text-align:center;
	font-size:.8em;
	font-weight:bold;
	text-decoration:underline
}
#new-user a {
	text-align:center;
	font-size:1em;
	font-weight:bold;
	text-decoration:underline
}
#new-user span {
	margin-left:.3em;
	margin-bottom:.3em;
	display:block;
}
#cmu-login-box span.cmulogin a:visited, #new-user a:visited {
	color:#3f3f3f;
	text-decoration:underline;
}
#login-box h2, #cmu-login-box h2, #new-user h2, #create-new-account h2{
	font-weight:normal;
	padding:.1em 0 .1em .4em;
	margin:0 0 .3em 0;
	letter-spacing:0em;
	background-color:#e0e7ef;
	border-bottom:1px solid gray;	
	font-size:.9em;
	color:#333;
}
.cmulogin {
	font-size:1.2em;
	font-weight:bold;
	background:transparent url(../images/cmu_seal.jpg) no-repeat 40px 20px;
	height:120px;
	display:block;
	margin-top:.3em;
}

/********************************************
* New account
********************************************/

#registration, #congratulations {
    background-color:white;
    width:600px;
    padding: 0.4em 3em;
    margin:0 auto 2em auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px #273E5C;
    -moz-box-shadow: 0 1px 3px #273E5C;
    box-shadow: 0 1px 3px #273E5C; 
}
#registration h1 {
    font-size:1.6em; 
    font-weight:normal;
    width:588px;
    margin: 1em auto;
}
#registration h2 {
    font-weight:normal;
    font-size:1.2em;
    width:588px;
    margin: 1em auto 0 auto;
}
#create-new-account {
    padding:0;
    margin:1em auto;
    width:24em;
    background-color:#fff;
    border-collapse:collapse;
}
#create-new-account td {
    vertical-align:middle;   
}
#create-new-account label {
    margin-right:.6em;
    font-size:90%;
    width:10em;
}
#create-new-account td.label {
    text-align:right;
    white-space:nowrap;
}
#create-new-account td.submit {
    padding:1.5em 0;    
}
#create-new-account td input {
    font-size:1.1em;
}
#registration #agree_checkbox {
    width:458px;
    margin: .3em auto 1em auto;    
}
#registration #agree_checkbox label {
    font-size:.9em;
    vertical-align:text-top;
}
#registration #agree_checkbox p {
    margin-top:.2em;
}
#registration #terms {
    height:270px;
    width:550px;
    overflow-y: scroll;
    font-size:.8em;
    margin:1em auto;
    padding:0 2em 1em 1.5em;
    color:#666;
    background-color:#F5F5F5;
}
#registration #terms ul li {
    
}
#create-new-account #submit {
    margin-bottom:2em;
    border-top: 1px solid #417337;
    background: #4d8746;
    background: -webkit-gradient(linear, left top, left bottom, from(#7ab574), to(#4d8746));
    background: -webkit-linear-gradient(top, #7ab574, #4d8746);
    background: -moz-linear-gradient(top, #7ab574, #4d8746);
    background: -ms-linear-gradient(top, #7ab574, #4d8746);
    background: -o-linear-gradient(top, #7ab574, #4d8746);
    padding: 10px 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 18px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight:normal;
    text-decoration: none;
    vertical-align: middle;
}
#create-new-account #submit:hover {
    border-top-color: #4a873e;
    background: #4a873e;
    color: #f5f5f5;
}
#create-new-account #submit:active {
    border-top-color: #417337;
    background: #417337;
}
#create-new-account p {
    color:#000;
    font-size:.9em;
    margin:1em;
}
#create-new-account a:link {
    text-decoration:underline;
    color:#333;
}
#create-new-account a:visited {
    text-decoration:underline;
    color:#333;
}
#create-new-account a:hover { 
    color:#fff;
    background-color: #333;
}
#congratulations a:link, #congratulations a:visited,
#congratulations a:hover, #congratulations a:active {
    color:#37567F;
    text-decoration:underline;
}
/********************************************
*   Project List Page
********************************************/
h2.projectname {
    font-size:1em;
    margin-bottom:.2em;
}
h2.projectname .project-name {
    text-decoration:underline;
    color:#37567f;
}
h2.projectname .pi-name  {
    font-weight:normal;
    font-size:.9em;
    padding-left:1em;
}
#noDatasets {
	width:40em;
	border:1px solid #cfcfcf;
	padding-right:1em;
}
#noDatasets .imagewrapper, .info .imagewrapper {
        line-height:1.3em;
        float:left;
        padding-top:.8em;
        padding-left:.8em;
}
#noDatasets p, .info p {
	margin:.8em 0 .8em 3.5em;
}
.info a:link, .info a:visited, #noDatasets a:link {
	text-decoration:underline;
	color:#37567f;
}
#available-data-sets-with-projects caption {
	width:50em;
	font-size:1em;
	line-height:1.2em;
	padding-right:1em;
	text-align:left;
	border:1px solid #cfcfcf;
}
.notAvailable{
  font-style: italic;
  font-size: smaller;
}
.versionNumberTD {
    color:white;
    font-size:smaller;
}
#footerTable {
	width:100%
}
#footerLinks {
    color:white;
    font-size:smaller;
}
#footerLinks a:link {
    text-decoration:underline;
    color:white;
}
#footerLinks a:visited {
    text-decoration:underline;
    color:white;
}
#footerLinks a:hover {
    text-decoration:underline;
    color:white;
}
#footerLinks a:active {
    text-decoration:underline;
    color:white;
}
.errorMessage{
  font-style: normal;
  font-weight: bold;
  font-size:.8em;
  color:#cc3333;
}
.authErrorMessage div{
	font-weight: bold;
	color:#cc3333;
	background-color:#efefef;
	width:20em;
	padding:.4em 0 .4em 0;
	margin:0 auto;
	text-align:center;
	-moz-border-radius: 5px;
}
.announcementMessage div{
	font-weight: bold;
	color:#cc3333;
	background-color:#efefef;
	width:75%;
	padding:.4em 0 .4em 0;
	margin:0 auto;
	text-align:center;
	-moz-border-radius: 5px;
}
/********************************************
*    Project Page
********************************************/
#project-page {
    background-color:white;
    padding:1em 3em;
    margin:.2em .5em 2em 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px #273E5C;
    -moz-box-shadow: 0 1px 3px #273E5C;
    box-shadow: 0 1px 3px #273E5C;
}
#project-page h1 {
    font-size:1.6em; 
    font-weight:normal;
    margin-top:0;
}
#project-page p {
    font-size:.9em;
    line-height: 1.3em;
}
#project-page a {
    color:#37567F;
    text-decoration:underline
}
#projects-link {
    font-size: .9em;
    font-weight: normal;
    margin-bottom:.2em;
}
#projects-link a {
}
#project-page #pi {
    margin-bottom:0;
} 
#project-page #dp {
    margin-top:0;
} 
#project-page table.dataset-box {
    max-width:920px;
    width:800px;
}
#project-page table.dataset-box td {
    width:auto;
}
#project-page h4 {
    margin-bottom:1em;
    font-size:.9em;
}
#project-page #terms {
    margin:0 1em;
    max-width:800px;
    font-size:.9em;
}
#project-page #terms p {
    line-height: 1.2em;
}
#project-page #datashop-terms-note {
    font-size:.8em;
}
#project-page #pi-dp-table {
    width: 500px;
    border: 1px solid #DFDFDF;
    font-size: 1.1em;
}
#project-page #pi-dp-table td {
    border-bottom: 1px solid #DFDFDF;
    cursor:pointer;
}
#project-page #pi-dp-table th {
    border: 1px solid #9F9F9F;
    width:140px;
}
/********************************************
*    END Project Page
********************************************/
.navigation_labels {
    font-weight: bold;
    vertical-align: top;
}
.section_name {
    font-size: smaller;
}
.skill_column {
    font-size:10px;
    font-weight: bold;
    background-color:#0054B0;
    color:#FFFFFF;
    vertical-align: top;
    text-align: left;
    padding:5px;
}
.skill_column a{
	text-decoration:none;
	color:#FFFFFF;
}
.skill_column a:hover{
	text-decoration:underline;
}
.graph_column {
    padding:5px;
}
.graph_column a{
    display:block;
    border:2px solid #FFFFFF;
}
.graph_column a:hover{
    border:2px solid #0054B0;
}
.selected_graph_column a:hover{
    border:2px solid #FFCC33;
}

/********************************************
* Global header
********************************************/
#header{
    padding:0;
    margin:0;
    color:#fff;
    position:relative;
    height:70px
}
#header #datashopLogo {
	background-image:url(../images/datashop_logo.png);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	position:absolute;
}
#header #datashopLogo a {
	display:block;
	height:65px;
	width:370px;
	text-decoration:none;
}
#header #datashopLogo a span {
	display:none;
}
#header a:link {
	text-decoration:underline;
	color:#37567f;
}
#header a:visited {
	text-decoration:underline;
	color:#37567f;
}
#header a:hover {
	text-decoration:none;
	color:#37567f;
}
#header p {
	position:absolute;
	top:0;
	right:0;
	font-size:.8em;
	margin:0;
	padding:0 .2em .5em 1em;
	text-align:right;
	color:#333;
	background: url(../images/header-bottom-corner.png) 0 100% no-repeat white; 
}
#dsSelector {
	position:absolute;
	top:2px;
	left:400px;
}
#dsSelector select{font-size:.7em}
#dsSelector option {font-size:1em}
#footer {
    height:50px;
    text-align:right;
    padding:1em;
}
#nav_table td{
	vertical-align:top;
}

#wrapper{
	border-left:1px solid #0054B0;
	border-right:1px solid #0054B0;
	border-bottom:1px solid #0054B0;
	margin:-1.6em 0 0 0;
	padding:1em;
}

.disabled{
	text-decoration:underline;
	color:#CCCCCC;
}
td {
	vertical-align:top;
}

/********************************************
* ERROR REPORT
********************************************/
#errorReport {
	color:#333;
	border-collapse:collapse;
	margin-top:.4em;
	width:100%;
}
#errorReport th {
	font-size:.9em;
	padding-bottom:.5em;
}
#problemname, #samplename, #numberofsteps, #problemdescription {
	margin-top:0;
	margin-bottom:0;
	color:#333;
	font-weight:normal;
	font-size:.9em;
}
#datasetname {
	margin-bottom:.2em;
}
h1.datasetname, h1.samplename, h1.kcmname, h1.lfaStatus, h1.kcsetname {
	font-size:1em;
	margin:0;
	font-weight:normal;
}
.stepTable {
	font-size:.8em;
	border-collapse:collapse;
	margin-bottom:1em;
	margin-top:.5em;
	width:100%;
}
.stepTable td {
	color:#333;
}
.stepTable .total, .stepTable .kcs, .stepTable .skill, .stepTable .sample {
	padding-left:.4em;
	font-size:.9em;
	padding-bottom:0;
	padding-top:0;
}
.stepTable .skill {
	padding-left:1em;
}
.step {
	font-weight:bold;
}
#errorReport table.attempts {
	width:100%;
	border:1px solid #c9c9c9;
	border-collapse:collapse;
	margin-top:.5em;
}
#errorReport td.attemptcell {
	padding-bottom: 1em;
}
#errorReport table.attempts th {
	font-size:.7em;
	background-color:#dadada;
	padding:0 1em;
	color:#333;
}
#errorReport table.attempts td {
	font-size:.7em;
	padding:.3em;
	border:1px solid #c9c9c9;
	color:#333;
}
#errorReport tr.odd {
	background-color:#efefef;
}
.er-correct{
	background-color:#CCFFCC;
}
.er-incorrect{
	background-color:#FFCCCC;
}
.er-hint{
	background-color:#FFFFCC;
}
.er-unknown{
	background-color:#FFE4B5;
}
#errorReport table.er-feedback td {
	font-size:1em;
	border:none;	
}
/********************************************
* PERFORMANCE PROFILER
********************************************/
p.imageInfo {
	font-size:.8em;
	margin-top:0;
	background-color:#ffffeb;
	width:30em;
	padding:.3em .3em .3em 1.2em;
	line-height:1.4em;
	border:1px solid #efecc2;
}
table.ppControls {
	margin-top:.5em;
	text-align:right;
	font-size:.9em;
}
table.ppControls td {
	vertical-align:middle;
}
table.ppControls td.refreshCell input {	
	margin:.6em 0;
}
.ppSampleTitle {
	font-weight:bold;
	font-size:.8em;
	display:block;
}
#ppOnlyShowRowsLabel {
	padding-top:.4em;
}

/********************************************
* TABBED UI
********************************************/
#main {
	border:1px solid #666;
	border-top:none;
	clear:both;
	background:#fff;
	padding-top:0;
}
#contents {
	padding:1em 1.5em 1.5em 1.5em;
	background:white;
	min-height:300px;
}
#tabheader {
	position:relative;
	width:100%;
	height:2.5em;
	/*width:45em;  a width is required for Opera ... --> KILL THIS to get 100% width? */
}
#tabheader #primarynav, #tabheader ul {
	margin:0;
	padding:0;
	position:absolute;
	bottom:0; /*was -1 to deal with 1px border*/
	width:100%; /* a width is required for Opera, --> KILL THIS to get 100% width? */
}
#tabheader #primarynav li, #tabheader ul li {
	display: inline;
	list-style: none;
}
#tabheader #primarynav a, #tabheader #primarynav span, #tabheader ul a, #tabheader ul span, #tabheader ul a{
	width:10em;
	display: block;
	float: left;
	padding: 8px 0;
	margin: 0 2px 0 0;
	text-align: center;
	font-size: 1em;
	text-decoration: none;
	color: #333;
}
#tabheader #primarynav span, #tabheader ul span {
	border:1px solid #666;
	border-bottom:none;
	background:#efefef;
	padding-bottom:10px;
	margin-top:0;
	color:black;
}
#tabheader #primarynav a, #tabheader ul a {
	background:none;
	border-bottom: none;
	color:white;
	text-decoration:underline;
}

/* TAB SIZES */
#tabheader #lcTab span, #tabheader #lcTab a {width:9em}
#tabheader #erTab span, #tabheader #erTab a {width:8em}
#tabheader #ppTab span, #tabheader #ppTab a {width:10em}
#tabheader #exportTab span, #tabheader #exportTab a {width:6em}
#tabheader #dsinfoTab span, #tabheader #dsinfoTab a {width:8em}
#tabheader #helpTab span, #tabheader #helpTab a {width:4em;}
#tabheader #advancedTab span {width:7em}
#tabheader #adminTab span {width:7em}
#tabheader #advancedTab {
    display:block;
    position:absolute;
    right:10px;
    top:-37px;
    margin:0;
}
#tabheader #adminTab {
    display:block;
    position:absolute;
    right:110px;
    top:-37px;
    margin:0;
}
#tabheader #adminTab span {
    margin:0;
    border:none;
    padding-bottom:11px;
}
#tabheader #advancedTab span {
    margin:0;
    border:none;
    padding-bottom:11px;
}
#tabheader #advancedTabHome {
    top:0;
    display:block;
    position:absolute;
    right:10px;
    margin:0;
    height:38px;
}
#tabheader #adminTabHome {
    top:0;
    display:block;
    position:absolute;
    right:110px;
    margin:0;
    height:38px;
}
#tabheader #primarynav li #Advanced {
    width:100px;
}
#tabheader #primarynav li #Admin {
    width: 90px;    
}
#subtab {
	padding:7px 0 9px;
	background-color:#efefef;
	font-size: 85%;
}
#subtab .selected {
	text-decoration:none;
}
#subtab a {
	padding:0 1em;
	text-decoration:underline;
	cursor:pointer;
	color:#333;
}
#subtab a:hover {
	cursor:pointer;
}
#subtab span {
    padding:0 1em;   
}

/********************************************
* DATASET TABLE
********************************************/
.dataset-caption {
	margin:2em 0 0 0;
	color:rgb(0, 84, 176);
	font-size:85%;
	font-weight:bold;
	text-align:right;
}
.dataset-caption a:hover{
	color:black;
	background-color: inherit;
}
table.dataset-box {
	margin:0 0 2em 0;
	padding: 0;
	border:1px solid #8194ae;
	border-collapse:collapse;
}
table.dataset-box caption {
	padding: 8px 2px 5px 2px;
	color: #2B353A;
	background-color: inherit;
	font-size: 95%;
	font-weight:normal;
	text-align: left;
	text-transform: capitalize;
	border-bottom: 1px solid #F3F6F8;
}
table.dataset-box th, #dataPreviewTable th, #exportPreviewTable th {
	padding:6px 2px 5px 5px;
	color:#333;
	background-color:#e0e7ef;
	font-size:70%;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #8194ae;
	border-right:1px solid #8194ae;
}
table.dataset-box td {
	width: 320px;
	padding: 4px 10px;
	color: #42525A;
	font-size: 70%;
	border-right:1px solid #cfcfcf;
}
table.dataset-box tr.odd td {
	color: #42525A;
	background-color: #efefef;
}
table.dataset-box th a {
	color: #2B353A;
	background-color: inherit;
	font-size: 110%;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
table.dataset-box td a {
	color:#37567F;
	background-color: inherit;
	text-decoration:underline;
}
/*table.dataset-box tbody td {
	border-right:1px solid #8194ae; too specific
} */
table.dataset-box .domain_learnlab, table.dataset-box .status {
	width:5em;
}
table.dataset-box .dates, table.dataset-box .pi {
	width:14em;
}
/* Never show the 'Other Datasets' initially */
#available-data-sets {
	display:none;
}

/********************************************
* DRAGGABLE WINDOW DEFAULTS
********************************************/
.window  {
	position:absolute;
	border:1px solid gray;
	background-color:white;
	padding:0;
	color:#333;
	z-index:100;
	display:block;
	top:11em;
	left:14em;
}
.window .window-titlebar {
	
	
}

/********************************************
* SAMPLE SELECTOR 
********************************************/
#sampleManager {
	width:46em;
	top:1em; 
	left:9em;
}
#sampleInfo {
	margin-left:1em;
}
#sampleInfoHelpButtonDiv {
	float:right;
	width:18px;
	margin-top:2px;
}
#sampleInfoHelpButton {
	cursor: pointer;
}
#sampleInfo td {
	font-size:.8em;
}
#sampleInfo td input {
	margin-left:1em;
}
#sampleManager p, #fileManager p {
	margin-left:10em;
	margin-right:10em;
}
#sampleManager .error, #fileManager .error {
	background-color:#FFCCCC;
	color:black;
	text-align:center;
	font-weight:bold;
	padding:.5em 1em;
	border: 2px solid black;
}
#filterInfoTable a {
	font-weight:bold;
	text-decoration:underline;
	color:#4f647f;
}
#sampleManager .correct, #sampleSave .correct, #fileManager .correct, #fileSave .correct {
	background-color:#CCFFD3;
	color:black;
	text-align:center;
	font-weight:bold;
	padding:.5em 1em;
	border: 2px solid black;
}
#sampleManager .error_type, #fileManager .error_type {
	
}

#sampleManager h1, #fileManager h1 {
	font-size:.75em;
	margin:0 0 .5em;
	color:#333;
	font-weight:bold;
	background-color:#ece9d8;
	padding:.3em .5em;
	border-bottom:1px solid #cfcbb5;
}
#sampleManager h2, #fileManager h2 {
	font-size:.9em;
}
#closeButton {
	float:right;
	margin:.2em;
}
#closeButton:hover {
	background-color:transparent;
	cursor:pointer;
}
#closeButton img {
	border:none;
	width:16px;
	height:16px;
}
.deleteFilterButton:hover {
	background-color:transparent;
}
.deleteFilterButton img {
	border:none;
	width:16px;
	height:16px;
}
input.saveFilter, input.cancelFilter {
	font-size:.9em;
}
#cancelSampleButton, #cancelFileButton {
	margin-left:.2em;
}
#filterListBody tr:hover  {
	background-color:#efefef;
}
.orButtonDiv {
	text-align:right;
	padding-right:1em;
}
.orButton {
	position:absolute;
	margin-left:-2em;
	margin-top:.2em;
	font-size:1.2em;
	}
.selectedFilter {
	background-color:#efefef;
	font-weight:bold;
}
.selectedFilter:hover {
	background-color:#e8eefc;
}
#filterList #selectedFilter td, #filterList #filterListBody td {
	vertical-align:top;
}
#filterListBody td {
	font-weight:normal;
	padding-top:.5em;
}
#filterListBody td.columnNameCell {
	padding-left:.6em;
}
#filterBuilderTable {
	border-collapse:collapse;
}
#filterBuilderTable td {
	padding-top:0;
	padding-bottom:.2em;
}
input#filterBuilderString {
	margin-top:0;
}
#filterList {
	border-collapse:collapse;
	width:100%;
}
#filterListCell {
	width:32em;
	padding:0;
	border:1px solid #8194ae;
}
td.operatorCell {
	text-align:center;
}
#filterList td {
	vertical-align:middle;
	font-size:.8em;
}
#columnName,#filterCategory {
	width:100%;
	font-size:.7em;
}
#filterCategory {
	margin-top:.5em;
	margin-bottom:.2em;
}
#addRemove {
	vertical-align:top;
	padding-top:3em;
}

#addRemove input {
	font-size:.7em;
	width:100%;
}
input.filterStringInput {
	border:1px solid #cfcfcf;
	margin-bottom:.2em;
}
#filterInfoTable {
	margin-left:.5em;
}
#filterInfo label {
	font-weight:bold;
	font-size:.8em;
}
#filterInfoTable td.columnCategoriesCell label {
	display:block;
	margin-bottom:0
}
#filterList th {
	color:#333;
	font-weight:bold;
	font-size:.8em;
	background-color:#cfdef2;
	border-bottom:1px solid #8194ae;
}
#saveSample, #saveFile {
	text-align:center;
	margin:auto;
}
#saveSample input {
	margin-top:.5em;
	font-family:"MS Shell Dlg",Arial,Helvetica,sans-serif;
	font-size:.9em;
}
#sampleSureDiv {
	width:500px;
	margin:auto;
	margin-top:.5em;
	display:block;
	align:center;
}
#dataPreview {
	margin-top:1em;
	overflow:scroll;
}

#dataPreview p {
        text-align:center;	
}
#dataPreviewTable {
	margin:auto;
	margin-bottom:1em;	
	border-collapse:collapse;
	border:1px solid #8194ae;
}
#dataPreviewTable th {
	font-size:.8em;
	white-space:nowrap;
	border-right:1px solid #8194ae;
}
#dataPreviewTable caption {
	padding:.5em;
	text-align:center;
	margin:0 auto;
	width:30em;
}
#dataPreviewTable td {
	font-size:.8em;
	border-right:1px solid #8194ae;
	padding:.2em .3em;
}
#dataPreviewTable td.even {
	background-color:#efefef;
}
.suggestDiv {
	background-color:white;
	border:1px solid black;
	padding:5px;
	width: 20em;
}
.toolTip {
	font-size:11px;
	display: block;
	position: absolute;
	background-color: white;
	border: 1px solid #8194AE;
	width:22em;
	min-height:3em;
	padding:3px 3px 3px 3px;
	z-index: 1000;
}
.toolTip {
	background:url(../images/tool_tip_pointer.png) center left;
	border:0;
	margin:0;
	padding:0 0 0 14px;
	overflow:visible;
}

.toolTip.leftAlign {
	background:url(../images/tool_tip_pointer_left.png) center right;
	border:0;
	margin:0;
	padding:0 14px 0 0;
	overflow:visible;
}

.toolTip > div {
	background-color:white;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-top:1px solid #666;
	border-left:0;
	margin:0;
	padding:5px;
}

.toolTip.leftAlign > div {
	border-left:1px solid #666;
	border-bottom:1px solid #666;
	border-top:1px solid #666;
	border-right:0;
	margin:0;
	padding:5px;
}
.export_file_status div {
    padding:0 .6em 0 1.2em;
}
.toolTip span span {
    white-space:nowrap;
}

.graphTip table {
	border-collapse: collapse;
}

.graphTip th {
	text-align: right;
	padding:1px 5px 1px 1px;
}

.graphTip td {
	padding:1px;
	text-align: center;	
}

.graphTip .odd {
	background-color: #EFEFEE;
}
.graphTip p {
	margin:0 0 4px 0;
	padding:0;
	font-style:oblique;
}

.infoDiv p {
	margin:0 2px;
	padding:0;
}

.infoDiv div {
	overflow:visible;
	margin:0;
	padding-left:5px;
}
/* Expand and shrink text links */
#datasetDescription .control, .control {
	color: #37567f;
	text-decoration: underline;
	cursor:pointer;
}

/****************************
* Information Boxes
****************************/
#intro, .information-box, .shortinfo {
	font-size:.75em;
	background-color:#fff9d7;
	border:1px solid #e2c822;
}
.information-box p {
	padding-left:1em;
	padding-right:1em;
	line-height:1.4em;
}
#intro {
	float:left;
	width:20em;
	margin:2.2em 0 0 2em;
	padding:.3em;
}
#intro p {
	padding:0 1em;
	margin:1em 0;
	line-height:1.4em;
}

#try-me-out-datasets {
	width:38em;
	padding:0;
	margin:.2em 0 1em .5em;
	float:left;
}
#try-me-out-datasets p {
	line-height:1.2em;
	margin-bottom:0;
	margin-top:.6em;
}
#try-me-out-datasets ul {
	list-style: none;
	padding-left:2em;
	margin-top:.2em;
	margin-bottom:.5em;
	padding-bottom:0;
}
#try-me-out-datasets a {
	color: #37567f;
	font-weight:bold;
	text-decoration:underline;
}
#try-me-out-datasets .close-link {
	float:right;
	margin-right:6px;
	margin-top:3px;
}
#show-try-me-out-datasets {
	margin:.5em 0;
}
#show-try-me-out-datasets a {
	color: #37567f;
	font-weight:bold;
	font-size:.75em;
	text-decoration: underline;
}
#project-announcements {
	width:36em;
	padding:0;
	margin:.2em 0 1em .5em;
	background-color:#F7F7F7;
	border-color:#D4DAE8;
	float:left;
}
#project-announcements p {
	line-height:1.2em;
	margin-bottom:0;
	margin-top:.6em;
}
#project-announcements ul {
	list-style: none;
	padding-left:2em;
	margin-top:.2em;
	margin-bottom:.2em;
	margin-left:0;
	padding-bottom:0;
}
#project-announcements .date {
    color:#666;
    padding-right:.6em;
    font-weight:bold;
}
#project-announcements .read-more {
    margin-bottom:0.3em;
    margin-top:0;
}
#project-announcements a {
	color: #37567f;
	font-weight:bold;
	text-decoration:underline;
}
#project-announcements .close-link {
	float:right;
	margin-right:6px;
	margin-top:3px;
}
#show-project-announcements {
	margin:.5em 0;
	clear:left;
}
#show-project-announcements a {
	color: #37567f;
	font-weight:bold;
	font-size:.75em;
	text-decoration: underline;
}

#sample_cached_file_info_div table {
	font-size:.8em;
	border-collapse: collapse;
}
#sample_cached_file_info_div table .col1 {
    width: 200px
}
#sample_cached_file_info_div table .col2 {
    width: 130px
}
#sample_cached_file_info_div table .col3 {
    width: 180px
}
#sample_cached_file_info_div th {
	font-size:1em;
	font-weight:bold;
	vertical-align:bottom;
	background-color:#eee;
        border-bottom:1px solid #bbb;
	text-align:left;
	padding:2px 3px;
}
#sample_cached_file_info_div table tbody {
	text-align: left;
	padding-right:1em;
	vertical-align:top;
}
#sample_cached_file_info_div table tbody td {
    padding:2px 3px;
}
.shortinfo {
	padding-bottom:.8em;
	margin-top:1em;
	width:40em;
	padding-right:1em;
	font-size:1em;
}
.shortinfo p {
	margin-top:1.1em;
}
/****************************
* TERMS AGREE PAGE
****************************/
#terms-agree {
    background-color:white;
    width:600px;
    padding: 0.4em 3em;
    margin:0 auto 2em auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px #273E5C;
    -moz-box-shadow: 0 1px 3px #273E5C;
    box-shadow: 0 1px 3px #273E5C; 
}
#terms-agree h1 {
    font-size:1.6em; 
    font-weight:normal;
    margin: 1em auto .2em;
}
#terms-agree h2 {
    font-weight:normal;
    font-size:1.2em;
    margin:0;
}
#terms-agree #terms {
    height:350px;
    width:550px;
    overflow-y: scroll;
    font-size:.8em;
    margin:1em auto;
    padding:0 2em 1em 1.5em;
    color:#666;
    background-color:#F5F5F5;
}
#terms-agree .intro-text {
    font-size:.9em;    
}
#terms-agree #agree_checkbox {
    margin-left:8em;
}
#terms-agree #agree_checkbox label {
    font-size:.9em;
    vertical-align: text-top;
}
#terms-agree #continue_button_div {
    margin:.5em 0 1em 8em;
}
#terms-agree #continue_button {
    font-size:1.2em
}
/****************************
* UTILITY CLASSES
****************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {display: inline-block;}  /* for IE/Mac */


