﻿/* JG specific elements for ES data pages
----------------------------------------------------------*/
.ui-tabs .ui-tabs-nav li a 
{
	font-size:x-small !important;
}
.smallButton .ui-button-text 
{
   font-size: 8pt !important;
} 
.toothpicker
{
    font-size:x-small !important;            
}
.menu
{
    font-size: small;
}
.grid-header a  
{
	color: #238EA2 !important; 
	background-color: #D5F1F5 !important;
	font-weight: bold !important;
}
.grid-header  
{
	color: #238EA2 !important; 
	background-color: #D5F1F5 !important;
	font-weight: normal !important;
}
.filterBox
{
	margin-top: 0px; 
	margin-left: 2px;
}

/* DEFAULTS
----------------------------------------------------------*/

body   
{
	
    background: #b6b7bc;    
    font-size: .80em;
    font-family:  "Helvetica Neue", "Lucida Grande","Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    background-position:center top;
    background-repeat:no-repeat;    
    background-image: url('../Images/esbackground.jpg');
    background-color: #238EA2;
}

a:link, a:visited
{
    color: #034af3;
    font-size: small;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    padding-left:10px;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    /*font-variant: small-caps;*/
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
    padding-left:10px;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    background-color: transparent;
    margin: auto auto auto 80px;
    max-width: 900px;
    opacity: 1;
    position: absolute;
    width: 95%;
}
.pageGroup {
    background-color: transparent;
    margin: auto;
    max-width: 980px;
    opacity: 1;
    position: relative;
    width: 95%;
}
.imagingPage
{
    background-color: transparent;
    margin: auto auto auto 80px;
    max-width: 900px;
    opacity: 1;
    position: relative;
    width: 95%;
}
.detailBody
{
	font-size:small;
}
.header {
    margin: 0;
    padding: 10px 0 20px;
    position: relative;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #77ABC1;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main {
    background-color: white;
    border: 1px solid #496077;
    border-radius: 15px 15px 15px 15px;
    margin: 15px;
    min-height: 600px;
    opacity: 0.8;
    padding: 0 6px 12px 6px;
}

.mainImage {
    background-color: white;
    border: 1px solid #496077;
    border-radius: 15px 15px 15px 15px;
    margin: 15px;
    min-height: 600px;
    opacity: 1;
    padding: 0 6px 12px 6px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 20%;
    max-width: 200px;    
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.sidebar
{
	float: left;
	width:80px;
	padding:10px;
	filter:alpha(opacity=80);
    top: 2px;
    left: 0px;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:transparent;
    
    width:100%;
}

div.menu
{
    padding: 0px 0px 2px 0px;
    text-align: center;
    border: none !important;
    
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color:transparent;
    border: none;
    color: #465c71;
    display:block;
    line-height: 1.35em;
    padding: 0px 0px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: transparent;
    color: White;
    text-decoration:underline;
}

div.menu ul li a:active
{
    background-color: transparent;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
	padding-left:10px;
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    padding-top: 10px;
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.page .title img
{
    margin-left: 15px;
}

.imagingPage .title img
{
    position: relative;
    left: -5px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;  
    color: Black;
    padding-left:15px;
    
    
}

.loginDisplay a:link
{
    color: Black;
}

.loginDisplay a:visited
{
    color: Black;
}

.loginDisplay a:hover
{
    color: Black;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
    padding-left:10px;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.x-smallFont
{
	font-size: xx-small;
}

.smallFont
{
    font-size: small;
}

.imageSlot
{
    width:90px;
    height:auto;
    display:inline-block;
}