html {
	width: 100%;
}

body {
	font: 70%/1.5em "helvetica neue",helvetica,arial,sans-serif;
	color: #000;
	background: #fff;
	margin: 0px;
	padding: 0px;
}

a {
	outline: none;
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a:visited {
	color: #666;
}

form {
	display: inline;
}

img {
	border: none;
}

input, select, textarea {
	font: 100%/1.5em "helvetica neue",helvetica,arial,sans-serif;
	background: #f5f5f5;
}

#logo {
	float: left;
	padding: 5px;
}

#main {
	width: 980px;
	margin: 5px auto 40px auto;
}

#user {
	float: right;
}

#nav {
	clear: both;
	width: 980px;
	background: #fff;
	border-top: 1px #ccc solid;

}

#navitem {
	line-height: 1.2em;
	float: left;
	width: 300px;
	padding: 5px 5px 5px 15px;
}

#view {
	clear: both;
	width: 970px;
	border-top: 1px #ccc solid;
	padding: 5px;
}

#content {
	clear: both;
	width: 970px;
	min-height: 400px;
	border-top: 1px #ccc solid;
	padding: 5px;
}

#statusbar {
	clear: both;
}

#addfeed {	
	padding-bottom: 20px;
}

.section {
}

.move {
	cursor: move;
}

#col_1, #col_2, #col_3, #col_4 {
	float: left;
	width: 240px;
	min-height: 200px;
	margin-bottom: 10px;
}

#col_1 {
	margin-top: 20px;
	margin-left: 10px;
}

#col_2 {
	margin-top: 10px;
}

#col_3 {
	margin-top: 30px;
}

#col_4 {
	margin-top: 25px;
}

#footer {
	clear: both;
	border-top: 1px #ccc solid;
	padding: 2px;
}

.box {
	min-height: 182px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 20px;
}

.boxheader {
	float: left;
}

.boxcontent {
	width: 218px;
	white-space: nowrap;
	overflow: hidden;
	clear: both;
}

.boxedit {
	margin-right: 15px;
	margin-top: 3px;
	float: right;
}

.boxdesc {
	white-space: normal;
	margin-left: 14px;
	line-height: 1.4em;
}

.grey {
	color: #666;
}

.black {
	color: #000;
}

.descshow {
	display: inline;
}

.deschide {
	display: none;
}

#feeds {
	clear: both;
}

.big {
	font-size: 150%;
	font-weight: bold;
}

.bold {
	color: #333;
	font-weight: bold;
}

.accept {
	color: #47d955;
}

.deny {
	color: #f44a4a;
}

.link {
	color: #000;
	font-weight: bold;
}

.link a:visited {
	color: #000;
	font-weight: bold;
}

