﻿*
{
	font-size: inherit;
}
.shadow
{
	-moz-box-shadow: 3px 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px 3px #ccc;
	box-shadow: 3px 3px 3px 3px #ccc;
}
.container
{
	width: 100%;
}
.searchBtn
{
	width: 38px;
	padding-left: 5px;
	position: absolute;
}
#BoardMemberVotesWrapper input[type="text"], #BoardMemberVotesWrapper select, #BoardMemberVotesWrapper textarea
{
	padding: 10px !important;
	font-size: 10pt !important;
	border-color: #cccccc !important;
	border-style: solid !important;
	border-radius: 3px !important;
	border-width: 1px !important;
	background-color: white;
}
.buttons:hover, .buttons:link:hover
{
	color: #017bc8 !important;
}
.RadPicker_Default table.rcTable .rcInputCell
{
	padding: 0 !important;
}
#ctl00_Content_ctl00_txtBoardMemberVoteDate_dateInput
{
	display: none;
}
.pnlForm
{
	/*background-color: #f5f5f5; 	border-bottom: solid 1px #d1d1d1; 	border-right: solid 1px #d1d1d1; 	border-radius: 10px; 	padding: 15px 0;*/
}
#BoardMemberVotesWrapper h1
{
	color: #555 !important;
	padding: 0;
	background-color: transparent !important;
}
.voteHistory
{
	margin: 15px 0 0 0;
	color: #017bc8 !important;
}
div ul
{
	/* for the radio button list */
	padding: 0 !important;
	margin: 0 !important;
}
ul li
{
	/* for the radio button list */
	list-style: none !important;
	padding-bottom: 8px;
}
.cellStyle
{
	vertical-align: top;
}
.itemStyle
{
	vertical-align: top;
	padding: 0 10px 10px 10px;
	white-space: nowrap;
}
.labelStyle
{
	vertical-align: top;
	padding: 0 0 0 10px;
	width: 275px;
}
.textbox
{
	border: solid 1px #ffa300 !important;
	box-shadow: 0px 0px 10px #ffa300 !important;
}

.rcTable, .riTextBox
{
	width: 110px !important;
	font-size: 10.5pt !important;
}
html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default
{
	font-size: 15px !important;
}
.tblBoardMemberVoteForm
{
	width: 100%;
	padding: 0 5px 5px 5px; /* border: 1px solid #e1e1e1; */ /* border-radius: 10px; */ /* margin: 15px 0; */
	font-size: 10pt;
	background-color: #f1f1f1;
}
.tblBoardMemberVoteForm h2
{
	color: #fff;
	background-color: #948147;
	padding: 15px;
}
.tblBoardMemberVoteFormReview
{
	width: 100%;
	border: none;
	padding: 15px;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	margin: 15px 0;
}
.tblBoardMemberVoteFormReview h2
{
	background-color: #c2e1fe;
	padding: 15px;
}
.box
{
	background-color: #cae4fc;
	border-radius: 0 10px 10px 10px;
	padding: 5px 10px;
}
.boxSteps
{
	margin-bottom: 25px;
}
.areaBox
{
	padding: 0 15px 0 0;
	margin-bottom: 10px;
}
.RadUpload_Default input
{
	width: 400px;
}
.RadUpload .ruInputs, .RadUploadProgressArea .ruProgress
{
	width: 620px;
}

.RadUpload .ruFakeInput
{
	height: 24px;
}
.RadUpload .ruButton, .RadUploadProgressArea .ruButton
{
	margin-top: 4px;
}
.RadPicker
{
	width: inherit !important;
	height: 25px !important;
}
.upload
{
	position: relative;
	display: inline-block;
	height: 163px;
}
.upload .img-top
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.container .upload .img-top
{
	left: 385px;
}
.upload:hover .img-top
{
	display: inline;
}
.BoardMemberVoteNotice
{
	color: black;
	border: 1px solid red;
	padding: 5px 10px;
}
h1.BoardMemberVoteNoticeBox
{
	background-color: red;
}
a:link, a:visited, a:active
{
	color: #7db9e0;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.buttons, .buttons:link
{
	color: #fff !important;
	border: solid 2px #017bc8 !important;
	padding: 10px 15px !important;
	font-size: 11pt !important;
	clip: rect(auto auto auto auto);
	line-height: 16pt !important;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #017bc8 !important;
	text-decoration: none;
	cursor: pointer;
	border-radius: 22px;
	width: 150px;
}
.buttons:hover
{
	color: #017bc8 !important;
	text-decoration: none !important;
	background-color: #fff !important;
}
.sectiontitle
{
	background-color: #72751b;
}
.responseBox
{
	text-align: center;
	float: right;
	margin-right: 30px;
}
.responseBoxLinks
{
	text-align: center;
	float: right;
}
#outer-div
{
	width: 100%;
	text-align: center;
}
#inner-div
{
	display: inline-block;
	margin: 0 auto;
	padding: 3px;
}
.stamp
{
	position: absolute;
	left: 78%;
	width: 170px;
	padding-top: 50px;
}
.stampClosed
{
	position: absolute;
	left: 50%;
}
.stampClosedApproved, .stampClosedDenied
{
	position: absolute;
	left: 50%;
	margin-top: 320px;
}
.box
{
	padding: 10px;
	border-radius: 5px;
	float: left;
	margin: 0 10px 10px 0;
	width: 100px;
	text-align: center;
	font-size: 10pt;
}
.noshow
{
	display: none;
}
.footerNoticeWrapper
{
	color: #d1d1d1;
	width: 100%;
	float: left;
}
.footerNotice
{
	float: right;
	text-align: right;
	font-size: 12px;
}
.updateBubble
{
	padding: 5px 10px;
	border-radius: 15px; /*margin: 0 10px 0 0; */
	font-size: 10pt;
}
span
{
	font-size: inherit;
}
.grid3Cell2
{
	padding: 10px;
	font-size: 10pt;
	width: 140px;
	text-align: center;
}
.grid3Cell3
{
	font-size: 10pt;
	padding-left: 15px;
}
.approved