﻿.ctrlLogin 
{
	position: absolute;
	top: 230px;
	left: 240px;
}

.loginButton{background-image:url(../../../_private/images/loginButtonBack.jpg); width:138px; border:0px; height:34px; color:#fff;  font-weight:bold; margin-right:50px;}
.loginControlCell{border-left:solid 2px #085791; border-right:solid 2px #085791; width:334px; background-color:#f7f7f7;}
.forgotPasswordLink 
{
    /*font-size:10px;*/ 	
    font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}

.btnEnglish{ width:94px; height:54px; border:0px; margin-right:30px; }
.btnFrench{ width:109px; height:54px; border:0px; }

.languageButtons{position:absolute; top:390px; left:80px; height:130px;}

.registerActivateLink{position:relative; top:-45px;}

.gridview
{
    background-color: White;
}

.gridviewitem
{
    background-color: White;
}

.gridviewitem:hover
{
    background-color: #ffffa0;
}

.gridviewaltitem
{
    background-color: #ECF1EF;
}

.gridviewaltitem:hover
{
    background-color: #ffffa0;
}

.gridviewheader
{
    background-color: #01457C;
    /* background-color: Blue; */
    color: White;
}

.gridviewheader a
{
    color: White;
    text-decoration: none;
}

.gridviewheader a:hover
{
    text-decoration: underline;
    color: White;
}

.gridviewheader th
{
    padding: 3px 3px 3px 3px;
}

.gridviewitem td
{
    padding: 3px;   
}

.gridviewaltitem td
{
    padding: 3px;
}

.contentPopup
{
    border: solid 1px black;
    background-color: White;
    width: 450px;
    /*
    height: 275px;
    */
    filter: alpha(opacity=85);
    opacity: 0.85;
}

.hoverMenu
{
    background-color: White;
    padding: 5px 5px 5px 5px;
    border: solid 1px Black;
    filter: alpha(opacity=85);
    opacity: 0.85;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.modalPopup
{
    background-color: White;
    /* width: 250px;*/
    padding: 15px 15px 15px 15px;
    border: solid 1px Black;
}

.watermarkshorttextbox
{
    width:150px;
    font-family: Arial;
    color: Gray;
}    

.textbox
{
    width: 240px;
}

.watermarktextbox
{
    width: 240px;
    font-family: Arial;
    color: Gray;
}

.dropdown
{
    width: 245px;
}

.shorttextbox
{
    width: 150px;   
}

#progressArea
{
    position:fixed; 
    top:30%; 
    left:43%;
    padding:10px; 
    width:14%; 
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #000;
}

#progressBackgroundFilter
{
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}   