﻿.tagstyle
{    
    margin:0px;
    display:none;
}
    
.redcoloredHeaderText
{
	font-weight:bold;
	color:red;
	padding:0 8px 0 8px;
	font-size:14px;
}

.normalText
{
	font-family:Arial, Verdana, Microsoft Sans Serif;
	font-size:12px;
	color:Gray;	
}



.showAM
{
    display: none;
    position: absolute; 
    left:0%;top:10%;width:740px;height:600px;
}

  .showIA
{
    display: none;
    position: absolute;
    left:30%;
    top:15%;
   width:500px;height:20px;
}



.modalContainer
{
    position: absolute;
    left:0;
    top:20%;
    width:640px;
    height:0px;    
    z-index: 750;
}
.modal
{
    background-color: white;
    border: solid 1px black; position: absolute;
    left:10%;
    top:30%;
    width:640px;                         
    padding: 0px;
    z-index: 1000;
}
        