/*
div
{
overflow: hidden;
}
*/

.ajaxmessage
{
height: 0px;
overflow: hidden;
}

.ajaxmessage p
{
padding: 0px 24px;
color: #666;
background: #ddd url('images/site/ajaxmessage.gif') no-repeat 4px center;
}

.ajaxstatus
{
height: 0px;
overflow: hidden;
}

.ajaxstatus p
{
padding: 0px 24px;
color: #666;
background: #ddd url('images/site/ajaxloading.gif') no-repeat 4px center;
}

.ajaxcontent
{
overflow: hidden;
height: 0px;
padding: 0px;
}

.ajaxcontentbody 
{
border-width: 2px;
border-style: solid;
border-color: #000;
background-color : #4C6FA2;
margin: 1em 0px;
line-height: 1.7em;
color: #fff;
font-size: 8pt;
text-align: justify;
padding: 4px;
}

.ajaxcontent p
{
margin: 1em 0px;
line-height: 1.7em;
color: #fff;
font-size: 0.9em;
text-align: justify;
}

.ajaxcontent a
{
color: #000;
}

.ajaxcontent a:hover
{
background: #eee;
}

.ajaxcontent img
{
border: none;
}