/**
****************************************************************************
* Company Name:		Leidos
* Contract Name:	FDA MARCS
* Contract #:		HHSF22301001T
*
* Module Name:		styles.css
* Description:		COMSTAT Styles
* Author:			Bill Bell
* Creation Date:	11/17/2017
*
* Change Log:		DEFECT#		AUTHOR			CHANGE DATE		DESCRIPTION
*					ALM 7580	Bill Bell		04/18/2018		SonarQube finding updates
* Copyright© Food and Drug Administration. All rights reserved.
***************************************************************************
**/	

	body {
		font-family: Arial,Verdana,Helvetica,sans-serif;
		font-size: .7em;
		background: #3f6ca5 url('../image/back.jpg') repeat-x;
		}		
		
	input {
		width: 12em;
		font-size: .9em;
	}	
	
	select {
		font-size: .9em;
	}
	
	input[type=submit] {
		width: auto;
		font-size: 1em;
	}

	input[type=reset] {
		width: auto;
		font-size: 1em;
	}	
	input[type=checkbox] {
		width: 1em;
		font-size: 1em;
	}		
	
	p.informText {
		width: inherit;
	}

	.width560 {
		width: 560px;
	}	
	
	.container {
		width: 700px;
		margin-top: 2em;
	}	
	
	.breadCrumb {
		font-size: .5em;
		padding: 5px;
	}	
	
	.footer {
		padding-top: 10px;
		text-align: right;
	}	
	
	div.validationMsg {
		color: red;
		padding-bottom: 10px;
	}
	a.validationMsg {
		color: red;
	}	
	
	table.wrapper {
		border-collapse: collapse;
		background-color: white;
	}
	table.wrapper td {
		padding: 0;
	}
	
	table.contentLayout {
		border-collapse: separate;
		border-spacing: 0;
		table-layout: fixed;	
	}	
	table.contentLayout td {
		padding: 2px;
	}	
	
	.searchResults {
		border: 1px solid #597a9b;
		border-collapse: separate;
		border-spacing: 5px;	
		width: 100%;
	}
	.searchResults th {
		background-color: #c0c0c0;
		padding: 2px;
	}
	.searchResults tr:nth-child(2n){
		background-color: #f0f8ff;
	}
	.searchResults tr:nth-child(2n):hover, .searchResults tr:hover {
		background-color: #c0c0c0;
	}	
	.searchResults tr {
		background-color: white;
	}
	.searchResults td {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}	
	.searchResults td.leftText {
		text-align: left;
	}			

	.profileData {
		border-collapse: separate;
		border-spacing: 5px;
		margin-top: 5px;	
		width: 100%;	
	}
	.profileData h2 {
		text-align: center; 
	}	
	.profileData table {
		width: 100%;
	}

	.userData {
		border-collapse: separate;
		border-spacing: 5px;
		margin-top: 5px;	
		width: 100%;	
	}		
	
	
	.profileData table {
		width: 100%;
	}
	
		
	.labelstyle {
		color: #726e6d;
		font-weight: bold;
		padding-right: 6px;
		text-align: right;
	}
	.links {
		color: #726e6d;
		font-weight: bold;
		margin-right: 6px;
		text-align: right;
	}	
	.whiteText {
		color: white;
	}
	.silverText {
		color: silver;
	}
	.pagenationText {
		padding: 5px;
	}	
	.boldText {
		font-weight: bold;
	}
	
	.titleText {
		font-size: 1em;
	}
	
	.rightText {
		text-align: right;
	}
	
	.addressContainer {
		color: #558fb7;
		font-weight: bold;
		font-size: 1.2em;
	}


	
	div.center {
		text-align: center;
	}
	
	div.center table {
		margin: 0 auto;
		text-align: left;
	}