/*Ahadesign CSS*/
input.system-openid, input.com-system-openid {
background: #008a9c url(http://openid.net/login-bg.gif) no-repeat;
background-position: 0 50%;
color: #d6d6d6;
padding-left: 18px;
}
.system-unpublished {
background : #008A9C url(../images/title.png) repeat-x;
border-top: 3px solid #d6d6d6;
border-bottom: 3px solid #d6d6d6;
}
#system-message { 
margin-bottom: 10px; 
padding: 0;
}
#system-message dt { 
font-weight: bold; 
}
#system-message dd { 
margin: 0; 
font-weight: bold;
}
#system-message dd ul { 
color: #D6D6D6; 
background : #008A9C url(../images/title.png) repeat-x;
margin-bottom: 10px; 
list-style: none; 
padding: 10px; 
border-top: 3px solid #D6D6D6; 
border-bottom: 3px solid #D6D6D6;
}
#system-message dd ul li {
padding:6px;
}
#system-message dd ul li:hover {
color: #f4f4f4;
}
#system-message dt.message { 
display: none; 
}
#system-message dd.message ul li {
color:#D6D6D6;
border: 2px solid #D6D6D6;
margin:6px 0;
}
#system-message dd.message ul li:hover {
color:#f4f4f4;
border: 2px solid #f4f4f4;
}
#system-message dt.error { 
display: none; 
}
#system-message dd.error ul { 
color: #d6d6d6; 
background : #008A9C url(../images/title.png) repeat-x;
border-top: 3px solid #D6D6D6; 
border-bottom: 3px solid #D6D6D6;
}
#system-message dt.notice { 
display: none; 
}
#system-message dd.notice ul { 
color: #d6d6d6; 
background : #008A9C url(../images/title.png) repeat-x;
border-top: 3px solid #d6d6d6; 
border-bottom: 3px solid #d6d6d6;
}
#system-debug { 
color: #000; 
background: #fff; 
padding: 10px; 
margin: 10px; 
}
#system-debug div { 
font-size: 11px;
}