/* COMMON STYLE V6 */ /*
 * GRANTSTREAM APP FORM STATIC STYLES - NEVER CHANGE BELOW
 */
* {
    margin: 0px;
    padding: 0px;
}

/* universal reset to eliminate the need for browser specific css */
html, body, button, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, /** tbody, **/ tfoot, thead/** , tr, th, td **/ {
    border: 0;
    /*
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;*/
}
/* end universal reset to eliminate the need for browser specific css */

html {
    width: auto;
    height: auto;
}

body {
    width: auto;
    height: auto;
}

div {
    height: auto;
}

img {
    border: 0px;
}

.ClearBoth {
    clear: both;
    width: auto;
}

.FloatLeft {
    float: left;
    width: auto;
}

.FloatBoth {
    width: auto;
}

.FloatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.padLeft {
    padding-left: 15px;
}

.padRight {
    padding-right: 15px;
}

.underline {
    text-decoration: underline;
}

.italic {
    font-style: italic;
}

.alignRight {
    text-align: right;
}

.whiteText {
    color: #fff;
}

.redText {
    color: #f00;
}

.marginLeft10px {
    margin-left: 10px;
}

.marginLeft50px {
    margin-left: 50px;
}

#NewIDPagePrintPageText {
    
}

#elStatDIVpleaseWait {
    position: absolute;
    height: 100%;
    left: 0px;
    z-index: 1000;
    background: #fff!important;
    text-align: center;
    line-height: 20px;
	
    /* NEW OVERLAY STYLE */	
    position: fixed;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom:0!important;	
    display: table;	
    /* Required for IE 5, 6, 7 */
    /* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
	        
    /* Theoretically for IE 8 & 9 (more valid) */   
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=95);
    
    /* Older than Firefox 0.9 */
    -moz-opacity:0.95;
    
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.95;
    
    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0.95;	
	
    /* END NEW OVERLAY STYLE */	
	
}
#PleaseWait {
    display: table-cell;
    vertical-align: middle;
	z-index: 1001;
	background: rgba(0,0,0,0.5);
	
	
}
.ui-widget-overlay {
    background: #fff !important;
}
#container {
    
}

#content {
    width: auto;
}

.NODE {
    position: absolute;
    visibility: hidden;
    width: auto;
}

#elStatDIVheader {
    position: relative;
    height: 0px;
    visibility: hidden;
    clear: both;
}

/*
Josh Davis - November 3, 2009 - Removed these DIVs from the app form structure.
#elStatDIVback {
	position:relative;
    height:0px;
    visibility:hidden;
    display:none;
}
#elStatDIVtopNav {
	position:relative;
    height:auto;
    visibility:hidden;
    clear:both;
}
#elStatDIVbotNav {
	position:relative;
    height:auto;
    visibility:hidden;
    clear:both;
}
#elStatDIVendMark {
	position:relative;
    height:0px;
    visibility:hidden;
}
END Josh Davis - November 3, 2009 - Removed these DIVs from the app form structure.
*/
#elFORMsubmit {
    height: 0px;
}

#banner {
    margin: 0px;
    padding: 0px;
}

#footer {
    position: relative;
    clear: both;
    width: auto;
	min-height: 15px;
}

#BottomNavContainer {
    clear: both;
}

#TopNavContainer {
    clear: both;
}

#checkQuestionsMsg {
    visibility: hidden;
    display: none;
    position: relative;
    width: auto;
    margin-top: 20px;
    margin-bottom: 15px;
}

/*
 *  Rule to fix quirks-mode inheritance behavior
 *  This block is necessary and can NOT be removed.
 *  It forces Gecko based browsers (Firefox,Mozilla,
 *  etc.) running in Quirks mode to inherit the CSS
 *  applied styles from their ancestors instead of using
 *  the users/browsers defaults. You MUST also include
 *  the "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">"
 *  definition (without the quotes) above the <html> tag
 *  for IE to properly inherit the CSS applied styles from
 *  their ancestors instead of using the users/browsers defaults.
*/
table,tbody,tr,td,input,textarea,select,option,caption {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    color: inherit;
}

textarea{
    resize:none;
}

i {
    zoom: -1; /* IE hasLayout fix - caused an issue in IE 6 */
}
/*
 * END GRANTSTREAM APP FORM STATIC STYLES - NEVER CHANGE ABOVE
*/

/*
 * IE6 Dialog fix
 */
.HideSelectBoxesWhenIE6Dialog{
	display: none;
	visability: hidden;
}
