﻿.formTitle
{
	font-weight:bolder;
	font-size:12pt;
	color: #000000;
}

.label
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	text-align:right;
	white-space:nowrap;
	vertical-align:sub;
	color: #000000;
}

.labelLeft
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	white-space:nowrap;
	vertical-align:sub;
	color: #000000; 
}

.labelTop
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	text-align:right;
	white-space:nowrap;
	vertical-align:top;
	color: #000000;
}

.labelWrapping
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	color: #000000;
}

.labelLikeTextBox
{
	font-family:Arial;
	font-size:9pt;
	font-weight:normal;
	background-color:White;
	color: #000000;
	border:1px;
	border-color:#727A7B;
	border-style:outset;
	display:block;
	height:19px;
}

.labelLikeTextBoxCentered
{
	font-family:Arial;
	font-size:9pt;
	font-weight:normal;
	background-color:White;
	color: #000000;
	border:1px;
	border-color:#727A7B;
	border-style:outset;
	display:block;
	height:19px;
	text-align:center;
}

.textBox
{
	font-family:Arial;
	font-size:9pt;
	font-weight:normal;
	background-color:White;
	color: #000000;
	border:1px;
	border-color:#727A7B;
	border-style:outset;
}

.textBoxCentered
{
	font-family:Arial;
	font-size:9pt;
	font-weight:normal;
	background-color:White;
	color:Black;
	border:1px;
	border-color:#727A7B;
	border-style:outset;
	text-align:center;
}

.dropDownList
{
	font-family:Arial;
	font-size:9pt;
	font-weight:normal;
	background-color:White;
	color:Black;
	border:1px;
	border-color:#727A7B;
	border-style:outset;
}

.fileUpload
{
	font-family:Arial;
	font-size:9pt;
	font-weight:normal;
	background-color:White;
	color:Black;
	border:1px;
	border-color:#727A7B;
	border-style:outset;
}	

.checkBox
{
	font-family:Arial;
	font-size:9pt;
	font-weight:normal;
	color:#000000;
}

.radioButton
{
	font-family:Verdana;
	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:Verdana;
	font-size:8pt;
}

.lblWelcomeMessage
{
	font-family:Verdana;
	color: #000000;
	font-size: 8pt;
	font-weight:bold;
	text-decoration:none;
}

.lblStatus
{
	font-family:Verdana;
	font-size:8pt;
	color:Red;
}

.loading
{
	position: fixed;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	z-index: 100;	
	color: #000000;
	top: 5px;
	right: 5px;
}

.thumbNailImage
{
	border-color: #F7F7F7;
	border-style: solid;
	border-width: 2px;	
	width: 100px; 
	height: 75px; 
	vertical-align: middle; 
	text-align: center;
}

.imgMenu
{
    border: 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;
}

.textBoxCommunication
{
	font-family:Century Gothic;
	font-size:8pt;
	font-weight:normal;
	background-color:#F3F3F3;
	color: #808080;
	border:1px;
	border-color:#727A7B;
	border-style:outset;
}

.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;
}