﻿/*----------------------------------------------------------
The base color for this template is #EFF7FA. If you'd like
to use a different color start by replacing all instances of
#EFF7FA with your new color.
----------------------------------------------------------*/
body {
    background-color: #EFF7FA;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

/*a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}*/

p
{
    margin-bottom: 15px;
    margin-top: 0px;
}

ul {
    margin-bottom: 0px;   
    border-bottom-width: 4px;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

header,
footer,
nav,
section {
    display: block;
}

#copyright
{
    display: block;
    background-color: #EFF7FA;
    margin-left:auto;
    margin-right:auto;
    text-align:center;      
}

#id
{
    display:block;
    padding-left: 133px;    
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 960px;
    height:auto;
    overflow:hidden;
    margin-left: auto;
    margin-right: auto;
    background-color: White;
    border: 1px solid #DBE8EE;
}


header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {    
    padding: 30px 0px 15px 30px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer, 
#footer {    
    background-color: transparent;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
.ParentPages
{
    padding-top:10px;
    padding-left:20px;
    color:#666666;
    font-size:11px;
    font-weight:normal;
    float:left;
}

.CurrentPage
{
    padding-top:10px;
    padding-left:3px;
    color:Orange;
    font-size:11px;
    font-weight:normal;
    float:left;
}

.ParentPages a:link {
    color: #666666;
    text-decoration: none;
}

.ParentPages a:visited {
    color:#666666;
}

.ParentPages a:active {
    color:#6393c3;
}

.ParentPages a:hover
{
    color:#6393c3;
}

.CurrentPage a:link {
    color: #6393c3;
    text-decoration: none;
}

.CurrentPage a:visited {
    color: #6393c3;
}

.CurrentPage a:active {
    color: #6393c3;
}

.CurrentPage a:hover
{
    color:#6393c3;
}

ul#Labnet       
{    
    border-color: #A6AAAD;
    border-bottom-color: #3395F6;
    border-bottom-style:solid;
    background-color: #A6AAAD;    
    empty-cells:show;
    padding: 0px;
    padding: 0px;    
    margin: auto;    
    width: 920px;
    display:block;
    float: none;    
    text-align:left;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}

ul#LabCommunity       
{
    border-color: #A6AAAD;
    border-bottom-color: #FF6600;
    border-bottom-style:solid;
    background-color: #A6AAAD;    
    padding: 0px;
    padding: 0px;    
    margin: auto;    
    width: 920px;
    display:block;
    float: none;    
    text-align:left;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}

ul#ResultGuidance      
{
    border-color: #A6AAAD;
    border-bottom-color: #66CC33;
    border-bottom-style:solid;
    background-color: #A6AAAD;
    padding: 0px;
    padding: 0px;    
    margin: auto;    
    width: 920px;
    display:block;
    float: none;    
    text-align:left;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}

ul#FileUpload         
{
    border-color: #A6AAAD;
    border-bottom-color: #FFCC00;
    border-bottom-style:solid;
    background-color: #A6AAAD;
    padding: 0px;
    padding: 0px;    
    margin: auto;    
    width: 920px;
    display:block;
    float: none;    
    text-align:left;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}

.notselectedLabnet
{
    background-color: #A6AAAD;  
    display: inline;
    list-style: none;
    padding: 10px 10px 10px 10px;    
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
}
.notselectedLabcommunity
{
    background-color: #A6AAAD;  
    display: inline;
    list-style: none;
    padding: 10px 10px 10px 10px;    
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
}
.notselectedGuidance
{
    background-color: #A6AAAD;  
    display: inline;
    list-style: none;
    padding: 10px 10px 10px 10px;    
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
}
.notselectedUpload
{
    background-color: #A6AAAD;  
    display: inline;
    list-style: none;
    padding: 10px 10px 10px 10px;    
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
}

.notselectedLabnet:hover 
{    
    background-color: #3395F6;
    text-decoration:underline;
}
.notselectedLabcommunity:hover 
{    
    background-color: #FF6600;
    text-decoration:underline;
}
.notselectedGuidance:hover 
{    
    background-color: #66CC33;
    text-decoration:underline;
}
.notselectedUpload:hover 
{    
    background-color: #FFCC00;
    text-decoration:underline;
}

.labnet
{    
    background-color: #3395F6;  
    display: inline;
    list-style: none;
    padding: 10px 10px 11px 10px;    
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
}

.labcommunity
{    
    background-color: #FF6600;  
    display: inline;
    list-style: none;
    padding: 10px 10px 11px 10px;    
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
}

.guidance
{    
    background-color: #66CC33;
    display: inline;
    list-style: none;
    padding: 10px 10px 11px 10px;    
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
}

.upload
{
    background-color: #FFCC00;
    display:inline;    
    list-style:none;
    padding: 10px 10px 11px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;   
}

.labnet a:hover {
    background-color: #3395F6;
    text-decoration:underline;
}

.labnet a:active {
    background-color: #3395F6;
}

.labcommunity a:hover {
    background-color: #FF6600;
    text-decoration:underline;
}

.labcommunity a:active {
    background-color: #FF6600;
}

.guidance a:hover {
    background-color: #66CC33;
    text-decoration:underline;
}

.guidance a:active {
    background-color: #66CC33;
}

.upload a:hover {
    background-color: #FFCC00;
    text-decoration:underline;
}

.upload a:active {
    background-color: #FFCC00;
}

.sidebar
{
    background-color: #FFFFFF;   
    float: left;
    width: 168px;
    text-align:left; 
    font-size:11px;     
    padding: 0px;
    margin: 0px;
    line-height:2.8em;
}

.sidebar ul
{
    padding-left: 0px;
}

.sidebarlist
{
    display:table-row-group;
    list-style: none;  
    background-color: #FFFFFF;  
    color: #999999;
}

.sidebarlist a,
.sidebarlist a:visited
{
    color:#A1A1A1;
    background-color:#FFFFFF;
}

.sidebarlist a:hover
{    
    color: #6393c3;
}

.selectedSidebar
{
    display:table-row-group;
    list-style: none;  
    background-color: #FFFFFF;   
    color:#6393c3;    
}

.subsidebarlist
{   
    display:inline; 
    list-style: none;  
    background-color: #FFFFFF;  
    color: #999999;
    margin-left:10px;
}

.subsidebarlist a,
.subsidebarlist a:visited
{
    color:#A1A1A1;
    background-color:#FFFFFF;
}

.subsidebarlist a:hover
{    
    color: #6393c3;
}

.subselectedSidebar
{    
    display:inline;
    list-style: none;  
    background-color: #FFFFFF;   
    color:#6393c3;
    margin-left:10px;
}

.sortableHeader
{
    color: Blue;
    text-decoration: underline;
    cursor:pointer;
    cursor:hand;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

dropdownlist
{
    width:150px;
}

fieldset {
    border: none;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
    margin-bottom:5px;
}

button
{ 
    min-width:120px;
    margin-right:60px;
    float:right;
    vertical-align:bottom;
    font-size:12px;
}

label
{
    font-size:11px;
    display:inline-block;        
    min-width: 140px;    
    vertical-align:top;
    padding-top: 4px;
}

label#short
{
    min-width: 75px;
}

label.noMinWidth
{
    min-width: 0px !important;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 12px;
    color: #444;    
}

input[type="checkbox"]
{
    margin-left: 5px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

.searchInput 
{
    min-width: 144px;
}

#partialView
{
    display:block;
    float:none;
    margin-right:30px;    
    margin-top:20px;
}

#pageLogo
{    
    float:none;
    margin-right:30px;    
}

#logo
{
    margin-left:10px;
}

#LabnetContactInfo
{
    display: block;
    float: right;
    background-color: #3395F6;
    color: #000;
    margin: 0 40px 0 20px;
    padding: 0 10px 10px 10px;
}

#LabCommunityContactInfo
{
    display: block;
    float: right;
    background-color: #FECCA9;
    color: #000;
    margin: 0 40px 0 20px;
    padding: 0 10px 10px 10px;
}

#ResultGuidanceContactInfo
{
    display: block;
    float: right;
    background-color: #D3FDBE;
    color: #000;
    margin: 0 40px 0 20px; 
    padding: 0 10px 10px 10px;    
}

#FileUploadContactInfo
{
    display: block;
    float: right;
    background-color: #FEECA4;
    color: #000;
    margin: 0 40px 0 20px; 
    padding: 0 10px 10px 10px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: 1px solid #d2d3d4;
    border-collapse: collapse;        
    margin-bottom:10px;
    width:100%;
}

table td {
    padding-left: 5px;
    padding-right:5px;
    border-bottom: 1px solid #d2d3d4;
    font-size:11px;
    font-weight: normal;
    color: #333333;   
    height:8px;    
}

table th 
{    
    padding: 6px 5px;
    text-align: left; 
    background-color: #e8eef4;
    border: none;    
}

.long
{
    width:300px;
}

.alternate  
{
    background-color: #f0f6f9;
}

.header
{
    background-color:#e5e6e8;
    font-size:11px;
    font-weight:bolder;
    width:120px;    
}

.header80
{
    background-color:#e5e6e8;
    font-size:11px;
    font-weight:bolder;
    width:80px;    
}

.longHeader
{
    background-color:#e5e6e8;
    font-size:12px;
    font-weight:bold;
    width:240px;    
}

.extraLongHeader
{
    background-color:#e5e6e8;
    font-size:12px;
    font-weight:bold;
    width:340px;    
}

.checkboxHeader
{
    background-color:#e5e6e8;
    font-size:12px;
    font-weight:bold;
    width:60px;
}
/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
    width: 120px;
}

textarea
{
    font-family: Trebuchet MS,Verdana,Helvetica,Sans-Serif;
}

textbox#short
{
    width: 50px;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: #336dad;
}

#logindisplay a:link {
    color: #336dad;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: Gray;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: Gray;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.rightSide
{
    float:right;
}

.set75width 
{
    min-width:75px;
    width:75px;
    font-size:12px;
}

.set150width 
{
    min-width:150px;
    width: 150px;
    font-size:12px;
}

.set150widthText
{
    min-width:144px;
    width: 144px;
    font-size:12px;
}

.set220width 
{
    min-width:220px;
    width: 220px;
    font-size:12px;
}

.set220widthText
{
    min-width:214px;
    width: 214px;
    font-size:12px;
}

.set300width 
{
    min-width:300px;
    width: 300px;
    font-size:12px;
}

.set300widthText
{
    min-width:294px;
    width: 294px;
    font-size:12px;
}

.text-box 
{
    min-width:150px;
    width: 150px;
}

.text-box-long 
{
    width: 300px;
}

.text-box.multi-line {
    height: 6.5em;
}

.divRow
{
    width:680px;
    display:block;
    min-height:26px;
}

.buttonLeftSide
{    
    margin-left:3px;
    margin-right:10px;
    float:none;
}

.buttonRightSide
{
    margin-left:200px;
    margin-right:3px;
    float:none;
}

.tri-state {
    width: 6em;
}

.pageinfo 
{   
    width: 30%;
    height: 350px;
    margin-bottom:15px;
    float: left;
    margin-right: 30px;
    background-color: #E5E6E8;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

.logFileAreaInfo
{
    color:#000000;
    width: 30%;
    height: 300px;
    float: left;
    margin: 0 40px 0 20px; 
    padding: 0 10px 10px 10px;
    background-color: #FEECA4;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

DIV.ProgressBar { width: 100px; padding: 0; border: 1px solid black; margin-right: 1em; height:.75em; margin-left:1em; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline; }
DIV.ProgressBar DIV { background-color: Green; font-size: 1pt; height:100%; float:left; }
SPAN.asyncUploader OBJECT { position: relative; top: 5px; left: 10px; }




.PagedList-pager > ul{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.PagedList-pager > ul > li{
    margin: .25em;
    display: inline-block;
}
.PagedList-goToPage > fieldset{
    border: 0;
}

.filter
{
    float: right;
    margin: 6px 0 0 0;
}

.pagination                 
{
    margin: 0 0 0 0 !important;
    float:left;
    text-align: left;
    padding: 0px 0 2px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;  
    font-size: 10px;                
}
    
.pagination a                 
{
    margin: 0 5px 0 0;                
    padding: 3px 4px;                
} 
.pagination a.number                                    
{
    border: 1px solid #ddd;                
} 
    
.pagination a.number.current.number                 
{
   /* background: #469400 url(/Content/images/bg-button-red.gif') top left repeat-x !important;                */
    background:#F60;       
    border-color: #459300 !important;               
    color: #fff !important;                
}                                   
     
.pagination a.current:hover                                   
{
   text-decoration: underline;               
}