﻿body {
}
.summary
{
    font-family:Tahoma;
    color:#3E3E3E;
    font-size:13px;
    line-height:150%;
}
.title
{
   color:#A20000;
   font-family:Tahoma;
   font-size:13px;
   line-height:150%;
}

.pagetitle
{
   color:White;
   font-family:Tahoma;
   font-size:13px;
   font-weight:bold;
}
.hide
{
    display:none;
}
.clinic
{
 color:White;
   font-family:Tahoma;
   font-size:14px;
   text-align:justify;
  line-height:150%;
}
a.answer
{
    color:Yellow;
     font-size:13px;
}
a.details
{
    color:#3E3E3E;
     font-size:13px;
     text-decoration:none;
}
a.details:hover
{
    color:#3E3E3E;
     font-size:13px;
     text-decoration:underline;
}

a.red
{
    color:#A20000;
     font-size:13px;
     text-decoration:none;
}
a.red:hover
{
    color:#A20000;
     font-size:13px;
     text-decoration:underline;
}
.wait
{
	width:100%;height:100%;
	background: #000000;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;	
	position: absolute;
	margin-top:0;
	cursor:wait;

}
.loading
{
	width:130px;height:60px;
	background:url(http://www.drasmi.net/RadControls/Ajax/Skins/Default/Loading.gif);
	top: 30%;
 	right: 65%;
 	margin-top: -50px;
 	margin-right: -65px;
	position: absolute;
	
}
