/* CSS Document */


body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000033;
    background-color: #D2EBFF;
}
h2 {
    font-size: 14px;
    padding: 5px 12px;
	border-top: #9191CD solid 4px;
	border-bottom:  #9191CD solid 4px;
	width: 310px;
}
h3 {
    font-size: 14px;
    padding: 2px 12px;
	border-top: #9191CD solid 4px;
	border-bottom:  #9191CD solid 4px;
	width: 630px;
}
h5 {
    font-size: 11px;
    font-weight: normal;
    padding: 7px 12px;
}
p {
    font-size: 12px;
    padding: 2px 12px;
}
h4 {
    font-size: 14px;
    padding: 6px 12px;
	border-top: #9191CD solid 4px;
	border-bottom:  #9191CD solid 4px;
	width: 435px;
}
table {
	border: #9191CD solid 1px;
}
dl {
	margin: 0 0;
	padding: 6px 0;
}
dd, dt {
	padding: 0 15px;
	 font-size: 11px;
}
.event-name, .country {
	 font-size: 10px;
}
.af-form-wrapper {
	border: #999999 solid 1px;
	padding: 5px;
 text-align: center;
}

/*Sample CSS to style the two tickers in the demo*/

.cnnclass{
width: 600px;
height: 90px;
padding: 5px;
background-color: #F3F3F3;
border: 1px solid black;
margin-bottom: 1em;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}

.cnnclass a{
text-decoration: none;
}

.bbcclass{
width: 400px;
padding: 6px;
background-color: lightyellow;
border: 1px solid #004A00;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}


