
#header-wrap {
    background: url('../Images/bg.gif');
    width: 100%;
    height:120px;
    /*z-index: 99999;*/
    /*position:fixed;*/
    top: 0;
    left: 0;
}




/* LIST #3 */

/* LIST #4 */
#list4 { width:220px; font-family:Georgia, Times, serif; font-size:13px; border-style:ridge; }
#list4 ul { list-style: none; }
#list4 ul li { }
#list4 ul li a { display:block; text-decoration:none; color:#000000; background-color:#FFFFFF; line-height:30px;
	border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#CCCCCC; padding-left:10px; cursor:pointer; }
#list4 ul li a:hover { color:#FFFFFF; background-image:url(../Images/hover.png); background-repeat:repeat-x; }
#list4 ul li a strong { margin-right:10px; }

/* LIST #5 */
#list5 { color:#eee; }
#list5 ol { font-size:18px; }
#list5 ol li { }
#list5 ol li ol { list-style-image: url("../Images/nested.png"); padding:5px 0 5px 18px; font-size:15px; }
#list5 ol li ol li { color:#bfe1f1; height:15px; margin-left:10px; }



#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	/*background: none;
	background-color:Aqua;*/
	text-decoration: underline;
}



.LoginBtn
{
    background-image:url('../buttons/login-button.png');
    background-repeat:no-repeat;
    width:100px;
    height:30px; border:none;  background-color:Transparent;
}
.LoginBtn:hover
    {
        
    background-image:url('../buttons/login-button-hover.png');
    background-repeat:no-repeat;
    width:100px;
    height:30px; border:none;  background-color:White;
    }


    
.SubmitBtn
{
    background-image:url('../buttons/submit-button.png');
    background-repeat:no-repeat;
    width:100px;
    height:30px; border:none;  background-color:Transparent;
}
.SubmitBtn:hover
    {
        
    background-image:url('../buttons/submit-button-hover.png');
    background-repeat:no-repeat;
    width:100px;
    height:30px; border:none;  background-color:Transparent;
 }
 
    .CancelBtn
	{
    background-image:url('../buttons/cancel-button.png');
    background-repeat:no-repeat;
    width:100px;
    height:30px; border:none;  background-color:White;
	}
	.CancelBtn:hover
    {
        
    background-image:url('../buttons/cancel-button-hover.png');
    background-repeat:no-repeat;
    width:100px;
    height:30px; border:none;  background-color:White;
    } 
.SearchBtn
{
    background-image:url('../buttons/search-button.png');
    background-repeat:no-repeat;
    width:100px;
    height:30px; 
    border:none; 
    background-color:Transparent;
}
.SearchBtn:hover
    {
        
    background-image:url('../buttons/search-button-hover.png');
    background-repeat:no-repeat;
    width:100px;
    height:30px;
    border:none; 
    background-color:Transparent;
 }
 
 .buttonpressed4
{   
    background-image:url('../buttons/buttonpressed52.png');
    background-repeat:no-repeat;
    width:100px;
    height:30px; border:none;  background-color:White;
    color:White;
   font-family:Cambria;
   font-weight:bold;
   font-size:medium;vertical-align:middle;
   padding-bottom:5px;cursor:pointer;
    
   
    
    }
  
 
 .pageheading
 {
    background-image: url('../ribbons/pageribbon.png'); 
    background-repeat: no-repeat;
            width: 200px;
             height: 40px; 
             vertical-align: middle; 
             color: White; 
             font-family: Times New Roman;
            font-size: large; 
            font-weight: bold; 
            margin-left: 2px; 
            padding-top: 10px;
 }
 
.AddBtn
{
    background-image:url('../buttons/add-button.PNG');
   background-repeat:no-repeat;
    width:100px;
    
    height:30px; border:none;  background-color:Transparent;
}
.AddBtn:hover
    {
        
    background-image:url('../buttons/add-button-hover.PNG');
     background-repeat:no-repeat;
    width:100px;
   
    height:30px; border:none;  background-color:Transparent;
    }
/*AutoComplete flyout */


.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color :White;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 100px;
	width:250px;
    text-align : left; 
    list-style-type : none;
    font-size:9px;
    font-weight:normal;
}
 .modalPopup {
	background-color:#ffffdd;	
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	
	
	}
	
	.modalPopupConsumer {
	background-color:#ffffdd;	
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	z-index:-9999;
	overflow-y:scroll;
	overflow-x:hidden;
	}
/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #4382E0;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	/*background-color : window;*/
	color : windowtext;
	padding : 1px;
}
.watermarktextbox
	{
		color:Gray;
		font-size:small;
	}



 .modal
    {
        position: fixed;
        top: 0;
        left: 0;
        background-color: black;
        z-index: 99;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        min-height: 100%;
        width: 100%;
    }
    .loading
    {
        font-family: Arial;
        font-size: 10pt;
        border: 5px solid #67CFF5;
        width: 200px;
        height: 100px;
        display: none;
        position: fixed;
        background-color: White;
        z-index: 999;
    }
    
    .UpdateProgressContent
        {   
            padding: 20px;
            top: 20%;            
            margin-left: 40%;
            border: 1px dashed #C0C0C0;
            background-color: #FFFFFF;
            width: 120px;
            text-align: center;
            vertical-align:middle;
            z-index: 2001;            
            position: absolute;
        }
        .UpdateProgressBackground
        {
            
            margin: 0px;
            padding: 0px;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px;            
            position: absolute;
            z-index: 2000;
            background-color: #cccccc;
            filter: alpha(opacity=70);
            opacity: 0.7;
        }  
        
        /* Background Color */
   .txtBx{
	     background-color:White;
	     border: 1px solid;
	     
		}