html, body {
 font-family: Lucida Grande, Verdana, Sans-serif;
 font-size: 14px;
 color: #4F5155;
 margin: 0px;
 height: 100%;
 background: #EAEAEA;
}
#bodywrap {
  width: 990px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -88px;
  clear: both;
}
#footer {
  clear: both;
  border-top: 1px solid #bbb;
  background: #f6f6f6;
  padding-top: 10px;
  padding-bottom: 10px;
  float:left;
  margin-top: 50px;
  font-size: 11px;
  width: 100%;
  height: 17px;
  color: #999;
  display: none;
}
#footer-inner {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}
#footer div.right {
  float: right;
}
#footer a {
  color: #222;
  text-decoration: none;
}
#footer b a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}

.push {
  height: 88px;
}


/* HEADER */
#header {
	margin: 0px;
	font-size: 12px;
	height: 950px;
	padding-top: 0px;
	width: 316px;
	border-right: 0px solid #555;
	float: left;
	position: fixed;
	top: 0px;
	left: 0px;
}
#header h1 {
	border-bottom: 0px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	padding-top: 25px;
	margin-left: 30px;
	margin-bottom: 5px;
	font-size: 24px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	font-family: arial;
}
#header a:hover h1 {
  	color: #ffc;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
#header p {
	margin: 0px;
	margin-left: 60px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: rgba(255,255,255,0.8);
	font-size: 11px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#header-inner {
	background: #4b84a8;
	height: 950px;
	width: 315px;
	border-right: 1px solid #5f92b2; 
}

a {
 color: #003399;
 background-color: transparent;
}

#feedmanagement-links {
  margin-left:30px;
  margin-right:30px;
  width: 255px;
  margin-top: 30px;
  height: 25px;
  color: #ccc;
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#feedmanagement-links:hover {
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.6);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.6);
	box-shadow:0 0 5px rgba(0,0,0,0.6);
}
#feedmanagement-links a {
	color: #333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
	font-size:12px;
	float: right;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 5px;
	height: 16px;
	padding-right: 0px;
}
#feedmanagement-links b a {
	background-color: #fff;
	font-weight: normal;
}
#feedmanagement-links a:hover {
	color: #000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#feedmanagement-links a:focus {
	outline: none;
}
#feedmanagement-links a:active {
	outline: none;
}
#feedmanagement-links a.add-feed-link {
	background: #f2f2f2  no-repeat left center;
	width: 95px;
	border-left: 1px solid #fff;
	padding-left: 31px;
	display: block;
	text-decoration: none;
	background: #f6f6f6 url('../img/list-add.png') no-repeat 2px 5px;
	background: url('../img/list-add.png') no-repeat 2px 5px, -moz-linear-gradient(center top , #ffffff, #eaeaea) repeat scroll 0 0 #F6F6F6;
	background: url('../img/list-add.png') no-repeat 2px 5px, -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#eaeaea));
	-moz-border-radius-topright: 3px;
	-webkit-border-radius-topright: 3px;
	border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-radius-bottomright: 3px;
	border-radius-bottomright: 3px;
}
#feedmanagement-links a.add-feed-link:hover {
	background: #eee url('../img/list-add.png') no-repeat 2px 5px;
	background: url('../img/list-add.png') no-repeat 2px 5px, -moz-linear-gradient(center top , #ffffff, #d9d9d9) repeat scroll 0 0 #F6F6F6;
	background: url('../img/list-add.png') no-repeat 2px 5px, -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d9d9d9));
}
#feedmanagement-links a.add-feed-link:active {
	background: #ddd url('../img/list-add.png') no-repeat 2px 5px;
	background: url('../img/list-add.png') no-repeat 2px 5px, -moz-linear-gradient(center top , #eaeaea, #FFFFFF) repeat scroll 0 0 #F6F6F6;
	background: url('../img/list-add.png') no-repeat 2px 5px, -webkit-gradient(linear, center top, center bottom, from(#eaeaea), to(#ffffff));
}
#feedmanagement-links a.manage-feed-link {
	background: url('../img/emblem-system.png') no-repeat left center;
	border-right: 1px solid #ccc;
	padding-left: 31px;
	width: 96px;
	height: 16px;
	display: block;
	text-decoration: none;
	background: #f6f6f6 url('../img/emblem-system.png') no-repeat 2px 5px;
	background: url('../img/emblem-system.png') no-repeat 2px 5px, -moz-linear-gradient(center top , #ffffff, #eaeaea) repeat scroll 0 0 #F6F6F6;
	background: url('../img/emblem-system.png') no-repeat 2px 5px, -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#eaeaea));
	-moz-border-radius-topleft: 3px;
	-webkit-border-radius-topleft: 3px;
	border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius-bottomleft: 3px;
	border-radius-bottomleft: 3px;
}
#feedmanagement-links a.manage-feed-link:hover {
	background: #eee url('../img/emblem-system.png') no-repeat 2px 5px;
	background: url('../img/emblem-system.png') no-repeat 2px 5px, -moz-linear-gradient(center top , #ffffff, #d9d9d9) repeat scroll 0 0 #F6F6F6;
	background: url('../img/emblem-system.png') no-repeat 2px 5px, -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d9d9d9));
}
#feedmanagement-links a.manage-feed-link:active {
	background: #ddd url('../img/emblem-system.png') no-repeat 2px 5px;
	background: url('../img/emblem-system.png') no-repeat 2px 5px, -moz-linear-gradient(center top , #eaeaea, #FFFFFF) repeat scroll 0 0 #F6F6F6;
	background: url('../img/emblem-system.png') no-repeat 2px 5px, -webkit-gradient(linear, center top, center bottom, from(#eaeaea), to(#ffffff));
}
#topnavi {
	height: 29px;
	-moz-border-radius-bottomleft: 2px;
	border-top: 1px solid #86acc4;
	border-bottom: 1px solid #86acc4;
	width: 255px;
	margin: 10px 30px;
}
#topnavi ul li.help {
  margin-right: 0px;
  float: right;
}
#topnavi a {
	display: inline-block;
 	padding-top: 6px;
 	padding-bottom: 8px;
  	padding-right: 10px;
  	padding-left: 10px;
	background: none;
	color: #fff;
	font-size:11px;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#topnavi a.logout-link {
	float: right;
}
#topnavi a:hover {
  text-decoration: underline;
  background: rgba(255,255,255,0.1);
}

h1 {
 color: #444;
 background-color: transparent;
 border-bottom: 1px solid #D0D0D0;
 font-size: 16px;
 font-weight: bold;
 margin: 0px 0 2px 0;
 padding: 10px 0 6px 0;
}

form {
  margin: 0px;
}


#msg {
  clear: both;
  font-size: 14px;
  height: 31px;
  margin-bottom: 20px;
  background: #d8ffaa url('../img/msg-ok.png') no-repeat;
  font-family: Trebuchet MS, Verdana;
  position: absolute;
  width: 620px;
  margin-left: 348px;
}
#msg #msg-success {
  margin-left: auto;
  margin-right: auto;
  background: url('../img/msg-close.png') no-repeat right;
  color: #2e5b33;
  padding: 8px;
  height: 16px;
  padding-top: 7px;
  padding-left: 35px;
}
#msg div {
  cursor: pointer;
}

#blankslate {
	width: 580px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 35px;
	padding-top: 20px;
	background: #fff;
	float: left;
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	margin-left: 327px;
	color: #333;
	font-size: 13px;
}
#blankslate a:hover {
	color: #222;
	text-decoration: none;
}
#blankslate h1 {
	color: #111;
}
