.Text 
{
	font-size: 8pt;
	color: #000000;
	font-family:Verdana;
}

.FlatButton
{
	border: silver 1px solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: black;
    FONT-FAMILY: Verdana;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#e3e3e3,EndColorStr=white);
    WIDTH: 90px; 
    HEIGHT: 25px;
}

.ErrorPanelBodyText {
	color: tomato;
	font-size: x-small;
	font-weight: bold;
	FONT-FAMILY: Verdana;
	width: 100%;
	font-size: 14px;
}


.legalWarning
{
	FONT-SIZE:7pt;
	COLOR:gray;
	FONT-FAMILY:'verdana';
	TEXT-ALIGN:justify;
}
.Caption	
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:cornflowerblue;
}	

.trBrowserIncompatHeader
{	
	color: dimgray;	
	font-size:12pt;
	FONT-FAMILY: Verdana;
	font-weight:600;
	/*padding-left:10px;
	padding-top:5px;
	padding-bottom:7px;*/
	text-decoration:underline;
	
}

.p1
{
	padding-left:41px;
	margin-top:3px;
	margin-bottom:3px;
}

UL
{
	margin:0px;
	padding-left:25px;
	padding-bottom:-5px;
	padding-top:-5px;
	list-style-type:disc;
	list-style-position:inside;
	color:tomato;
}
LI
{
	margin:0px;
	padding:0px;
}
.ul1
{
	margin:0px;
	padding-left:25px;
	padding-bottom:-5px;
	padding-top:-5px;
	list-style-type:square;
	color:saddlebrown;
	list-style-position:inside;
		
}

.msgIncorrectBrowser
{
	padding-left:15px;	
	text-align:left;
}

.trBrowserIncompatSubHeader
{	
	color: dimgray;	
	font-size:9pt;
	FONT-FAMILY: Verdana;
	font-weight:600;
	margin-left:10px;
	margin-bottom:5px;
}

.trBrowserIncompMessage
{
	FONT-SIZE:8pt;
	COLOR:gray;
	FONT-FAMILY:'verdana';
	TEXT-ALIGN:left;
}

/* CSS for the new UI for the Login page starts here */

#tdSignIn
{
    vertical-align: top; 
    width: 45%; 
    text-align: center;
}

#tdLoginTable
{
	padding-top: 15px; 
	margin-left: 10px;
}

#tdLoginTable table
{
	border-left: dashed 1px silver;
	border:0;
}

/* New UI CSS ends here */


.hrDisc
{
	height: 1px; 
	width: 100%; 
	border: 1px solid silver;
}

#divLoginDisclaimer
{
    margin-top:18em;
}

.bannerLink {
    color: #FFFFFF;
    text-decoration: underline;
    font-size: 9pt;
    font-weight: bold;
    cursor: pointer;
    font-family: Verdana, Calibri;
    padding-right:15px;  
    padding-top:5px;
    padding-bottom:3px;
}

.close-image{
    display: block;
    float:right;
    position:relative;
    top:-2px;
    right: -3px;
    height: 20px;
}

.divLoading-backdrop {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #000;
	opacity: 0.4;
	filter: alpha(opacity=50);
}

#divLoading {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	z-index: 2;
}

	#divLoading img {
		width: 32px;
	}

.conf-banner {
	background-color: #F36D21;
	display: none;
	visibility: hidden;
	height: 100px;
	width: 800px;
}

.cc-message {
	padding-left: 10px;
	padding-top: 14px;
	color: #FFFFFF;
	font-size: 15px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}