﻿/* Duplicated StyleSheetLoginRoot for ticket 3530 - Virtual servers cant do cross domain, need relative PIE */
/* June 12 2012 */
html, body, #wrapper
{
	width:100%;
	height: 100%;
	margin:0;
	padding:0;
	font-family: Verdana;
	font-size: 10px;
}
.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%;
}
.MiniHeader
{
	text-decoration: none;
	color: white;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
}
.DefaultInputText
{
	text-decoration: none;
	color: black;
	font-family: Verdana;
	font-size: 9pt;
	width: 280px;
}
.DefaultInputTextCreateAccount
{
	text-decoration: none;
	color: black;
	font-family: Verdana;
	font-size: 9pt;
	width: 96%;
}

.buttonMobile
{
	font-size: 12pt;
	padding: 8px 3px 12px 3px;
}

.DefaultInputTextMobile
{
	padding: 8px 3px 8px 3px;
}

.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);
    /*Need an absolute url because this css is shared between a root and subdirectory. Will not work on localhost */
    /* http://css3pie.com/documentation/known-issues/#relative-paths */
    /*behavior: url(https://www.methodintegration.com/method/StyleScript/PIE/PIE.htc);*/
    /*Switching to relative, 2 stylesheets */
    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);
    /*Need an absolute url because this css is shared between a root and subdirectory. Will not work on localhost */
    /* http://css3pie.com/documentation/known-issues/#relative-paths */    
    /*behavior: url(https://www.methodintegration.com/method/StyleScript/PIE/PIE.htc);*/
    /*Switching to relative, 2 stylesheets */
    behavior: url(StyleScript/PIE/PIE.htc);
}
.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);
    /*Need an absolute url because this css is shared between a root and subdirectory. Will not work on localhost */
    /* http://css3pie.com/documentation/known-issues/#relative-paths */    
    /*behavior: url(https://www.methodintegration.com/method/StyleScript/PIE/PIE.htc);*/
    /*Switching to relative, 2 stylesheets */
    behavior: url(StyleScript/PIE/PIE.htc);
}
image
{
	cursor: pointer;
}
.DefaultInputText
{
	text-decoration: none;
	color: black;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9pt;
	width: 140px;
}
.progress
{
	z-index: 200;
	background-color: transparent;
	position: absolute;
	top: 55%;
	left: 50%;
	border: none 0px black;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.pspan
{
	text-decoration: none;
	color: black;
	font-family: Verdana;
	font-size: 9pt;
}






.loginLabel
{
	color: #365EBF;
	font-size: 12px;
	font-weight: bold;
}
.DefaultInputDropdown
{
	text-decoration: none;
	color: black;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9px;
	width: 148px;
}
.wzdTable
{
	display: table;
}
.wzdRow
{
	display: table-row;
}
.wzdRow div
{
	display: table-cell;
}
.wzdRow div.wzdHeader
{
	background-color: #754C24;
	vertical-align: top;
	border-style: solid;
	border-color: black;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	padding: 2px;
	text-decoration: none;
	color: white;
	font-family: " & strFontName & ";
	font-size: 10px;
	font-weight: bold;
	background-color: #754C24;
	height: 25px;
}
.wzdRow div.wzdBody
{
	background-color: white;
	height: 300px;
	padding: 4px;
}
.wzdRow div.wzdFooter
{
	background-color: white;
	height: 50px;
	padding: 4px;
}
	.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;


	}
	
.loginalertcontent 
{
  background-color:#FAF1AA;
  color: Black;
  border: 1px solid #F0C571;
  padding: 10px;
  z-index:250;
  /*shadow*/
    -moz-box-shadow: 3px 3px 3px #888;
    -webkit-box-shadow: 3px 3px 3px #888;
    box-shadow: 3px 3px 3px #888;
  /*rounded borders*/
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-tpright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
