body{
	font-family: verdana;
	color: white;
}

#main{
	background: #0066CC;
	width: 90%;
	margin: 10px auto;	
}

a{
	color: white;
}

a:hover{
	font-weight: bold;
}

p{
	padding: 10px;
	
}

.description{
	display: none;
}

.feed p{
	padding: 0 0 0 10px;
	min-height:30px;
}

.feed h3{
	padding-left: 5px;
}

.feed a{
	cursor: pointer;
}

.loader{
	display: none;
	padding-left: 10px;
}

.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 80%;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/icons/Knob_Info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../img/icons/Knob_Valid_Green.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../img/icons/Knob_Attention.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/icons/Knob_Cancel.png');
}

#addfeed{
	width: 300px;
	padding:15px 0 20px 10px;
}

#addfeed img{
	position: relative;
	top: 0px;
}

#addfeed input{
	position: relative;
	top: -10px;
}

.feedline{
	height: 32px;
	padding-left: 20px;
}

.feedline a{

}
.feedline .feedurl{
	position: relative;
	top: -10px;
	padding-left: 5px;
}

.feedline img{
	border: none;
}

.downloadcsv{
	float:right;
	padding-right:10px;
	text-align:right;
	position: relative;
	top: -30px;
}

.descriptions{
	position: relative;
	top: -30px;
}

