/* CSS Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* Body colors/design */
BODY {
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:black;
	line-height: 1;
}

/* Link colors/design */
A {
	color:#1659BE;
	text-decoration:none;
}

A:hover {
	color: #0C94E8;
}

A IMG {
	border:none;
}

/* Sets page width */
#page {
	margin-left:auto;
	margin-right:auto;
	width:1200px;
	min-height:400px;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

/* Header */
#header {
	width:100%;
	height:110px;
	margin:20px 0 20px 0;
	padding-bottom:10px;
}

#logobox {
	width:auto;
	height:110px;
	float:left;
	padding-top:10px;
	padding-left:4px;
}

#headerbox {
	width:auto;
	height:110px;
	text-align:right;
	float:right;
	padding-right:4px;
}

#headertext {
	padding-top:45px;
	font-size:30px;
	color: #282828;
	font-weight: bold;
}

#headerdate {
	font-size:11px;
	color: #484848;
	font-weight:bolder;
}

/* Creates separarte DIV for menu and content to sit side by side */
.float {
	width:100%;
	margin:auto;
}

/* Login */
#login {
	width: 250px;
	background-color:#f7f7f7;
	padding:10px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	border-top: solid 3px #282828;
	border-bottom: solid 3px #282828;
	text-align:left;
	overflow:hidden;
}

#login P {
	padding-bottom:10px;
	font-weight:bold;
}

#login TABLE {
	width:100%;
	padding-bottom:10px;
	border-collapse: collapse;
}

#login .error {
	font-weight:bold;
	padding-bottom:10px;
	color:#d9333d;
}

#login input[type="text"], #login input[type="password"] {
	width:150px;
	font-size:12px;
	border: solid 1px #666;
	padding-left:3px;
}

#supportedBrowsers {
    margin-top:60px;
    text-align:center;
    font-size:10px;
}

#supportedBrowsers .header {
    font-size:14px;
    margin:15px 0 5px 0;
}

#supportedBrowsers .subhead {
    margin:3px;
}

#supportedBrowsers > UL > LI {
    list-style-type: square;
    padding:2px;
    list-style-position: inside;
}

/* Menu */
#menubox {
	width: 250px;
	vertical-align:top;
	float:left;
	padding-right:20px;
	text-align:left;
	font-size:11px;
}

/* Main site content */
#content {
	width:906px;
	min-height: 400px;
	padding: 10px;
	border-top:solid 8px white;
	background-color: #f7f7f7;
	background-image:url(https://portal.thomasandwilliamson.com/gfx/content_bg.jpg);
	background-repeat: repeat;
	text-align: left;
	overflow: hidden;
}

#content H1 {
	margin-bottom:20px;
	font-size:20px;
}

#content H2 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}

#content P {
	text-align:left;
	margin-bottom:10px;
}

#content BR {
	margin-bottom:5px;
}

#content TABLE {
	width:100%;
	border-collapse: collapse;
	text-align:left;
	border-spacing: 0;
	margin-bottom:10px;
}

#content input[type="text"], #content input[type="password"] {
	width:250px;
	font-size:12px;
	border: solid 1px #666;
	padding-left:3px;
}

#content input[type="submit"] {
	background-color: white;
	font-weight: bold;
	color: black;
	height: 40px;
	width: 100px;
	padding: 5px;
	border: solid 2px #282828;
	margin-bottom:20px;
}

#content SELECT {
	width:255px;
	font-size:12px;
	border: 1px solid #666;
	padding-left:3px;
}

#content .error {
	color:#d9333d;
}

/* Classes for account pages */

#passwordChange {
    width: 100%;
    vertical-align:top;
}

#passwordChange .box {
    box-sizing: border-box;
    width:450px;
    height:150px;
    display:inline-block;
}

#passwordCheck {
    box-sizing: border-box;
    width:375px;
    display:inline-block;
    height:150px;
    border: 0;
    margin: 0;
    vertical-align:top;
}

#passwordCheck UL LI {
    list-style-type:square;
    padding:2px;
}

/* Format AutoComplete fields. */

.autocomplete {
	width:253px;
	font-size:12px;
	border: solid 1px #666;
	background-color:white;
}

.autocomplete UL a {
    display: block;
    outline: none;
    text-decoration: none;
	padding-left:3px;
}

.autocomplete UL li > a > span {
    float: right;
}

.autocomplete UL li > a > span:before {
    content: '\25be';
}
.autocomplete UL li.open > a > span:before {
    content: '\25b4';
}

.autocomplete UL a:hover, .autocomplete UL li.active > a {
    background-color: #5d5d5d;
    color: #f5f5f5;
}

.autocomplete UL > li.active > a  {
	
}

.autocomplete UL li a {
	color: #282828;
}


/* Format AutoComplete fields. Depreciated */
#AjaxResult {
	width:253px;
	font-size:12px;
	border: solid 1px #666;
	background-color:white;
}

#AjaxResult UL a {
    display: block;
    outline: none;
    text-decoration: none;
	padding-left:3px;
}

#AjaxResult UL li > a > span {
    float: right;
}

#AjaxResult UL li > a > span:before {
    content: '\25be';
}
#AjaxResult UL li.open > a > span:before {
    content: '\25b4';
}

#AjaxResult UL a:hover, #AjaxResult UL li.active > a {
    background-color: #5d5d5d;
    color: #f5f5f5;
}

#AjaxResult UL > li.active > a  {
	
}

#AjaxResult UL li a {
	color: #282828;
}

/* Quick classes for common usage */
.fullright {
	text-align:right;
	width:100%;
}

.fullcenter {
	width:100%;
	text-align:center;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.result {
	font-weight:bold;
}

.hidden {
	display:none;
}

.bold {
	font-weight:bold;
}

.noBorder {
    border:0 !important;
}

/* Dialog Formatting for Error Messages */
.ErrorBox {
	width:400px;
	text-align:left;
	border:solid 1px black;
	padding:0px;
	margin:0px;
	background-color:white;
}

.ErrorBox .Title {
	width:100%;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	font-size:18px;
	background-color:#d9333d;
	color:white;
}

.ErrorBox .Text {
	padding: 5px;
}

.ErrorBox .Options {
	width: 70px;
	text-align:center;
	padding:5px;
	background-color:black;
	color:white;
	margin-left:300px;
	margin-right:10px;
}

.ErrorBox .Options A {
	color:white;
}

/* Table Formatting */
.TableHeader {
	text-align:center;
	background-color:#282828;
	color:white;
	width:100%;
	padding:0px;
}

.TableDotted, .TableUnderDotted, .TableLined, .TableUnderlined, .TableLineDotted {
	border-spacing: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #282828;
}

.ThinTableUnderDotted, .ThinTableLined {
	border-spacing:2px;
	border-width:1px;
	border-style:solid;
	border-color:#282828;
	width:320px !important;
	margin:auto;
}

.TableDotted TH, .TableUnderDotted TH, .TableLined TH, .TableUnderlined TH, .TableLineDotted TH, .ThinTableUnderDotted TH, .ThinTableLined TH {
	background-color:#F0F0F0;
	padding:2px;
	border: solid 1px #282828;
	-moz-border-radius: 0;
}

.TableDotted TD {
	background-color:white;
	padding: 2px;
	border: dotted 1px #282828;
	-moz-border-radius: 0;
}

.TableUnderDotted TD, .ThinTableUnderDotted TD {
	border-bottom:dotted 1px #282828;
	padding:2px;
	background-color:white;
	-moz-border-radius: 0;
}

.TableLined TD, .ThinTableLined TD {
	background-color:white;
	padding:2px;
	border: solid 1px #282828;
	-moz-border-radius: 0;
}

.TableUnderlined TD {
	background-color:white;
	padding:2px;
	border-top:solid 1px #282828;
	border-bottom: solid 1px #282828;
	border-left:0px;
	border-right:0px;
	-moz-border-radius: 0;
}	

.TableLineDotted TD {
	background-color:white;
	padding:2px;
	border-bottom: solid 1px #282828;
	border-right:dotted 1px #282828;
	-moz-border-radius: 0;
}

/*

	Table Cell Formatting
	
*/

.TextDisabled {
    color:darkgray;
    font-style: italic;
}


/* Submittals */

.LeftColumn {
    width:80px;
    background-color:#F0F0F0 !important;
    font-weight: bold;
}

.LeftColumn2 {
    width:80px;
}


/* Generic */
.question {
	width:135px;
	vertical-align:middle;
	font-weight:bold;
}

.tquestion {
	width:135px;
	vertical-align:top;
	font-weight:bold;
	padding-top:2px;
}

/* companyLink */
.linkLine {
	width:254px;
	text-align:center;
}

/* Contractor Procurement */
.procurementHover {
    background-color: #fafaff !important;
}

.procurementSection {
    width: 75px;
}

.paragraphStatus {
    width:75px;
    text-align:right;
    vertical-align:middle;
}

.paragraphDescription {
    vertical-align:middle;
}

.paragraphNumber {
    font-weight:bold;
}

#paragraphDebug {
    vertical-align:middle;
}

#paragraphSubmit {
	font-weight: bold;
	color: black;
	height: 18px !important;
	width: 100% !important;
	padding: 1px !important;
	border: solid 1px black !important;
	margin:0px !important;
    background-color:#F0F0F0 !important;
    vertical-align:middle;
}


/* AE Comments Box */
.AEComments {
	padding:5px;
	text-align:left;
	margin:auto;
	background-color:white;
	width: 310px !important;
	border: solid 1px black !important;
}


/* Version 1.0 */
.SubmittalsA {
	width:75px;
}

.SubmittalsC {
	width:130px;
	text-align:right;
}

.AEContract {
	width:55px;
	text-align:right;
}

.AESpecification {
	width:80px;
}

.AESubmitted {
	width:65px;
	text-align:right;
}

.StatusA {
	font-weight:bold;
	width:90px;
	background-color:#F0F0F0;
}

.StatusB {
	background-color:white;
}

.PdfSize {
	width:55px;
	text-align:right;
}

.PdfX {
	width:25px;
	text-align:center;
}

.AddressCompany {
	width:200px;
}

.AddressPhone {
	width:110px;
}

.AddressFax {
	width:110px;
}

/* Procurement Manager */

.linkLine {
	width:254px;
	text-align:center;
}

.procurementHover {
    background-color: #fafaff !important;
}

.procurementSection {
    width: 75px;
}

.paragraphStatus {
    width:75px;
    text-align:right;
    vertical-align:middle;
}


/* Submittal Wizard */
#wizard {
    box-sizing: border-box;
    width:100%;
    margin: 20px 0px 50px 0px;
}

#tabs {
    box-sizing: border-box;
    margin: 0px 0px 1px 0px;
    width:100%;
    text-align:left;
    font-size:11px;
    vertical-align:bottom;
}

#tabs UL {
    box-sizing: border-box;
    display: inline;
    padding:0;
    margin: 0px 0px 0px 3px;
    vertical-align:bottom;
}

#tabs UL LI {
    box-sizing: border-box;
    display: inline;
    padding: 0px 2px 0px 2px;
    margin: 0px;
    border: solid 1px black;
    background-color:#ebebeb;
    vertical-align:bottom;
}

#tabs .active {
    box-sizing: border-box;
    border: solid 1px black;
    border-bottom: solid 1px white;
    background-color:white;
    padding-left:4px;
    padding-right:4px;
    font-size:13px;
}

#tabs A {
    color:black;
    text-decoration:none;
}

#wizard .frame {
    box-sizing: border-box;
    width: 100%;
    height: 360px;
    border: black 1px solid;
    background-color:white;
}

#wizardHeader {
    box-sizing: border-box;
    background-color:black;
    width:896px;
    margin:5px 5px 20px 5px;
    padding:5px 3px 5px 3px;
    color:white;
}

#wizardTables {
    position: relative;
}

#tSubcontractor {
    position: absolute;
    box-sizing: border-box;
    left: 5px;
    width: 296px;
    text-align:left;
}

#tSupplier {
    position: absolute;
    box-sizing: border-box;
    left: 304px;
    width: 296px;
    text-align:left;
}

#tManufacturer {
    position: absolute;
    box-sizing: border-box;
    right: 5px;
    width: 296px;
    text-align:left;
}

#wizardTables .tTitle {
    font-size:15px;
    font-weight:bold;
}

#wizardTables .tBox {
    width:100%;
    box-sizing: border-box;
    border: black 1px solid;
    padding:5px;
}

#wizardTables .keyUp {
    position: relative;
}

#wizardTables .keyUpResults {
    position: absolute;
    top: 0px;
    left:5px;
    width: 200px;
    background-color:white;
    border: black 1px solid;
}

#wizardTables .keyUpResults UL LI A {
    display: block;
    outline: none;
    text-decoration: none;
	padding: 3px;
}

#wizardTables .keyUpResults UL li > a > span {
    float: right;
}

#wizardTables .keyUpResults UL li > a > span:before {
    content: '\25be';
}

#wizardTables .keyUpResults UL li.open > a > span:before {
    content: '\25b4';
}

#wizardTables .keyUpResults UL a:hover,#wizardTables .keyUpResults UL li.active > a {
    background-color: #5d5d5d;
    color: #f5f5f5;
}

#wizardTables .keyUpResults UL > li.active > a  {
	
}

#wizardTables .keyUpResults UL li a {
	color: #282828;
}


#wizardTables INPUT[type="text"]{
    box-sizing: border-box;
    margin: 1px 1px 1px 1px;
    padding:1px;
    width:213px;
    padding:1px;
}

#wizardTables P {
    box-sizing: border-box;
    height: 14px;
}

#wizardTables .question {
    vertical-align:middle;
    text-align:right;
    width:68px;
}

#wizardTables .tControl {
    text-align:right;
    font-size:15px;
    margin-right:5px;
}

#wizardTables .toolTip {
    font-size:12px;
    background-color:#fffb99;
}

.tTabs {
    box-sizing: border-box;
    margin: 1px 0px 0px 0px;
    width:100%;
    text-align:right;
    font-size:11px;
    vertical-align:top;
}

.tTabs UL {
    box-sizing: border-box;
    display: inline;
    padding:0;
    margin:0px 2px 0px 0px;
    vertical-align:top;
}

.tTabs UL LI {
    box-sizing: border-box;
    display: inline;
    padding-left:1px;
    padding-right:1px;
    margin:0;
    border: solid 1px black;
    background-color:white;
    vertical-align:top;
}

.tTabs .active {
    box-sizing: border-box;
    border: solid 1px black;
    border-top: solid 1px white;
    background-color:white;
    padding-left:4px;
    padding-right:4px;
    font-size:13px;
}

.tTabs A {
    box-sizing: border-box;
    color:black;
    text-decoration:none;
}

.tTabs .doNotClick {
    font-style: italic;
}

#wizardFooter {
    margin-top: 300px;
    text-align:right;
    width:100%;
    box-sizing: border-box;
    padding-right:20px;
}

/* Upload Wizard */
#upload {
    box-sizing: border-box;
    width:100%;
    margin: 20px 0px 50px 0px;
}

#upload .frame {
    box-sizing: border-box;
    width: 100%;
    height: 350px;
    border: black 1px solid;
    background-color:white;
}

#uploadHeader {
    box-sizing: border-box;
    background-color:black;
    width:896px;
    margin:5px 5px 20px 5px;
    padding:5px 3px 5px 3px;
    color:white;
}

#upload TABLE {
    box-sizing: border-box;
    text-align:left;
}

#upload TABLE, #upload TABLE TR, #upload TABLE TR TD {
    border-collapse:separate;
    text-align:left;
}
    

#upload .tableWidth {
    box-sizing: border-box;
    width: 100px;
    background-color: white;
    border-spacing: 0px;
}

#upload .box {
    width: 277px;
    background-color:white;
    margin:10px;
    display:inline-block;
    text-align:center;
    border: black 1px solid;
    position: relative;
}

#upload .box .tooltip {
    position: absolute;
    bottom:120px;
    width:400px;
    font-weight: bold;
}

#upload .header {
    box-sizing: border-box;
    background-color:black;
    width:267px;
    margin:5px 5px 10px 5px;
    padding:5px 3px 5px 3px;
    color:white;
}

#upload .stuff {
    box-sizing: border-box;
    width:267px;
    margin-left:5px;
    text-align:left;
}

#upload .info {
    margin-bottom:5px;
    padding: 0 0 0 25px;
}

#upload .info LI {
    list-style: square;
    padding-bottom:5px;
}

#upload .upload {
    padding: 10px 5px 10px 5px;
    border-top: black 1px solid;

}

#upload .paragraphs {
    border-top: black 1px solid;
    border-bottom:black 1px solid;
    padding:10px 5px 10px 5px;
}

#upload .paragraphs UL {
    margin-top:5px;
}

#upload .paragraphs UL LI {
    padding:2px;
}

#upload .submit {
    margin:5px 5px 5px 5px;
    text-align:right;
}

#upload .finished {
    margin-top:20px;
    text-align:right;
}


/* Submitted */

TH.submittedSection {
    text-align:center !important;
}

TH.submittedDescription {
    text-align:center !important;
}

TH.submittedDate {
    text-align:center !important;
}

TH.submittedStatus {
    text-align: center !important;
}

.submittedSection {
    width:60px;
}

.submittedDate {
    width:120px;
    text-align:center !important;
}

.submittedStatus {
    width:100px;
}

.submittedParagraphNumber { 
    width:60px;
    text-align:right;
}

.submittedContract {
    width:30px;
}


/* View */
.TableEachParagraph {
    width:40px;
    text-align: center !important;
}

#aeReview {
    text-align:right;
}


.aeTextArea {
    width:314px;
    height:100px;
    margin-left:293px;
}

.aeSave {
    font-style: italic;
}
