﻿/******************************************************************************/
/* NOTE: This file is being integrated into HyundaiUSA.com, Edit with Caution */
/******************************************************************************/

/* MyHyundai Utils: Notification */
.myhyundai-nWrapper {
    position: fixed;
        top: 0px;
    width: 100%;
    z-index: 1000001; /* HyundaiUSA header now set to 1,000,000 */
    display: none;
    border-bottom: 1px solid #666;
    background: #dddddd; /* Old browsers */
    background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dddddd 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dddddd 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dddddd 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(top, #dddddd 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.myhyundai-nContainer {
    padding: 10px;
    margin: auto;
    position: relative;
}

.myhyundai-nDefaultClose {
    position: absolute;
        top: 8px;
        right: 8px;
    height: 16px;
    width: 16px;
    background: url('./themes/base/images/ui-icons_888888_256x240.png') -32px -192px;
}

.myhyundai-nDefaultClose a {
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -10000px;
}

.myhyundai-nContent {
    width: 100%;
    overflow: auto;
    text-align: left;
    font-family: 'Arial',Sans-serif;
    font-size: 12px;
}

.myhyundai-nContent .timeoutPrompt h3,
.myhyundai-nContent .timeoutPrompt p {
    float: left;
    padding-right: 20px;
}

.myhyundai-nContent .timeoutPrompt p {
    padding-top: 7px;
}

.myhyundai-nContent .timeoutPrompt .logoutActions {
    float: right;
    padding-right: 20px;
}

#xgLoading
{
	position:fixed;
	left:0px;
	top:0px;
	width: 100%;
	height:100%;
	/*background-color:#ffffff;*/
	z-index: 30000;
}

#xgLoadingBar
{
	background:transparent url(./img/loading.gif) no-repeat center center;
	height: 100px;
	width: 100px;
	position: fixed;
	z-index: 30001;
	left: 50%;
	top: 50%;
	margin: -45px 0 0 -25px;
}

#xgdSubmitResult
{
	font-family: "Helvetica W01 Bd Cn", "HelveticalNeue", "Helvetica", "Arial", SansSerif;
	font-size : 13px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ff0000 !important;
	line-height: auto;
	overflow:auto;
}