
/* Page Table Style.  Used in the Master page */

TABLE.CSS_Page {
	border-left-color: #5281C1;
	border-top-color: #dae4f5;
	border-bottom-color:  #dae4f5;
	border-right-color:  #5281C1;
	border-style: solid;
	border-width: 2px;          
	FONT-SIZE: 9pt;
	MARGIN: 0px;
	FONT-FAMILY: arial, helvetica, universal;
	
	/* Modify these values */
	
	background-repeat:no-repeat;
	background-color:White	/* Modify this to be the same color as the bottom of the image */
	
	/* 	
	background-image: url(../images/backgrounds/background_main.gif);  	
	background-color:Yellow; 
    background-image: url(../images/backgrounds/background_main.gif);  
	background-image: url(../images/backgrounds/background_testing_980.jpg);  
	background-image: url(images/backgrounds/yellow_stucco.gif); 
	 	      
	background-color:Blue;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#333399', startColorstr='#FFFFFF', gradientType='0'); 
	*/

}


/* eTrainCenterMain.master.  This is being used by the SkinID=ETC_MainHeaderNameRoles  */
.ETC_MainHeaderNameRoles
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:Black
}

/* login.aspx.  This is being used the login page for a custom image  */   
.LoginPageRightImage
{		
	background-image: url(../Clients/3/images/HDIsuite.jpg);	
	background-repeat: no-repeat;
	width: 523px;
	height: 361px		
}

/* Progress Indicator.  Used by ProgressBarWaiting.ascx 
    background-image: url(https://training.thinkhdi.com/clients/3/images/waiting.png);	
    background-image_backup: url(../clients/3/images/waiting.png);
*/
.waiting {
    background-image: url(../clients/3/images/waitingHourglass.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 94px;
    height: 94px
}

.LoginPageLabelText
{
    color:#232323;
    font-size:12px; 
	font-family: helvetica ; 
}

/*  Used by TreeViewModuleView.ascx BLUE */
.accordion
{
    width: 98%;
    margin: auto;
    border-radius: 5px;
    moz-border-radius: 5px;
    border: 1px solid #6C5A39;
    background-color: #cfe3f4;
}
               
.accordionHeader
{
    _border-radius: 5px;
    _moz-border-radius: 5px;
    background-color: #cfe3f4;            
    text-align: center;
    padding: 1px 1px 2px 1px;
    background-image: url('../images/lms/expand_right_blue.jpg'); /* Point to your minus img */  
    background-repeat: no-repeat;  
    background-position:left ; /* 4px 7px Adjust this (x y) to fix spacing of image within the line */  
    padding-left: 18px; /* Adjust this for the starting point for the text in the header */ 
}
        
        
.accordionHeaderSelected
{
    _border-top-right-radius: 5px;
    _border-top-left-radius: 5px;
    _moz-border-top-right-radius: 5px;
    _moz-border-top-left-radius: 5px;
    _border-bottom: 1px solid #6C5A39;
    background-color: #cfe3f4;
    font-weight: bolder;
    color: #000000;
    text-align: center;
    padding: 1px 1px 2px 1px;
    BACKGROUND-IMAGE: url('../images/expand.jpg'); /* Point to your plus img */  
    background-repeat: no-repeat;  
    background-position: left ; /* 4px 7px  Adjust this (x y) to fix spacing of image within the line */  
    padding-left: 18px; /* Adjust this for the starting point for the text in the header */ 
}
                          
.accordionContent
{
    _border-bottom-right-radius: 5px;
    _border-bottom-left-radius: 5px;
    _moz-border-bottom-right-radius: 5px;
    _moz-border-bottom-left-radius: 5px;
    _background-color: White;
    _overflow:hidden;
    _height:300px;           
    _border-style:none;
}                
        
.highlightRow
{
    background-color: #8dbee5;    
    _color:White;
    font-style:italic;
    text-decoration: underline;
    font-weight:600;
}
        
/*  Used by TreeViewModuleView.ascx */

.balloonPopup-css {
    background-color: #fdfff7;
    display: inline-block;
    width: 300px;
    height: 120px;
    text-align: center;
    vertical-align: top;
    font-size: 11px;
    border: solid 1px #cbbeac;
    border-radius: 12px;
}

/*  LMSButtonStyle Used by loginScreen.ascx */
.LMSButtonStyle {
    border-radius: 4px;
    color: #fff;
    min-width: 150px;
    _max-width: 200px;
    background: #0F2F41; /*  HDI Orange dark slate #0F2F41 or the HDI Orange. #F15A22 */
    margin: 0 10px 0 0 !important;
    background-repeat: no-repeat;
    font-family: open Sans;
    font-size: 13px;
    font-weight: bold;
    margin: auto;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;    
    display: inline-block;
}

    .LMSButtonStyle:hover {
        color: #fff;
    }

    .LMSButtonStyle.disabled {
        opacity: 0.65;
        cursor: not-allowed;
    }

/*  pageTopHeader Used by top bar on the "My Learning" and all other pages. */
.pageTopHeader-top-bar {
    padding: 10px;
    background: #0F2F41; /*  HDI Orange dark slate #0F2F41, HDI Orange. #F15A22.  Blue: #0679c1 */
    text-align: left;
    background-color: #0F2F41; /*  HDI Orange dark slate #0F2F41, HDI Orange. #F15A22.  Blue: #0679c1 */
}
