﻿/* 
	Main.css
	
	Table of Contents
	---
	Date Range                  (_DATERANGE)
	Elements                    (_ELEM)
	Classes                     (_CLASSES)
	Error Styles                (_ERRORS)
    Master-Detail Table         (_MDTABLE)
    Quick Search                (_QSEARCH)
    Results                     (_RESULTS)
	Secondary Nav               (_SECONDARYNAV)
	Site Header                 (_SITEHEADER)
	Site Footer                 (_FOOTER) 
	Tree View                   (_TREEVIEW)
	Two-Column Display Table    (_TWOCOLUMNTABLE)
    Advanced Search             (_ADVANCEDSEARCH)
    ISFSearchDetailsContent     (_ISFSEARCHDETAILS)
    IFRAMES                     (_IFRAME)
*/

/* Elements (_ELEM) */
html, body 
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #F2EDE3;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
}

h1 
{
	/* color: #f4b615; */
	color: #000;
	font-size: 2.0em;
	font-weight: 100;
	margin: 16px 0;
}

h2 
{
	color: #000;
	margin: 12px 0px;
	font-weight: 100;
}

h3 
{
	color: #000;
	margin: 4px 0px;
	white-space: nowrap;
}

input[type='text'], input[type='password'], textarea
{
	padding: 2px 4px;
	width: 230px;
}

input[type='text'].small 
{
	width: 113px;
}

textarea 
{
	height: 60px;
	font-family: Arial, Sans-Serif;
}

select 
{
	padding: 0px;
	width: 242px;
}

select.small 
{
	width: 125px;
}

input[type='submit'], input[type='button']
{
	background-image: url('../Images/btnBg.png');
	background-repeat: repeat-x;
	border: 1px solid #9B9B9B;
	padding: 5px 10px;
	}

input[type='submit'].large, input[type='button'].large
{
	width: 150px;
}

label 
{
	color: #874924;
	margin: 4px 0px;
}

label.input-label 
{
	display: block;
	float: left;
	width: 142px;
}

label.small 
{
	width: 117px;
}

label.large 
{
	width: 192px;
}

a
{
	color: #9b2a38;
}

a.small 
{
	font-size: 0.8em;
}

hr 
{
	float: left;
	clear: both;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 100%; 
}

nav ul, nav ul li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* Classes (_CLASSES) */
.page-content
{
	min-height: 100%;
	width: 100%;
	padding-bottom: 60px;
	overflow: auto;
}

.content 
{
	margin: 0 auto;
	width: 980px;
}

.data-field 
{
	clear: both;
	margin: 4px 0px;
	width: 100%;
	overflow: auto;
}

.data-field label 
{
	margin-right: 8px;
	float: left;
	width: 142px;
}

.data-field label.small 
{
	width: 117px;
}

.data-field label.large 
{
	width: 192px;
}

.data-field span 
{
	display: block;
	float: left;
	margin-left: 16px;
	margin-top: 4px;
}

.data-field input.withValidation, .data-field textarea.withValidation
{
    float: left;
}

.hidden 
{
	display: none;
}

.show 
{
	display: block;
}

.page-sidebar 
{
	float: left;
	margin-top: 14px;
	margin-right: 14px;
	width: 175px;
}

.page-sidebar section
{
	float: left;
	width: 100%;
}

.page-sidebar nav ul li a
{
    float: left;
    clear: both;
    line-height: 20px; 
}

.search-sidebar 
{
	margin-top: 0px;
}

.search-sidebar section
{
	margin-bottom: 8px;
}

.search-sidebar section.last
{
	margin-bottom: 0px;
}

.left 
{
	float: left;
}

.right 
{
	float: right;
}

.center 
{
	margin: 0 auto;
}

.width-100 
{
	width: 99%;
}

.float-header
{
	display: block;
	float: left;
	margin: 1px 0px 0px 0px;
	width: 125px;
}

.servicemember-content 
{
	float: left;
	width: 708px;
}

.isf-content 
{
	float: left;
	width: 708px;
}

/* Error Styles (_ERRORS)*/
.error, .error-summary, .success 
{
	padding: 10px 20px;
	margin: 10px auto 10px auto;
	width: 90%;
	border-width: 1px;
	border-style: solid;
	text-align: center;
}
.error, .error-summary
{
	color: #d8000c;
	background-color: #ffbaba;
	border-color: #d8000c;
}

.error-summary 
{
	text-align: left;
}

.error-summary ul
{
	list-style: none;
}

.success 
{
	color: #4f8a10;
	background-color: #DFF2BF;
	border-color: #4f8a10;
}

.success .message 
{
	display: block;
	margin-top: 4px;
}

.md-instruction 
{
	float: right;
	font-weight: bold;
	padding: 20px 10px;
	margin-top: 40px;
	width: 318px;
}

/* ID Elements */
#pageForm 
{
	min-height: 100%;
	position: relative;
}

/* Site Header (_SITEHEADER) */
header#siteHeader 
{
	background-color: #3b3b3b;
	background-image: url('../Images/border.png');
	background-repeat: repeat-x;
	background-position: bottom center;
	width: 100%;
}

header#siteHeader .content 
{
	height: 105px;  
}

header#siteHeader .logo 
{
	display: block;
	float: left;
	height: 97px;
	position: relative;
	width: 68px;
}

header#siteHeader .logo img 
{
    border: none;
}

header#siteHeader .header-text-img
{
	display: block;
	float: left;
	height: 33px;
	margin-top: 21px;
	margin-left: 37px;
	width: 429px;
}

header#siteHeader .header-text 
{
	color: #b5b5b5;
	float: left;
	font-size: 1.85em;
	margin: 30px 0 0 64px;
}

header#siteHeader nav 
{
	display: block;
	float: left;
	height: 28px;
	margin-left: 19px;
	margin-top: 6px;    
	width: 893px;
}

header#siteHeader nav ul 
{
	height: 28px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

header#siteHeader nav ul li
{
	margin: 0;
	height: 28px;
	padding: 0;
	width: 80px;
	float: left;
	margin-right: 2px;
}

header#siteHeader nav ul li.user-options 
{
	width: 189px;
	float: right;
}

header#siteHeader nav ul li.user-options a
{
	width: 188px;
}

header#siteHeader nav ul li.user-message
{
	margin-right: 12px;
	text-align: right;
	width: 113px;
}

header#siteHeader nav ul li a, header#siteHeader nav ul li.user-message article
{
	color: #fff;
	font-size: 0.65em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 28px;
	padding: 1px 0px;
}

header#siteHeader nav ul li.user-message article 
{
	line-height: 14px;
}

header#siteHeader nav ul li a 
{
	background: transparent url('../Images/header_buttons.png') 0px 0px no-repeat;
	display: block;
	height: 28px;
	width: 80px;
	text-align: center;
}

header#siteHeader nav ul li a.two-line 
{
	line-height: 14px;
}

header#siteHeader nav ul li a:hover
{
	background-position: -95px 0px;
}

header#siteHeader nav ul li a:active
{
	background-position: -190px 0px;
}

header#siteHeader nav ul li a.green 
{
	background-position: 0px -29px;
}

header#siteHeader nav ul li a.green:hover
{
	background-position: -95px -29px;
}

header#siteHeader nav ul li a.green:active
{
	background-position: -190px -29px;
}

header#siteHeader nav ul li.navDropDown ul
{
	display: none;
	width: 10em;
	background-color: #b3b3b3;
	z-index: 1000; 
}

header#siteHeader nav ul li.navDropDown.show ul         /* change .show to :hover for CSS dropdown rather than JS */
{
	display: block;
	position:absolute;
	margin: 8px 0 0 -130px;
	padding: 0;
	width: 150px;
}

header#siteHeader nav ul li.navDropDown.show ul a       /* change .show to :hover for CSS dropdown rather than JS */ 
{
	background-image: none;
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 8px;
}

header#siteHeader nav ul li.navDropDown
{
	height: 38px;
	width: 28px;
}

header#siteHeader nav ul .navDropDown a.options, header#siteHeader nav ul .navDropDown a.help 
{
	height: 28px;
	width: 28px;
}

header#siteHeader nav ul .navDropDown a
{
	background-position: 0 0;
}

header#siteHeader nav ul .navDropDown ul li a
{
	background-color: #3b3b3b;
}

header#siteHeader nav ul .navDropDown ul li a:hover
{
	background-color: #000;
}

header#siteHeader nav ul .navDropDown a.options 
{
	background-position: 0px -115px;
}

header#siteHeader nav ul .navDropDown a.help 
{
	background-position: 0px -87px;
}

header#siteHeader nav ul .navDropDown a.logout 
{
	background-position: 0px -144px;
} 
header#siteHeader nav ul li.navMoreDropDown ul
{
	display: none;
	width: 10em;
	background-color: #b3b3b3;
	z-index: 1000; 
}

header#siteHeader nav ul li.navMoreDropDown.show ul         /* change .show to :hover for CSS dropdown rather than JS */
{
	display: block;
	position:absolute;
	margin: 8px 0 0 -77px;
	padding: 0;
	width: 150px;
}

header#siteHeader nav ul li.navMoreDropDown.show ul a       /* change .show to :hover for CSS dropdown rather than JS */ 
{
	background-image: none;
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 8px;
}

header#siteHeader nav ul li.navMoreDropDown
{
	height: 38px;
	width: 80px;
}

header#siteHeader nav ul .navMoreDropDown a.navMore
{
	height: 28px;
	width: 80px;
}

header#siteHeader nav ul .navMoreDropDown a
{
	background-position: 0 0;
}

header#siteHeader nav ul .navMoreDropDown ul li a
{
	background-color: #3b3b3b;
}

header#siteHeader nav ul .navMoreDropDown ul li a:hover
{
	background-color: #000;
}


/* Header with Image */
header.image-header h1
{
    float: left;   
}

header.image-header img 
{
    float: left;
    height: 48px;
    width: 48px;
    margin-top: 4px;
    margin-right: 16px;
}

header.image-header p 
{
    clear: both;
}

/* Site Footer (_FOOTER) */
footer#siteFooter 
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	margin-top: 30px;
	background-image: url('../Images/border.png');
	background-color: #3b3b3b;
	background-repeat: repeat-x;
	background-position: top top;
	color: #b5b5b5;
}

footer#siteFooter .content 
{
	line-height: 30px;
}

/* Secondary Nav (_SECONDARYNAV) */
#menuTopNav ul, .tab-nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.tab-nav ul li 
{
	width: 80px;
	height: 22px;
}

.tab-nav ul li a
{
	width: 80px;
	height: 22px;
	background-image: url('../Images/header_buttons.png');
	background-position: 0px -174px;
	background-repeat: no-repeat;
}

.tab-nav ul li a:hover
{
	background-position: 0px -196px;
}

.tab-nav ul li a.selected
{
	background-position: 0px -218px;
}

.tab-nav ul li a 
{
	color: #000;
	font-size: 0.8em;
	height: 22px;
	line-height: 22px;
	text-align: center;
	width: 80px;
}

/* Summary View (_SUMMARYVIEW) */
.dashboard-display
{
	font-size: 0.75em;
}

.dashboard-display label  
{
	color: #000;
	float: left;
	width: 225px;
}

.dashboard-display label b
{
	color: #874924;
}

.dashboard-display a 
{
	float: right;
}

.dashboard-display .dashboard-row 
{
	float: left;
}

/* Tree View (_TREEVIEW) */ 
.vv 
{
	empty-cells: show;
	font-size: 0.8em;
}

.vv td.data 
{
	height: 30px;
	min-width: 60px;
	white-space: nowrap;
}

.vv td.spacer 
{
	min-width: 20px;
}

.vv tr.header th.data
{
	background-color: #ccc;
}

/* Results (_RESULTS) */
table.results 
{
	width: 808px;
	float: left;
	text-align: left;
	vertical-align: middle;
	border-collapse: collapse;
	border-bottom: 1px solid #000;
	font-size: 0.8em;
}

table.results tr.selectable 
{
	cursor: pointer;
}

tr.alternate 
{
	background-color: #DAD8D3;
}

tr.split-event 
{
    background-color: #99FFFF;
}

tr.highlight td
{
   background-color: #9D814A;
}

table.results th, table.results td, div.results th, div.results td
{
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	padding: 4px 6px 4px 2px;
}

table.results th, div.results th 
{
    background-color: transparent;
	color: #874924;
	font-size: 1.1em;
	white-space: nowrap;
}

table.results td,  div.results td 
{
	border-top: 1px solid #000;
}

table.results td.wrap 
{
	white-space: normal;
}

table.results td.first,  div.results td.first 
{
	width: 100%;
}

table.results tr.total 
{
	background-color: #000;
	color: #fff;
	font-size: 1.0em;
}

.table-wrapper
{
	width: 708px;
	min-height: 400px;
	overflow-x: scroll;
	overflow-y: visible;
}

/* Master-Detail Table (_MDTABLE) */ 
table.master
{
	width: 358px;
}

table.detail 
{
	width: 330px;
	margin-left: 12px;
}

.XtoYofZ
{
    color: #874924;
}

/* Quick Search (_QSEARCH) */
#quickSearch header 
{
}

#quickSearch header a 
{
	text-decoration: none;
	cursor: pointer;
}

#quickSearch header a small 
{
	margin-top: 6px;
}

#quickSearch #qcPanel
{
	clear: both;
}

#quickSearch .hide 
{
	height: 0px;
	filter: alpha(opacity=0); /* needed for IE */
	opacity: 0.0;
}

#quickSearch a.hide 
{
    height: auto;
}

#btnSearch, .search-btn
{
	margin-left: 125px;
}

/* Two-Column Display Table (_TWOCOLUMNTABLE) */
table.data-display 
{
	width: 708px;
	float: left;
	text-align: left;
	vertical-align: middle;
	border-collapse: collapse;
	border-bottom: none;
	font-size: 0.8em;
}

table.data-display td 
{
	width: 179px;
}

table.data-display label 
{
	width: 100%;
	text-align: right;
	margin-right: 8px;
	display: block;
}

table.data-display span 
{
	display: block;
	margin-left: 12px;
}

/* Date Range (_DATERANGE) */
.date-range 
{
	float: right;
	width: 125px;
	margin-top: 4px;
}

.date-input 
{
	float: right;
	clear: both;
	width: 100%;
}

.date-input input 
{
	width: 70px;
	float: right;
}

.date-input label
{
	width: auto;
	color: #000;
	font-weight: 100;
	font-size: 0.8em;
}

/*
    Advanced Search             (_ADVANCEDSEARCH)
*/
.data-field label.aligned-with-dest 
{
    margin-left: 37px;
    width: 80px;
}

.data-field label.aligned-with-origin 
{
    margin-left: 42px;
    width: 75px;
}

/* Full Width Results          (_FULLWIDTHRESULTS) */ 
.full-width 
{
    width: 100%;
    overflow: auto;
}

nav.full-width
{
    float: left;
    overflow: auto;
    margin-bottom: 14px;
}

nav.full-width ul li 
{
    float: left;
    margin-right: 16px;
}

nav.full-width ul li a 
{
    line-height: 25px;
}

/* ISFSearchDetailsContent     (_ISFSEARCHDETAILS) */
#ISFSearchDetailsContent .row, #ISFUploadSubmissionsContent .row
{
    width: 850px;
    clear: both;
    margin: 0px auto;
}

#ISFUploadSubmissionsContent input[type='file'] 
{
    line-height: 15px;
    margin-left: 8px;
    margin-right: 25px;
    margin-top: 4px;
    width: 650px;
}

/* IFRAMES                     (_IFRAME) */
iframe#ifDMSFrame 
{
    width: 980px;
    height: 500px;
}

/* Marketing Specific */
.sidebar-content 
{
	float: left;
	width: 783px;
}

.sidebar-content section 
{
	margin-left: 4px;
	float: left;
	width: 99%;
}

.useful-links li 
{
    padding: 4px 0x 4px 28px;
    height: 20px;   
}

.base-link 
{
    float: left;
    clear: both;
    margin-top: 24px;
}

table.contact-us 
{
    width: 783px;
}

.contact-us .area 
{
    width: 50%;
}

.contact-us .phone-fax 
{
    width: 15%;
}

.contact-us .email 
{
    width: 20%;
}

.errorMsg
{
    display: block;
    color: #ff0000;
    font-weight: bold;
}

.label-aligned 
{
    margin-left: 150px;
}

/* Unsorted */
.buttons a 
{
	margin-left: 4px;
	text-align: center;
	margin-top: 6px;
	font-size: 0.8em;
}

footer.buttons a.two-line 
{
	margin-top: 150px;
}

#bsic_tbl 
{
	padding-left: 8px;
}

#bsic_tbl section 
{
	margin-top: 8px;
}

.excel-export 
{
	margin-top: -33px;
}

/*MH: misc things I know we added */
.datepicker {
    width: 80px;
}

/* pager location on Adv Search */
.leftPaging 
{
    text-align:left;
}

.srvSelectable.Avail
{
    background-color: Green;
    cursor: pointer;
}

.srvSelectable.Locked
{
    background-color: Orange;
    cursor: pointer;
}

.srvSelectable.Default
{
    background-color: Gray;
    cursor: pointer;
}

.srvSelectable.Added
{
    background-color: Yellow;
    cursor: pointer;
}

.ie6banner 
{
    text-align: center;
    clear: both; 
    height: 59px; 
    position: relative;
}

.small-font 
{
    font-size: 0.8em;
}

.hideListItem
{
    display: none;
    list-style-type: none;
}