﻿body 
{
    margin:0px 0px 0px 0px;
    font-family:Arial;
    font-size:10pt;
}
.instructionBlock
{
    background-color:DarkSeaGreen;
    padding: 5px 10px 5px 10px;
    margin:0px 25px 25px 25px;
}
.pstyle
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
}
.rightAlign
{
    float:right;
}
#jobAdmin-Canvas
{
    margin-left:auto;
    margin-right:auto;
    width:850px;
    background-color:#e1f4fd;
}

#Timesheet-Canvas
{
    margin-left:auto;
    margin-right:auto;
    width:1000px;
    background-color:#e1f4fd;
}

h1
{
    font-size:14pt;
}
img
{
    border-style:none;
}
a
{
    color:#00BBF2;
}
#footer
{
    margin:50px 0px 50px 0px;
    text-align:center;
    width:750px;
    color:#00BBF2;
}
.TextStyle
{
    color:#00BBF2;
    font-size:10pt;
}
input text
{
    border-width:2px;
    border-style:solid;
    border-color:#8cd7f8;
}
.navDropDown
{
    margin:60px 0px 0px 250px;
    background-color:White;
    color:#bc9543;
    font-family:Arial;
    font-size:8pt;
    font-weight:bold;
}
input radio
{
    border-style:none;
}
.watermarkTextbox
{
    background-color: white;
    color: darkgray;
    text-align:left;
    font-family:Arial;
    font-size: 9pt;
}
.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup
{
	background-color:lavender;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:15px;
}
.autoComplete
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    background-color: snow;
}
.autoCompleteSuggestion
{
    font-style: italic;
    color: DarkGray;
    background-color: snow;
}
.autoCompleteSuggestionActive
{
    font-style: italic;
    color: black;
    background-color: #ffff66;
}
.error
{
    font-size:10pt;
    color:Red;
    font-weight:bold;
}

.newscrumbs a
{
    font-weight: bold;
    padding-right: 8px;
}

.membercard
{
    background-color: #FEFEB1;
    border: 1px solid #E8DCA3;
    padding: 10px;
    margin-bottom: 10px;
    width: 640px;
}

.membercard p
{
    margin: 5px;
}

.membercard b
{
    color:#00BBF2;
}

.membercard h3
{
    font-size: 1em;
}

.clearcard
{
    clear:left;
    height:0;
    margin:0;
    padding:0;
}

.LoadingUsers
{
    float:right; 
    z-index: 90;
    position: absolute; 
    height: 100%; 
    background-color: Silver;
    text-align: center;    
    margin-left:auto;
    margin-right:auto;
    width: 663px;
    opacity: .50;
    filter: alpha(opacity=50); 
    -moz-opacity: 0.5;
}

.LoadingUsersContent
{
    z-index: 99;
    width: 110px;
    height: 120px;
    background-color: White;
    opacity: 1.0;
    filter: alpha(opacity=100); 
    -moz-opacity: 1.0;
    margin-top: 40%;
    margin-left:auto;
    margin-right:auto;
}
.nodecoration
{
    text-decoration:none;
}
.hide
{
    visibility:hidden;
}
.fieldLabel
{
    font-weight: bold;
    text-align: right;
    font-variant: small-caps;
}
.fieldLabelLeft
{
    font-weight: bold;
    text-align: left;
    font-variant: small-caps;
}
.fieldLabelCenter
{
    font-weight: bold;
    text-align: center;
    font-variant: small-caps;
}

.popupControlAttendance {
	background-color:#34a5dd;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackgroundAttendance {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopupAttendance {
	background-color:#34a5dd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/* BREAKFAST PROGRAM APPLICATION STYLES */

.bpContactTextBox
{
    width:300px;
}

.bpAmountTextBox
{
    width:61px;
    margin-left:5px;
    text-align:center;
}

.bpDescriptionTextBox
{
    width:95%;
}

.bpPeopleTextBox
{
    width:50px;
    text-align:center;
}

.bpTable
{
    border:1px #000 solid;
    border-collapse:collapse;
    width:100%;
}

.bpQuestionTable
{
    width:100%;
}

.bpTableCell
{
    padding:4px;
}

.bpTableCellBorder
{
    padding:4px;
    border:1px #000 solid;
}

.bpTableCellBorderRight
{
    padding:4px;
    border:1px #000 solid;
    text-align:right;
}

.bpNumberCell
{
    width:5%;
    vertical-align:top;
    padding:6px;
}

.bpTextArea
{
    width:100%;
    font-family:Arial;
    font-size:10pt;
}

.bpCenteredCell
{
    padding:4px;
    padding-left:100px;
}

.bpCenter
{
    text-align:center;
}
