body {
	background-color: #ffffff;
	font-family: Verdana,sans-serif,Arial;
	font-size: 8pt;
	font-weight: normal;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-top: 8px;
	color: black;
}
#loader {
	display: block;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba( 255, 255, 255, .8 ) url('/img/loader.gif') 50% 50% no-repeat;
}
#PSVJPublicHome {
	text-align: center;
}
.ui-dialog {
	z-index: 9999;
}
.ui-front {
	z-index: 9999;
}
.ui-widget-overlay {
	background: #000;
	opacity: 0.3
}
.dialogLoader {
	text-align: center;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a.btn:visited {
	color: black;
	text-decoration: none;
}
a:link {
	color: blue;
	text-decoration: none;
}
a.btn:link {
	color: black;
	text-decoration: none;
}
a:active {
	color: blue;
	text-decoration: none;
}
a.btn:active {
	color: white;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: none;
}
a.btn:hover {
	color: white;
	text-decoration: none;
}
h1 {
	font-size: 12pt;
	font-weight: bolder;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
}
h3 {
	color: red;
	font-size: 10pt;
	font-weight: bold;
}
table {
	table-layout: fixed;
}
table th {
	padding: 0 2px 0 2px;
	text-align: center;
}
table td {
	padding: 0 2px 0 2px;
	overflow: hidden;
	text-overflow: ellipsis;
}
select {
	font-size: 12px;
}
input[type=file] {
	display: inline;
}
#jMenu {
	margin-left: auto;
	margin-right: auto;
}
.jMenu li ul li {
	text-align: left;
}
.rotate90 {
	transform: rotate(-90deg);
	text-align: center;
	margin-left: -10em;
	margin-right: -10em;
}
.confirmButton {
	margin-top: 20px;
	text-align: center;
}
.note-editor .note-editable {
	line-height: 1.2;
	font-size: 12px;
}
#content {
	padding: 5px;
	text-align: center;
}
.contentControlls {
	padding: 5px;
}
.contentControlls a {
	margin: 5px;
}
#contentVoting {
	padding: 10px;
	text-align: center;
	font-size: 12pt;
}
#contentVoting select {
	font-size: 12pt;
}
#contentVoting h1 {
	font-size: 14pt;
	font-weight: bolder;
}
#contentData {
	margin-left: 3%;
	margin-right: 3%;
}
.contentSpacer {
	height: 15px;
}
.subContent {
	display: inline-block;
}
.subContent ul {
	text-align: left;
}
.subContent form {
	text-align: left;
}
.subContent form h1 {
	text-align: center;
}
.subContentBox {
	text-align: center;
}
.submitButton {
	text-align: center;
}
.submitButton .btn {
	margin-left: 5px;
	margin-right: 5px;
}
.confirmButton .btn {
	margin-left: 5px;
	margin-right: 5px;
}
.dialogTable {
	margin: 0px auto;
	table-layout: auto;
}
.dialogTable td {
	overflow: visible;
	text-overflow: clip;
}
#threadMenu {
	padding: 10px;
}
#threadForm {
	padding: 10px;
	display: none;
}
#threadFormGroup {
	text-align: left;
}
.threadHeader {
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
.threadHeaderBy {
	white-space: nowrap;
	font-size: 8pt;
	vertical-align: top;
	width: 20%;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
.threadHeaderData {
	vertical-align: top;
	width: 80%;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	text-align: left;
}
.threadHeaderData hr {
	margin-top: 10px;
	margin-bottom: 5px;
	border: 0;
	border-top: 1px solid #999;
}
.threadPost {
	width: 100%;
}
.threadPostBy {
	vertical-align: top;
	width: 20%;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
.threadPostByUnread {
	vertical-align: top;
	width: 20%;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000 #ff0000 #000000 #ff0000;
	background-color: #feffc3;
}
.threadPostSink {
	padding-top: 3px;
	vertical-align: top;
	text-align: right;
}
.threadPostData {
	vertical-align: top;
	width: 80%;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	text-align: left;
}
.threadPostDataUnread {
	vertical-align: top;
	width: 80%;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000 #ff0000 #000000 #ff0000;
	text-align: left;
	background-color: #feffc3;
}
#threadWhoRedDialogText {
	height: 100%;
	width: 100%;
}
.gatheringHeader {
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
.gatheringHeaderInfo {
	font-size: 8pt;
	vertical-align: top;
	width: 30%;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
.gatheringHeaderData {
	vertical-align: top;
	width: 70%;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	text-align: left;
}
#gatheringVotingTable {
	width: 98%;
}
.gatheringVotingUnit {
	float: left;
	margin: 5px;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 360%;
	cursor: default;
}
.gatheringControllsRootControl {
	margin-left: 10px;
	margin-right: 10px;
}
.gatheringControllBox {
	width: 23%;
	height: 120px;
	float: left;
	margin: 3px;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	text-align: center;
}
.gatheringDataPoints {
	margin: 3px;
}
.gatheringDataPointOptions {
	margin: 3px;
}
.gatheringDataPointOptionsControllSpacer {
	margin-left: 15px;
}
.gatheringDataPointOptionsControll img {
	vertical-align: middle;
	margin-left: 3px;
	margin-right: 3px;
}
.gatheringVoteCard {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
.gatheringVoteCardContent {
	margin-top: 5px;
	margin-bottom: 5px;
}
.gatheringVoteCardBlockOdd {
	margin-top: 10px;
	margin-bottom: 100px;
}
.gatheringVoteCardBlockEven {
	margin-top: 100px;
	margin-bottom: 10px;
	page-break-after: always;
}
#resultVoteAble {
	font-weight: bold;
}
#resultFinal {
	font-weight: bold;
}
.gatheringUploadFile {
	position:absolute;
	top:-100px;
}
.gatheringPresenceTable table td {
	padding: 5px;
}
.gatheringPresenceTableUnit {
	font-weight: bold;
	font-size: 200%;
	height: 60px;
	vertical-align: middle;
}
.gatheringPresenceTableUnitOwner {
	font-size: 120%;
	height: 60px;
	vertical-align: middle;
	text-align: left;
}
.gatheringPresenceTableEndPage {
	page-break-after: always;
}
.gatheringPresenceTableStartPage {
	margin-top: 23px;
}
#gatheringNotifDialogText {
	font-size: 200%;
}
#gatheringPointOptionsAddDialogText {
	font-size: 200%;
}
#gatheringPointOptionsEditDialogText {
	font-size: 200%;
}
#gatheringUnitPMDialogText {
	font-size: 200%;
	text-align: center;
}
#gatheringUnitPMDialogUnits {
	font-size: 200%;
	text-align: center;
}
#gatheringUnitPMDialogInputBox {
	text-align: center;
}
.gatheringUnitPMFlashed {
	color: red;
};
#gatheringPMSDialogText {
	font-size: 200%;
	text-align: center;
}
.usersImportError {
	color: red;
	text-align: center;
}
.paymentControlls {
	height: 21px;
}
.paymentControlls img {
	padding: 0 0;
	vertical-align: inherit;
}
.paymentControlls input {
	margin: 0 0;
}
.ownersListUnit {
	border-top-style: solid;
	border-top-width: 2px;
}
.ownersListUnitInValid {
	border-top-style: solid;
	border-top-width: 2px;
	background-color: #bbccdd;
}