﻿/*
    blue = #5D8093
    tan = #B79764
*/

body
{
	/*color:#5D8093;*/
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	padding: 10px;
	margin: 0px;	
}

img
{
    border: 0px;    
}
    
form
{
	margin: 0px 0px 0px 0px;
}

table
{
	border-collapse: collapse;
	padding: 0px;
	border-spacing: 0px;
	border: 0px;
	margin: 0px;
}

tr
{
	border-collapse: collapse;
	padding: 0px;
	border-spacing: 0px;
	border: 0px;
	margin: 0px;
}

td
{
	border-collapse: collapse;
	padding: 0px;
	border-spacing: 0px;
	border: 0px;
	margin: 0px;
}
    
.dLogout
{
	position:absolute;
	right:5px;
	top:5px;
	width:80px;
	height:30px;
	text-align: right;
}

.pdvValidationFail
{
	font-size:0.7em;
	color:Red;
}

.dChangeProfile
{
	position:relative;
	right:10px;
	top:10px;
	width:80px;
	height:30px;
	float:right;
}

#mainNavMenu
{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:18px;
	clear:both;
	border-bottom: 1px solid #B79764;
}

.dBody
{
	height:auto;
	width:auto;
	clear:both;
	z-index: 0;
}

.titleLogo
{
	font-size: 1.4em;
	font-weight: 500;
	color: #5D8093;
	margin-left: 25px;
	vertical-align: top;
}

a
{
	text-decoration:none;
	color: #B79764;
	font-size:0.8em;
}

a:link
{
	text-decoration:none;
	color: #B79764;
	font-size:0.8em;
}

a:visited
{
	text-decoration:none;
	color: #B79764;
	font-size:0.8em;
}

a:active
{
	text-decoration:none;
	color: #B79764;
	font-size:0.8em;
}

a:hover
{
	text-decoration:none;
	color: #B79764;
	font-size:0.8em;
}

a.green
{
	text-decoration: underline;
	color: #5D8093;
}

a.green:link
{
	text-decoration:underline;
	color: #5D8093;
}

a.green:visited
{
	text-decoration:underline;
	color: #5D8093;
}

a.green:active
{
	text-decoration:underline;
	color: #5D8093;
}

a.green:hover
{
	text-decoration:underline;
	color: #5D8093;
}

#dTitleLogo
{
	position: relative;
	float: left;
	width: 100%;
	height: 40px;
    padding-bottom: 5px;
}

.divSubtitle
{
    margin-top: 25px;    
    background-color: #6B92A5;
    font-size: 0.9em;
    padding: 3px;
    font-weight: bold;
    color: #FFFFFF;
}

.divErrorMessage
{
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #B79764;
    background: #EFE5D7;
    padding: 10px;    
}

.divErrorMessage span
{
    display: inline-block;
    padding-bottom: 8px;
    margin-right: 10px;
    color: #D95D5D;    
}

.lblPastDueDate
{
    color: #D95D5D;
    font-weight: bold;
}

.lblPriorityHigh
{
    color: #D95D5D;
    font-weight: bold;
}


.inputButtonSmall
{    
    width: 80px;
    height: 30px;
    font-size: 100%;    
}

.inputButtonLarge
{    
    width: 120px;
    height: 30px;
    font-size: 100%;    
}
.inputButtonXLLarge
{    
    width: 200px;
    height: 30px;
    font-size: 100%;    
}

.lblInstruction
{
    margin-top: 15px;
    display: block;
    padding-bottom: 10px;
}

.lblFirstInstruction
{
    margin-top: 0px;
    display: block;
    padding-bottom: 10px;
}

.divSpecialInstructions
{
    position: absolute;
    float: left;
    right: 130px;
    padding: 10px;
    width: 300px;
    min-height: 150px;   
    border: 2px solid #5D8093;   
    background: #FFFFFF;
    cursor: pointer;
}

.divSpecialInstructions_Val
{
    position:absolute;
    /*float: left;*/
    padding: 10px;
    right: 260px;
    width: 800px;
    height: 650px;   
    border: 2px solid #5D8093;   
    background: #FFFFFF;
    cursor: pointer;
    top:95PX;
}