﻿@charset "UTF-8";
/* CSS Document */

/* MAIN LAYOUT DIVS */

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;	
	background-color: #969da4;
}

#headerContainer {
	width: 100%;
	background-color: #fff;	
	min-height: 50px;
}

#header {
    width: 960px;
    margin: auto;
    position: relative;
    top: 0px;
    left: 0px;
}

#logo {
    top: 0;
}

#program-name {
	font-family: 'Lato', sans-serif;
	font-size: 19px;
}

.ie7 #program-name {
	position:relative;
	top:-10px;
}

.ie8 #program-name {
	position:relative;
	top:0px;
}

.gecko #program-name{
	position:relative;
	top:-5px;
}

#login {
	width: 500px;
	height: 30px;
	background-color: #969da4;
	right: 0;
	position: absolute;
}

#welcome {
	width: 220px;
	padding: 8px 0 5px 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #FFF;	
}
#welcome p {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 11px;
	color: #FFF;	
}

#password {
	display: inline;
	position: absolute;
	right: 110px;
	top: 0;
	padding: 0 10px 0 0;
	width: 130px;
	height: 30px;
	font-weight: 300;
}

#logout {
	display: inline;
	position: absolute;	
	right: 0;
	top: 0;
	padding: 0 20px 5px 10px;
	width: 80px;
	height: 30px;
	font-weight: 300;
}

#navContainer {
	width: 100%;
	background-color: #969da4;
	margin: auto;
	height: 50px;
	border-top: solid #0067ab 3px;
	/*position: relative;*/
}

#nav {
	width: 960px;
	height: 49px;
	margin: auto;
	/*position: relative;*/
	left: -1px;
}

#mainContentContainer {
	width: 100%;
	margin: auto;
	background-color: #fff;
	background-image: url(./Images/background_texture.png);
	background-repeat: no-repeat;
	background-position: 50% 0px;
}

#mainContent {
	width: 930px;
	margin: auto;
	padding: 0 15px 30px 15px;	
	position: relative;
	min-height: 400px;
	background-image: url(./Images/gradient.png);
	background-repeat: repeat-x;
}

#bottomContainer {
	width: 100%;
	margin: auto;
	height: auto;
	border-top: 1px #464b50 solid;
}

#bottomContent {
	width: 930px;
	margin: auto;
	background-image: url(./images/bottom-texture.png);
	background-repeat: no-repeat;
	height: 50px;
	position: relative;
}

.ie7 #bottomContent {
	z-index:-1;
}

/* END MAIN LAYOUT DIVS */

/* MAIN TAG STYLING */

html, body {
	width: 100%;
	height: 100%;	
	font-family: 'Lato', Sans-Serif;
}

h1 {
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	color: #0067ac;
	font-weight: 400;
	display: inline;
	top: 13px;
	left: 80px;
	position: absolute;
}

p {
	font-family: 'Lato', sans-serif;
	color: #333;	
	font-size: 12px;	
}

a, a:visited 
{
    color: #333;
}

ol li 
{
    list-style-type: decimal
}

/* END MAIN TAG STYLING */


/* CLASS TAG STYLING */
	
.headerlinks, a.headerlinks:visited {
	padding: 8px 5px 0 0;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #FFF;
	position: absolute;	
}

a.headerlinks:hover {
	color: #000;	
}

.pageIcon {
	display: inline;
	margin: 20px 0 -15px 0;
	
}

.sectionTitle {
	padding: 6px 0 6px 10px;
	display: block;
	height: 20px;
	background-color: #969da4;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	border-top: solid #0067ac 3px;	
	margin-top: 15px;
}

.sectionTitle span{
	padding: 0px 0px 0px 0px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.rounded {
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;	
}

#welcome p {
	display: inline;
	font-weight: bold;
	color: #fff;
}
	
/* END CLASS TAG STYLING */

/* FORM ELEMENTS STYLING */

fieldset {
	border: none;
	position: relative;	
}

label, label span {
	display: block;
	font-family: 'Lato', sans-serif;
	color: #333;
	font-size:13px;
}

label {
	float: left;
	/*width: 174%;	*/
	margin: auto;
	position: relative;
    top: 0px;
    left: 0px;
}

span {
	font-weight: 400;
	font-size: 12px;
	padding-top: 4px;	
}

label span {
	float: left;
	width: 45%;
	text-align: right;	
}

input {
}

fieldset input {
	float: left;
	border: 1px #969da4 solid;
}

fieldset input[type="checkbox"]{
	float: none;
	border: 0px;
}


fieldset input[type="radio"]{
	float: left;
	border: 0px;
}

fieldset input[type="radio"] + label{
	display: block;
	font-family: 'Lato', sans-serif;
	color: #333;
	font-size:12px;
	margin-top:3px;
}

fieldset input:hover {
	border-color: #00671c;	
}

fieldset input: active, input: focus {
	border-color: #000;	
}

.Checkbox {
	position: relative;
	top: 5px;
}

select {
	font-family: 'Lato', sans-serif;
	color: #333;
	font-size: 12px;
	
}

.pullDown {
	position: relative;
	top: 2px;
	font-family: 'Lato', sans-serif;
	color: #333;
	font-size: 12px;
	height:20px;
	/*margin-left: 40px;	*/
}

/* END FORM ELEMENTS STYLING */

/* TABLE STYLING */

table {
	border-style: none;
    border-color: inherit;
    border-width: medium;
    text-align: left;
	font-family: 'Lato', sans-serif;
	color: #333;	
	font-size: 12px;
	margin-top: 15px;
}

table.tablewSectionHeader{
	margin-top:0px;
	margin-bottom:10px;
}

table.tableContainsGrid{
	border-spacing:0;
	width:100%;
	border-width:1px;
	border-style:solid;
	margin-top:5px;
}

td.sectionHeaderCell , th.sectionHeaderCell{
	padding:0px 0px 0px 0px;
	font-size:large;
}

td.tdContainsGrid{
	padding:0px;
	
}

.sectionHeaderCell .sectionTitle{
	margin-top:0px;
	text-align:left;
}

.sectionHeaderCell .ModalCloseButton{
	float:right;
	margin-top:4px;
}

.ie7 .sectionHeaderCell .ModalCloseButton{
	height:0px;
	background-color: #969da4;
	border-top: solid #0067ac 3px;
	margin-top:0px;
	padding: 6px 5px 6px 5px;
	display: block;
	height: 20px;
	
	
	font-size: 16px;
	font-weight: 400;
	
	
}

thead th {
	font-family: 'Lato', sans-serif;
	color: #fff;	
	font-size: 14px;	
	font-weight: 400;
	padding: 6px 0 4px 10px;
	background-color: #0067ac;
	-moz-border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0;	
}

tbody td, tbody th {
	padding: 3px 5px 3px 5px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 12px;	
}



grid tr:nth-child(even) {background: #CCC}
grid tr:nth-child(odd) {background: #FFF}

.emptyCell {
	background-color: #fff;
	border: none;	
}

/* END TABLE STYLING */

/* SPECIFIC STYLING */

#bottomContent p {
	color:#FFF;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	font-weight: 300;
	text-decoration:none;
	text-align: center;
	padding: 15px 0 0 0;
}

#bottomContent a {
	color:#FFF;
	font-size: 11px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
}

.buttonStyle {
	padding: 2px 15px 2px 15px;
	background-color: #0067ac;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #FFF;
	
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;	
}

.ie7 .buttonStyle{
	padding:0px 15px 0px 15px;
	overflow:visible;
	margin-top: 5px;
}

a.buttonStyle
{
    font-size:12px;
    text-decoration:none;
    vertical-align:middle;
    padding: 2px 15px;
	background-color:#0067ac;
    color: #fff;
    outline-style:ridge;
    outline-width:thin;
    display: inline-block;     
    height:15px;
    border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;     
    cursor:pointer;
	
}

.sectionTitle a.buttonStyle{
	margin-right:10px;
	float:right;
}

.ie7 .sectionTitle a.buttonStyle{
	position:relative;
	top:-20px;
}

#EULA {
	position: absolute;
	right: 0;
	top: 15px;
	color: #fff;	
}

#bottomContent a:hover {
	color: #333;
}

/*END SPECIFIC STYLING */

/* Use for all error labels/validation controls */
.error
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
    text-align:center;
}

.UpdateProgressTableCell
{	
	background:none;
	width:100%;
}

.UpdateProgressImage
{
    /* for IE */
    filter:alpha(opacity=60);
    /* CSS3 standard */
    opacity:0.6;
}



.modifyApplySubmit  
{
    text-align: right;
    vertical-align: middle;
    padding-bottom:5px;
    padding-right:5px;
}
.modifyApplySubmit  a
{
    font-size:8.5pt;
    text-decoration:none;
    vertical-align:middle;
    padding-left:10px;
    padding-right:10px;
    background-color:#E3B97D;
    color: #000000;
    outline-style:ridge;
    outline-width:thin;
    display: inline-block;     
    height:15px;
    border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;     
    cursor:pointer;
}
.modifyApplySubmit  a:hover
{
	color: #aaaaaa;
}

.modifyEdit  
{
    float: right;
    vertical-align: middle;
    padding-bottom:5px;
    padding-right:5px;
}
.modifyEdit  a
{
    font-size:8.5pt;
    text-decoration:none;
    vertical-align:middle;
    padding-left:10px;
    padding-right:10px;
    background-color:#E3B97D;
    color: #000000;
    outline-style:ridge;
    outline-width:thin;
    display: inline-block;     
    height:15px;
    border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight; 
    border-width:thin;


}
.modifyEdit  a:hover
{
	color: #aaaaaa;
}

.BlueDolphinButtonStyle  
{
    vertical-align: middle;
    padding-bottom:3px;
    font-size:8.5pt;
    text-decoration:none;
    vertical-align:middle;
    padding-left:3px;
    padding-right:3px;
    background-color:#E3B97D;
    color: #000000;
    outline-style:ridge;
    outline-width:thin;
    display: inline-block;     
    height:20px;
    border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight; 
    cursor:pointer;
}

.BlueDolphinButtonStyle:hover
{
	color: #aaaaaa;
}

.BlueDolphinFileUploadStyle  
{
    vertical-align: middle;
    padding-bottom:5px;
    padding-right:10px;
    font-size:8.5pt;
    text-decoration:none;
    vertical-align:middle;
    padding-left:0px;
    padding-right:10px;
    background-color:#FFFFFF;
    color: #000000;
    display: inline-block;     
    height:20px;
    cursor:pointer;
}

.BlueDolphinFileUploadStyle:hover
{
	color: #aaaaaa;
}

.BlueDolphinFileUploadSubmitStyle  
{
    vertical-align: middle;
    padding-bottom:5px;
    padding-right:10px;
    font-size:8.5pt;
    text-decoration:none;
    vertical-align:middle;
    padding-left:10px;
    padding-right:10px;
    background-color:#DEDEDE;
    color: #000000;
    display: inline-block;     
    height:20px;
    cursor:pointer;
}

.BlueDolphinFileUploadSubmitStyle:hover
{
	color: #aaaaaa;
}

.FadingMessage
{
    vertical-align: middle;
    padding-bottom:5px;
    padding-right:10px;
    font-size:8.5pt;
    text-decoration:none;
    vertical-align:middle;
    padding-left:10px;
    padding-right:10px;
    background-color:#E3B97D;
    color: #000000;
    outline-style:ridge;
    outline-width:thin;
    display: inline-block;     
    height:20px;
    width: 500px;
    font-weight:bold;
}

.ModalCloseButton
{
	border:1px solid #FFF;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
}
.modalReportDates
{
	background-color:#3E719B;
	padding: 10px 10px 10px 10px;
	position:absolute;
	top:200px;
	width:500px;
	border-style:solid;
	border-width:thin;
	max-height:600px;
	overflow:auto;
	border-color:#E3B97D;
}

.RequestFormTR
{
	background-color:#E3B97D;
	border-top: solid 3px #3E719B;
	padding:5px;
	padding-left:5px;
}

.RequestFormImageTR
{
	border-top: solid 3px #3E719B;
	padding:5px;
	padding-left:5px;
}

.RequestFormTable
{
	margin:auto;
	border-bottom: solid 1px #E3B97D;
	border-right: solid 1px #E3B97D;
	border-left: solid 1px #E3B97D;
}

/* KNOWLEDGEBASE */
.KBTitleHeader
{
	text-transform:uppercase;
}

.KBTableTR
{
	background-color:#969da4;
	border-top: solid #0067ac 3px;	
	padding:5px;
	padding-left:5px;
}

.KBTableImageTR
{
    border-top: solid #0067ac 3px;
    padding: 0px;
}

.KBTable
{
	margin:auto;
	border-bottom: solid 1px #0067ac;
	border-right: solid 1px #0067ac;
	border-left: solid 1px #0067ac;
	font-size:14px;
	table-layout: fixed;
}

.KBTableTD
{
    width: 50%;
    font-size: medium;
    text-align: left;
}

.KBTableTDDetail
{
	padding:8px;
	width:100%;
}

.KBImageListItem
{
	padding:5px;
	cursor:pointer;
}

.KBImageListTD
{
	width:210px;
	font-size:14px;
	padding: 0px;
}

.KBSearchResultsTitle
{
	text-decoration: 'underline';
	font-weight: bold;
}

.KBSearchResultsProblem
{
	color:#3E719B;
}

.KBSearchResultsKeyword
{
	color: #FF0000;
	font-size: 11px;
}

.KBSearchResultsModel
{
	font-size: 11px;
}

#container {
  position: relative;
  width: 700px;
  overflow: hidden;
  border: 1px solid #EFEFEF;
}

#scroller 
{
  width: 700px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

.content {
  width: 200px;
  height: 200px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
  border: 1px solid #EFEFEF;
  font-size: .8em;
}

.scrollNav, .scrollNav a:link, .scrollNav a:visited  {
  font-size: .8em;
  color:#00009C;
  font-weight: bold;
}



/* Grid View Styling */
/* style for panel surrounding grid.  Scroll-bars for display, no scroll for print */
.gridScroll	
{
    width: 100%;
    max-height: 335px;
    overflow:auto;
}

.gridScroll15
{
    width: 100%;
    max-height: 335px;
    overflow:auto;
	padding:0px;
}


.gridScroll table th
{
	position:relative;
	font-family: 'Lato', sans-serif;
	color: #fff;	
	font-size: 12px;	
	font-weight: 400;
	padding: 6px 0 4px 10px;
	background-color: #0067ac;
	-moz-border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0;	
}

.gridScroll table tbody
{
	overflow:hidden;
}

.gridScrollTall
{
    width: 100%;
    height: 500px;
    overflow:auto;
}

.gridView
{
    background-color: #EFF7FF; /*font: 1em arial, hevetica, sans-serif;*/
    padding: 3px;
	width: 98%;
	font-size:9pt;
    cursor:pointer;
}

/*-------------------------MPM 15 new grid and row styles---------------------------------------------*/
.gridview15{
	margin-top:0px;
	width:100%;
}

.normalRow15
{
    background-color:  #FFF;
}

.alternateRow15
{
    /*background-color: #CCC;*/
	background-color:#ddd;
}

.headerRow15
{
    background-color: #0067ac;
    color: #FFF;
	font-size:14px;
	font-weight:400;
}

.headerRow15 a:link, .headerRow15 a:hover, .headerRow15 a:visited
{
    color: #FFF;
    text-decoration:underline;
}

/*------------------------------------------------------------------------------------------*/
.gridViewKB
{
    background-color: #EFF7FF; /*font: 1em arial, hevetica, sans-serif;*/
    padding: 3px;
	width: 100%;
	font-size:9pt;
    cursor:pointer;
}

.gridViewNormalRow
{
    background-color:  #FFF; /*#0067AC;*/
}

.gridViewAlternateRow
{
    background-color: #CCC; /*#0067AC;*/
}

.gridViewSelectedRow
{
	background-color: #E3B97D;
	border-bottom: solid 1px #878787;
	border-top: solid 1px #878787;
	font-weight: bold;

}



/* Gridview Header */
.gridViewHeader
{
    background-color: #3E719B;
    text-align: left;
    color: #FFFFFF;
	position:relative; 
	top:expression(this.parentNode.parentNode.parentNode.scrollTop-1);
	padding-left: 5px;
	padding-bottom: 2px;
}

.gridViewHeader th 
{
	position:relative;




}

.gridViewHeader a:link
{
    color: #FFFFFF;
    text-decoration:underline;
     
}

.gridViewHeader a:hover
{
    color: #FFFFFF;
    text-decoration:underline;

}

.gridViewHeader a:visited
{
	color: #FFFFFF;
    text-decoration:underline;
}

.gridViewColumnHidden
{
	visibility:hidden;
	display:none;
}

.secondaryGridView
{
	background-color: #FFFFFF; 
    padding: 3px;
	width: 100%;
	font-size:9pt;
	margin-bottom:10px;
}

.secondaryGridViewHeader
{
    background-color: #E3B97D;
    text-align: left;
    color: #000000;
}

.secondaryGridViewHeader th 
{
	

}

.secondaryGridViewHeader a:link
{
    color: #FFFFFF;
    text-decoration:underline;
     
}

.secondaryGridViewHeader a:hover
{
    color: #FFFFFF;
    text-decoration:underline;
}

.secondaryGridViewHeader a:visited
{
	color: #FFFFFF;
    text-decoration:underline;



}

.secondaryGridViewAlternateRow
{
    background-color: #EFEFEF; /*#0067AC;*/
}




.tertiaryGridView
{
	background-color: #FFFFFF; 
    padding: 0px;
	width: 100%;
	font-size:9pt;
	margin-bottom:10px;




}

.tertiaryGridViewHeader
{
    background-color: #3E719B;
    text-align: left;
    color: #FFFFFF;




}

.tertiaryGridViewHeader th 
{
	


}

.tertiaryGridViewHeader a:link
{
    color: #FFFFFF;
    text-decoration:underline;
     
}

.tertiaryGridViewHeader a:hover
{
    color: #FFFFFF;
    text-decoration:underline;
}

.tertiaryGridViewHeader a:visited
{
	color: #FFFFFF;
    text-decoration:underline;
}

.tertiaryGridViewAlternateRow
{
    background-color: #EFEFEF; 
}

/* Tall Grids */
.gridScrollTall table th
{
	position:relative;
}

/* Detail Pages */

.detailGridContainer 
{
    width:100%;
    padding:0px 0px 0px 0px;
    margin-top: 0px;
}

.detailGridScroll	
{
    width: 100%;
    min-height: 0px;
    max-height:200px;
    overflow:auto;
}
/*ajax controls*/

/*need to reset for ajax:calendar, otherwise previous styles will mess up display*/
.ajax__calendar table tr td {
	padding:0;
	margin:0;
}

/*harness overun of autocomplete*/
.AutoComplete ul{
	position:relative;
	z-index:1;
	max-height:300px;
	overflow:auto;
}



/* simple jQuery css-based tooltip */
.tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:400px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;
	z-index: 99999;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}



/* DMI tab, accordion color */

.ui-widget-header
{
    background-color:#969DA4;
    background-image:none;
    border:1px solid gray;
}
.ui-state-active, .ui-widget-content .ui-tabs-active, .ui-widget-header .ui-state-active
{
    border: 1px solid #79b7e7;
    background: #79c9ec url(images/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x; 
}

.NoPaddingMargin 
{
    padding:0px;
    margin:0px;
}
table .NoPaddingMargin
{
    padding:0px;
    margin:0px;
    border-spacing: 0px;
}

.NoPaddingMargin td, th
{
    padding:0px;
    margin:0px;
}

.readonly
{
    border:0px;
}

.hiddn
{
    display:none;
}

.visibl
{
    display:inline;
}


.tabButtn
{
	background-color: rgb(150, 157, 164);
	font-family: 'Lato', sans-serif;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
    height:30px;
    width:140px;
    color: #FFFFFF;
    text-align:left;
    border:4px solid rgb(150, 157, 164);
}

.tabButtnStatic
{
	background-color: rgb(150, 157, 164);
	font-family: 'Lato', sans-serif;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
    height:30px;
    width:130px;
    color: #FFFFFF;
    text-align:left;
    border:0px solid transparent;
}

.tabButtn:hover
{
    background-color: #FFFFFF;	
    color: #333;
    border:4px solid rgb(150, 157, 164);
    cursor:pointer;
}

.tabButtnSel
{
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
    height:30px;
    width:140px;
    background-color: #FFFFFF;	
    color: #333;
    text-align:left;
    border:4px solid rgb(150, 157, 164);
    
    
}

.tabButtnSel:hover
{
    cursor:pointer;
    border:4px solid rgb(150, 157, 164);
}


.inlineChrtVis
{
    height:75px;
    width:200px;
    text-align:center;
    vertical-align:middle;
}

.inlineChrtVis:hover
{
    cursor:pointer;
}

.inlineChrtInVis
{
    height:75px;
    width:200px;
    display:none;
}

.RMAStepVis
{
    width:99%;
}

.RMAStepInVis
{
    display:none;
}


.errHighlt
{
    border: 1px solid #FF0000;
}

.sep
{
   height:1px; 
   color:#FFFFFF;
    background-color:#FFFFFF;
   border:0px solid transparent;
}

.txtlbl
{
    width:145px;
    background-color:#0067AC;
    margin:0px;
    padding:0px;
    color:#FFFFFF;
    font-size:12px;
    line-height:10px;
    
}

.reqInvis
{
    display:none;
}

.reqVis
{
display:inline;
}

.statusInfo
{
    color:#FFFFFF;
    font-size:12px;
    border: 1px solid #CECECE;
}


