/*
	DrivingSales Stylesheet: Marketing Console
	Created: 1/29/2009
	Updated: 1/29/2010
*/

.mc.landing .actions .column-left div, .mc.landing .actions .column-right div {
	padding: 10px;
	border: solid #eaeaea 2px;
	height: 60px;
	margin-bottom: 10px;
	width: 430px;
	}
	
.mc.landing .actions .column-left div h2, .mc.landing .actions .column-right div h2 {
	padding-top: 0px;
	margin-top: 0px;
	}
	
.mc.landing .actions .column-left div img, .mc.landing .actions .column-right div img {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	}
	
.mc.feedback.view h4 {
	clear: both;
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	}
	
.mc.feedback.view p {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border: solid #eeeeee 2px;
	border-left: 0px;
	border-right: 0px;
	}
	
.mc.feedback.view p em {
	color: #505050;
	}
	
.mc.feedback.view textarea {
	width: 286px;
	padding: 0px;
	border: solid #eaeaea 2px;
	}
	
.mc.feedback.view input {
	width: 200px;
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	font-weight: bold;
	border: #bbbbbb 2px solid;
	margin-left: 0px;
	}
	
.mc.feedback.view button {
	margin-right: 0px;
	float: right;
	}
	
.mc.feedback.view .info {
	float: left;
	width: 315px;
	margin-right: 10px;
	}
	
.mc.feedback.view .notes .note {
	display: block;
	line-height: 24px;
	}
	
.mc.feedback.view .notes .note button {
	height: 24px;
	line-height: 14px;
	}
	
.mc.feedback.view .action-links {
	text-align: right;
	display: block;
	}
	
.mc.feedback.view #add-note {
	margin-bottom: 10px;
	}

.mc.feedback.view .summary, .mc.feedback.view .rating {
	width: 290px;
	}
	
.mc.feedback.view .summary span, .mc.feedback.view .rating span {
	display: block;
	}
	
.mc.feedback.view .summary strong, .mc.feedback.view .rating strong {
	display: inline-block;
	width: 120px;
	}
	
.mc.feedback.view .actions {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 20px;
	}
	
.mc.feedback.view label {
	font-weight: bold;
	line-height: 20px;
	}
	
.mc.feedback.view .actions .status {
	}
	
.mc.feedback.view .actions .dispute {
	}
	
.mc.feedback.view .actions .status label, .mc.feedback.view .actions .dispute label {
	display: inline-block;
	width: 120px;
	}
	
.mc.feedback.view .actions .status button,.mc.feedback.view .actions .dispute button {
	height: 20px;
	font-size: 12px;
	width: 30px;
	padding: 0px;
	float: none;
	}

.mc.feedback.view .public {
	float: left;
	width: 290px;
	margin-right: 10px;
	}
	
.mc.feedback.view .private {
	float: left;
	width: 290px;
	}