@CHARSET "UTF-8";

.df-frontend-subs {
	padding: 20px;
}

.df-frontend-subs>.description {
	border-bottom: 1px solid black;
}

.df-frontend-subs>.more-options {
	padding-top: 30px;
	border-bottom: 1px solid black;
}

.df-frontend-subs .block {
	margin-top: 20px;
	border: 1px solid #D6F990;
}

.df-frontend-subs .block>.description {
	padding: 10px;
	background: #D6F990;
}

.df-frontend-subs .block .item {
	margin: 5px;
	background: #EFEFEF;
	padding: 5px;
}

.df-frontend-subs .block .item>.name {
	float: left;
	width: 85%;
}

.df-frontend-subs .block .item>.switch {
	float: right;
	text-align: right;
	width: 15%;
}

.df-frontend-subs .block.more .items {
	display: none;
}

.df-frontend-subs .block.more a.toggle-more {
	display: block;
	float: right;
}

.df-frontend-subs .saved {
	padding: 2px 10px 2px 10px;
	background: #D6F990;
	display: none;
	font-size: 12px;
}

.df-frontend-subs .saved.error {
	background: red;
	color: white;
}

.clear {
	clear: both;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
}

#error {
	float: left;
	padding: 0 10px;
}

#wrapper_out {
	margin: auto;
	margin-bottom: 50px;
	width: 900px;
}

#header {
	background: url("/ft/images/dashboard/header.png") no-repeat scroll left top transparent;
	height: 80px;
	margin-left: 2px;
	margin-top: 50px;
	padding: 5px;
	padding-top: 23px;
}

#header img {
	border: 0px;
}

#content_top {
	background: url("/ft/images/dashboard/boxtop.png") no-repeat scroll left top transparent;
	height: 40px;
	margin-left: -2px;
}

#content_middle {
	background: url("/ft/images/dashboard/boxmiddle.png") repeat-y scroll left top transparent;
	padding: 0 40px 0 20px;
	position: relative;
	text-align: center;
}

#header h1 {
	margin-left: 15px;
	padding: 0px;
	font-size: 25px;
}

#header a {
	display: block;
	padding-top: 5px;
}

#paging {
	text-align: center;
	margin-bottom: 15px;
}

#wrapper_in .form {
	background-color: #F6F6F5;
	border-color: #F6F6F5 #DEDDDC #DEDDDC #F6F6F5;
	border-style: solid;
	border-width: 1px;
	margin: 0px auto 10px;
	text-align: left;
}

#wrapper_in .form img {
	float: left;
	border: 2px solid #333333;
}

#wrapper_in .form .left {
	float: left;
	text-align: center;
	padding: 10px;
}

#wrapper_in .form h2 {
	margin-top: 0px;
}

#wrapper_in .form .inner {
	padding: 30px;
	float: left;
	width: 480px;
}

#wrapper_in .form .inner .url {
	top: 23px;
}

a {
	color: #669900;
	text-decoration: none;
}

h2 a {
	color: black;
	text-decoration: none;
}

h2 a:hover {
	color: #669900;
	text-decoration: none;
}

.no_result {
	font-size: 18px;
	margin-left: 40px;
}

.logo {
	float: right;
	margin-right: 40px;
	margin-top: -57px;
}

.under {
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: underline;
}

#footer {
	clear: both;
	margin-left: 30px;
	padding-top: 10px;
}

#footer span {
	font-size: 18px;
	font-weight: bold;
}

#content_bottom {
	background: url("/ft/images/dashboard/boxbottom.png") no-repeat scroll left bottom transparent;
	height: 20px;
}

#content_left {
	float: left;
	width: 500px;
	margin: 30px 0 30px;
}

#content_right {
	float: right;
	margin: 30px 0 30px;
}

#sorry_message {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #DEDDDC;
	text-align: left;
	background-color: #F6F6F5;
}

#container_right_bar {
	font-size: 12px;
	padding: 20px 30px 30px;
	text-align: center;
	position: relative;
	background: #e4e4e4;
	border: 1px solid #cdcdcd;
	height: 538px;
}

#container_inner_right_bar {
	width: 273px;
	background-color: #FFFFFF;
	padding: 17px 0px;
	margin: auto;
	text-align: left;
	position: relative;
}

#right_bar_start {
	margin: 0px 17px;
}

#right_bar_buttons {
	margin-top: 17px;
}

#right_bar_start p {
	background-color: #333333;
	color: #FFFFFF;
	margin: 1px 0px;
	padding: 5px 10px;
}

.green_bold_num {
	font-size: 16px;
	font-weight: bold;
	color: #669900;
}

#right_bar_start h2 {
	margin-top: 0px;
	font-size: 20px;
}

#right_bar_start h3 {
	margin-top: 0px;
	font-size: 16px;
}

#right_bar_start .first {
	position: relative;
}

#right_bar_inner_bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#right_bar_inner_top {
	position: absolute;
	top: 0px;
	left: 0px;
}

#right_bar_inner_angle_left {
	position: absolute;
	top: 0px;
	left: 0px;
}

#right_bar_inner_angle_right {
	position: absolute;
	top: 0px;
	right: 0px;
}

#right_bar_angle {
	position: absolute;
	top: 0px;
	left: 0px;
}

#check_it_out {
	margin-top: 10px;
}