/**
  * CSS for pages
  *
  * @author Christopher Mioduszewski
  * @copyright 2010 Mobile Advertising GmbH
  *
**/


/** Stats **/
div.stats h2 div.buttonline { float: right; margin-top: 2px; }
div.stats div.status {
	padding: 5px;
	padding-left: 10px;
	font-weight: bold;
	border: 1px solid #ccc;
}
div.stats div.status-inProgress {
	background: #fffab1;
	border: 1px solid #fff66a;	
}
div.stats div.status-done {
	background: #caffc6;
	border: 1px solid #23991a;
	color: #23991a;	
}
div.stats div.campaign-details table tr td {
	padding: 5px 0;
	vertial-align: top;
}
div.stats div.campaign-details table tr td textarea {
	font-size: 11px;
	padding: 5px;
	border: 1px solid #ccc;
	width: 400px;
	height: 40px;
}

div.stats div.campaign-anwers-answer { display: none; }
div.stats div.campaign-details,
div.stats div.campaign-stats,
div.stats div.campaign-tracking {
	padding-bottom: 20px;
}
div.stats div.campaign-answers div.table,
div.stats div.campaign-tracking div.table {
	max-height:200px;
	overflow:auto;
}

div.stats div.campaign-answers div.table tr td,
div.stats div.campaign-tracking div.table tr td {
	border-bottom: 1px solid #ccc;
	padding: 4px 0;
}
div.stats div.campaign-answers table thead tr th,
div.stats div.campaign-tracking table thead tr th {
	padding: 4px 0;
	background: #ddd;
}

div.stats div.campaign-stats table tr td.middle {
	height: 5px;
	overflow: hidden;
}

div.stats div.campaign-stats table tr td.vert-lined {
	background: url(/img/stats/hor-line.gif) repeat-y 71px 0;	
}
div.stats div.campaign-stats table tr td.vert-lined-left {
	background: url(/img/stats/hor-line.gif) repeat-y 39px 0;	
}

div.stats div.campaign-stats table tr td.box {
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	background: #003366;
	-moz-border-radius: 4px;
	-moz-box-shadow: 2px 2px 4px #777;
	font-size: 15px;
	color:#ffffff;
}
div.stats div.campaign-stats table tr td.box-unknown {
	background: #bbbbbb;
}
div.stats div.campaign-stats table tr td.box-reached {
	background: #336699;
}
div.stats div.campaign-stats table tr td.box-success {
	background: #0070E0;
}
div.stats div.campaign-stats table tr td.box-inProgress {
	background: #83A4CA;
}
div.stats div.campaign-stats table tr td.box span {
	font-size: 11px;
}
div.stats div.campaign-stats table tr td.lined-bottom {
	font-weight: bold;
	text-align: right;
	padding-right: 7px;
	background: transparent url(/img/stats/hor-line.gif) repeat-x scroll 0 32px;
}
div.stats div.campaign-stats table tr td.lined-bottom-last {
	background: url(/img/stats/vert-line-end-more-left.gif) no-repeat left top;
}
div.stats div.campaign-stats table tr td.lined-middle {
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	background: transparent url(/img/stats/vert-line-middle.gif) no-repeat scroll 0 0;
}



