﻿
.completionList
{
 border : solid 1px #c0c0c0;
 list-style-type: none ;   
 background-color : #FFFFFF;
 margin:0px;
 padding:0px;
 width:248px;
 }


.completionList li
{
    
    cursor :pointer ;
    
    line-height :130%;
     border : solid 0px #FFFFFF;
padding-left: 5px;
 }

.completionList li:hover
{
     background-color : #FEFBD2;   
     color: #000000;
padding-left: 5px;
 }
 
.loginBox 
{
    padding:10px;
    border:solid 1px #c0c0c0;
    width:300px;
    margin-left:auto;
    margin-right:auto; 
    }
.progressModalPopup
{
	border: solid 1px #0493D7;
	   text-align:center;
    padding-top: 30px; 
    border-style:solid; 
    border-width:1px; 
    background-color:White; 
    width:300px; 
    height:100px;
}

.progressModalGreyBackground 
{
    background-color:#CCCCCC;
    /*
      -ms-filter: alpha(opacity=30);
      -ms-opacity:0.30;
       */
     -moz-opacity: 0.30;
  	    filter:alpha(opacity=30);
	    opacity:0.6;

}

.newsListBox
{
    float:right;
    padding: 0;
    margin: 0 10px 15px 10px; /*width: 240px;*/
      border: 1px solid #e0e0e0;
      height :200px;
      min-height:200px; 
}

.newsListBox h3
{
  border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    line-height: 2em;
    font-size: 14px !important;
    text-align: center;
    background-color: #eee;
    background: url(images/box-item-header.gif) repeat-x 0 0;
    margin: 0 !important;
    color: #4E4E4E;
    text-transform: uppercase;
}

.newsListBox ul
{
  list-style-type:none;
  margin-top:10px;
   width:100%;
}

.newsListBox li
{
    
    border-bottom: 2px solid #ffffff;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 1px;
    margin-top: 8px;
    padding-bottom: 8px;
}

.newsListBox li h4
{
   
    margin-top: 0px;
    margin-bottom: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 8px;
    color: Navy;
    width: 95%;
}

.newsListBox li p
{
      
padding:5px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
   
     width: 95%;
    margin-left: 8px;
}

.newsListBox li img
{
      float: left;
    border: 1px solid rgb(204, 204, 204);
    margin: 0px;
      margin-right: 5px;
    padding: 2px; /* overflow: hidden; */
}



.contentBox
{
    float:left;
    padding: 0;
    margin: 0 5px 10px 5px;
    /*width:240px; */
}

.contentBox h3
{
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    line-height: 2em;
    font-size: 14px !important;
    text-align: center;
    background-color: #eee;
    background: url(images/box-item-header.gif) repeat-x 0 0;
    margin: 0 !important;
    color: #4E4E4E;
    text-transform: uppercase;
}

.contentBox h3 a
{
    text-decoration: none;
}
    
.contentBox h4
{
    line-height: 2em;
    font-size: 10px !important;
    text-align: center;
    margin: 0 !important;
}

.contentBox-content
{
    border: 1px solid #e0e0e0;
    margin: 0;
    padding: 10px;
    overflow: hidden;
 }   
   .contentBox-content-noPadding
{
    border: 1px solid #e0e0e0;
    margin: 0;
    overflow: hidden;
}

.contentBox-content-noBorder
{
    margin: 0;
    padding: 10px;
    overflow: hidden;
 } 
 
.contentBox-moreLink
{
background-image: url(images/pic_list_6.gif);
background-position:left center ; 
background-repeat: no-repeat;
padding-left: 11px;
text-align: left;
}
