﻿

#wrapper
{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border:solid 1px #C3C3C3;
	padding: 0 10px 0 10px;
}


#footer
{
    height: 50px;
    clear:both;
}

.top-menu 
{
	margin-left:auto;
	margin-right:auto;
	width:1200px;
	height:25px;
	padding: 0 0 1em 0;
	position:relative;
    z-index: 2900;

}


.anBlueHeading
{
    font-size:4em;
    font-weight: bold;
    /* AN Blue 294C: RGB: 0 47 108 or hex #002f6c */
    color: rgb(0, 81, 146);
}


.left
{
	float:left;
	width:250px;
	clear: left;
}

.right
{
	float:right;
	width:250px;
}

.rightNoWidth
{
    float:right;
}


/* BODY, PARAGRAPH */

body 
{
	color:#000000;
	font-family:arial;
	font-size:85%;
	font-style:normal;	
}

p
{	
	/*font-size:85%;*/
	color:#003399;
}

/* 
	.Button, .LinkButton
	Used by C-Squirt skin file to apply additional styling 
*/

.Button
{
	margin-left: 7px;
	border-top: solid 1px #739AC6;
	border-right: solid 2px #739AC6;
	border-bottom: solid 2px #739AC6;
	border-left: solid 1px #739AC6;
	cursor: pointer;
}

.LinkButton 
{
	text-align:left;
	background-image:url(images/more_right_arrow_pink_grey.gif);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:8px;
}

.LinkButtonPlain
{
	padding-left: 7px;
}

.LinkButtonRight
{
	text-align:left;
	background-image:url(images/more_right_arrow_pink_grey.gif);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:8px;
	float: right;
	margin-right: 30px;
}

.userControlDiv
{
    margin: 10px 3px 10px 7px;
}


/* .formTable - used for laying out controls on a form in a table, e.g. Panels.aspx */

.formTable
{
	width: 100%;
	color:#003399;
    margin: 8px 10px 10px 10px;
    padding-right: 10px;
}

.formTable td
{
	vertical-align: top;
    padding-top: 3px;    
}


.formViewButton
{
    margin: 20px 10px 20px 10px;
}

.materialFormTable {
    width: 100%;
    color: #003399;
    margin: 0px 10px 10px 10px;
    padding-right: 10px;
}

.materialFormTable td {
    vertical-align: top;
    padding-top: 3px;
}

.dataLabel
{
    color:black;
}



.ppeDiv
{
    width:720px;
    float:left; 
    border: 1px solid;
    padding:5px;
}

.riskLevelLabel
{
    font-size: 25px;
    padding: 10px;
    text-align:center;
    border: 1px solid;
}

.riskLevelDiv
{
    width:250px;
    height:195px;
    float:right; 
    border: 1px solid;
    padding: 5px;
    text-align:center;
}

.riskLevelDivText
{
	color:#003399;
	font-size:95%;
	font-weight:bold;
}

.summaryDiv
{
    border: 1px solid;
    padding: 5px;
    font-size: 95%;
}

ul 
{
	font-size:90%;
}

ol
{
    font-size: 90%;
}

li
{
    padding:3px;
}

/* Headings */

h1 
{
	color:#005192;
	font-size:100%;
	font-weight:bold;
}

h2 
{
	color:#003399;
	font-size:95%;
	font-weight:bold;
}


h3 {
	color:#739AC6;
	font-size:90%;
	font-weight:bold;
}


h4
{
	color:#739AC6;
	font-size:85%;
	font-weight:bold;

}

h5
{
	color:#C3C3C3;
	font-size:85%;
    font-weight:bold;

}

h6
{
	color:#C3C3C3;
	font-size:85%;
	font-weight:bold;
}

/* End Headings */


/* Warnings / Validation */

.warningDiv
{
    padding: 3px;
    width: 700px;
    margin-bottom:5px;
}

.approvalDiv {
    border:solid;
    background-color:orange;
    color:black;
}

.approvalNotRequiredDiv {
    border: solid;
    background-color: lightblue;
    color: black;
    height:25px;
    line-height:25px;
}

.otherWarningsDiv {
    border:solid;
    background-color:lemonchiffon;
    color:black;
}


.warningLabel
{
	color: Red;
	font-size: 90%;
	padding-right: 10px;
}

.warningLabelLarge
{
	color: Red;
	font-size: 105%;
	padding-right: 10px;
}

.warningLabelBlack
{
	color: black;
	font-size: 90%;
	padding-right: 10px;
}

.Validation
{
	color: Red;
}

.Validation ul
{
	color: Red;
	font-size: 85%;
}

.rfdHeading.RadForm_Windows7 h4
{
    border-bottom: none !important;
}


#header 
{
	width:980px;
	overflow:hidden;
}

#header-left
{
	width:300px;
	float:left;}

#header-right
{
	width:475px;
	float:right;
}

.divLabel
{
    color: White;
    font-weight: bold;
    font-size: 1.2em;
    vertical-align: middle;
    text-align: center;
    background: Navy;
    width: 98%;
}

.materialDiv
{
    width:48%;
    border:solid;
    height:320px;
    margin:3px;
    float:left;
}

.materialDivShort
{
    width:48%;
    border:solid;
    height:175px;
    margin:3px;
    float:left;
}

.materialDivLong
{
    width:48%;
    border:solid;
    height:375px;
    margin:3px;
    float:left;
}

.sampleDiv
{
    width:48%;
    border:solid;
    padding:3px; 
    height:325px;
    margin-bottom:15px;
    float:left;
}

.sampleDivShort
{
    width:48%;
    border:solid;
    padding:3px; 
    height:200px;
    margin-bottom:15px;
    float:left;
}

.hazardTextBox
{
   text-align: center;
}

.uppercase
{
    text-transform: uppercase;
}

.batchCardPPEPanel
{
    float: left;
    width: 450px;
}

.batchCardMixedPaintPanel
{
    float: right;
    width: 450px;
}

.batchCardButtonDiv
{    
    float: right;   
}

.horizontalListBox li
{
    display:inline-block !important; 
}

.horizontalListBox .rlbTemplate
{
    display: inline-block !important;
}

.ownerLabel
{
    padding: 5px;
}

.commandItemTemplate
{
    padding: 7px;
}

/*session timeout notification content*/
.notificationDiv
{
     z-index: 50000 !important;  
}           
.infoIcon, .notificationContent
{
     display: inline-block;
}           
         
.notificationContent
{
     padding-left:50px;
}

.noDecoration
{
    text-decoration: none;
}

.inventoryKeyRed {
    
    color:red;
    padding: 3px;
    height:20px;
    vertical-align:central;
    text-align:center;
    border: 0.5px solid black;
}

.inventoryKeyPurple {
    color: magenta;
    padding: 3px;
    height: 20px;
    vertical-align: central;
    text-align: center;
    border: 0.5px solid black;
}

