﻿/* Appeal and Events -- Control */
#scAppeal{
float:left;
width:670px;
background:#fff;
margin:10px;
}
* html #scAppeal{ /* fix ie6 */
width:650px;
}
#scAppeal h3
{
 border-bottom:solid 1px #ccc;
 margin-bottom:15px;
}
#scAppeal ul{
float:left; margin:0 0 0 20px;padding:0;list-style:none; width:328px;
}
* html #scAppeal ul { /* fix ie6 */
width:320px;
margin:0;
}
#scAppeal ul li{
float:left;
margin:0 0 0 10px;
font-weight:bold;
}
#scAppeal ul li.linkText{
width:220px
}
* html #scAppeal ul li.linkText{
width:200px
}
#scAppeal #scaLeft{
margin:0;
}
#scAppeal #scaRight{
border-left:solid 1px #ccc;
margin-left:0;
padding-left:10px;
}
* html #scAppeal #scaRight{ /* fix ie6 */
padding-left:0;
}
#scAppeal ul li a{
font-size:1em;
line-height:1.2em;
text-decoration:none;
}
#scAppeal ul li a:hover{
text-decoration:underline;
}
#scAppeal ul li a.calLink{
padding:0;
width:75px;
height:50px;
display:block;

}
#scAppeal ul li a.calTop{
display:block;margin-top:8px;padding:0;
width:75px; background-color:#a81000; color:#fff; text-align:center; margin-top:4px;
font-size:1.1em;
}
#scAppeal ul li a.calBottom{
display:block;padding-top:10px;
width:73px; border:solid 1px #a81000; text-align:center;height:22px;
font-size:1.1em; line-height:.8em;
}
#scaClear{
width:auto;
float:left;
clear:both;
font-size:0px;
line-height:0px;
}
/* End Appeal and Events -- Control */