﻿.formTitle
{
	font-weight: bolder;
	font-size: 12pt;
	color: #000000;
}

.labelBold
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	vertical-align: middle;
	color: #A60000;
}

.label
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
	white-space: nowrap;
	vertical-align: sub;
	color: #000000;
}

.labelLeftBold
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	color: #A60000;
}

.labelLeft
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	vertical-align: sub;
	color: #000000; 
}

.labelLeftTop
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	color: #000000;
}

.labelCenter
{
    font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: sub;
	color: #000000; 
}

.labelCenterTop
{
    font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: top;
	color: #000000; 
}

.labelMiddle
{
    font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
	white-space: nowrap;
	vertical-align: middle;
	color: #000000;
}

.labelTop
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
	color: #000000;
}

.labelWrapping
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	color: #000000;
}

.labelLikeTextBox
{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	border: solid 1px #727A7B;
	display: block;
	height: 17px;
	vertical-align: middle;
	padding-left: 3px;
}

.labelLikeTextBoxCentered
{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	border: solid 1px #727A7B;
	display: block;
	height: 17px;
	text-align: center;
}

.labelLikeTextBoxRight
{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	border: solid 1px #727A7B;
	display: block;
	height: 17px;
	text-align: right;
	padding-right: 3px;
}

.textLikeLabel
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	color: #000000;
}

.divLabelSeperator
{
    font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	width: 10px;
	text-align: center; 
    float: left;
}

.textBox
{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	border: solid 1px #727A7B;
}

.textBoxCentered
{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	border: solid 1px #727A7B;
	text-align: center;
}

.textBoxRight
{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	border: solid 1px #727A7B;
	text-align: right;
}

.dropDownList
{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	border: solid 1px #727A7B;
}

.fileUpload
{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	border: solid 1px #727A7B;
}	

.checkBox
{
    font-family: Tahoma;
	font-size: 8pt;
	font-weight:normal;
	white-space: nowrap;
	color: #000000;
	margin-left: -4px;
}

.radioButton
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: middle;
}

.button
{
	cursor: pointer;
}

.buttons
{
	cursor: pointer;
	width: 75px;
	color: Purple;
	background-color: Silver;
	font-family: Tahoma;
	font-size: 8pt;
}

.lblWelcomeMessage
{
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

.lblStatus
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #AA0000;
}

.thumbNailImage
{
    border: solid 2px #F7F7F7;
	width: 100px; 
	height: 75px; 
	vertical-align: middle; 
	text-align: center;
}

.imgMenu
{
    border-width: 0px;
    cursor: pointer;
}

.linkButton
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #B6B6B6;
	text-decoration: none;
}

.linkButton:hover
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #F55C00;
	text-decoration: none;
}

.fieldSet
{
    border-color: #FFFFFF;
}

.labelUserSide
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #808080;
}

.linkLikeLabel
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #808080;
	text-decoration: none;
}

.linkLikeLabel:hover
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #EA6F1B;
	text-decoration: none;
}

.divPDLogo
{
	position: fixed;
	bottom: 5px;
	right: 5px;
}

.userFormTitle
{
	color: #F55C00;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	font-size: 10pt;
}

.labelLikeLinkButton
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #B6B6B6;
}

.divLoading
{
	position: fixed;
	top: 5px;
	right: 5px;
	border: solid 3px #6E89DD;
	background-color: #EEF0FC;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	z-index: 101;	
	color: #000000;
	vertical-align: middle;
	width: 175px;
}