/* === CSS Imports === */
/* You can change the URLs here to be absolute if needed */
@import url("text-style.css");
@import url("wii-button.css");
@import url("toolTip.css");

/*=== Global Body Settings ===*/

body{
    font-family: "Trebuchet MS";
    font-style:normal;
    font-weight:normal;
    font-size:12px;
    line-height:1.25em;
    color:#333;
}

hr{
    color:#CCCCCC;
    border:#CCCCCC 1px thin;
}

a:link{
    text-decoration: none;
	color: #006699;	
}
a:visited{
	text-decoration: underline;
	color: #666666;
}
a:hover{
	text-decoration: underline;
	color: #0099CC;
}
a:active{
	text-decoration: underline;
	color: #0099CC;
}

.grdScore-A
{
    font-size:14px;
    font-weight:bold;
	color:#05d105;
}
.grdScore-B
{
    font-size:14px;
    font-weight:bold;
    color: #0556d1;
}
.grdScore-C
{
    font-size:14px;
    font-weight:bold;
    color: #d48208;
}
.grdScore-D
{
    font-size:14px;
    font-weight:bold;
    color: #d40808;
}
.grdScore-F
{
    font-size:14px;
    font-weight:bold;
    color: #d40808;
}

/* ============ MODAL WINDOW Background  ============ */
.modalBackground 
	{
    background-color:Gray;
    filter:alpha(opacity=80);
    opacity:0.8;
    }    

.input-container-buttons
	{
	float: left;
	clear:right;
	width:auto;
	padding:10px 15px 0 0;
	}

.grdView a:link{
    text-decoration: none;
    color: #69B521;	
}
.grdView a:visited{
    text-decoration: none;
    color: #333333;
}
.grdView a:hover{
    text-decoration: underline;
    color: #69B521;
}
.grdView a:active{
    text-decoration: underline;
    color: #69B521;
}

/* ============= Password Strength =================== */
.TextStrengthVeryPoor{      
    margin-top:3px;       
    color: Red;             
}
.TextStrengthWeak{
    margin-top:3px;       
    color: Fuchsia;
}
.TextStrengthAverage{
    margin-top:3px;       
    color: #F5B800;
}
.TextStrengthStrong{
    margin-top:3px;       
    color: Blue;
}
.TextStrengthExcellent{
    margin-top:3px;       
    color: Green;
}


.FieldLabel-Purple-16
{
    color:#6C2C91; 
    font-size:16px; 
    margin:0 0 3px 0;
}

/* ========= Progress Panel ============== */
.progressPanel
	{	
    position: fixed;
    bottom: 50%;
    left: 45%;
	z-index:999999;
    vertical-align:middle;
    }
      
.TransparentGrayBackground
	{	
    background-color:White;
    filter:alpha(opacity=70);
    opacity:0.7;    
    height:100%;	
    width:100%;	
    min-height:100%;
    min-height:100%;
    top: 0;
    left: 0;
    position:fixed;	
    z-index:999998;
	}
	
