body{
	margin: 0px; 
	padding: 0px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
}
a{
	text-decoration: none; 
	outline: none;
}
img{
	border: none;
}

h1.title{
	color: #808040;
	font-size: 20px;
	width: 100%;
	text-align: center;
	margin: 0px;
}
h2.title{
	color: #808040;
	font-size: 16px;
	width: 100%;
	text-align: center;
	margin: 0px;
}

.navLabel {
	text-align: center;
	color: black;
	font-weight: bold;
	font-size: 12px;
}
.navLink {
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
}
.smallTxtLink {
	font-weight: bold;
	text-decoration: underline;
	color: blue;
	font-size: 11px;
}

.req {
	color: red;
	font-weight: bold;
}

.directionsL {
	text-align: left;
	color: black;
	font-weight: normal;
	font-size: 10px;
}
.directionsC {
	text-align: center;
	color: black;
	font-weight: normal;
	font-size: 10px;
}
.directionsR {
	text-align: right;
	color: black;
	font-weight: normal;
	font-size: 10px;
}
.displayLabel {
	text-align: left;
	color: black;
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
}
.displayField {
	padding-left: 3px;
	padding-right: 8px;
	text-align: left;
	color: black;
	font-weight: normal;
	font-size: 11px;
	word-break:break-all;
}
.displayLabelB {
	text-align: left;
	color: black;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
}
.displayFieldB {
	padding-left: 3px;
	padding-right: 8px;
	text-align: left;
	color: black;
	font-weight: bold;
	font-size: 11px;
	word-break:break-all;
}

.inputLabel {
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	color: black;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}
.inputField {
	text-align: left;
}
.inputBox {
	text-align: center;
}
.inputValue {
	text-align: left;
	color: black;
	font-weight: normal;
	font-size: 12px;
	padding-left: 2px;
}

.tblHead {
	text-align: center;
	color: black;
	font-weight: bold;
	font-size: 11px;
	padding-left: 2px;
	padding-right: 2px;
}
.tblCell {
	text-align: center;
	color: black;
	font-weight: normal;
	font-size: 10px;
}

.expandLabel {
	text-align: left;
	color: black;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}
.expandSubLabel {
	text-align: left;
	text-indent:10px;
	color: black;
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
}

.listCheck {
	text-align: left;
	text-indent: 10px;
}
.listLabel {
	text-align: left;
	font-size: 11px;
}
.subListCheck {
	text-align: left;
	text-indent: 20px;
}
.subListLabel {
	text-align: left;
	font-size: 10px;
}

.error {
	text-align: center;
	color: #f00;
	font-size: 14px;	
}

.message {
	text-align: center;
	color: #A00000;
	font-style: italic;
	font-size: 12px;	
}

.messageMedium {
	text-align: center;
	color: #A00000;
	font-style: italic;
	font-size: 11px;	
}

.messageSmall {
	text-align: center;
	color: #A00000;
	font-style: italic;
	font-size: 10px;	
}

.previewCell {
	border: solid;
	border-width: thin;
	border-color: gray;
	padding: 4px;
}

.cellTopBorder {
	border-top: solid;
	border-top-width: 1px;
	border-top-color: grey;
}
.cellBottomBorder {
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: grey;
}

.fsLegend {
	font-weight: bold;
	font-size: 12px;
	color: #484848;
}
.fsLegend_Attn {
	font-weight: bold;
	font-size: 12px;
	color: #A00000;
}

.fsView_Req {
	border:2px solid #A0A0A0;
	background-color:#F8F8F8;
}

.popup_MaxDesc{
	font-weight:bold;
	width:200px;
	margin:0px;
	padding:0px;
}
.homemsg_MaxDesc{
	font-weight:bold;
	width:200px;
	margin:0px;
	padding:0px;
}

.hideOverlapEvents{
		text-indent: 100%;
	    white-space: nowrap;
	    overflow: hidden;
	    border: none;
}

/* Progress bars used for long server tasks */
#progressBar {
	background-color: #d7d7d7;
	position: absolute;
	top: 400px;
	left: 600px;
	width: 12em;
	height: 2em;
}

#progressLabel {
	position: absolute;
	left: 4em;
	top: 0.5em;
	font-size: 80%;
	font-weight: bold;
	text-shadow: 2px 2px 0 #fff;
}

.mainWebinarTable{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}

.storeTableClass{
	width: 100%;
	border: 1px solid rgb(174, 182, 177);
}
.reciTableClass{
	width: 100%;
	text-align: center;
}
.adminTableClass{
	
	border: 1px solid black;
}