/* Resets */

html, 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 16px;
    vertical-align: baseline;
    background: transparent;
}

body
{
    font-family: Verdana,Helvetica,Sans-Serif;
    line-height: 1;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 16px;
    vertical-align: baseline;
    background-attachment: fixed;
    background-clip: border-box;    
/*    background-image: url("Images/bgMap.jpg");
    background-origin: padding-box;    
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0f0f0f;    */
    background-color: #ffffff;   
    background-position: center top;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/bgMap.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/bgMap.jpg', sizingMethod='scale')";
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
}
 
ol, ul
{
    list-style: none;
}
 
blockquote, q
{
    quotes: none;
}
 
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}
 
:focus
{
    outline: 0;
}
 
ins
{
    text-decoration: none;
}

del
{
    text-decoration: line-through;
}
 
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
 
A 
{
    text-decoration: underline;
}
 
A:HOVER 
{
    text-decoration: none;
}


/* New login page design --> */

BODY 
{
    overflow: hidden;    
}

#miniHeader 
{
    height: 30px;
    background: #d91820;
}

#loginPage 
{
    background: url(../images/login_bg.jpg) no-repeat;
    overflow: hidden;
}

#loginForm
{
    width: 391px;
    /*margin: 0 auto;*/
    left: 50%;
    margin: -157px auto 0 -195px;
    position: absolute;
    top: 50%;    
}

#loginForm .content
{
    border: 2px solid #ed1c24;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    background: rgba(256, 256, 256, 0.5)
}

#loginForm #logo 
{
    padding-top: 10px;
}

#loginForm #support 
{
    background: #ed1c24;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0;

    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
}

#loginForm #support A
{
    font-size: 12px;
    color: #FFFFFF;
}

#loginForm FORM 
{
    margin: 10px 25px 15px 25px;
    background: rgba(220, 220, 220, 0.5);
    padding: 10px 15px;

	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#loginForm FORM .textBox
{
    -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;         
    width: 307px;

    font-size: 14px;

    border: 2px solid #ef5359;
    padding: 10px;

     -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#loginForm FORM .field
{
    margin-bottom: 10px;
}

#loginForm FORM .submit INPUT,
#loginForm FORM a.bigButton
{
    background: #231f20;
    color: #FFFFFF;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px;
    border: none;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    cursor: pointer;
	text-decoration: none;
}

#loginForm FORM a.bigButton
{
	text-decoration: none;
	float: right;
	margin-top: -31px;
}


#loginForm FORM .submit INPUT.disabled {
	background: #d6d0d2;
	cursor: not-allowed;
}

/* New login page design */

#logo
{
    text-align: right;
    width:100%;
    text-align:center;
}

#logo img
{
    height:80px;
}
  
.validation-summary-errors UL LI
{
    display: block;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: 12px;
    background: #CE1127;
    padding: 5px;
}
 
.transientMessage
{
    display: block;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: 12px;
    background: #acac27;
    padding: 5px;
}

.reset-password-wrapper,
.reset-password-wrapper * {
	font-size: 13px;
}

#reset-password {
	float: right;
	margin-top: 14px;
	text-decoration: none;
	color: inherit;
	font-family: arial;
	font-size: 13px;
}

/* jqueryUI dialog */
/* label, input { display:block; } */
input.text { 
	margin-bottom:12px; width:95%; padding: .4em; 
}
fieldset { 
	padding:0; border:0; margin-top:25px; 
}
div#users-contain { 
	width: 350px; 
	margin: 20px 0; 
}
div#users-contain table { 
	margin: 1em 0; 
	border-collapse: collapse; 
	width: 100%; 
}

div#users-contain table td, 
div#users-contain table th { 
	border: 1px solid #eee; 
	padding: .6em 10px; 
	text-align: left; 
}
.ui-dialog .ui-state-error { 
	padding: .3em; 
}
.validateTips { 
	border: 1px solid transparent; 
	padding: 0.3em; 
}
