﻿
.txtbox
{
	font-family: Calibri;
	font-size: 14px;
	color: #5E3F00;
	width: 215px;
	padding-left: 5px;
}
.gridtextbox
{
	font-family: Calibri;
	font-size: 14px;
	color: #5E3F00;
	padding-right: 5px;
	text-align:right;
}
.txtdropdown
{
	font-family: Calibri;
	font-size: 14px;
	color: #5E3F00;
	width: 220px;
}
.divformheader
{
    font-size: 28px;
    padding-left: 20px;
    color: #008592;
    font-family: Calibri;
    font-weight: lighter;
}
.dashboardTitle
{
    font-size: 28px;
    padding-left: 20px;
    color: #008592;
    font-family: Calibri;
    font-weight: lighter;
}
.shortcuts
{
	font-size: 18px;   
    color: #1296d6;
    font-family: Calibri;
    font-weight: lighter;
    text-decoration:none;
    cursor:pointer;
}
.shortcuts:hover
{
    text-decoration:underline;
}
.btnclass {
	-moz-box-shadow:inset 0px 0px 0px -1px #97c4fe;
	-webkit-box-shadow:inset 0px 0px 0px -1px #97c4fe;
	box-shadow:inset 0px 0px 0px -1px #97c4fe;
	background-color:#3d94f6;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 12px;
	text-decoration:none;
	cursor:pointer;
}.btnclass:hover {
	background-color:#1e62d0;
}.btnclass:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */




.modalpopupcss
{
	background-color: #000000;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}
.modelpanel
{
    background-color: #FFFFFF;
    border: medium solid #CCCCCC;
}
.gridlinkbtn
{
	text-decoration: none;
}
span
{
	padding-left:5px;
	color:#973500;
}


/******* Progress Bar ******/
#divbackground
{
	background-color: #000000;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index:9999;
}
.divloader
{
	padding-top:15%;
	text-align:center;
}