/* CSS Document */
html, body, div, ul, li {
border:0;
margin:0;
padding:0;
}
 
.width100 { width: 100%; }
.width75 { width: 75%; }
.width50 { width: 50%; }

.invisible
{display:none;
	clear:both;}




.clear         
{
	 width: 100%;
 height: 1px;
  margin: 0 0 -1px;
   clear: both;
 
	 }
.justClear
{clear:both;}
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 

 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }

.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.pad_left25 {padding-left:25px;}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;	
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }


#modalCloseButton 
{
    position: absolute;
    top: 2px;
    right: 1px;
    z-index: 600;
    font-size: 1.1em;
    background-color: #fff;
    cursor: pointer;
}
