div#website-profiles table {
	width: 100%;
}
div#website-profiles table th {
	background: #2F5F7F;
	color: #FFF;
	padding: 5px;
	font-size: 14px;
}
div#website-profiles table td {
	padding: 10px 0;
	border-bottom: 1px solid #EEE;
	background:#FFF;
}
div#website-profiles table td a.action {
	padding: 5px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	float: left;
	width: 100px;
	height: 20px;
}
div#website-profiles table td a.action:hover {
	background-image: url(layout/dir_action_background.png);
	background-repeat: no-repeat;
}
div#website-profiles p {
	color: #666;
	margin: 20px;
	text-align: center;
}
div#website-profiles input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px;
	border: 1px solid #CCC;
	color: #A66400;
}
/* website profiles ######################################################################## */
div.account>div#workspace>table.website-profile {
	width: 100%;
}
div.account>div#workspace>table.website-profile th {
	background: #2F5F7F;
	color: #FFF;
	padding: 5px 5px 5px 5px;
	font-size: 14px;
}
div.account>div#workspace>table.website-profile td {
	overflow: hidden;
	height: 40px;
	border-color: #eee;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	font-size: 12px;
}
div.account>div#workspace>table.website-profile a.action {
	padding: 5px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	float: left;
	width: 100px;
	height: 20px;
}
div.account>div#workspace>table.website-profile a.action:hover {
	background-image: url(layout/dir_action_background.png);
	background-repeat: no-repeat;
}
div.account>div#workspace>table.website-profile a.submit {
	float: left;
	text-decoration: none;
	color: #336699;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	padding: 9px 1px 9px 1px;
	margin: auto;
}
div.account>div#workspace>table.website-profile a.submit:hover {
	background-color: #eeeeee;
	border-color: #DDDDDD;
}
div.account>div#workspace>table.website-profile a.dir-link {
	float: left;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	width: 200px;
	padding: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	overflow: hidden;
	padding: 9px 1px 9px 1px;
}
div.account>div#workspace>table.website-profile a.dir-link:hover {
	background-color: #eeeeee;
	border-color: #DDDDDD;
}