﻿/* DEFAULTS
----------------------------------------------------------*/

html, body 
{
    height: 100%;  
    margin: 0px;
    padding: 0px;       
}

form
{
    margin: 0px;
    padding: 0px;
}	

#container {
    position: relative;
    min-height: 100%;    
}

	
body   
{
    background: #fff;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;     
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

/* 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;
}

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
{
    width: 100%;
    background-color: #fff;
    height: 100%;
    overflow:auto;
    /*margin: 0px auto 0px auto;*/    
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
}

#headerMenu, dxmMenu{
    background-color:#465c71;    
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    width:100%;
    min-width:600px;
    min-height:81%;
    height:auto; /* this is overridden in ShowData3.aspx for tab controls to 75% */
    overflow:visible;
}

.leftCol
{
    /*padding: 6px 0px;
    margin: 12px 8px 8px 8px;*/
    width: 200px;
    min-height: 200px;
}

/* TAB MENU   
----------------------------------------------------------*/
.dxmMenu, .dxmMenuItem, .dxmMenuItemSelected, .dxmSubMenu, .dxmSubMenuItemWithImage, .dxmSubMenuItemSelectedWithImage,  .dxmMenuItem a, .dxmSubMenu a, .dxmSubMenu span, .dxmMenu span
{
    background-color: #465c71;
    border: 1px #465c71 solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 0px 8px;
    text-decoration: none;
    white-space: nowrap;     
    z-index:100;     
}

.dxmMenuItem a:hover, .dxmSubMenuItemWithImage a:hover , .dxmSubMenu a:hover, .dxmSubMenuItemSelectedWithImage a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;   
}


.dxmMenuItem a:active, .dxmSubMenuItemWithImage a:active, .dxmSubMenu a:active, .dxmSubMenuItemSelectedWithImage a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

.dxmSubMenuItemSpacing, .dxmSubMenuGutter
{
    height:0px;
    width:0px;
    visibility:hidden;
    display:none;
}

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 0px 0px 0px 0px;
}

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: #465c71;
    border: 0px #4e667d solid;
    color: #dde4ec;
    display: block;
    padding: 0px 0px;
    text-decoration: none;
    white-space: nowrap;    
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

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
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.headerImageContainer
{
    display: block;
    text-align: center;
    width: 100%;
}

.loginDisplay
{
    vertical-align:top;
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 5px;
    float: right;
    color: #DDD;
}

.loginDisplay a:link
{
    /*color: black;*/
    color: #BBB;
}

.loginDisplay a:visited
{
    color: #FFF;
}

.loginDisplay a:hover
{
    color: #FFF;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    /*padding-right: 10px;*/
}

/* System Reports  
----------------------------------------------------------*/

#treeTab
{
    float:left;
    width:14.8%;
    height:100%;        
    margin: 0px 0px 0px 0px;
}

#contentTab
{
    float:right;
    width:85.0%;
    height:100%;
    margin: 0px 0px 0px 0px;
} 

#bodyDiv
{
    /*min-width:1100px;*/
    width:100%;    
    height:99.5%;
}

#subTitle{
    /*float:left; */
    /*width:50%; */
    
}

/* Footer
----------------------------------------------------------*/

#footer{
	text-align:center;
	clear:both;
	width:100%;
	height:auto;
	padding:0%;	
    bottom:0;    
}

.footerNav 
{
  font-size:smaller;   
  text-align:center;
  display:block;
  padding:5px 0px 0px 0px;
}

.footerNav table
{
    text-align:center;
}	
.footerNav ul{
	text-align:center;
	margin:0;
	padding:0px 0px 0px 0px;	
}

.footerNav li
{
    margin:0;
	list-style-type:none;
	display:inline;
	vertical-align:top;    	
}

.footerNav a{
	text-decoration:none;
	padding:0% 0% 0% 0%;
	color:#666;
}

.footerNav a:hover{
	text-decoration:underline;
	color:#999;
}

/*------------------------------------------------*/
#subTitle{
	width:97%;
	border:thin solid #666;
	background-color:#CCC;
	padding: 2% 1% 2% 1%;
	margin: 5px 0 0 0;
	float:left;
	font-size:medium;
	font-weight:bold;
}

/*-------------------------------------     Gallery      -----------------------------------*/
#gallery{
	width:70px;
	height:450px;
	float:left;
	text-align:center;
	padding-top:5px;
}

#gallery img{
	width:50px;
	height:50px;
   	padding:0%;
	color:#FFFFFF;
	margin:2px 0 0 0;
}

#gallery .image:hover{
	border:2px solid #999;
	margin:-2px 2px 0 2px;
}

#full_Image{
	float:left;
	height:420px;
	width:450px;
	margin:10px 0 0 5px;
}

#full_Image img{
  	height:400px;
	width:450px;
}

#promoTitle{
	width:500px;
	border:thin solid #666;
	background-color:#CCC;
	padding: 0 1% 0 1%;
	margin-right:20px;
	float:left;
}

#promotion{
	float:left;
	border:thin solid #666;
	padding:2% 0 2% 2%;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	/*margin-right:20px;*/
    width:100%;
}

/*------------------------------------------------------------------------------------------*/
