﻿body {
 background-image: none;
 background-repeat: no-repeat;
 background-color: White;
}

h1
{
    font-family: Verdana, Arial;
    color: #335CA8;
    font-size:14pt;
}

h2
{
    font-family: Verdana, Arial;
    color: #335CA8;
    font-size:12pt;
}

h3
{
    font-family: Verdana, Arial;
    color: #335CA8;
    font-size:10pt;
}

.provisionmessage
{
    font-family: Verdana, Arial;
    color: #335CA8;
    font-size:10pt;
}

.FieldCaption 
{
    font-family: Verdana, Arial;
    color: #335CA8;
    font-size:9pt;
    font-weight:bold;
    }

.StepDescription 
{
    font-family: Verdana, Arial;
    color: black;
    font-size:9pt;
    font-weight:normal;
    }

    
.TextField
{
    padding: 4px;
    width:200px;
}
    
.HelpText
{
    font-family: Verdana, Arial;
    color: Gray;
    font-style:italic;
    font-size:7pt;
    }
    
.Button
{
    font-family: Verdana, Arial;
        font-size:9pt;
    font-weight:bold;
    padding: 4px;
    }
    
    
    .loginPanel
{
	width: 430px;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -250px;
}
.loginOuterTable
{
	border-width: 0px;
	border-spacing: 0px;
	padding: 5px;
	height: 400px;
	width: 450px;
}
.loginInnerTable
{
	border-width: 0px;
	border-spacing: 5px;
	vertical-align: top;
	width: 100%;
}

.pspan
{
	text-decoration: none;
	color: black;
	font-family: Verdana;
	font-size: 9pt;
  
}

.transparentdiv
{
    opacity:0;
    }

	.headerCurvedsmall
	{
		z-index:10;
		
		/* curved borders 
           Will work for firefox, chrome, safari and IE9
        */
		-webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomleft: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;


	}
	
	.buttonRuntime
{
    font-family: Arial;
    font-size: 9pt;
    text-align: center;
    min-width: 75px;
    cursor: pointer;
    margin-bottom: 3px;
    border: solid 1px #606060;
    color: #000000;
    background: #FFFFFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DFDFDF));
    background: -moz-linear-gradient(top, #FFFFFF,  #DFDFDF);
    -pie-background: linear-gradient(#FFFFFF, #DFDFDF);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.21);
    behavior: url(../StyleScript/PIE/PIE.htc);
}
.buttonRuntime:hover
{
    background: #FFFFFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F6F6F6));
    background: -moz-linear-gradient(top,  #FFFFFF,  #F6F6F6);
    -pie-background: linear-gradient(#FFFFFF, #F6F6F6);
    behavior: url(../StyleScript/PIE/PIE.htc);
}
.buttonRuntime[disabled] {
    background: white;
}
.buttonRuntime[disabled]:hover {
  /* turn off button hover styles */
    background: white;
}

.buttonRuntime:active
{
    color: #000000;
    background: #DFDFDF;
    background: -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), to(#FFFFFF));
    background: -moz-linear-gradient(top,  #DFDFDF,  #FFFFFF);
    -webkit-box-shadow: #666 0px 0px 0px;
    -moz-box-shadow: #666 0px 0px 0px;
    box-shadow: #666 0px 0px 0px;
    -pie-background: linear-gradient(#DFDFDF, #FFFFFF);
    behavior: url(../StyleScript/PIE/PIE.htc);
}