/* Channels styles */

html, body, p, table {
	font-size:12px;
}

div.error-msg {
    background:transparent url('http://images.coronaria.fi/7339930.png') no-repeat 5px 50%;
    font-weight:bold;
    border:1px dashed green;
    padding:8px 25px;
    color:red;
    margin-bottom:10px;
}

div.success-msg {
    background:transparent url('http://images.coronaria.fi/1695078.png') no-repeat 5px 50%;
    font-weight:bold;
    border:1px dashed green;
    padding:8px 25px;
    color:green;
    margin-bottom:10px;
}

div#channels {
	/*width: 612px;*/
	font-size: 12px;
}

div#channels img {
	border: 0px;
}

div#channelsNavi,div#channelsHeader {
	color: #0375ae;
	font-size: 12px
}

div#channelsHeader {
	width:622px;
	background: transparent url('http://images.coronaria.fi/6350308.png')
		no-repeat -161px 0px;
	border-bottom: 5px solid #f1cb04;
	margin-bottom: 10px;
}

div#channelsNavi {
	background: transparent url('http://images.coronaria.fi/6350308.png')
		no-repeat top left;
	padding-top: 7px;
	padding-bottom: 20px;
	width: 161px;
}

div#channelsNavi div.menu {
	border-bottom: 5px solid #f1cb04;
	float: left;
	width: 146px;
}

div#channelsNavi div.menu div.title { /*font-weight:bold;
	font-size:12px;
	padding:2px 5px 2px 10px;
	text-transform: uppercase;*/
	color: #0375ae;
	font-family: arial narrow, arial, sans;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 1px 5px 2px 10px;
}

div#channelsNavi div.menu ul.items {
	background: #f2f2f2 url('http://images.coronaria.fi/4073673.png') no-repeat 0px 0px;
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 30px 14px 10px 8px;
}

div#channelsNavi div.menu ul.items li {
	border-bottom: 1px dashed #62a7c9;
	margin: 0px;
	padding: 0;
}

div#channelsNavi div.menu ul.items li a {
	display: block;
	color: #3a3a3a;
	font-weight: normal;
	padding: 6px 3px;
}

div#channelsNavi div.menu ul.items li a:hover {
	text-decoration: underline;
}

div#channelsHeader div.content {
	color: #000000;
	float: left;
	width: 400px;
	padding-bottom:5px;
}

div#channelsHeader div.content img {
	margin: 70px 0px 5px 35px;
}

div#channelsHeader div.content .text {
	margin-left: 35px;
}

div#cppfArticleContent div.content img {
	margin-right: 10px;
}

/* ADMIN */
div#channels div#adminNavi {
	text-align: center;
	border: 1px dashed #2a68a0;
	padding: 4px;
	margin: 10px 0px;
}

div#channels.admin {
	width: 720px;
}

div#channels.admin .text {
	width: 340px;
}

div#channels.admin .textarea {
	width: 340px;
	height: 80px;
}

div#channels.admin select.multiple {
	width: 350px;
	height: 200px;
}

div#channels #aePromo .aePromoContent {
	display:none;
}

